summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2008-03-26 01:57:05 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2008-03-26 01:57:05 +0000
commit005e90b818f88dff21ede9625cd630de06375e81 (patch)
treec7acab44316604195f987e4e03ef602e46cbcd8f /firefox.spec
parent- Update to latest trunk (2008-03-24) (diff)
downloadlibrewolf-fedora-ff-005e90b818f88dff21ede9625cd630de06375e81.tar.gz
librewolf-fedora-ff-005e90b818f88dff21ede9625cd630de06375e81.tar.bz2
librewolf-fedora-ff-005e90b818f88dff21ede9625cd630de06375e81.zip
- Update to latest trunk (2008-03-24)
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 99be870..3980af0 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -12,14 +12,14 @@
%define build_langpacks 0
%if ! %{official_branding}
-%define cvsdate 20080324
+%define cvsdate 20080325
%define nightly .cvs%{cvsdate}
%endif
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.0
-Release: 0.47%{?nightly}%{?dist}
+Release: 0.48%{?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
+* Tue Mar 25 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.48
+- Update to latest trunk (2008-03-25)
+
* Mon Mar 24 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.47
- Update to latest trunk (2008-03-24)
bgstack15