Accepting request 863068 from Base:System
OBS-URL: https://build.opensuse.org/request/show/863068 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpgme?expand=0&rev=85
This commit is contained in:
commit
798f9d9c6b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0b472bc12c7d455906c8a539ec56da0a6480ef1c3a87aa5b74d7125df68d0e5b
|
|
||||||
size 1692019
|
|
Binary file not shown.
3
gpgme-1.15.1.tar.bz2
Normal file
3
gpgme-1.15.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eebc3c1b27f1c8979896ff361ba9bb4778b508b2496c2fc10e3775a40b1de1ad
|
||||||
|
size 1699349
|
BIN
gpgme-1.15.1.tar.bz2.sig
Normal file
BIN
gpgme-1.15.1.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 12 22:35:23 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- 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 <code@bnavigator.de>
|
Sat Dec 5 19:09:59 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
14
gpgme.spec
14
gpgme.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gpgme
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -30,7 +30,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{!?python_module:%define python_module() python-%{**} python3-{**}}
|
%{!?python_module:%define python_module() python-%{**} python3-{**}}
|
||||||
Name: gpgme%{psuffix}
|
Name: gpgme%{psuffix}
|
||||||
Version: 1.15.0
|
Version: 1.15.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Programmatic library interface to GnuPG
|
Summary: Programmatic library interface to GnuPG
|
||||||
License: LGPL-2.1-or-later AND GPL-3.0-or-later
|
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: pkgconfig
|
||||||
BuildRequires: swig
|
BuildRequires: swig
|
||||||
%if %{with python2} || %{with python3}
|
%if %{with python2} || %{with python3}
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
%endif
|
%endif
|
||||||
Requires(post): %{install_info_prereq}
|
|
||||||
Requires(preun): %{install_info_prereq}
|
|
||||||
%if %{with qt}
|
%if %{with qt}
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
BuildRequires: pkgconfig(Qt5Test)
|
BuildRequires: pkgconfig(Qt5Test)
|
||||||
@ -68,7 +66,6 @@ BuildRequires: pkgconfig(Qt5Test)
|
|||||||
%define python_files() -n python3-%{**}
|
%define python_files() -n python3-%{**}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
|
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
|
||||||
easier for applications. It provides a high-level crypto API for
|
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
|
%postun -n libgpgme11 -p /sbin/ldconfig
|
||||||
%post -n libgpgmepp6 -p /sbin/ldconfig
|
%post -n libgpgmepp6 -p /sbin/ldconfig
|
||||||
%postun -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
|
%endif
|
||||||
|
|
||||||
%if !%{with qt}
|
%if !%{with qt}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user