summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2008-02-18 02:30:07 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2008-02-18 02:30:07 +0000
commitd6e8579a9cc1fdc3ec34dcb8a1711c393e671d90 (patch)
tree88844593ca8a787673e368ec397be6ca6ca486a4 /firefox.spec
parent- Update to latest trunk (2008-02-15) (diff)
downloadlibrewolf-fedora-ff-d6e8579a9cc1fdc3ec34dcb8a1711c393e671d90.tar.gz
librewolf-fedora-ff-d6e8579a9cc1fdc3ec34dcb8a1711c393e671d90.tar.bz2
librewolf-fedora-ff-d6e8579a9cc1fdc3ec34dcb8a1711c393e671d90.zip
- Update to latest trunk (2008-02-17)
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 8e93006..df5e022 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.22
+%define xulrunner_version 1.9-0.beta3.23
%define official_branding 0
%define build_langpacks 0
%if ! %{official_branding}
-%define cvsdate 20080215
+%define cvsdate 20080217
%define nightly .nightly%{cvsdate}
%endif
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.0
-Release: 0.beta3.22%{?nightly}%{?dist}
+Release: 0.beta3.23%{?nightly}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -312,6 +312,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Sun Feb 17 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.23
+- Update to latest trunk (2008-02-17)
+
* Fri Feb 15 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.22
- Update to latest trunk (2008-02-15)
bgstack15