]> git.pld-linux.org Git - packages/libzypp.git/commitdiff
- up to 17.30.0
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 23 May 2022 16:12:37 +0000 (18:12 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 23 May 2022 16:12:37 +0000 (18:12 +0200)
libzypp-link.patch
libzypp.spec

index 80bdaaf9548fba96e1407a06a588ca5f4416893b..473c947a1b167d62511ae9b69314d0e588fe9c7b 100644 (file)
@@ -1,19 +1,11 @@
---- libzypp-17.23.4/zypp/CMakeLists.txt.orig   2020-04-19 16:38:59.304780542 +0200
-+++ libzypp-17.23.4/zypp/CMakeLists.txt        2020-04-19 16:40:38.104245299 +0200
-@@ -910,7 +910,7 @@
-   # System libraries
-   SET(UTIL_LIBRARY util)
+--- libzypp-17.30.0/zypp/CMakeLists.txt.orig   2022-03-25 17:09:27.000000000 +0100
++++ libzypp-17.30.0/zypp/CMakeLists.txt        2022-05-22 20:39:45.256161090 +0200
+@@ -902,7 +902,7 @@ macro( ADDZYPPLIB LIBNAME )
+   TARGET_LINK_LIBRARIES(${LIBNAME} zypp-protobuf )
    TARGET_LINK_LIBRARIES(${LIBNAME} ${UTIL_LIBRARY} )
 -  TARGET_LINK_LIBRARIES(${LIBNAME} ${RPM_LIBRARY} )
-+  TARGET_LINK_LIBRARIES(${LIBNAME} ${RPM_LIBRARY} rpmdb rpmio )
++  TARGET_LINK_LIBRARIES(${LIBNAME} ${RPM_LIBRARY} ${RPMIO_LIBRARY} )
    TARGET_LINK_LIBRARIES(${LIBNAME} ${GETTEXT_LIBRARIES} )
    TARGET_LINK_LIBRARIES(${LIBNAME} ${CURL_LIBRARIES} )
    TARGET_LINK_LIBRARIES(${LIBNAME} ${LIBXML2_LIBRARIES} )
-@@ -937,6 +937,7 @@
-   ENDIF ( UDEV_FOUND )
-   TARGET_LINK_LIBRARIES( ${LIBNAME} ${LIBPROXY_LIBRARIES} )
-+  TARGET_LINK_LIBRARIES( ${LIBNAME} pthread )
- endmacro()
index 2c2fa5db46062473f01efde37c17ee4fd3d3453b..eb1f1bf67d70696a8941f5560a21163fcc717d8b 100644 (file)
@@ -7,13 +7,13 @@
 Summary:       Package management library
 Summary(pl.UTF-8):     Biblioteka do zarzÄ…dzania pakietami
 Name:          libzypp
-Version:       17.28.0
+Version:       17.30.0
 Release:       1
 License:       GPL v2+
 Group:         Libraries
 #Source0Download: https://github.com/openSUSE/libzypp/releases
 Source0:       https://github.com/openSUSE/libzypp/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 2607d7d977f5995a89feb05d7a3530bd
+# Source0-md5: 51bfd25a747e45e1e684d474f5cbefe8
 Patch0:                %{name}-rpm5.patch
 Patch1:                %{name}-link.patch
 URL:           https://en.opensuse.org/Portal:Libzypp
@@ -148,6 +148,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libzypp.so
 %{_includedir}/zypp
 %{_includedir}/zypp-core
+%{_includedir}/zypp-curl
+%{_includedir}/zypp-media
 %{_pkgconfigdir}/libzypp.pc
 %{_datadir}/cmake/Modules/FindZypp.cmake
 %{_datadir}/cmake/Modules/ZyppCommon.cmake
This page took 0.167381 seconds and 4 git commands to generate.