Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libarchive for openSUSE:Factory checked in at 2024-06-22 13:22:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libarchive (Old) and /work/SRC/openSUSE:Factory/.libarchive.new.18349 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libarchive" Sat Jun 22 13:22:52 2024 rev:52 rq:1182043 version:3.7.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libarchive/libarchive.changes 2024-05-23 15:35:19.039739809 +0200 +++ /work/SRC/openSUSE:Factory/.libarchive.new.18349/libarchive.changes 2024-06-22 13:23:24.534635113 +0200 @@ -1,0 +2,6 @@ +Thu Jun 20 14:56:58 UTC 2024 - Antonio Teixeira <antonio.teixe...@suse.com> + +- Update lib-suffix.patch + * Add LIB_SUFFIX to libdir path in the pkg-config file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lib-suffix.patch ++++++ --- /var/tmp/diff_new_pack.lscJYW/_old 2024-06-22 13:23:26.158694495 +0200 +++ /var/tmp/diff_new_pack.lscJYW/_new 2024-06-22 13:23:26.162694642 +0200 @@ -1,8 +1,8 @@ -Index: libarchive-3.7.0/libarchive/CMakeLists.txt +Index: b/libarchive/CMakeLists.txt =================================================================== ---- libarchive-3.7.0.orig/libarchive/CMakeLists.txt -+++ libarchive-3.7.0/libarchive/CMakeLists.txt -@@ -265,13 +265,13 @@ IF(ENABLE_INSTALL) +--- a/libarchive/CMakeLists.txt ++++ b/libarchive/CMakeLists.txt +@@ -266,13 +266,13 @@ IF(ENABLE_INSTALL) IF(BUILD_SHARED_LIBS) INSTALL(TARGETS archive RUNTIME DESTINATION bin @@ -20,10 +20,19 @@ INSTALL_MAN(${libarchive_MANS}) INSTALL(FILES ${include_HEADERS} DESTINATION include) ENDIF() -Index: libarchive-3.7.0/build/cmake/CreatePkgConfigFile.cmake +Index: b/build/cmake/CreatePkgConfigFile.cmake =================================================================== ---- libarchive-3.7.0.orig/build/cmake/CreatePkgConfigFile.cmake -+++ libarchive-3.7.0/build/cmake/CreatePkgConfigFile.cmake +--- a/build/cmake/CreatePkgConfigFile.cmake ++++ b/build/cmake/CreatePkgConfigFile.cmake +@@ -4,7 +4,7 @@ + # Set the required variables (we use the same input file as autotools) + SET(prefix ${CMAKE_INSTALL_PREFIX}) + SET(exec_prefix \${prefix}) +-SET(libdir \${exec_prefix}/lib) ++SET(libdir \${exec_prefix}/lib${LIB_SUFFIX}) + SET(includedir \${prefix}/include) + # Now, this is not particularly pretty, nor is it terribly accurate... + # Loop over all our additional libs @@ -29,5 +29,5 @@ CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DI # And install it, of course ;). IF(ENABLE_INSTALL)