summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2005-11-18 12:46:30 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2005-11-18 12:46:30 +0000
commit4653b65d33b13a06740eefa3a14bec8935e69f57 (patch)
tree21d89d6ed06c4e068e832313d3906d6d4e09ad5b /firefox.spec
parent- Update to 1.5 rc1 (diff)
downloadlibrewolf-fedora-ff-4653b65d33b13a06740eefa3a14bec8935e69f57.tar.gz
librewolf-fedora-ff-4653b65d33b13a06740eefa3a14bec8935e69f57.tar.bz2
librewolf-fedora-ff-4653b65d33b13a06740eefa3a14bec8935e69f57.zip
- Update to 1.5 rc3
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 06040da..ee1c358 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.rc1
+Release: 0.5.0.rc3
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.5rc1-source.tar.bz2
+%define tarball firefox-1.5rc3-source.tar.bz2
%endif
Source0: %{tarball}
Source1: firefox-gnomestripe-0.1.tar.gz
@@ -251,6 +251,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Fri Nov 18 2005 Christopher Aillon <caillon@redhat.com> - 1.5-0.5.0.rc3
+- Update to 1.5 rc3
+
* 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
bgstack15