Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openblas for openSUSE:Factory checked in at 2022-02-03 23:16:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openblas (Old) and /work/SRC/openSUSE:Factory/.openblas.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openblas" Thu Feb 3 23:16:23 2022 rev:45 rq:950116 version:0.3.17 Changes: -------- --- /work/SRC/openSUSE:Factory/openblas/openblas.changes 2021-07-29 21:31:37.480796136 +0200 +++ /work/SRC/openSUSE:Factory/.openblas.new.1898/openblas.changes 2022-02-03 23:17:04.592371104 +0100 @@ -1,0 +2,11 @@ +Sun Jan 30 12:06:43 UTC 2022 - Egbert Eich <e...@suse.com> + +- Partly revert: + Thu Jul 8 12:35:35 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org> + + - Do not create dummy symlinks on $self in /etc/alternatives: those + files are packages as %ghost and any real file existance only + confuses brp-checks, as it detects circular symlinks. + for all suse_versions < current Factory in an attempt to fix bsc#1195232. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openblas.spec ++++++ --- /var/tmp/diff_new_pack.qpMQXY/_old 2022-02-03 23:17:05.316366162 +0100 +++ /var/tmp/diff_new_pack.qpMQXY/_new 2022-02-03 23:17:05.320366135 +0100 @@ -1,7 +1,7 @@ # -# spec file +# spec file for package openblas # -# 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 @@ -399,6 +399,12 @@ ln -s lib%{pname}.so.0 %{buildroot}/%{p_libdir}/libblas.so.3 ln -s lib%{pname}.so.0 %{buildroot}/%{p_libdir}/libcblas.so.3 ln -s lib%{pname}.so.0 %{buildroot}/%{p_libdir}/liblapack.so.3 +%if 0%{?suse_version} <= 1500 +ln -s lib%{pname}.so.0 %{buildroot}/%{_sysconfdir}/alternatives/lib%{pname}.so.0 +ln -s lib%{pname}.so.0 %{buildroot}/%{_sysconfdir}/alternatives/libblas.so.3 +ln -s lib%{pname}.so.0 %{buildroot}/%{_sysconfdir}/alternatives/libcblas.so.3 +ln -s lib%{pname}.so.0 %{buildroot}/%{_sysconfdir}/alternatives/liblapack.so.3 +%endif # Fix symlinks pushd %{buildroot}%{p_libdir}