Hello community, here is the log from the commit of package gpg2 for openSUSE:Factory checked in at 2015-09-16 10:37:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gpg2 (Old) and /work/SRC/openSUSE:Factory/.gpg2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gpg2" Changes: -------- --- /work/SRC/openSUSE:Factory/gpg2/gpg2.changes 2015-08-17 15:33:42.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gpg2.new/gpg2.changes 2015-09-16 10:37:07.000000000 +0200 @@ -1,0 +2,17 @@ +Fri Sep 11 06:02:23 UTC 2015 - [email protected] + +- GnuPG 2.1.8: + * gpg: Sending very large keys to the keyservers works again. + * gpg: Validity strings in key listings are now again translatable. + * gpg: Emit FAILURE status lines to help GPGME. + * gpg: Does not anymore link to Libksba to reduce dependencies. + * gpgsm: Export of secret keys via Assuan is now possible. + * agent: Raise the maximum passphrase length from 100 to 255 bytes. + * agent: Fix regression using EdDSA keys with ssh. + * Does not anymore use a build timestamp by default. + * The fallback encoding for broken locale settings changed + from Latin-1 to UTF-8. + * Many code cleanups and improved internal documentation. + * Various minor bug fixes. + +------------------------------------------------------------------- Old: ---- gnupg-2.1.7.tar.bz2 gnupg-2.1.7.tar.bz2.sig New: ---- gnupg-2.1.8.tar.bz2 gnupg-2.1.8.tar.bz2.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gpg2.spec ++++++ --- /var/tmp/diff_new_pack.3bplCk/_old 2015-09-16 10:37:08.000000000 +0200 +++ /var/tmp/diff_new_pack.3bplCk/_new 2015-09-16 10:37:08.000000000 +0200 @@ -17,7 +17,7 @@ Name: gpg2 -Version: 2.1.7 +Version: 2.1.8 Release: 0 Summary: GnuPG 2 License: GPL-3.0+ @@ -27,6 +27,7 @@ Source2: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2.sig # https://www.gnupg.org/signature_key.html Source3: %{name}.keyring +Source99: %{name}.changes Patch4: gnupg-2.0.9-langinfo.patch Patch5: gnupg-2.0.18-files-are-digests.patch Patch6: gnupg-dont-fail-with-seahorse-agent.patch @@ -91,6 +92,7 @@ %endif export CFLAGS="%{optflags} ${PIE}" export LDFLAGS=-pie +date=$(date -u +%{Y}-%{m}-%{dT}%{H}:%{M}+0000 -r %{SOURCE99}) %configure \ --libexecdir=%{_libdir} \ --docdir=%{_docdir}/%{name} \ @@ -104,7 +106,8 @@ --enable-gpgtar \ --enable-large-rsa \ --enable-large-secmem \ - --with-gnu-ld + --with-gnu-ld \ + --enable-build-timestamp=$date make %{?_smp_mflags} @@ -140,7 +143,7 @@ %check %if ! 0%{?qemu_user_space_build} %ifnarch ppc64 -make check +make %{?_smp_mflags} check %endif %endif @@ -155,8 +158,8 @@ %files %defattr(-,root,root) -%doc %{_infodir}/gnupg* -%doc %{_mandir}/*/*.gz +%{_infodir}/gnupg* +%{_mandir}/*/*.gz %doc %{_docdir}/%{name} %{_bindir}/* %{_libdir}/[^d]* ++++++ gnupg-2.1.7.tar.bz2 -> gnupg-2.1.8.tar.bz2 ++++++ ++++ 103829 lines of diff (skipped)
