summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2008-04-07 04:02:55 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2008-04-07 04:02:55 +0000
commit3ecdbddd08abd7ea79d86e52f44d857024300da7 (patch)
tree762e76b1388227599ae56558e8ea4cd5fb4dd89d /firefox.spec
parent- Update to latest trunk (2008-04-05) (diff)
downloadlibrewolf-fedora-ff-3ecdbddd08abd7ea79d86e52f44d857024300da7.tar.gz
librewolf-fedora-ff-3ecdbddd08abd7ea79d86e52f44d857024300da7.tar.bz2
librewolf-fedora-ff-3ecdbddd08abd7ea79d86e52f44d857024300da7.zip
- Update to latest trunk (2008-04-06)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 7d9b830..8a68f5a 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -12,14 +12,14 @@
%define build_langpacks 0
%if ! %{official_branding}
-%define cvsdate 20080405
+%define cvsdate 20080406
%define nightly .cvs%{cvsdate}
%endif
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.0
-Release: 0.56%{?nightly}%{?dist}
+Release: 0.57%{?nightly}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -313,6 +313,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Sun Apr 6 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.57
+- Update to latest trunk (2008-04-06)
+
* Sat Apr 5 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.56
- Update to latest trunk (2008-04-05)
bgstack15