summaryrefslogtreecommitdiff
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
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
-rw-r--r--.cvsignore1
-rw-r--r--firefox.spec10
-rw-r--r--sources2
3 files changed, 8 insertions, 5 deletions
diff --git a/.cvsignore b/.cvsignore
index c232af0..30ff8a3 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -3,3 +3,4 @@ firefox-1.0PR-source.tar.bz2
firefox-0.10.1-source.tar.bz2
firefox-1.0rc1-source.tar.bz2
firefox-gnomestripe-0.1.tar.gz
+firefox-1.0-source.tar.bz2
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)
diff --git a/sources b/sources
index 19cac17..a7c639a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-7a0411859fc5d5f647e211c24beaf94b firefox-1.0rc1-source.tar.bz2
b628d5f24a49ab15d1943b7d694edd90 firefox-gnomestripe-0.1.tar.gz
+49c16a71f4de014ea471be81e46b1da8 firefox-1.0-source.tar.bz2
bgstack15