Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package med-tools for openSUSE:Factory checked in at 2022-04-01 21:35:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/med-tools (Old) and /work/SRC/openSUSE:Factory/.med-tools.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "med-tools" Fri Apr 1 21:35:40 2022 rev:4 rq:966441 version:4.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/med-tools/med-tools.changes 2021-01-06 19:56:52.953129158 +0100 +++ /work/SRC/openSUSE:Factory/.med-tools.new.1900/med-tools.changes 2022-04-01 21:36:54.652967374 +0200 @@ -1,0 +2,12 @@ +Fri Apr 1 11:37:17 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org> + +- Be more careful with fdupes to ensure we don't link across + boundaries. + +------------------------------------------------------------------- +Thu Mar 31 20:56:50 UTC 2022 - Stefan Br??ns <stefan.bru...@rwth-aachen.de> + +- Use hardlinks for fdupes call. Avoids dangling symlinks when + files from devel package reference debugsource an vice-versa. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ med-tools.spec ++++++ --- /var/tmp/diff_new_pack.G0ceF1/_old 2022-04-01 21:36:55.308960179 +0200 +++ /var/tmp/diff_new_pack.G0ceF1/_new 2022-04-01 21:36:55.312960136 +0200 @@ -1,7 +1,7 @@ # # spec file for package med-tools # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -135,7 +135,6 @@ to store and exchange meshed data or computation results. It uses the HDF5 file format to store the data. - %prep %setup -q -n med-%{version} %patch0 -p1 @@ -180,7 +179,11 @@ export PYTHONPATH=$PYTHONPATH:%{buildroot}%{python3_sitearch} make test ARGS="--output-on-failure" -%fdupes -s %{buildroot} +%fdupes -s %{buildroot}%{_datadir} +%fdupes -s %{buildroot}%{_includedir} +%if %{with python_bindings} +%fdupes -s %{buildroot}%{python_sitearch} +%endif %post -n libmed%{sover} -p /sbin/ldconfig