Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lapackpp for openSUSE:Factory checked in at 2025-06-20 16:48:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lapackpp (Old) and /work/SRC/openSUSE:Factory/.lapackpp.new.31170 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lapackpp" Fri Jun 20 16:48:49 2025 rev:4 rq:1286789 version:2025.05.28 Changes: -------- --- /work/SRC/openSUSE:Factory/lapackpp/lapackpp.changes 2025-04-27 22:54:54.485673506 +0200 +++ /work/SRC/openSUSE:Factory/.lapackpp.new.31170/lapackpp.changes 2025-06-20 16:50:09.314111149 +0200 @@ -1,0 +2,16 @@ +Sat Jun 7 22:01:19 UTC 2025 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 2025.05.28: + * Added support for BLIS and libFLAME (hence AOCL). + * Removed support for ACML. + * Removed [cz]symv and [cz]syr; moved them to BLAS++. + * Removed deprecated <enum>2str, str2<enum>, char2<enum>, + <enum>2char. + * Tester prints stats with --repeat. + * Fixed SYCL include path. + * Fixed conflict between LAPACKE and LAPACK++ headers. +- Bump so version in shlib package name to keep up with upstream. +- Actually switch builds to ninja (define %__builder). +- Update minimum required version of testsweeper to 2025.05.28. + +------------------------------------------------------------------- Old: ---- lapackpp-2024.10.26.tar.gz New: ---- lapackpp-2025.05.28.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lapackpp.spec ++++++ --- /var/tmp/diff_new_pack.OqHlzD/_old 2025-06-20 16:50:10.066142250 +0200 +++ /var/tmp/diff_new_pack.OqHlzD/_new 2025-06-20 16:50:10.070142416 +0200 @@ -16,8 +16,10 @@ # +%define so_ver 2 +%define __builder ninja Name: lapackpp -Version: 2024.10.26 +Version: 2025.05.28 Release: 0 Summary: C++ API for the Linear Algebra PACKage License: BSD-3-Clause @@ -26,27 +28,27 @@ BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: ninja -BuildRequires: cmake(blaspp) +BuildRequires: cmake(blaspp) >= %{version} BuildRequires: cmake(lapack) # Section For tests BuildRequires: python3 BuildRequires: cmake(cblas) BuildRequires: cmake(lapacke) -BuildRequires: cmake(testsweeper) +BuildRequires: cmake(testsweeper) >= 2025.05.28 # /Section %description LAPACK++ is a C++ wrapper around LAPACK and LAPACK-like linear algebra libraries. -%package -n liblapackpp1 +%package -n liblapackpp%{so_ver} Summary: Shared library for lapackpp -%description -n liblapackpp1 +%description -n liblapackpp%{so_ver} This package provides the shared library for lapackpp. %package -n lapackpp-devel Summary: Headers and sources for developing against lapackpp -Requires: liblapackpp1 = %{version} +Requires: liblapackpp%{so_ver} = %{version} Requires: cmake(blaspp) Requires: cmake(lapack) @@ -59,8 +61,8 @@ %build %cmake \ - -Dcolor=no \ - -Dbuild_tests=yes \ + -Dcolor=false \ + -Dbuild_tests=true \ %{nil} %cmake_build @@ -72,11 +74,11 @@ python3 run_tests.py --quick popd -%ldconfig_scriptlets -n liblapackpp1 +%ldconfig_scriptlets -n liblapackpp%{so_ver} -%files -n liblapackpp1 +%files -n liblapackpp%{so_ver} %license LICENSE -%{_libdir}/liblapackpp.so.1* +%{_libdir}/liblapackpp.so.%{so_ver}* %files -n lapackpp-devel %license LICENSE ++++++ lapackpp-2024.10.26.tar.gz -> lapackpp-2025.05.28.tar.gz ++++++ ++++ 66098 lines of diff (skipped)