diff --git a/gpgme-1.15.0.tar.bz2 b/gpgme-1.15.0.tar.bz2 deleted file mode 100644 index 19bf21c..0000000 --- a/gpgme-1.15.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b472bc12c7d455906c8a539ec56da0a6480ef1c3a87aa5b74d7125df68d0e5b -size 1692019 diff --git a/gpgme-1.15.0.tar.bz2.sig b/gpgme-1.15.0.tar.bz2.sig deleted file mode 100644 index ea8d32c..0000000 Binary files a/gpgme-1.15.0.tar.bz2.sig and /dev/null differ diff --git a/gpgme-1.15.1.tar.bz2 b/gpgme-1.15.1.tar.bz2 new file mode 100644 index 0000000..1e9d147 --- /dev/null +++ b/gpgme-1.15.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebc3c1b27f1c8979896ff361ba9bb4778b508b2496c2fc10e3775a40b1de1ad +size 1699349 diff --git a/gpgme-1.15.1.tar.bz2.sig b/gpgme-1.15.1.tar.bz2.sig new file mode 100644 index 0000000..46f7728 Binary files /dev/null and b/gpgme-1.15.1.tar.bz2.sig differ diff --git a/gpgme.changes b/gpgme.changes index f95b2ae..43ba5e4 100644 --- a/gpgme.changes +++ b/gpgme.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jan 12 22:35:23 UTC 2021 - Andreas Stieger + +- gpgme 1.15.1: + * Fix a bug in the secret key export + * Make listing of signatures work if only secret keys are listed + * qt: Avoid empty "rem@gnupg.org" signature notations + * python: Fix key_export functions +- remove deprecated texinfo macros + ------------------------------------------------------------------- Sat Dec 5 19:09:59 UTC 2020 - Benjamin Greiner diff --git a/gpgme.spec b/gpgme.spec index 1dfd1a5..010a917 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -1,7 +1,7 @@ # # spec file for package gpgme # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,7 +30,7 @@ %endif %{!?python_module:%define python_module() python-%{**} python3-{**}} Name: gpgme%{psuffix} -Version: 1.15.0 +Version: 1.15.1 Release: 0 Summary: Programmatic library interface to GnuPG License: LGPL-2.1-or-later AND GPL-3.0-or-later @@ -50,11 +50,9 @@ BuildRequires: libgpg-error-devel >= 1.36 BuildRequires: pkgconfig BuildRequires: swig %if %{with python2} || %{with python3} -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} +BuildRequires: python-rpm-macros %endif -Requires(post): %{install_info_prereq} -Requires(preun): %{install_info_prereq} %if %{with qt} BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Test) @@ -68,7 +66,6 @@ BuildRequires: pkgconfig(Qt5Test) %define python_files() -n python3-%{**} %endif - %description GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. It provides a high-level crypto API for @@ -262,11 +259,6 @@ rm -r %{buildroot}%{_libdir}/pkgconfig/gpgme* %postun -n libgpgme11 -p /sbin/ldconfig %post -n libgpgmepp6 -p /sbin/ldconfig %postun -n libgpgmepp6 -p /sbin/ldconfig -%post -%install_info --info-dir=%{_infodir} %{_infodir}/gpgme.info%{ext_info} - -%preun -%install_info_delete --info-dir=%{_infodir} %{_infodir}/gpgme.info%{ext_info} %endif %if !%{with qt}