summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2008-02-29 04:02:51 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2008-02-29 04:02:51 +0000
commit9f0cd77dd4f27d8b4089786ced2acf1d0b8ea915 (patch)
treed7430b1f4b5340a51b5841ddb4f8a323486e9c51 /firefox.spec
parent- Update to latest trunk (2008-02-27) (diff)
downloadlibrewolf-fedora-ff-9f0cd77dd4f27d8b4089786ced2acf1d0b8ea915.tar.gz
librewolf-fedora-ff-9f0cd77dd4f27d8b4089786ced2acf1d0b8ea915.tar.bz2
librewolf-fedora-ff-9f0cd77dd4f27d8b4089786ced2acf1d0b8ea915.zip
- Update to latest trunk (2008-02-28)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index 27ea170..309528e 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.29
+%define xulrunner_version 1.9-0.beta3.30
%define official_branding 0
%define build_langpacks 0
%if ! %{official_branding}
-%define cvsdate 20080227
+%define cvsdate 20080228
%define nightly .nightly%{cvsdate}
%endif
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.0
-Release: 0.beta3.29%{?nightly}%{?dist}
+Release: 0.beta3.30%{?nightly}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -315,6 +315,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Thu Feb 28 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.30
+- Update to latest trunk (2008-02-28)
+
* Wed Feb 27 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.29
- Update to latest trunk (2008-02-27)
bgstack15