Hello community,

here is the log from the commit of package gpgme for openSUSE:Factory checked 
in at 2016-11-22 18:56:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2016-10-28 
12:14:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gpgme.new/gpgme.changes 2016-11-22 
18:56:37.000000000 +0100
@@ -1,0 +2,29 @@
+Sat Nov 19 21:51:22 UTC 2016 - [email protected]
+
+- gpgme 1.8:
+   * The module of the Python bindings has been renamed to 'gpg'.
+   * New interface to query current software versions.
+   * New feature to use gpg's --{show,override}session-key options.
+   * New interface to set the sender of a mail.
+   * qt: Added Distinguished Name parser from libkleo
+   * The --homedir option is now used with recent gpgconf versions.
+   * The internal locking functions have been replaced by libgpg-error
+     locking functions.
+   * Interface changes relative to the 1.7.1 release:
+     gpgme_set_sender                NEW.
+     gpgme_get_sender                NEW.
+     gpgme_op_query_swdb             NEW.
+     gpgme_op_query_swdb_result      NEW.
+     gpgme_query_swdb_result_t       NEW.
+     gpgme_get_ctx_flag              NEW.
+     gpgme_decrypt_result_t          EXTENDED: New field session_key.
+     qt: DN                          NEW.
+     qt: DN::Attribute               NEW.
+     qt: Job::context(Job*)          NEW.
+     cpp: EngineInfo::Version::Version(const char*) NEW.
+     cpp: EngineInfo::Version::Version()            NEW.
+     cpp: SwdbResult                                NEW.
+     cpp: Context::setSender(const char*)           NEW.
+     cpp: Context::getSender()                      NEW.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ gpgme.spec ++++++
--- /var/tmp/diff_new_pack.Uf1X2c/_old  2016-11-22 18:56:38.000000000 +0100
+++ /var/tmp/diff_new_pack.Uf1X2c/_new  2016-11-22 18:56:38.000000000 +0100
@@ -21,7 +21,7 @@
 %define with_python3 0
 %define with_qt 0%{?suse_version} >= 1330
 Name:           gpgme
-Version:        1.7.1
+Version:        1.8.0
 Release:        0
 Summary:        Programmatic library interface to GnuPG
 License:        LGPL-2.1+ and GPL-3.0+
@@ -35,7 +35,7 @@
 Source99:       %{name}.changes
 BuildRequires:  gpg2 >= 2.0.10
 BuildRequires:  libassuan-devel >= 2.0.2
-BuildRequires:  libgpg-error-devel >= 1.11
+BuildRequires:  libgpg-error-devel >= 1.17
 BuildRequires:  pkgconfig
 Requires(post): %{install_info_prereq}
 Requires(preun): %{install_info_prereq}
@@ -127,11 +127,11 @@
 %endif # with_cpp
 
 %if 0%{with_python2}
-%package -n python-pyme
+%package -n python-gpg
 Summary:        Python 2 bindings for GPGME, a library for accessing GnuPG
 Group:          Development/Libraries/Python
 
-%description -n python-pyme
+%description -n python-gpg
 GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
 easier for applications. It provides a high-level crypto API for
 encryption, decryption, signing, signature verification, and key
@@ -141,11 +141,11 @@
 %endif # with_python2
 
 %if 0%{with_python3}
-%package -n python3-pyme
+%package -n python3-gpg
 Summary:        Python 3 bindings for GPGME, a library for accessing GnuPG
 Group:          Development/Libraries/Python
 
-%description -n python3-pyme
+%description -n python3-gpg
 GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
 easier for applications. It provides a high-level crypto API for
 encryption, decryption, signing, signature verification, and key
@@ -218,14 +218,14 @@
 chmod -x %{buildroot}%{_libdir}/cmake/Gpgmepp/*.cmake
 %endif # with_cpp
 %if 0%{with_python2}
-find %{buildroot}%{python_sitearch}/pyme3-*.egg-info -delete -print
-find %{buildroot}%{python_sitearch}/pyme -type f -name "*.pyc" -delete -print
-rm -v %{buildroot}%{python_sitelib}/pyme/install_files.txt
+find %{buildroot}%{python_sitearch}/gpg-*.egg-info -delete -print
+find %{buildroot}%{python_sitearch}/gpg -type f -name "*.pyc" -delete -print
+rm -v %{buildroot}%{python_sitelib}/gpg/install_files.txt
 %endif # with_python2
 %if 0%{with_python3}
-find %{buildroot}%{python3_sitearch}/pyme3-*.egg-info -delete -print
-rm -v %{buildroot}%{python3_sitelib}/pyme/install_files.txt
-find %{buildroot}%{python3_sitearch}/pyme -type f -name "*.pyc" -delete -print
+find %{buildroot}%{python3_sitearch}/gpg-*.egg-info -delete -print
+rm -v %{buildroot}%{python3_sitelib}/gpg/install_files.txt
+find %{buildroot}%{python3_sitearch}/gpg -type f -name "*.pyc" -delete -print
 %endif # with_python3
 
 %check
@@ -262,12 +262,10 @@
 %files -n libgpgme11
 %defattr(-,root,root)
 %{_libdir}/libgpgme.so.*
-%{_libdir}/libgpgme-pthread.so.*
 
 %files -n libgpgme-devel
 %defattr(-,root,root)
 %{_libdir}/libgpgme.so
-%{_libdir}/libgpgme-pthread.so
 %{_bindir}/gpgme-config
 %{_datadir}/aclocal/gpgme.m4
 %{_includedir}/gpgme.h
@@ -280,7 +278,6 @@
 %files -n libgpgmepp-devel
 %defattr(-,root,root)
 %{_libdir}/libgpgmepp.so
-%{_includedir}/gpgmepp_version.h
 %{_includedir}/gpgme++
 %dir %{_libdir}/cmake
 %dir %{_libdir}/cmake/Gpgmepp
@@ -288,17 +285,17 @@
 %endif # with_cpp
 
 %if 0%{with_python2}
-%files -n python-pyme
+%files -n python-gpg
 %defattr(-,root,root)
-%{python_sitelib}/pyme
-%{python_sitearch}/pyme
+%{python_sitelib}/gpg
+%{python_sitearch}/gpg
 %endif # with_python2
 
 %if 0%{with_python3}
-%files -n python3-pyme
+%files -n python3-gpg
 %defattr(-,root,root)
-%{python3_sitelib}/pyme
-%{python3_sitearch}/pyme
+%{python3_sitelib}/gpg
+%{python3_sitearch}/gpg
 %endif # with_python3
 
 %if 0%{with_qt}
@@ -311,9 +308,8 @@
 %{_includedir}/qgpgme/
 %{_includedir}/QGpgME/
 %dir %{_libdir}/cmake
-%dir %{_libdir}/cmake/Gpgmepp
-%{_libdir}/cmake/Gpgmepp/QGpgmeConfig*.cmake
-%{_includedir}/qgpgme_version.h
+%dir %{_libdir}/cmake/QGpgme
+%{_libdir}/cmake/QGpgme/*.cmake
 %{_libdir}/libqgpgme.so
 %endif # with_qt
 

++++++ gpgme-1.7.1.tar.bz2 -> gpgme-1.8.0.tar.bz2 ++++++
++++ 17574 lines of diff (skipped)


Reply via email to