summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2004-11-09 09:01:17 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2004-11-09 09:01:17 +0000
commit11ef24c601daba0c43a3614d442eeca8fe0c5304 (patch)
treeed9c453bd8a2f15625da76b671857fed5b2d315a /firefox.spec
parent- Add support for GNOME stock icons. (bmo #233461) (diff)
downloadlibrewolf-fedora-ff-11ef24c601daba0c43a3614d442eeca8fe0c5304.tar.gz
librewolf-fedora-ff-11ef24c601daba0c43a3614d442eeca8fe0c5304.tar.bz2
librewolf-fedora-ff-11ef24c601daba0c43a3614d442eeca8fe0c5304.zip
- Firefox 1.0
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec10
1 files changed, 6 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec
index 01d4e49..e2c1895 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -7,14 +7,13 @@ ExclusiveArch: i386 x86_64 ia64 ppc
Summary: Mozilla Firefox Web browser.
Name: firefox
-Version: 0.99
-Release: 1.0RC1.3
+Version: 1.0
+Release: 1
Epoch: 0
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
Group: Applications/Internet
-#Source0: firefox-%{version}-source.tar.bz2
-Source0: firefox-1.0rc1-source.tar.bz2
+Source0: firefox-%{version}-source.tar.bz2
Source1: firefox-redhat-default-bookmarks.html
Source2: mozconfig-firefox
Source3: firefox.desktop
@@ -221,6 +220,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Tue Nov 8 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-1
+- Firefox 1.0
+
* Thu Nov 4 2004 Christopher Aillon <caillon@redhat.com> 0:0.99-1.0RC1.3
- Add support for GNOME stock icons. (bmo #233461)
bgstack15