summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2008-03-11 02:01:06 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2008-03-11 02:01:06 +0000
commit41a4ef6f5334af3b395d86f996466f9ec8f48f6c (patch)
treea64d3e18e13bda824b5a3e316d4c4c43ca3e121d /firefox.spec
parentmake the useragent VR match the rpm (diff)
downloadlibrewolf-fedora-ff-41a4ef6f5334af3b395d86f996466f9ec8f48f6c.tar.gz
librewolf-fedora-ff-41a4ef6f5334af3b395d86f996466f9ec8f48f6c.tar.bz2
librewolf-fedora-ff-41a4ef6f5334af3b395d86f996466f9ec8f48f6c.zip
- Update to latest trunk (2008-03-10)
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 a189c05..9bce9f6 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -12,14 +12,14 @@
%define build_langpacks 0
%if ! %{official_branding}
-%define cvsdate 20080309
+%define cvsdate 20080310
%define nightly .cvs%{cvsdate}
%endif
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.0
-Release: 0.37%{?nightly}%{?dist}
+Release: 0.38%{?nightly}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -314,6 +314,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Mon Mar 10 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.38
+- Update to latest trunk (2008-03-10)
+
* Sun Mar 9 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.37
- Update to latest trunk (2008-03-09)
bgstack15