Accepting request 121686 from devel:libraries:c_c++
- Change obsoletes '<=' for lapack and blas back to '<', there was a version update in between - Remove psfig.tex (bnc#757332) OBS-URL: https://build.opensuse.org/request/show/121686 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lapack?expand=0&rev=27
This commit is contained in:
parent
c656d4f38d
commit
7f27481be5
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 21 14:40:18 UTC 2012 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Change obsoletes '<=' for lapack and blas back to '<', there was a
|
||||||
|
version update in between
|
||||||
|
- Remove psfig.tex (bnc#757332)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 9 13:04:08 UTC 2012 - coolo@suse.com
|
Wed May 9 13:04:08 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -72,8 +72,7 @@ Requires: blas-devel = %{version}
|
|||||||
Requires: liblapack3 = %{version}
|
Requires: liblapack3 = %{version}
|
||||||
Provides: lapack = %{version}
|
Provides: lapack = %{version}
|
||||||
Provides: lapack-devel-static = %{version}
|
Provides: lapack-devel-static = %{version}
|
||||||
#TODO: Change back to '<' after next version update:
|
Obsoletes: lapack < %{version}
|
||||||
Obsoletes: lapack <= %{version}
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
LAPACK provides routines for solving systems of simultaneous linear
|
LAPACK provides routines for solving systems of simultaneous linear
|
||||||
@ -92,8 +91,7 @@ Group: Development/Libraries/Parallel
|
|||||||
Requires: libblas3 = %{version}
|
Requires: libblas3 = %{version}
|
||||||
Provides: blas = %{version}
|
Provides: blas = %{version}
|
||||||
Provides: blas-devel-static = %{version}
|
Provides: blas-devel-static = %{version}
|
||||||
#TODO: Change back to '<' after next version update:
|
Obsoletes: blas < %{version}
|
||||||
Obsoletes: blas <= %{version}
|
|
||||||
|
|
||||||
%description -n blas-devel
|
%description -n blas-devel
|
||||||
BLAS (Basic Linear Algebra Subprograms) is a standard library for
|
BLAS (Basic Linear Algebra Subprograms) is a standard library for
|
||||||
@ -219,6 +217,7 @@ mv DOCS/man/man3/BLAS_SRC_lsame.f.3 DOCS/man/man3/lsame.f.3
|
|||||||
mv DOCS/man/man3/BLAS_SRC_xerbla.f.3 DOCS/man/man3/xerbla.f.3
|
mv DOCS/man/man3/BLAS_SRC_xerbla.f.3 DOCS/man/man3/xerbla.f.3
|
||||||
mv DOCS/man/man3/BLAS_SRC_xerbla_array.f.3 DOCS/man/man3/xerbla_array.f.3
|
mv DOCS/man/man3/BLAS_SRC_xerbla_array.f.3 DOCS/man/man3/xerbla_array.f.3
|
||||||
mv DOCS/man/man3/INSTALL_ilaver.f.3 DOCS/man/man3/ilaver.f.3
|
mv DOCS/man/man3/INSTALL_ilaver.f.3 DOCS/man/man3/ilaver.f.3
|
||||||
|
rm -f DOCS/psfig.tex # see bnc#757332
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -d %{buildroot}/%{_libdir}
|
install -d %{buildroot}/%{_libdir}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user