Accepting request 1159950 from science
OBS-URL: https://build.opensuse.org/request/show/1159950 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdf5?expand=0&rev=85
This commit is contained in:
commit
39ee82d753
10
hdf5.changes
10
hdf5.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 20 03:09:27 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Work around bot rejection for unapplied Patch7.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 22 07:48:45 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 2 18:36:08 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
Fri Feb 2 18:36:08 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
47
hdf5.spec
47
hdf5.spec
@ -568,30 +568,33 @@ library packages.
|
|||||||
%prep
|
%prep
|
||||||
%{?with_hpc: %hpc_debug}
|
%{?with_hpc: %hpc_debug}
|
||||||
%setup -q -n %{pname}-%{version}
|
%setup -q -n %{pname}-%{version}
|
||||||
%patch0 -p1 -b .LD_LIBRARY_PATH
|
%patch -P 0 -p1 -b .LD_LIBRARY_PATH
|
||||||
%patch2 -p0 -b .abort_unknown_host_config
|
%patch -P 2 -p0 -b .abort_unknown_host_config
|
||||||
%ifarch %arm
|
%ifarch %arm
|
||||||
%patch4 -p0 -b .tests-arm
|
%patch -P 4 -p0 -b .tests-arm
|
||||||
%endif
|
%endif
|
||||||
%patch5 -p1
|
%patch -P 5 -p1
|
||||||
%patch6 -p1
|
%patch -P 6 -p1
|
||||||
# %%patch7 -p1
|
# work around bot rejection for unapplied patch
|
||||||
%patch8 -p1
|
%if 0
|
||||||
%patch9 -p1
|
%patch -P 7 -p1
|
||||||
%patch10 -p1
|
%endif
|
||||||
%patch101 -p1
|
%patch -P 8 -p1
|
||||||
%patch102 -p1
|
%patch -P 9 -p1
|
||||||
%patch103 -p1
|
%patch -P 10 -p1
|
||||||
%patch104 -p1
|
%patch -P 101 -p1
|
||||||
%patch105 -p1
|
%patch -P 102 -p1
|
||||||
%patch106 -p1
|
%patch -P 103 -p1
|
||||||
%patch107 -p1
|
%patch -P 104 -p1
|
||||||
%patch108 -p1
|
%patch -P 105 -p1
|
||||||
%patch109 -p1
|
%patch -P 106 -p1
|
||||||
%patch110 -p1
|
%patch -P 107 -p1
|
||||||
%patch111 -p1
|
%patch -P 108 -p1
|
||||||
%patch112 -p1
|
%patch -P 109 -p1
|
||||||
%patch113 -p1
|
%patch -P 110 -p1
|
||||||
|
%patch -P 111 -p1
|
||||||
|
%patch -P 112 -p1
|
||||||
|
%patch -P 113 -p1
|
||||||
|
|
||||||
%if %{without hpc}
|
%if %{without hpc}
|
||||||
# baselibs looks different for different flavors - generate it on the fly
|
# baselibs looks different for different flavors - generate it on the fly
|
||||||
|
Loading…
Reference in New Issue
Block a user