Hello community,

here is the log from the commit of package libzip for openSUSE:Factory checked 
in at 2020-11-23 15:32:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libzip (Old)
 and      /work/SRC/openSUSE:Factory/.libzip.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libzip"

Mon Nov 23 15:32:54 2020 rev:42 rq:848803 version:1.7.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libzip/libzip.changes    2020-07-16 
12:11:46.546559672 +0200
+++ /work/SRC/openSUSE:Factory/.libzip.new.5913/libzip.changes  2020-11-23 
18:50:27.349365875 +0100
@@ -1,0 +2,5 @@
+Sat Nov 14 14:14:14 UTC 2020 - o...@aepfle.de
+
+- Use full _libdir path in libzip.pc
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libzip.spec ++++++
--- /var/tmp/diff_new_pack.BVAOLe/_old  2020-11-23 18:50:28.093366628 +0100
+++ /var/tmp/diff_new_pack.BVAOLe/_new  2020-11-23 18:50:28.093366628 +0100
@@ -88,7 +88,7 @@
 
 %build
 %cmake -DDOCUMENTATION_FORMAT=man
-%make_build
+%cmake_build
 
 %install
 %cmake_install

++++++ libzip-pkgconfig.patch ++++++
--- /var/tmp/diff_new_pack.BVAOLe/_old  2020-11-23 18:50:28.157366693 +0100
+++ /var/tmp/diff_new_pack.BVAOLe/_new  2020-11-23 18:50:28.157366693 +0100
@@ -1,13 +1,11 @@
-Index: libzip-1.7.3/CMakeLists.txt
-===================================================================
---- libzip-1.7.3.orig/CMakeLists.txt   2020-07-15 10:02:19.000000000 +0200
-+++ libzip-1.7.3/CMakeLists.txt        2020-07-15 12:32:26.939928388 +0200
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
 @@ -284,7 +284,7 @@ endif()
  set(prefix ${CMAKE_INSTALL_PREFIX})
  set(exec_prefix \${prefix})
  SET(bindir \${exec_prefix}/${CMAKE_INSTALL_BINDIR})
 -SET(libdir \${exec_prefix}/${CMAKE_INSTALL_LIBDIR})
-+SET(libdir ${CMAKE_INSTALL_LIBDIR})
++SET(libdir ${CMAKE_INSTALL_FULL_LIBDIR})
  SET(includedir \${prefix}/${CMAKE_INSTALL_INCLUDEDIR})
  if(CMAKE_SYSTEM_NAME MATCHES BSD)
    set(PKG_CONFIG_RPATH "-Wl,-R\${libdir}")
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to