From d83eaa0f00adc1f8f00ce76f317b74aab5c5a76f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 21 Jul 2012 19:09:54 +0200 Subject: Enigmail 1.4.3 for Thunderbird 14.0 --- thunderbird-enigmail.spec | 13 +++++++------ xulrunner-prtime.patch | 10 ---------- 2 files changed, 7 insertions(+), 16 deletions(-) delete mode 100644 xulrunner-prtime.patch diff --git a/thunderbird-enigmail.spec b/thunderbird-enigmail.spec index 449abf2..d2f5815 100644 --- a/thunderbird-enigmail.spec +++ b/thunderbird-enigmail.spec @@ -35,8 +35,8 @@ %define thunderbird_app_id \{3550f703-e582-4d05-9a08-453d09bdfdc6\} -%global thunver 13.0 -%global thunmax 14.0 +%global thunver 14.0 +%global thunmax 15.0 # The tarball is pretty inconsistent with directory structure. # Sometimes there is a top level directory. That goes here. @@ -54,7 +54,7 @@ Summary: Authentication and encryption extension for Mozilla Thunderbird Name: thunderbird-enigmail -Version: 1.4.2 +Version: 1.4.3 %if 0%{?prever:1} Release: 0.1.%{prever}%{?dist} %else @@ -88,7 +88,6 @@ Patch8: xulrunner-10.0-secondary-ipc.patch # Build patches Patch104: xulrunner-10.0-gcc47.patch -Patch105: xulrunner-prtime.patch # Linux specific Patch200: thunderbird-8.0-enable-addons.patch @@ -181,7 +180,6 @@ cd mozilla %patch7 -p2 -b .static %patch8 -p3 -b .secondary-ipc %patch104 -p1 -b .gcc47 -%patch105 -p1 -b .prtime cd .. %patch200 -p1 -b .addons @@ -254,7 +252,7 @@ pushd mailnews/extensions/enigmail # All tarballs (as well as CVS) will *always* report as 1.4a1pre (or whatever # the next major version would be). This is because I create builds from trunk # and simply label the result as 1.3.x. -sed -i -e '/em:version/s/1.5pre/%{version}/' package/install.rdf +sed -i -e '/em:version/s/1.5a1pre/%{version}/' package/install.rdf grep '%{version}' package/install.rdf || exit 1 # Apply Enigmail patch here popd @@ -330,6 +328,9 @@ unzip -q objdir/mozilla/dist/bin/enigmail-*-linux-*.xpi -d $RPM_BUILD_ROOT%{enig #=============================================================================== %changelog +* Sat Jul 21 2012 Remi Collet 1.4.3-1 +- Enigmail 1.4.3 for Thunderbird 14.0 + * Tue Jun 05 2012 Remi Collet 1.4.2-1 - Enigmail 1.4.2 for Thunderbird 13.0 diff --git a/xulrunner-prtime.patch b/xulrunner-prtime.patch deleted file mode 100644 index c1efe33..0000000 --- a/xulrunner-prtime.patch +++ /dev/null @@ -1,10 +0,0 @@ -diff -up mozilla-release/hal/sandbox/PHal.ipdl.old mozilla-release/hal/sandbox/PHal.ipdl ---- mozilla-release/hal/sandbox/PHal.ipdl.old 2012-06-01 14:04:00.000000000 +0200 -+++ mozilla-release/hal/sandbox/PHal.ipdl 2012-06-05 09:15:02.524408100 +0200 -@@ -39,7 +39,7 @@ - include protocol PContent; - include protocol PBrowser; --include "nspr/prtime.h"; -+include "prtime.h"; - include "mozilla/HalSensor.h"; - include "mozilla/HalTypes.h"; -- cgit