Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openblas for openSUSE:Factory checked in at 2026-07-12 16:20:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openblas (Old) and /work/SRC/openSUSE:Factory/.openblas.new.1991 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openblas" Sun Jul 12 16:20:12 2026 rev:78 rq:1364948 version:0.3.33 Changes: -------- --- /work/SRC/openSUSE:Factory/openblas/openblas.changes 2026-07-06 12:27:08.388580500 +0200 +++ /work/SRC/openSUSE:Factory/.openblas.new.1991/openblas.changes 2026-07-12 16:20:23.190420988 +0200 @@ -1,0 +2,6 @@ +Fri Jul 10 15:29:46 UTC 2026 - Christian Goll <[email protected]> + +- fixed wrong ownership of /usr/include for SLE16.1 builds and moved + tests to non conflicting locations + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openblas.spec ++++++ --- /var/tmp/diff_new_pack.R4tQMr/_old 2026-07-12 16:20:23.942446711 +0200 +++ /var/tmp/diff_new_pack.R4tQMr/_new 2026-07-12 16:20:23.946446848 +0200 @@ -122,14 +122,13 @@ %define package_name %{pname}_%{flavor} %endif %define p_prefix %_prefix +%define p_testdir %_libexecdir/openblas%{?flavor:-%{flavor}}/tests %if %{with alternatives} %define p_includedir %_includedir/%pname %define p_libdir %_libdir/openblas%{?flavor:-%{flavor}} -%define p_testdir %_libexecdir/openblas%{?flavor:-%{flavor}}/tests %else %define p_includedir %_includedir %define p_libdir %_libdir -%define p_testdir %_libexecdir/openblas/tests %endif %define p_cmakedir %{p_libdir}/cmake/%{pname} %define num_threads 64 @@ -662,7 +661,18 @@ %files -n %{pname}-common-devel %license LICENSE %doc Changelog.txt GotoBLAS* README.md README.SUSE +%if %{with alternatives} %{p_includedir}/ +%else +%{_includedir}/cblas.h +%{_includedir}/f77blas.h +%{_includedir}/lapack.h +%{_includedir}/lapacke.h +%{_includedir}/lapacke_config.h +%{_includedir}/lapacke_mangling.h +%{_includedir}/lapacke_utils.h +%{_includedir}/openblas_config.h +%endif %{_libdir}/pkgconfig/openblas.pc %dir %{_libdir}/cmake %{_libdir}/cmake/openblas ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.R4tQMr/_old 2026-07-12 16:20:24.018449311 +0200 +++ /var/tmp/diff_new_pack.R4tQMr/_new 2026-07-12 16:20:24.022449448 +0200 @@ -1,4 +1,4 @@ -mtime: 1783085878 -commit: 70d5d9e18514d6d7ca284a1827fa783e30f11d65ea9b379da9168cc687daa158 +mtime: 1783697475 +commit: ef8411a6b7396ba83d5fd47b1fc53da5a4aa5ed53d79811101b6db99e1116586 url: https://src.opensuse.org/science/openblas.git ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-07-10 17:31:15.000000000 +0200 @@ -0,0 +1,4 @@ +*.obscpio +*.osc +_build.* +.pbuild
