Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hashlink for openSUSE:Factory checked in at 2022-07-10 23:15:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hashlink (Old) and /work/SRC/openSUSE:Factory/.hashlink.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hashlink" Sun Jul 10 23:15:37 2022 rev:4 rq:988200 version:1.12 Changes: -------- --- /work/SRC/openSUSE:Factory/hashlink/hashlink.changes 2022-05-21 19:07:46.667437655 +0200 +++ /work/SRC/openSUSE:Factory/.hashlink.new.1523/hashlink.changes 2022-07-10 23:15:44.464986550 +0200 @@ -1,0 +2,5 @@ +Sun Jul 10 16:36:47 UTC 2022 - Jaime Marqu??nez Ferr??ndiz <[email protected]> + +- Add 0001-fix-rpath.patch: Fix the RPATH of the hl binary to comply with rpm validations + +------------------------------------------------------------------- New: ---- 0001-fix-rpath.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hashlink.spec ++++++ --- /var/tmp/diff_new_pack.EJx0p5/_old 2022-07-10 23:15:44.852987144 +0200 +++ /var/tmp/diff_new_pack.EJx0p5/_new 2022-07-10 23:15:44.856987150 +0200 @@ -33,6 +33,8 @@ Patch04: 0001-cmake-Don-t-build-the-interpreter-on-ARM.patch # PATCH-FIX-UPSTREAM Patch05: 0001-cmake-Don-t-run-the-version-test-if-the-interpreter-.patch +# PATCH-FIX-OPENSUSE +Patch06: 0001-fix-rpath.patch BuildRequires: cmake BuildRequires: haxe >= 4.0 BuildRequires: mbedtls-devel ++++++ 0001-fix-rpath.patch ++++++ Index: hashlink-1.12/CMakeLists.txt =================================================================== --- hashlink-1.12.orig/CMakeLists.txt +++ hashlink-1.12/CMakeLists.txt @@ -152,7 +152,7 @@ if(INTERPRETER_ENABLED) ) if (UNIX AND NOT APPLE) - set_target_properties(hl PROPERTIES INSTALL_RPATH "$ORIGIN;${CMAKE_INSTALL_PREFIX}/lib") + set_target_properties(hl PROPERTIES INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib") endif() target_link_libraries(hl libhl)
