diff --git a/gpgme-1.19.0.tar.bz2 b/gpgme-1.19.0.tar.bz2 deleted file mode 100644 index d9078974e8f9aeb671c6500606082efc61fc7069..0000000000000000000000000000000000000000 Binary files a/gpgme-1.19.0.tar.bz2 and /dev/null differ diff --git a/gpgme-1.20.0.tar.bz2 b/gpgme-1.20.0.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..0ecd4ed643fb27d5bc111c86b63e0ef282659f71 Binary files /dev/null and b/gpgme-1.20.0.tar.bz2 differ diff --git a/gpgme.spec b/gpgme.spec index ddb85bc2b623084cac6258b4be73ca6701e14849..d3d32d16078768ff4623abd34e3c674123364adb 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 1 %bcond_without check @@ -7,7 +7,7 @@ Name: gpgme Summary: GnuPG Made Easy - high level crypto API -Version: 1.19.0 +Version: 1.20.0 Release: %{anolis_release}%{?dist} # MIT: src/cJSON.{c,h} (used by gpgme-json) @@ -210,6 +210,9 @@ chrpath -d %{buildroot}%{_libdir}/libq%{name}.so* %{abidir}/*%{name}*python*.dump %changelog +* Fri Apr 21 2023 Funda Wang - 1.20.0-1 +- New version 1.20.0 + * Mon Apr 10 2023 Funda Wang - 1.19.0-2 - Fix build with latest distutils