Hello community,

here is the log from the commit of package gpg2 for openSUSE:Factory checked in 
at 2012-04-19 08:48:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpg2 (Old)
 and      /work/SRC/openSUSE:Factory/.gpg2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gpg2", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpg2/gpg2.changes        2011-12-06 
17:59:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gpg2.new/gpg2.changes   2012-04-19 
08:48:52.000000000 +0200
@@ -1,0 +2,19 @@
+Wed Apr 18 10:55:34 UTC 2012 - [email protected]
+
+- Mention some of the changes in Greg's version update
+
+-------------------------------------------------------------------
+Tue Mar 27 20:38:27 UTC 2012 - [email protected]
+
+- update to upstream 2.0.19
+  * GPG now accepts a space separated fingerprint as a user ID.  This
+    allows to copy and paste the fingerprint from the key listing.
+  * GPG now uses the longest key ID available.  Removed support for the
+    original HKP keyserver which is not anymore used by any site.
+  * Rebuild the trustdb after changing the option --min-cert-level.
+  * Ukrainian translation.
+  * Honor option --cert-digest-algo when creating a cert.
+  * Emit a DECRYPTION_INFO status line.
+  * Improved detection of JPEG files.
+
+-------------------------------------------------------------------

Old:
----
  gnupg-2.0.18.tar.bz2

New:
----
  gnupg-2.0.19.tar.bz2

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

Other differences:
------------------
++++++ gpg2.spec ++++++
--- /var/tmp/diff_new_pack.A6IVqu/_old  2012-04-19 08:48:55.000000000 +0200
+++ /var/tmp/diff_new_pack.A6IVqu/_new  2012-04-19 08:48:55.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gpg2
 #
-# 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
@@ -16,39 +16,41 @@
 #
 
 
-
 Name:           gpg2
-Version:        2.0.18
-Release:        4
+Version:        2.0.19
+Release:        0
 BuildRequires:  automake
 BuildRequires:  expect
 BuildRequires:  fdupes
-BuildRequires:  libgpg-error-devel >= 1.7
+BuildRequires:  libadns-devel
+BuildRequires:  libassuan-devel >= 2.0.0
+BuildRequires:  libcurl-devel >= 7.10
 BuildRequires:  libgcrypt-devel >= 1.4.0
+BuildRequires:  libgpg-error-devel >= 1.7
 BuildRequires:  libksba-devel >= 1.0.7
-BuildRequires:  libassuan-devel >= 2.0.0
 BuildRequires:  libusb-devel
+BuildRequires:  openldap2-devel
 BuildRequires:  readline-devel
 BuildRequires:  zlib-devel
-BuildRequires:  libadns-devel
-BuildRequires:  openldap2-devel
-BuildRequires:  libcurl-devel >= 7.10
 %if 0%{?suse_version} >= 1120
 BuildRequires:  libpth-devel >= 1.3.7
 %else
 BuildRequires:  pth >= 1.3.7
 %endif
 Url:            http://www.gnupg.org/aegypten2/
-License:        GPL-3.0+
-Group:          Productivity/Networking/Security
 PreReq:         %install_info_prereq
-Requires:       pinentry dirmngr
+Requires:       dirmngr
+Requires:       pinentry
 Recommends:     %name-lang = %{version}
-Provides:       newpg gpg = 1.4.9 gnupg = %{version}
+Provides:       gnupg = %{version}
+Provides:       gpg = 1.4.9
+Provides:       newpg
 # special feature needed for OBS signd
 Provides:       gpg2_signd_support
 Obsoletes:      gpg < 1.4.9
 Summary:        GnuPG 2
+License:        GPL-3.0+
+Group:          Productivity/Networking/Security
 Source:         gnupg-%{version}.tar.bz2
 Patch1:         gnupg-2.0.18-tmpdir.diff
 Patch2:         gnupg-2.0.4-install_tools.diff
@@ -72,7 +74,7 @@
 %patch4
 %patch5 -p1
 %patch6 -p1
-%patch7
+%patch7 -p1
 
 %build
 autoreconf -fi

++++++ gnupg-2.0.18.tar.bz2 -> gnupg-2.0.19.tar.bz2 ++++++
++++ 94156 lines of diff (skipped)

++++++ gnupg-broken-curl-test.patch ++++++
--- /var/tmp/diff_new_pack.A6IVqu/_old  2012-04-19 08:48:56.000000000 +0200
+++ /var/tmp/diff_new_pack.A6IVqu/_new  2012-04-19 08:48:56.000000000 +0200
@@ -1,5 +1,7 @@
---- m4/libcurl.m4.orig
-+++ m4/libcurl.m4
+diff --git a/m4/libcurl.m4 b/m4/libcurl.m4
+index 7d1dbd3..92cf801 100644
+--- a/m4/libcurl.m4
++++ b/m4/libcurl.m4
 @@ -68,13 +68,7 @@ AC_DEFUN([LIBCURL_CHECK_CONFIG],
  
       _libcurl_try_link=yes
@@ -14,12 +16,3 @@
  
       if test x$_libcurl_config != "x" ; then
          AC_CACHE_CHECK([for the version of libcurl],
-@@ -141,7 +135,7 @@ AC_DEFUN([LIBCURL_CHECK_CONFIG],
-            _libcurl_save_libs=$LIBS
-            LIBS="$LIBCURL $LIBS"
- 
--           AC_LINK_IFELSE([AC_LANG_PROGRAM([[include <curl/curl.h>]],[[
-+           AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <curl/curl.h>]],[[
- /* Try and use a few common options to force a failure if we are
-    missing symbols or cannot link. */
- int x;

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to