Hello community, here is the log from the commit of package enigmail for openSUSE:Factory checked in at 2015-03-27 09:41:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/enigmail (Old) and /work/SRC/openSUSE:Factory/.enigmail.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "enigmail" Changes: -------- --- /work/SRC/openSUSE:Factory/enigmail/enigmail.changes 2014-09-01 16:59:53.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.enigmail.new/enigmail.changes 2015-03-27 09:41:30.000000000 +0100 @@ -1,0 +2,18 @@ +Thu Mar 26 10:38:58 UTC 2015 - [email protected] + +- enigmail 1.8.1: + * Improved user interface for message composition + * Simplified setup wizard + * Possibility to permanently decrypt messages via filter rules + * Improved support for PGP/MIME messages from GPGTools sent from + MS Exchange Server + * Many bugs fixed + * last major version to support GnuPG 1.4.x +- packaging changes: + * update upstream signing key + * run unit tests during build + * remove gpg-offline + * run spec-cleaner + * add upstream sourc URLs + +------------------------------------------------------------------- Old: ---- enigmail-1.7.2.tar.gz enigmail-1.7.2.tar.gz.asc New: ---- enigmail-1.8.1.tar.gz enigmail-1.8.1.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ enigmail.spec ++++++ --- /var/tmp/diff_new_pack.r9lA6k/_old 2015-03-27 09:41:31.000000000 +0100 +++ /var/tmp/diff_new_pack.r9lA6k/_new 2015-03-27 09:41:31.000000000 +0100 @@ -1,8 +1,8 @@ # # spec file for package enigmail # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. -# 2014 Wolfgang Rosenauer <[email protected]> +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2014 Wolfgang Rosenauer <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,23 +18,22 @@ Name: enigmail -Version: 1.7.2 +Version: 1.8.1 Release: 0 Summary: OpenPGP addon for Thunderbird and SeaMonkey License: MPL-1.1 or GPL-2.0+ Group: Productivity/Networking/Email/Clients -Url: http://www.enigmail.net/ -Source0: enigmail-%{version}.tar.gz -Source1: enigmail-%{version}.tar.gz.asc +Url: https://www.enigmail.net/ +# git clone git://git.code.sf.net/p/enigmail/source enigmail +Source0: https://www.enigmail.net/download/source/%{name}-%{version}.tar.gz +Source1: https://www.enigmail.net/download/source/%{name}-%{version}.tar.gz.asc +# https://www.enigmail.net/documentation/pgp-key.php Source2: enigmail.keyring BuildRequires: perl BuildRequires: python BuildRequires: unzip BuildRequires: zip -%if %suse_version > 1220 -BuildRequires: gpg-offline -%endif -Requires: /usr/bin/gpg +Requires: %{_bindir}/gpg Requires: pinentry-gui BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -42,25 +41,24 @@ This package contains the Enigmail OpenPGP Addon for Thunderbird and SeaMonkey. %prep -%if 0%{?gpg_verify:1} -%gpg_verify %{S:1} -%endif -%setup -n enigmail -q +%setup -q -n enigmail %build -./configure CFLAGS="%{optflags}" +./configure \ + CFLAGS="%{optflags}" \ + --enable-tests # parallel build not supported make %install # Thunderbird location -_enig_dir=$RPM_BUILD_ROOT%{_libdir}/mozilla/extensions/\{3550f703-e582-4d05-9a08-453d09bdfdc6\}/\{847b3a00-7ab1-11d4-8f02-006008948af5\} +_enig_dir=%{buildroot}%{_libdir}/mozilla/extensions/\{3550f703-e582-4d05-9a08-453d09bdfdc6\}/\{847b3a00-7ab1-11d4-8f02-006008948af5\} mkdir -p $_enig_dir (cd $_enig_dir; unzip $RPM_BUILD_DIR/enigmail/build/enigmail-*.xpi) #rm $_enig_dir/*.xpi # SeaMonkey location -mkdir -p $RPM_BUILD_ROOT%{_libdir}/mozilla/extensions/\{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a\} -(cd $RPM_BUILD_ROOT%{_libdir}/mozilla/extensions/\{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a\}; \ +mkdir -p %{buildroot}%{_libdir}/mozilla/extensions/\{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a\} +(cd %{buildroot}%{_libdir}/mozilla/extensions/\{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a\}; \ ln -s ../\{3550f703-e582-4d05-9a08-453d09bdfdc6\}/\{847b3a00-7ab1-11d4-8f02-006008948af5\} ) %files ++++++ enigmail-1.7.2.tar.gz -> enigmail-1.8.1.tar.gz ++++++ ++++ 68993 lines of diff (skipped) ++++++ enigmail.keyring ++++++ ++++ 812 lines (skipped) ++++ between enigmail.keyring ++++ and /work/SRC/openSUSE:Factory/.enigmail.new/enigmail.keyring -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
