diff --git a/librepo-1.19.0.tar.gz b/librepo-1.19.0.tar.gz deleted file mode 100644 index 35c193d593e65dc258bd5f370ce0f31486599740..0000000000000000000000000000000000000000 Binary files a/librepo-1.19.0.tar.gz and /dev/null differ diff --git a/librepo-1.20.0.tar.gz b/librepo-1.20.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..83b180c7f6b0e9b2be28644c6a8455c54d9e402f Binary files /dev/null and b/librepo-1.20.0.tar.gz differ diff --git a/librepo-gpgme-config.patch b/librepo-gpgme-config.patch deleted file mode 100644 index e89964ee1ace5d9c804106f71c07435798d3ba11..0000000000000000000000000000000000000000 --- a/librepo-gpgme-config.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -aur librepo-1.17.0.old/CMakeLists.txt librepo-1.17.0/CMakeLists.txt ---- librepo-1.17.0.old/CMakeLists.txt 2024-03-25 21:20:16.874681785 +0100 -+++ librepo-1.17.0/CMakeLists.txt 2024-03-25 21:20:42.054785557 +0100 -@@ -37,7 +37,7 @@ - FIND_PACKAGE(CURL 7.52.0 REQUIRED) - - IF (USE_GPGME) -- FIND_PACKAGE(Gpgme REQUIRED) -+ PKG_SEARCH_MODULE(GPGME REQUIRED gpgme) - IF (ENABLE_SELINUX) - PKG_CHECK_MODULES(SELINUX REQUIRED libselinux) - ENDIF(ENABLE_SELINUX) -diff -aur librepo-1.17.0.old/librepo/CMakeLists.txt librepo-1.17.0/librepo/CMakeLists.txt ---- librepo-1.17.0.old/librepo/CMakeLists.txt 2024-03-25 21:20:16.874681785 +0100 -+++ librepo-1.17.0/librepo/CMakeLists.txt 2024-03-25 21:21:00.624861703 +0100 -@@ -70,7 +70,7 @@ - ${GLIB2_LIBRARIES} - ) - IF (USE_GPGME) -- TARGET_LINK_LIBRARIES(librepo ${GPGME_VANILLA_LIBRARIES}) -+ TARGET_LINK_LIBRARIES(librepo ${GPGME_LIBRARIES}) - IF (ENABLE_SELINUX) - TARGET_LINK_LIBRARIES(librepo ${SELINUX_LIBRARIES}) - ENDIF(ENABLE_SELINUX) diff --git a/librepo.spec b/librepo.spec index e6f0ee18f088b6e0148963dee0779aa7b5a28aef..79b7f4e2cd656e03b0ace7c3955af7e4fe7baa02 100644 --- a/librepo.spec +++ b/librepo.spec @@ -5,14 +5,12 @@ %bcond_with zchunk Name: librepo -Version: 1.19.0 +Version: 1.20.0 Release: 1 Summary: Repodata downloading library License: LGPL-2.0-or-later URL: https://github.com/rpm-software-management/librepo Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz -# https://github.com/rpm-software-management/librepo/issues/269 -Patch0: librepo-gpgme-config.patch BuildRequires: gcc cmake BuildRequires: pkgconfig(check) BuildRequires: pkgconfig(gio-2.0) @@ -79,8 +77,11 @@ Python 3 bindings for the librepo library. %{python3_sitearch}/%{name}/ %changelog +* Fri Jun 20 2025 Funda Wang - 1.20.0-1 +- update to 1.20.0 + * Thu Nov 28 2024 wuzhaomin - 1.19.0-1 -- update to 10.19.0 +- update to 1.19.0 - Fix input termination for pgpParsePkts - Introduce entropy for fastestmirror option - fastestmirror: Guard against empty mirrorlist and unreachable mirrors