Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package volk for openSUSE:Factory checked in at 2024-01-19 23:02:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/volk (Old) and /work/SRC/openSUSE:Factory/.volk.new.16006 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "volk" Fri Jan 19 23:02:47 2024 rev:12 rq:1139935 version:3.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/volk/volk.changes 2023-12-08 22:31:48.151445957 +0100 +++ /work/SRC/openSUSE:Factory/.volk.new.16006/volk.changes 2024-01-19 23:02:55.027611137 +0100 @@ -1,0 +2,7 @@ +Fri Jan 19 10:45:21 UTC 2024 - Jan Engelhardt <jeng...@inai.de> + +- Update descriptions +- Limit fdupes to /usr so it does not accidentally hardlink across + mounts. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ volk.spec ++++++ --- /var/tmp/diff_new_pack.oLwhuc/_old 2024-01-19 23:02:55.779638645 +0100 +++ /var/tmp/diff_new_pack.oLwhuc/_new 2024-01-19 23:02:55.779638645 +0100 @@ -1,7 +1,7 @@ # # spec file for package volk # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -39,7 +39,7 @@ Provides: bundled(cpu_features) = 0.6.0 %description -VOLK provides a library of vector-optimized kernels. It is a subproject +VOLK is a library of vector-optimized kernels. It is a subproject of GNU Radio, but can also be used standalone. %package devel @@ -55,7 +55,7 @@ This package provides the the development files for VOLK. %package -n libvolk%{soname} -Summary: VOLK shared library +Summary: Vector-Optimized Library of Kernels Group: System/Libraries Recommends: volk @@ -63,15 +63,15 @@ This package provides the VOLK shared library. %package -n volk_modtool -Summary: VOLK modtool -Group: Development/Libraries/C and C++ +Summary: VOLK kernel creation utility +Group: Development/Tools/Other %description -n volk_modtool This package provides volk_modtool, used for creating new VOLK kernels. %prep -%setup -q +%autosetup %build %cmake @@ -82,7 +82,7 @@ chmod -x %{buildroot}%{python3_sitearch}/volk_modtool/*py sed -i -e '1 { \@.*/bin/env.*python.*@ d }' %{buildroot}%{python3_sitearch}/volk_modtool/*py -%fdupes %{buildroot} +%fdupes %{buildroot}/%{_prefix} %post -n libvolk%{soname} -p /sbin/ldconfig %postun -n libvolk%{soname} -p /sbin/ldconfig