diff --git a/gpgme-1.24.1.tar.bz2 b/gpgme-1.24.1.tar.bz2 deleted file mode 100644 index 9267d3f..0000000 --- a/gpgme-1.24.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea05d0258e71061d61716584ec34cef59330a91340571edc46b78374973ba85f -size 1891695 diff --git a/gpgme-1.24.1.tar.bz2.sig b/gpgme-1.24.1.tar.bz2.sig deleted file mode 100644 index bf60cf4..0000000 Binary files a/gpgme-1.24.1.tar.bz2.sig and /dev/null differ diff --git a/gpgme-1.24.2.tar.bz2 b/gpgme-1.24.2.tar.bz2 new file mode 100644 index 0000000..ce51ed3 --- /dev/null +++ b/gpgme-1.24.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11b1a0e361777e9e55f48a03d89096e2abf08c63d84b7017cfe1dce06639581 +size 1891804 diff --git a/gpgme-1.24.2.tar.bz2.sig b/gpgme-1.24.2.tar.bz2.sig new file mode 100644 index 0000000..fc6ebe1 Binary files /dev/null and b/gpgme-1.24.2.tar.bz2.sig differ diff --git a/gpgme.changes b/gpgme.changes index 2a324d8..5320c8c 100644 --- a/gpgme.changes +++ b/gpgme.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Feb 10 12:56:28 UTC 2025 - Andreas Stieger + +- 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 diff --git a/gpgme.spec b/gpgme.spec index 28d8a5a..0eb2bce 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -2,6 +2,7 @@ # spec file for package gpgme # # Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 Andreas Stieger # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -42,7 +43,7 @@ %endif Name: gpgme%{psuffix} -Version: 1.24.1 +Version: 1.24.2 Release: 0 Summary: Programmatic library interface to GnuPG 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 # PATCH-FIX-OPENSUSE gpgme-suse-nobetasuffix.patch code@bnavigator.de -- remove "-unknown" betasuffix boo#1205197 Patch2: gpgme-suse-nobetasuffix.patch -Patch3: python313.patch Patch4: gpgme-fix-python-install.patch BuildRequires: autoconf BuildRequires: automake @@ -258,7 +258,7 @@ This package contains the bindings to use the library in Qt 6 C++ applications. %prep %autosetup -N -n gpgme-%{version} %if %{with replace_distutils} -%patch -p1 -P2 -P3 +%patch -p1 -P2 %endif %if 0%{suse_version} > 1500 # Note: rpm in 15.x does not know about the autopatch -m flag. diff --git a/python313.patch b/python313.patch deleted file mode 100644 index fc2c09c..0000000 --- a/python313.patch +++ /dev/null @@ -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])