summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2008-03-28 01:32:31 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2008-03-28 01:32:31 +0000
commit1e1a1a70dc604ba130e359faa0ce67136f590b56 (patch)
tree87164c2813f491cd77bb745c6b3a5264094d8b60 /firefox.spec
parent- Update to latest trunk (2008-03-26) (diff)
downloadlibrewolf-fedora-ff-1e1a1a70dc604ba130e359faa0ce67136f590b56.tar.gz
librewolf-fedora-ff-1e1a1a70dc604ba130e359faa0ce67136f590b56.tar.bz2
librewolf-fedora-ff-1e1a1a70dc604ba130e359faa0ce67136f590b56.zip
- Update to latest trunk (2008-03-27)
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 7b038ac..f9585ce 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -12,14 +12,14 @@
%define build_langpacks 0
%if ! %{official_branding}
-%define cvsdate 20080326
+%define cvsdate 20080327
%define nightly .cvs%{cvsdate}
%endif
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.0
-Release: 0.49%{?nightly}%{?dist}
+Release: 0.50%{?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
+* Thu Mar 27 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.50
+- Update to latest trunk (2008-03-27)
+
* Wed Mar 26 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.49
- Update to latest trunk (2008-03-26)
bgstack15