summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2008-02-11 00:31:43 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2008-02-11 00:31:43 +0000
commit44314cb82c5407d5248a5a10a0721b592df3db21 (patch)
treeadfc93677f9134b6ad0770f6d03f8c3417d48cfb /firefox.spec
parent- Update to latest trunk (2008-02-09) (diff)
downloadlibrewolf-fedora-ff-44314cb82c5407d5248a5a10a0721b592df3db21.tar.gz
librewolf-fedora-ff-44314cb82c5407d5248a5a10a0721b592df3db21.tar.bz2
librewolf-fedora-ff-44314cb82c5407d5248a5a10a0721b592df3db21.zip
- Update to latest trunk (2008-02-10)
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 ba9b4a7..d76d377 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.beta2.17
+%define xulrunner_version 1.9-0.beta2.18
%define official_branding 0
%define build_langpacks 0
%if ! %{official_branding}
-%define cvsdate 20080209
+%define cvsdate 20080210
%define nightly .nightly%{cvsdate}
%endif
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.0
-Release: 0.beta2.17%{?nightly}%{?dist}
+Release: 0.beta2.18%{?nightly}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -311,6 +311,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Sun Feb 10 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta2.18
+- Update to latest trunk (2008-02-10)
+
* Sat Feb 9 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta2.17
- Update to latest trunk (2008-02-09)
bgstack15