summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cvsignore4
-rw-r--r--firefox.spec11
-rw-r--r--sources4
3 files changed, 10 insertions, 9 deletions
diff --git a/.cvsignore b/.cvsignore
index b17c06b..2941ca7 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,2 +1,2 @@
-firefox-2.0.0.4-source.tar.bz2
-firefox-langpacks-2.0.0.4-20070523.tar.bz2
+firefox-2.0.0.5-source.tar.bz2
+firefox-langpacks-2.0.0.5-20070718.tar.bz2
diff --git a/firefox.spec b/firefox.spec
index dab7fc9..34b5c24 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -11,8 +11,8 @@
Summary: Mozilla Firefox Web browser.
Name: firefox
-Version: 2.0.0.4
-Release: 3%{?dist}
+Version: 2.0.0.5
+Release: 2%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
Group: Applications/Internet
@@ -22,7 +22,7 @@ Group: Applications/Internet
%define tarball firefox-2.0rc3-source.tar.bz2
%endif
Source0: %{tarball}
-Source2: firefox-langpacks-%{version}-20070523.tar.bz2
+Source2: firefox-langpacks-%{version}-20070718.tar.bz2
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
Source12: firefox-redhat-default-prefs.js
@@ -68,7 +68,6 @@ Patch89: firefox-1.5-xft-rangewidth.patch
# Other
-Patch100: firefox-1.5-thread-cleanup.patch
Patch102: firefox-1.5-theme-change.patch
Patch104: firefox-1.5-ppc64.patch
@@ -169,7 +168,6 @@ removed in favor of xulrunner-devel.
%patch88 -p1 -b .pango-underline
%patch89 -p1 -b .nopangoxft2
-%patch100 -p1 -b .thread-cleanup
%patch102 -p0 -b .theme-change
%patch104 -p1 -b .ppc64
@@ -429,6 +427,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Wed Jul 18 2007 Kai Engert <kengert@redhat.com> - 2.0.0.5-2
+- Update to 2.0.0.5
+
* Fri Jun 29 2007 Martin Stransky <stransky@redhat.com> 2.0.0.4-3
- backported pango patches from FC6 (1.5.0.12)
diff --git a/sources b/sources
index 3d7ad55..d28b42b 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-99c14794976b2532addfcd2d836c6bb2 firefox-2.0.0.4-source.tar.bz2
-6356fb7701c91e5dfa38f2aecf4eb156 firefox-langpacks-2.0.0.4-20070523.tar.bz2
+5a6ca3e4ac3ebc335d473cd3f682a916 firefox-2.0.0.5-source.tar.bz2
+0d24292fcd40f85b3ed64bb1ed2e006e firefox-langpacks-2.0.0.5-20070718.tar.bz2
bgstack15