summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2008-02-21 01:44:16 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2008-02-21 01:44:16 +0000
commit555c0d4806fda5f073f97a46fcada4869a578138 (patch)
tree63d6b1e10cd277c6276970487739ff96d40339ec
parent- Update to latest trunk (2008-02-17) (diff)
downloadlibrewolf-fedora-ff-555c0d4806fda5f073f97a46fcada4869a578138.tar.gz
librewolf-fedora-ff-555c0d4806fda5f073f97a46fcada4869a578138.tar.bz2
librewolf-fedora-ff-555c0d4806fda5f073f97a46fcada4869a578138.zip
- Update to latest trunk (2008-02-20)
-rw-r--r--.cvsignore2
-rw-r--r--firefox.spec10
-rw-r--r--sources2
3 files changed, 9 insertions, 5 deletions
diff --git a/.cvsignore b/.cvsignore
index 4df93c8..e35d51f 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,2 +1,2 @@
firefox-langpacks-20080104.tar.bz2
-mozilla-20080217.tar.bz2
+mozilla-20080220.tar.bz2
diff --git a/firefox.spec b/firefox.spec
index df5e022..69e4697 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -7,20 +7,20 @@
%define mozappdir %{_libdir}/%{name}-%{version_internal}
%define gecko_version 1.9
-%define xulrunner_version 1.9-0.beta3.23
+%define xulrunner_version 1.9-0.beta3.24
%define official_branding 0
%define build_langpacks 0
%if ! %{official_branding}
-%define cvsdate 20080217
+%define cvsdate 20080220
%define nightly .nightly%{cvsdate}
%endif
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.0
-Release: 0.beta3.23%{?nightly}%{?dist}
+Release: 0.beta3.24%{?nightly}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -303,6 +303,7 @@ fi
%{mozappdir}/firefox
%{mozappdir}/run-mozilla.sh
%{mozappdir}/application.ini
+%dir %{mozappdir}/modules
%{mozappdir}/modules/distribution.js
%{mozappdir}/removed-files
%{mozappdir}/.autoreg
@@ -312,6 +313,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Wed Feb 20 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.24
+- Update to latest trunk (2008-02-20)
+
* Sun Feb 17 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.23
- Update to latest trunk (2008-02-17)
diff --git a/sources b/sources
index 31b97a1..6d70ddc 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
d04a2981b603b9abbc8a5e0525759c4b firefox-langpacks-20080104.tar.bz2
-6a6bccc0189e1a3cdb860b89ad0e77ab mozilla-20080217.tar.bz2
+16ece57828adac257433c50074fcedc1 mozilla-20080220.tar.bz2
bgstack15