Hello community,

here is the log from the commit of package gpgme for openSUSE:Factory checked 
in at 2012-11-20 10:26:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpgme (Old)
 and      /work/SRC/openSUSE:Factory/.gpgme.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gpgme", Maintainer is "vci...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpgme/gpgme.changes      2011-12-21 
14:56:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gpgme.new/gpgme.changes 2012-11-20 
10:26:46.000000000 +0100
@@ -1,0 +2,12 @@
+Fri Nov 16 22:53:49 UTC 2012 - andreas.stie...@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
+
+-------------------------------------------------------------------

Old:
----
  gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch
  gpgme-1.3.1.tar.bz2

New:
----
  gpgme-1.3.2-gpgme-config-remove-extraneous-libs.patch
  gpgme-1.3.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gpgme.spec ++++++
--- /var/tmp/diff_new_pack.OJBZTh/_old  2012-11-20 10:26:52.000000000 +0100
+++ /var/tmp/diff_new_pack.OJBZTh/_new  2012-11-20 10:26:52.000000000 +0100
@@ -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 @@
 
 %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*

++++++ gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch -> 
gpgme-1.3.2-gpgme-config-remove-extraneous-libs.patch ++++++
--- 
/work/SRC/openSUSE:Factory/gpgme/gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch
      2011-10-03 09:20:07.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.gpgme.new/gpgme-1.3.2-gpgme-config-remove-extraneous-libs.patch
 2012-11-20 10:26:46.000000000 +0100
@@ -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])

++++++ gpgme-1.3.1.tar.bz2 -> gpgme-1.3.2.tar.bz2 ++++++
++++ 47849 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to