Fix patch name

OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=25
This commit is contained in:
Dmitry Roshchin 2014-06-12 20:06:06 +00:00 committed by Git OBS Bridge
parent 31685c8f35
commit 861eea5119
4 changed files with 7 additions and 4 deletions

View File

@ -20,8 +20,11 @@ Tue Jun 10 14:34:02 UTC 2014 - dmitry_r@opensuse.org
* Support ARMv6 and ARMv7 ISA.
* Optimization on ARM Cortex-A9.
- Update patches:
* openblas-0.2.9-libs.patch
* openblas-0.2.9-noexecstack.patch
* openblas-0.2.8-libs.patch
* openblas-0.2.8-noexecstack.patch
to
* openblas-libs.patch
* openblas-noexecstack.patch
- Fix gcc warnings (#385)
* openblas-0.2.9-gcc-warnings.patch

View File

@ -25,13 +25,13 @@ Group: Productivity/Scientific/Math
Url: http://www.openblas.net
Source0: https://github.com/xianyi/OpenBLAS/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
# PATCH-FIX-UPSTREAM openblas-0.2.8-libs.patch: Link against libgfortran
Patch0: openblas-0.2.9-libs.patch
Patch0: openblas-libs.patch
# PATCH-FIX-UPSTREAM c_xerbla_no-void-return.patch
Patch1: c_xerbla_no-void-return.patch
# PATCH-FEATURE-OPENSUSE openblas-0.1.0-soname.patch
Patch2: openblas-0.1.0-soname.patch
# PATCH-FIX-UPSTREAM openblas-0.2.8-noexecstack.patch
Patch3: openblas-0.2.9-noexecstack.patch
Patch3: openblas-noexecstack.patch
# PATCH-FIX-UPSTREAM openblas-0.2.9-gcc-warnings.patch -- Fix GCC warnings (bug#385)
Patch4: openblas-0.2.9-gcc-warnings.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build