[packages/librepo] up to 1.16.0

atler atler at pld-linux.org
Thu Sep 7 03:31:34 CEST 2023


commit 9b04553bcc279148931881f16a7b8ba10ff63c95
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Sep 7 01:40:13 2023 +0200

    up to 1.16.0

 librepo-link.patch | 6 +++---
 librepo.spec       | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)
---
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
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})
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/librepo.git/commitdiff/9b04553bcc279148931881f16a7b8ba10ff63c95



More information about the pld-cvs-commit mailing list