Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libquo for openSUSE:Factory checked in at 2024-03-20 21:16:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libquo (Old) and /work/SRC/openSUSE:Factory/.libquo.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libquo" Wed Mar 20 21:16:28 2024 rev:11 rq:1159623 version:1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libquo/libquo.changes 2021-10-04 18:40:50.578143097 +0200 +++ /work/SRC/openSUSE:Factory/.libquo.new.1905/libquo.changes 2024-03-20 21:20:23.855386925 +0100 @@ -1,0 +2,9 @@ +Mon Mar 18 16:56:29 UTC 2024 - Christoph Junghans <jungh...@votca.org> + +- update to 1.4: + * Update to hwloc-2.10.0 + * Change QUO_stringify_cbind's output format to list + * Remove unused typedef + * Fix comment in quo.h + +------------------------------------------------------------------- Old: ---- libquo-1.3.1.tar.gz New: ---- libquo-1.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libquo.spec ++++++ --- /var/tmp/diff_new_pack.hJWY1i/_old 2024-03-20 21:20:24.303403383 +0100 +++ /var/tmp/diff_new_pack.hJWY1i/_new 2024-03-20 21:20:24.303403383 +0100 @@ -18,7 +18,8 @@ Name: libquo -Version: 1.3.1 +Version: 1.4 +%global sover 8 Release: 0 Summary: A library for run-time tuning of process binding policies License: BSD-3-Clause @@ -37,11 +38,11 @@ during the execution as different computational phases are entered and exited, respectively. -%package -n libquo7 +%package -n libquo%{sover} Summary: A library for run-time tuning of process binding policies Group: System/Libraries -%description -n libquo7 +%description -n libquo%{sover} QUO is an API tailored for MPI/MPI+X codes that may benefit from evolving process binding policies during their execution. QUO allows for arbitrary process binding policies to be enacted and reverted @@ -51,7 +52,7 @@ %package devel Summary: Development headers and libraries for libquo Group: Development/Libraries/C and C++ -Requires: libquo7 = %{version}-%{release} +Requires: libquo%{sover} = %{version}-%{release} %description devel QUO is an API tailored for MPI/MPI+X codes that may benefit from @@ -77,12 +78,11 @@ %make_install find %{buildroot} -type f -name "*.la" -delete -print -%post -n libquo7 -p /sbin/ldconfig -%postun -n libquo7 -p /sbin/ldconfig +%post -n libquo%{sover} -p /sbin/ldconfig +%postun -n libquo%{sover} -p /sbin/ldconfig -%files -n libquo7 -%defattr(-,root,root,0755) -%{_libdir}/libquo.so.* +%files -n libquo%{sover} +%{_libdir}/libquo.so.%{sover}* %files devel %{_bindir}/quo-info ++++++ libquo-1.3.1.tar.gz -> libquo-1.4.tar.gz ++++++ ++++ 69593 lines of diff (skipped)