gpgme 1.24.2
OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=182
This commit is contained in:
parent
b67ebb247c
commit
0af07cf81b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ea05d0258e71061d61716584ec34cef59330a91340571edc46b78374973ba85f
|
|
||||||
size 1891695
|
|
Binary file not shown.
3
gpgme-1.24.2.tar.bz2
Normal file
3
gpgme-1.24.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e11b1a0e361777e9e55f48a03d89096e2abf08c63d84b7017cfe1dce06639581
|
||||||
|
size 1891804
|
BIN
gpgme-1.24.2.tar.bz2.sig
Normal file
BIN
gpgme-1.24.2.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 10 12:56:28 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- Update to 1.24.2:
|
||||||
|
* Fix regression for RSA in gpgme_pubkey_algo_string
|
||||||
|
* Prevent failing tests after 2027-05-15
|
||||||
|
- drop python313.patch, is included
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 11 12:54:20 UTC 2024 - Lucas Mulling <lucas.mulling@suse.com>
|
Wed Dec 11 12:54:20 UTC 2024 - Lucas Mulling <lucas.mulling@suse.com>
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
# spec file for package gpgme
|
# spec file for package gpgme
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
|
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -42,7 +43,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: gpgme%{psuffix}
|
Name: gpgme%{psuffix}
|
||||||
Version: 1.24.1
|
Version: 1.24.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Programmatic library interface to GnuPG
|
Summary: Programmatic library interface to GnuPG
|
||||||
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
||||||
@ -57,7 +58,6 @@ Source3: https://gnupg.org/signature_key.asc#/gpgme.keyring
|
|||||||
Source99: gpgme.changes
|
Source99: gpgme.changes
|
||||||
# PATCH-FIX-OPENSUSE gpgme-suse-nobetasuffix.patch code@bnavigator.de -- remove "-unknown" betasuffix boo#1205197
|
# PATCH-FIX-OPENSUSE gpgme-suse-nobetasuffix.patch code@bnavigator.de -- remove "-unknown" betasuffix boo#1205197
|
||||||
Patch2: gpgme-suse-nobetasuffix.patch
|
Patch2: gpgme-suse-nobetasuffix.patch
|
||||||
Patch3: python313.patch
|
|
||||||
Patch4: gpgme-fix-python-install.patch
|
Patch4: gpgme-fix-python-install.patch
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -258,7 +258,7 @@ This package contains the bindings to use the library in Qt 6 C++ applications.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -N -n gpgme-%{version}
|
%autosetup -N -n gpgme-%{version}
|
||||||
%if %{with replace_distutils}
|
%if %{with replace_distutils}
|
||||||
%patch -p1 -P2 -P3
|
%patch -p1 -P2
|
||||||
%endif
|
%endif
|
||||||
%if 0%{suse_version} > 1500
|
%if 0%{suse_version} > 1500
|
||||||
# Note: rpm in 15.x does not know about the autopatch -m flag.
|
# Note: rpm in 15.x does not know about the autopatch -m flag.
|
||||||
|
@ -1,38 +0,0 @@
|
|||||||
Index: gpgme-1.24.0/configure.ac
|
|
||||||
===================================================================
|
|
||||||
--- gpgme-1.24.0.orig/configure.ac
|
|
||||||
+++ gpgme-1.24.0/configure.ac
|
|
||||||
@@ -614,7 +614,7 @@ if test "$found_py" = "1"; then
|
|
||||||
if test "$found_py" = "1" -o "$found_py3" = "1"; then
|
|
||||||
# Reset everything, so that we can look for another Python.
|
|
||||||
m4_foreach([mym4pythonver],
|
|
||||||
- [[2.7],[3.6],[3.8],[3.9],[3.10],[3.11],[3.12],[all]],
|
|
||||||
+ [[2.7],[3.6],[3.8],[3.9],[3.10],[3.11],[3.12],[3.13],[all]],
|
|
||||||
[unset PYTHON
|
|
||||||
unset PYTHON_VERSION
|
|
||||||
unset PYTHON_CPPFLAGS
|
|
||||||
Index: gpgme-1.24.0/lang/python/setup.py.in
|
|
||||||
===================================================================
|
|
||||||
--- gpgme-1.24.0.orig/lang/python/setup.py.in
|
|
||||||
+++ gpgme-1.24.0/lang/python/setup.py.in
|
|
||||||
@@ -291,6 +291,7 @@ GPGME and these bindings is available he
|
|
||||||
'Programming Language :: Python :: 3.10',
|
|
||||||
'Programming Language :: Python :: 3.11',
|
|
||||||
'Programming Language :: Python :: 3.12',
|
|
||||||
+ 'Programming Language :: Python :: 3.13',
|
|
||||||
'Operating System :: POSIX',
|
|
||||||
'Operating System :: Microsoft :: Windows',
|
|
||||||
'Topic :: Communications :: Email',
|
|
||||||
Index: gpgme-1.24.0/m4/python.m4
|
|
||||||
===================================================================
|
|
||||||
--- gpgme-1.24.0.orig/m4/python.m4
|
|
||||||
+++ gpgme-1.24.0/m4/python.m4
|
|
||||||
@@ -41,7 +41,7 @@ AC_DEFUN([AM_PATH_PYTHON],
|
|
||||||
m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
|
|
||||||
[python2 python2.7 dnl
|
|
||||||
python dnl
|
|
||||||
- python3 python3.12 python3.11 python3.10 python3.9 python3.8 python3.6
|
|
||||||
+ python3 python3.13 python3.12 python3.11 python3.10 python3.9 python3.8 python3.6
|
|
||||||
])
|
|
||||||
|
|
||||||
AC_ARG_VAR([PYTHON], [the Python interpreter])
|
|
Loading…
x
Reference in New Issue
Block a user