]> git.pld-linux.org Git - packages/librepo.git/commitdiff
up to 1.16.0 auto/th/librepo-1.16.0-1
authorJan Palus <atler@pld-linux.org>
Wed, 6 Sep 2023 23:40:13 +0000 (01:40 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 6 Sep 2023 23:40:13 +0000 (01:40 +0200)
librepo-link.patch
librepo.spec

index 775e6d9e13a9b7716afc3b03116c6ed6a589b92f..0c86f7a65ea14cf15eb9fc6b3035dcb2a3947755 100644 (file)
@@ -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})
index 10b9522438d59efe98b7cda78d1091ec242e5513..d8eff0e17b6d67f045e0f1d14852dbeddbdb7b9f 100644 (file)
@@ -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
This page took 0.349156 seconds and 4 git commands to generate.