Hello community,

here is the log from the commit of package gpgme for openSUSE:Factory checked 
in at 2017-11-14 12:38:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpgme (Old)
 and      /work/SRC/openSUSE:Factory/.gpgme.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gpgme"

Tue Nov 14 12:38:07 2017 rev:69 rq:539778 version:1.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpgme/gpgme.changes      2017-04-07 
13:52:31.710073735 +0200
+++ /work/SRC/openSUSE:Factory/.gpgme.new/gpgme.changes 2017-11-14 
12:38:13.184650155 +0100
@@ -1,0 +2,5 @@
+Tue Nov  7 12:01:11 UTC 2017 - [email protected]
+
+- Make python package naming consistent with python singlespec
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gpgme.spec ++++++
--- /var/tmp/diff_new_pack.5w5vsK/_old  2017-11-14 12:38:16.064544912 +0100
+++ /var/tmp/diff_new_pack.5w5vsK/_new  2017-11-14 12:38:16.068544766 +0100
@@ -25,7 +25,7 @@
 Version:        1.9.0
 Release:        0
 Summary:        Programmatic library interface to GnuPG
-License:        LGPL-2.1+ and GPL-3.0+
+License:        LGPL-2.1+ AND GPL-3.0+
 Group:          Productivity/Security
 Url:            http://www.gnupg.org/related_software/gpgme/
 Source:         ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2
@@ -42,9 +42,8 @@
 BuildRequires:  swig
 Requires(post): %{install_info_prereq}
 Requires(preun): %{install_info_prereq}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?with_python}
-BuildRequires:  python-devel >= 2.7
+BuildRequires:  python2-devel >= 2.7
 BuildRequires:  python3-devel >= 3.4
 %endif
 %if 0%{with_qt}
@@ -75,9 +74,9 @@
 Requires:       glibc-devel
 Requires:       libgpg-error-devel
 Requires:       libgpgme11 = %{version}
+%requires_ge    libassuan-devel
 Provides:       gpgme-devel = %{version}
 Obsoletes:      gpgme-devel < %{version}
-%requires_ge   libassuan-devel
 
 %description -n libgpgme-devel
 GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
@@ -120,11 +119,13 @@
 making use of libgpgmepp.
 
 %if 0%{?with_python}
-%package -n python-gpg
+%package -n python2-gpg
 Summary:        Python 2 bindings for GPGME, a library for accessing GnuPG
 Group:          Development/Languages/Python
+Provides:       python-gpg = %{version}-%{release}
+Obsoletes:      python-gpg < %{version}-%{release}
 
-%description -n python-gpg
+%description -n python2-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
@@ -232,7 +233,6 @@
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/gpgme.info%{ext_info}
 
 %files
-%defattr(-,root,root)
 %doc AUTHORS COPYING COPYING.LESSER ChangeLog ChangeLog-2011 README NEWS 
THANKS TODO VERSION
 %{_bindir}/gpgme-tool
 %{_datadir}/common-lisp
@@ -240,22 +240,18 @@
 %{_infodir}/gpgme*
 
 %files -n libgpgme11
-%defattr(-,root,root)
 %{_libdir}/libgpgme.so.*
 
 %files -n libgpgme-devel
-%defattr(-,root,root)
 %{_libdir}/libgpgme.so
 %{_bindir}/gpgme-config
 %{_datadir}/aclocal/gpgme.m4
 %{_includedir}/gpgme.h
 
 %files -n libgpgmepp6
-%defattr(-,root,root)
 %{_libdir}/libgpgmepp.so.*
 
 %files -n libgpgmepp-devel
-%defattr(-,root,root)
 %{_libdir}/libgpgmepp.so
 %{_includedir}/gpgme++
 %dir %{_libdir}/cmake
@@ -263,22 +259,18 @@
 %{_libdir}/cmake/Gpgmepp/GpgmeppConfig*.cmake
 
 %if 0%{?with_python}
-%files -n python-gpg
-%defattr(-,root,root)
+%files -n python2-gpg
 %{python_sitearch}/gpg
 
 %files -n python3-gpg
-%defattr(-,root,root)
 %{python3_sitearch}/gpg
 %endif
 
 %if 0%{with_qt}
 %files -n libqgpgme7
-%defattr(-,root,root)
 %{_libdir}/libqgpgme.so.*
 
 %files -n libqgpgme-devel
-%defattr(-,root,root)
 %{_includedir}/qgpgme/
 %{_includedir}/QGpgME/
 %dir %{_libdir}/cmake



Reply via email to