From: Jan Palus Date: Wed, 6 Sep 2023 23:40:13 +0000 (+0200) Subject: up to 1.16.0 X-Git-Tag: auto/th/librepo-1.16.0-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Flibrepo.git;a=commitdiff_plain;h=9b04553bcc279148931881f16a7b8ba10ff63c95 up to 1.16.0 --- diff --git a/librepo-link.patch b/librepo-link.patch index 775e6d9..0c86f7a 100644 --- a/librepo-link.patch +++ b/librepo-link.patch @@ -2,10 +2,10 @@ diff -urNp -x '*.orig' librepo-1.13.0.org/librepo/CMakeLists.txt librepo-1.13.0/ --- librepo-1.13.0.org/librepo/CMakeLists.txt 2021-02-03 00:12:04.000000000 +0100 +++ librepo-1.13.0/librepo/CMakeLists.txt 2021-03-14 01:01:38.088147093 +0100 @@ -52,6 +52,7 @@ TARGET_LINK_LIBRARIES(librepo + ${CURL_LIBRARY} ${LIBCRYPTO_LIBRARIES} - ${GPGME_VANILLA_LIBRARIES} ${GLIB2_LIBRARIES} + crypto ) - IF (WITH_ZCHUNK) - TARGET_LINK_LIBRARIES(librepo ${ZCHUNKLIB_LIBRARIES}) + IF (USE_GPGME) + TARGET_LINK_LIBRARIES(librepo ${GPGME_VANILLA_LIBRARIES}) diff --git a/librepo.spec b/librepo.spec index 10b9522..d8eff0e 100644 --- a/librepo.spec +++ b/librepo.spec @@ -6,13 +6,13 @@ Summary: Library for downloading Linux repository metadata and packages Summary(pl.UTF-8): Biblioteka do pobierania metadanych repozytoriów oraz pakietów dla Linuksa Name: librepo -Version: 1.15.2 +Version: 1.16.0 Release: 1 License: GPL v2+ Group: Libraries #Source0Download: https://github.com/rpm-software-management/librepo/releases Source0: https://github.com/rpm-software-management/librepo/archive/%{version}/%{name}-%{version}.tar.gz -# Source0-md5: 98273734f508e64f3a4a628fa0cd13ef +# Source0-md5: 96162be49af5fb8bface13e273cbde4c Patch0: %{name}-link.patch Patch1: %{name}-gpgme-pkgconfig.patch Patch2: sphinx_executable.patch