[mozilla-adblockplus/f15] Hopefully add Firefox/Thunderbird 9 and Seamonkey 2.6 support.

Russell William Golden niveusluna at fedoraproject.org
Thu Jan 19 15:42:01 UTC 2012


commit 80dd7fc491b1f7f425302e435181301b951d2bd5
Author: Russell William Golden <niveusluna at niveusluna.org>
Date:   Thu Jan 19 09:41:26 2012 -0600

    Hopefully add Firefox/Thunderbird 9 and Seamonkey 2.6 support.

 firefox-9-compat.patch   |   16 ++++++++++++++++
 mozilla-adblockplus.spec |    4 +++-
 2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/firefox-9-compat.patch b/firefox-9-compat.patch
new file mode 100644
index 0000000..0cf7687
--- /dev/null
+++ b/firefox-9-compat.patch
@@ -0,0 +1,16 @@
+diff -up mozilla-adblockplus-1.3.10/metadata.old mozilla-adblockplus-1.3.10/metadata
+--- mozilla-adblockplus-1.3.10/metadata.old     2012-01-19 09:33:34.694238844 -0600
++++ mozilla-adblockplus-1.3.10/metadata 2012-01-19 09:34:30.217660520 -0600
+@@ -29,9 +29,9 @@ zh-CN=https://adblockplus.org/zh_CN/
+ zh-TW=https://adblockplus.org/zh_TW/
+
+ [compat]
+-firefox=3.5/9.0a1
+-seamonkey=2.0/2.6a1
+-thunderbird=3.0/9.0a1
++firefox=3.5/9.0.*
++seamonkey=2.0/2.6.*
++thunderbird=3.0/9.0.*
+ songbird=1.9.0a/1.11.0a
+ conkeror=0.1/100.0
+ prism=1.0b1/1.0.*
diff --git a/mozilla-adblockplus.spec b/mozilla-adblockplus.spec
index 3bdd657..0d1b46b 100644
--- a/mozilla-adblockplus.spec
+++ b/mozilla-adblockplus.spec
@@ -15,7 +15,7 @@
 
 Name:           mozilla-adblockplus
 Version:        1.3.10
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Adblocking extension for Mozilla Firefox, Thunderbird, and Seamonkey
 
 Group:          Applications/Internet
@@ -26,6 +26,7 @@ Source0:        %{name}-%{version}.tar.bz2
 Source1:        %{name}-%{version}-buildtools.tar.bz2
 Source99:       %{name}-tarball.sh
 Patch0:         mozilla-adblockplus-1.3.8-buildNum.patch
+Patch1:         firefox-9-compat.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -46,6 +47,7 @@ element hiding over the original Adblock extension.
 %prep
 %setup -q -a 1
 %patch0 -p 1
+%patch1 -p 1
 
 
 %build


More information about the scm-commits mailing list