diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-03-16 18:12:11 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-03-16 18:12:11 +0100 |
commit | 8afce1a071732901add1629f2bd88eb51af3c61c (patch) | |
tree | ea30e09c31743a75904b73c41e38cac127ce1361 /thunderbird-enigmail.spec | |
parent | 337f2eec698f569c992eba4868334fb4acb3385a (diff) |
Thunderbird: latest patch from rawhide
Diffstat (limited to 'thunderbird-enigmail.spec')
-rw-r--r-- | thunderbird-enigmail.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/thunderbird-enigmail.spec b/thunderbird-enigmail.spec index 3900da7..ca69720 100644 --- a/thunderbird-enigmail.spec +++ b/thunderbird-enigmail.spec @@ -63,7 +63,7 @@ Version: 1.4 %if 0%{?prever:1} Release: 0.1.%{prever}%{?dist} %else -Release: 2%{?dist} +Release: 2%{?dist}.1 %endif URL: http://enigmail.mozdev.org/ License: MPLv1.1 or GPLv2+ @@ -94,6 +94,7 @@ Patch8: xulrunner-10.0-secondary-ipc.patch # Build patches Patch100: xulrunner-10.0-gcc47.patch Patch101: mozilla-722127.patch +Patch102: mozilla-733867-x.patch # Linux specific Patch200: thunderbird-8.0-enable-addons.patch @@ -190,6 +191,7 @@ cd mozilla %endif %patch101 -p2 -b .722127 cd .. +%patch102 -p2 -b .733867 %patch200 -p1 -b .addons @@ -343,6 +345,9 @@ rm -rf $RPM_BUILD_ROOT #=============================================================================== %changelog +* Fri Mar 16 2012 Remi Collet <remi@fedoraproject.org> 1.4-2.1 +- latest patch from rawhide + * Thu Mar 15 2012 Remi Collet <remi@fedoraproject.org> 1.4-2 - Enigmail 1.4 for Thunderbird 11.0 |