summaryrefslogtreecommitdiffstats
path: root/thunderbird-enigmail.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-06-30 19:43:49 +0200
committerRemi Collet <fedora@famillecollet.com>2010-06-30 19:43:49 +0200
commita79e0090c915d0d97b95974c4fe8e9673a46e338 (patch)
treee4bd51456d161e01980c37750dc7c8a18962ed45 /thunderbird-enigmail.spec
parente79c744c9e67fe733937453715f9c7d5e62be206 (diff)
enigmail 1.1.2
Diffstat (limited to 'thunderbird-enigmail.spec')
-rw-r--r--thunderbird-enigmail.spec14
1 files changed, 12 insertions, 2 deletions
diff --git a/thunderbird-enigmail.spec b/thunderbird-enigmail.spec
index 6f2ea24..cb2bfa2 100644
--- a/thunderbird-enigmail.spec
+++ b/thunderbird-enigmail.spec
@@ -28,11 +28,11 @@
Summary: Authentication and encryption extension for Mozilla Thunderbird
Name: thunderbird-enigmail
-Version: 1.1.1
+Version: 1.1.2
%if 0%{?prever:1}
Release: 0.1.%{prever}%{?dist}
%else
-Release: 2%{?dist}
+Release: 1%{?dist}
%endif
URL: http://enigmail.mozdev.org/
License: MPLv1.1 or GPLv2+
@@ -69,6 +69,10 @@ Patch2: thunderbird-shared-error.patch
# Fixes gcc complain that nsFrame::delete is protected
Patch4: xulrunner-1.9.2.1-build.patch
+# Enigmail patch
+Patch101: enigmail-1.1.2-perm.patch
+
+
%if %{official_branding}
# Required by Mozilla Corporation
@@ -227,6 +231,9 @@ done
popd
%else
tar xzf %{SOURCE100} -C mailnews/extensions
+pushd mailnews/extensions/enigmail
+%patch101 -p1
+popd
%endif
#===============================================================================
@@ -335,6 +342,9 @@ fi
#===============================================================================
%changelog
+* Wed Jun 30 2010 Remi Collet <rpms@famillecollet.com> 1.1.2-1
+- Enigmail 1.1.1 (against thunderbird 3.1)
+
* Sat Jun 26 2010 Remi Collet <rpms@famillecollet.com> 1.1.1-2
- new sources (only fix displayed version)