Accepting request 906105 from science

- Update to version 0.3.16
  Please see https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.15
  and https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.16
  for the complete list of changes. A complete changelog is
  also available in the installed Changelog.txt .

- 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.

OBS-URL: https://build.opensuse.org/request/show/906105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=42
This commit is contained in:
2021-07-20 13:38:45 +00:00
committed by Git OBS Bridge
4 changed files with 22 additions and 10 deletions
+16
View File
@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Jul 13 11:03:36 UTC 2021 - Ismail Dönmez <ismail@i10z.com>
- Update to version 0.3.16
Please see https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.15
and https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.16
for the complete list of changes. A complete changelog is
also available in the installed Changelog.txt .
-------------------------------------------------------------------
Thu Jul 8 12:35:35 UTC 2021 - Dominique Leuenberger <dimstar@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.
-------------------------------------------------------------------
Thu Mar 18 12:22:57 UTC 2021 - Michel Normand <normand@linux.vnet.ibm.com>
+3 -7
View File
@@ -1,5 +1,5 @@
#
# spec file for package openblas
# spec file
#
# Copyright (c) 2021 SUSE LLC
#
@@ -18,8 +18,8 @@
%global flavor @BUILD_FLAVOR@%{nil}
%define _vers 0_3_14
%define vers 0.3.14
%define _vers 0_3_16
%define vers 0.3.16
%define pname openblas
%bcond_with ringdisabled
@@ -390,13 +390,9 @@ rm -fr %{buildroot}%{p_libdir}/pkgconfig/
# Dummy target for update-alternatives
install -d %{buildroot}/%{_sysconfdir}/alternatives
ln -s lib%{libname}.so.0 %{buildroot}/%{p_libdir}/lib%{pname}.so.0
ln -s lib%{pname}.so.0 %{buildroot}/%{_sysconfdir}/alternatives/lib%{pname}.so.0
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
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
# Fix symlinks
pushd %{buildroot}%{p_libdir}
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.