Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libclc for openSUSE:Factory checked in at 2024-11-08 11:53:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libclc (Old) and /work/SRC/openSUSE:Factory/.libclc.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libclc" Fri Nov 8 11:53:50 2024 rev:29 rq:1203904 version:0.2.0+llvm19.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libclc/libclc.changes 2024-03-25 21:08:41.798281086 +0100 +++ /work/SRC/openSUSE:Factory/.libclc.new.2017/libclc.changes 2024-11-08 11:53:58.747948022 +0100 @@ -1,0 +2,7 @@ +Sat Sep 21 20:13:04 UTC 2024 - Aaron Puchert <[email protected]> + +- Update to version 19.1.0. + * Improved 16-bit floating-point support. +- Add fix-cmake-install.patch to fix syntax error in CMake code. + +------------------------------------------------------------------- Old: ---- libclc-18.1.0.src.tar.xz libclc-18.1.0.src.tar.xz.sig New: ---- fix-cmake-install.patch libclc-19.1.0.src.tar.xz libclc-19.1.0.src.tar.xz.sig BETA DEBUG BEGIN: New: * Improved 16-bit floating-point support. - Add fix-cmake-install.patch to fix syntax error in CMake code. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libclc.spec ++++++ --- /var/tmp/diff_new_pack.6fliWg/_old 2024-11-08 11:53:59.299971049 +0100 +++ /var/tmp/diff_new_pack.6fliWg/_new 2024-11-08 11:53:59.303971216 +0100 @@ -16,7 +16,7 @@ # -%define _libclc_llvm_ver 18.1.0 +%define _libclc_llvm_ver 19.1.0 %define _version %_libclc_llvm_ver%{?_rc:rc%_rc} %define _tagver %_libclc_llvm_ver%{?_rc:-rc%_rc} @@ -31,6 +31,7 @@ Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{_tagver}/%{name}-%{_version}.src.tar.xz.sig Source100: %{name}-rpmlintrc Source101: https://releases.llvm.org/release-keys.asc#/%{name}.keyring +Patch0: fix-cmake-install.patch BuildRequires: cmake %if 0%{?suse_version} >= 1550 BuildRequires: clang-devel @@ -56,6 +57,7 @@ %prep %setup -q -n libclc-%{_version}.src +%autopatch %build # The libraries are bitcode files, so LTO is neither supported nor does it help. ++++++ fix-cmake-install.patch ++++++ --- CMakeLists.txt +++ CMakeLists.txt @@ -219,7 +219,7 @@ TARGET ${file} INPUTS ${CMAKE_CURRENT_SOURCE_DIR}/generic/lib/${file}.ll ) - install( FILES $<TARGET_PROPERTY:${file},TARGET_FILE> ARCHIVE + install( FILES $<TARGET_PROPERTY:${file},TARGET_FILE> DESTINATION "${CMAKE_INSTALL_DATADIR}/clc" ) endforeach() endif() ++++++ libclc-18.1.0.src.tar.xz -> libclc-19.1.0.src.tar.xz ++++++ ++++ 2342 lines of diff (skipped)
