Hello community,

here is the log from the commit of package gpgme for openSUSE:Factory checked 
in at 2014-05-27 11:51:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpgme (Old)
 and      /work/SRC/openSUSE:Factory/.gpgme.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gpgme"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpgme/gpgme.changes      2013-08-19 
13:31:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gpgme.new/gpgme.changes 2014-05-27 
11:51:07.000000000 +0200
@@ -1,0 +2,34 @@
+Wed May 21 11:24:56 UTC 2014 - andreas.stie...@gmx.de
+
+- gpgme 1.5.0
+  - On Unices the engine file names are not not anymore hardwired
+    but located via the envvar PATH.  All options to set the name of
+    the engines for the configure run are removed.
+  - If GPGME finds the gpgconf binary it defaults to using gpg2 or
+    whatever gpgconf tells as name for the OpenPGP engine.  If
+    gpgconf is not found, GPGME looks for an engine named "gpg".
+  - New feature to use the gpgme I/O subsystem to run arbitrary
+    commands.
+  - New flag to use encryption without the default compression step.
+  - New function to access "gpg-conf --list-dirs"
+  - New configure option --enable-fixed-path for use by Android.
+  - Support ECC algorithms.
+  - Interface changes relative to the 1.4.3 release:
+    gpgme_get_dirinfo              NEW.
+    gpgme_op_spawn_start           NEW.
+    gpgme_op_spawn                 NEW.
+    GPGME_PROTOCOL_SPAWN           NEW.
+    GPGME_SPAWN_DETACHED           NEW.
+    GPGME_SPAWN_ALLOW_SET_FG       NEW.
+    GPGME_ENCRYPT_NO_COMPRESS      NEW.
+    GPGME_PK_ECC                   NEW.
+    GPGME_MD_SHA224                NEW.
+    gpgme_subkey_t                 EXTENDED: New field curve.
+    GPGME_STATUS_PLAINTEXT_LENGTH  NEW.
+    GPGME_STATUS_MOUNTPOINT        NEW.
+    GPGME_STATUS_PINENTRY_LAUNCHED NEW.
+    GPGME_STATUS_ATTRIBUTE         NEW.
+    GPGME_STATUS_BEGIN_SIGNING     NEW.
+    GPGME_STATUS_KEY_NOT_CREATED   NEW.
+
+-------------------------------------------------------------------

Old:
----
  gpgme-1.4.3.tar.bz2
  gpgme-1.4.3.tar.bz2.sig

New:
----
  gpgme-1.5.0.tar.bz2
  gpgme-1.5.0.tar.bz2.sig

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

Other differences:
------------------
++++++ gpgme.spec ++++++
--- /var/tmp/diff_new_pack.VKNfFu/_old  2014-05-27 11:51:08.000000000 +0200
+++ /var/tmp/diff_new_pack.VKNfFu/_new  2014-05-27 11:51:08.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gpgme
-Version:        1.4.3
+Version:        1.5.0
 Release:        0
 Summary:        A Library Designed to Give Applications Easy Access to GnuPG
 License:        LGPL-2.1+ and GPL-3.0+
@@ -29,7 +29,7 @@
 Source3:        gpgme.keyring
 BuildRequires:  gpg2 >= 2.0.10
 BuildRequires:  libassuan-devel >= 2.0.2
-BuildRequires:  libgpg-error-devel >= 1.8
+BuildRequires:  libgpg-error-devel >= 1.11
 %if 0%{?suse_version} >= 1230
 BuildRequires:  gpg-offline
 %endif
@@ -102,16 +102,8 @@
 %setup -q
 
 %build
-# Ensure that a (re)build uses fixed binaries with minimum version because
-# in case configure picks GnuPG-1.x, e.g. from /usr/local, this would cause
-# testsuite failures:
-%configure --without-pth --disable-static \
-       --with-gpg-version=2.0.10       \
-       --with-gpgsm-version=2.0.10     \
-       --with-gpgconf-version=2.0.10   \
-       --with-gpg=%{_bindir}/gpg2      \
-       --with-gpgsm=%{_bindir}/gpgsm   \
-       --with-gpgconf=%{_bindir}/gpgconf \
+%configure \
+       --disable-static \
        --disable-fd-passing
 
 make %{?_smp_mflags}

++++++ gpgme-1.4.3.tar.bz2 -> gpgme-1.5.0.tar.bz2 ++++++
++++ 9411 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