summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2008-03-16 02:24:48 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2008-03-16 02:24:48 +0000
commit7e689ee2b237d033219d82a649393292f131631c (patch)
tree7a803ece0ce59d36ef24cb5dc359f60e54095542 /firefox.spec
parentremove commented block (for bookmarks) (diff)
downloadlibrewolf-fedora-ff-7e689ee2b237d033219d82a649393292f131631c.tar.gz
librewolf-fedora-ff-7e689ee2b237d033219d82a649393292f131631c.tar.bz2
librewolf-fedora-ff-7e689ee2b237d033219d82a649393292f131631c.zip
- Update to latest trunk (2008-03-15)
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 2c8ff4e..dbcf4a6 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -12,14 +12,14 @@
%define build_langpacks 0
%if ! %{official_branding}
-%define cvsdate 20080312
+%define cvsdate 20080315
%define nightly .cvs%{cvsdate}
%endif
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.0
-Release: 0.41%{?nightly}%{?dist}
+Release: 0.42%{?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
+* Sat Mar 15 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.42
+- Update to latest trunk (2008-03-15)
+
* Sat Mar 15 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.41
- Avoid conflicts between gecko debuginfo packages
bgstack15