summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2005-11-03 15:03:30 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2005-11-03 15:03:30 +0000
commite9219828c9faa006aef8a4dfb970c079a989ea70 (patch)
tree125496e7aaa45f6760cd0c8a0ce0f045d8261daf /firefox.spec
parent- Update to 1.5 beta 2 (diff)
downloadlibrewolf-fedora-ff-e9219828c9faa006aef8a4dfb970c079a989ea70.tar.gz
librewolf-fedora-ff-e9219828c9faa006aef8a4dfb970c079a989ea70.tar.bz2
librewolf-fedora-ff-e9219828c9faa006aef8a4dfb970c079a989ea70.zip
- Update to 1.5 rc1
- Clean up the default bookmarks
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index b616626..06040da 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -11,14 +11,14 @@ ExcludeArch: ppc64
Summary: Mozilla Firefox Web browser.
Name: firefox
Version: 1.5
-Release: 0.5.0.beta2
+Release: 0.5.0.rc1
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
Group: Applications/Internet
%if %{official_branding}
%define tarball firefox-%{version}-source.tar.bz2
%else
-%define tarball firefox-1.5b2-source.tar.bz2
+%define tarball firefox-1.5rc1-source.tar.bz2
%endif
Source0: %{tarball}
Source1: firefox-gnomestripe-0.1.tar.gz
@@ -251,6 +251,10 @@ fi
#---------------------------------------------------------------------
%changelog
+* Thu Nov 3 2005 Christopher Aillon <caillon@redhat.com> - 1.5-0.5.0.rc1
+- Update to 1.5 rc1
+- Clean up the default bookmarks
+
* Sat Oct 8 2005 Christopher Aillon <caillon@redhat.com> - 1.5-0.5.0.beta2
- Update to 1.5 beta 2
bgstack15