diff --git a/gpgme-1.3.1.tar.bz2 b/gpgme-1.3.1.tar.bz2 deleted file mode 100644 index 53b1b92..0000000 --- a/gpgme-1.3.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15ef27a875ae0d79d7446fd931deda11438e724ffbeac74449ed19cba23df4d4 -size 841093 diff --git a/gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch b/gpgme-1.3.2-gpgme-config-remove-extraneous-libs.patch similarity index 52% rename from gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch rename to gpgme-1.3.2-gpgme-config-remove-extraneous-libs.patch index 089ce7b..80fbd07 100644 --- a/gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch +++ b/gpgme-1.3.2-gpgme-config-remove-extraneous-libs.patch @@ -1,5 +1,7 @@ ---- src/gpgme-config.in.orig -+++ src/gpgme-config.in +Index: src/gpgme-config.in +=================================================================== +--- src/gpgme-config.in.orig 2012-05-02 09:42:23.000000000 +0100 ++++ src/gpgme-config.in 2012-11-16 22:43:53.000000000 +0000 @@ -23,7 +23,7 @@ libs="-L@libdir@" # Network libraries. @@ -9,9 +11,11 @@ # Configure libgpg-error. gpg_error_cflags="@GPG_ERROR_CFLAGS@" ---- src/Makefile.am.orig -+++ src/Makefile.am -@@ -206,12 +206,13 @@ libgpgme_la_DEPENDENCIES = @LTLIBOBJS@ $ +Index: src/Makefile.am +=================================================================== +--- src/Makefile.am.orig 2012-04-13 09:01:09.000000000 +0100 ++++ src/Makefile.am 2012-11-16 22:43:53.000000000 +0000 +@@ -196,12 +196,13 @@ libgpgme_la_DEPENDENCIES = @LTLIBOBJS@ $ libgpgme_la_LIBADD = $(gpgme_res) @LIBASSUAN_LIBS@ @LTLIBOBJS@ \ @GPG_ERROR_LIBS@ @@ -24,11 +28,13 @@ - -lpthread @GPG_ERROR_LIBS@ + @GPG_ERROR_LIBS@ - libgpgme_pth_la_LDFLAGS = @PTH_LDFLAGS@ $(no_undefined) $(export_symbols) \ - $(libgpgme_version_script_cmd) -version-info \ ---- configure.ac.orig -+++ configure.ac -@@ -80,7 +80,7 @@ AM_MAINTAINER_MODE + if BUILD_W32_GLIB + libgpgme_glib_la_LDFLAGS = $(no_undefined) \ +Index: configure.ac +=================================================================== +--- configure.ac.orig 2012-05-02 10:06:21.000000000 +0100 ++++ configure.ac 2012-11-16 22:43:53.000000000 +0000 +@@ -78,7 +78,7 @@ AM_MAINTAINER_MODE AC_CANONICAL_HOST # Enable GNU extensions on systems that have them. @@ -37,12 +43,12 @@ AH_VERBATIM([_REENTRANT], [/* To allow the use of GPGME in multithreaded programs we have to use -@@ -91,7 +91,7 @@ AH_VERBATIM([_REENTRANT], +@@ -89,7 +89,7 @@ AH_VERBATIM([_REENTRANT], # define _REENTRANT 1 #endif]) -AC_PROG_CC +AC_PROG_CC_STDC AC_PROG_CXX - - AC_SUBST(LIBGPGME_LT_CURRENT) + AC_CHECK_PROGS(GITLOG_TO_CHANGELOG, gitlog-to-changelog, + [build-aux/gitlog-to-changelog]) diff --git a/gpgme-1.3.2.tar.bz2 b/gpgme-1.3.2.tar.bz2 new file mode 100644 index 0000000..87c48dc --- /dev/null +++ b/gpgme-1.3.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd235663f1d1adc97abb38dd5e6d093bb7e155580f171f9ba0158feab69f875 +size 867738 diff --git a/gpgme.changes b/gpgme.changes index 4c3b9f3..5617d12 100644 --- a/gpgme.changes +++ b/gpgme.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Nov 16 22:53:49 UTC 2012 - andreas.stieger@gmx.de + +- update to 1.3.2 + * Remove support for libgpgme-pth. As far as we know, this was never used, + and GnuPG is going to use our own npth in the future. + * Fix signature summary information for a missing X.509 key. + * Fix parsing of dates >= year 2038. +- refresh gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch + to gpgme-1.3.2-gpgme-config-remove-extraneous-libs.patch +- actual minimum requirement for libgpg-error is >= 1.8 + ------------------------------------------------------------------- Thu Dec 1 15:56:05 UTC 2011 - coolo@suse.com diff --git a/gpgme.spec b/gpgme.spec index 378968a..b7ceaf7 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -1,7 +1,7 @@ # # spec file for package gpgme # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,18 +18,18 @@ Name: gpgme BuildRequires: gpg2 >= 2.0.10 -Version: 1.3.1 +Version: 1.3.2 Release: 0 Summary: A Library Designed to Give Applications Easy Access to GnuPG License: GPL-2.0+ Group: Productivity/Security Url: http://www.gnupg.org/related_software/gpgme/ Source: ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2 -Patch0: gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch +Patch0: gpgme-1.3.2-gpgme-config-remove-extraneous-libs.patch Source2: baselibs.conf BuildRequires: automake BuildRequires: libassuan-devel >= 2.0.2 -BuildRequires: libgpg-error-devel >= 1.4 +BuildRequires: libgpg-error-devel >= 1.8 PreReq: %install_info_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -135,7 +135,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog README NEWS THANKS TODO +%doc AUTHORS COPYING ChangeLog ChangeLog-2011 README NEWS THANKS TODO %{_datadir}/common-lisp %{_datadir}/common-lisp/source %{_infodir}/gpgme*