summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2007-02-23 22:47:49 +0000
committerMartin Stransky <stransky@fedoraproject.org>2007-02-23 22:47:49 +0000
commitf34884b576e2fb90a44f19419a38a71596faf8e3 (patch)
tree1ee32686a8477630734d5f0fde016268a21643ad
parent- Fix PPC64 runtime (diff)
downloadlibrewolf-fedora-ff-f34884b576e2fb90a44f19419a38a71596faf8e3.tar.gz
librewolf-fedora-ff-f34884b576e2fb90a44f19419a38a71596faf8e3.tar.bz2
librewolf-fedora-ff-f34884b576e2fb90a44f19419a38a71596faf8e3.zip
Update to 2002
-rw-r--r--firefox.spec11
-rw-r--r--sources4
2 files changed, 9 insertions, 6 deletions
diff --git a/firefox.spec b/firefox.spec
index d47221a..7914c23 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -10,8 +10,8 @@
Summary: Mozilla Firefox Web browser.
Name: firefox
-Version: 2.0.0.1
-Release: 6%{?dist}
+Version: 2.0.0.2
+Release: 1%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
Group: Applications/Internet
@@ -21,7 +21,7 @@ Group: Applications/Internet
%define tarball firefox-2.0rc3-source.tar.bz2
%endif
Source0: %{tarball}
-Source2: firefox-langpacks-%{version}-20061220.tar.bz2
+Source2: firefox-langpacks-%{version}-20070223.tar.bz2
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
Source12: firefox-redhat-default-bookmarks.html
@@ -159,7 +159,7 @@ removed in favor of xulrunner-devel.
#%patch100 -p0 -b .gtk-key-theme-crash
%patch101 -p0 -b .embedwindow-visibility
%patch102 -p0 -b .theme-change
-%patch103 -p1 -b .dnd-nograb
+#%patch103 -p1 -b .dnd-nograb
%patch104 -p1 -b .ppc64
# For branding specific patches.
@@ -412,6 +412,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Fri Feb 23 2007 Martin Stransky <stransky@redhat.com> 2.0.0.2-1
+- Update to 2002
+
* Wed Feb 21 2007 David Woodhouse <dwmw2@redhat.com> 2.0.0.1-6
- Fix PPC64 runtime
- Fix firefox script to use 32-bit browser by default on PPC64 hardware
diff --git a/sources b/sources
index 927a776..fd09c4d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-7a1fc804ed735c5b7e9b1498bac8b5db firefox-2.0.0.1-source.tar.bz2
-78bb449bd5cde74bc0b5994f3673eada firefox-langpacks-2.0.0.1-20061220.tar.bz2
+d7db87b76c1e78a229b662d7dd642265 firefox-2.0.0.2-source.tar.bz2
+b0bf9fedd0956bf56e07eeadc7942071 firefox-langpacks-2.0.0.2-20070223.tar.bz2
bgstack15