forked from pool/binutils
Accepting request 1149163 from home:dimstar:rpm4.20:b
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1149163 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=466
This commit is contained in:
parent
d8ab355f1a
commit
626fe753e0
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 22 10:11:25 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 21 09:56:08 UTC 2024 - Andreas Schwab <schwab@suse.de>
|
Wed Feb 21 09:56:08 UTC 2024 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
@ -253,40 +253,40 @@ cp ld/ldgram.y ld/ldgram.y.orig
|
|||||||
|
|
||||||
# Patch is outside test_vanilla because it's supposed to be the
|
# Patch is outside test_vanilla because it's supposed to be the
|
||||||
# patch bringing the tarball to the newest upstream version
|
# patch bringing the tarball to the newest upstream version
|
||||||
%patch1 -p1
|
%patch -P 1 -p1
|
||||||
%if !%{test_vanilla}
|
%if !%{test_vanilla}
|
||||||
%patch3 -p1
|
%patch -P 3 -p1
|
||||||
%patch4
|
%patch -P 4
|
||||||
%patch5
|
%patch -P 5
|
||||||
%patch6
|
%patch -P 6
|
||||||
%patch8
|
%patch -P 8
|
||||||
%patch9
|
%patch -P 9
|
||||||
%patch10
|
%patch -P 10
|
||||||
%patch12
|
%patch -P 12
|
||||||
%patch14
|
%patch -P 14
|
||||||
%patch15
|
%patch -P 15
|
||||||
%patch22
|
%patch -P 22
|
||||||
%patch34 -p1
|
%patch -P 34 -p1
|
||||||
%patch36 -p1
|
%patch -P 36 -p1
|
||||||
%if %{suse_version} < 1550
|
%if %{suse_version} < 1550
|
||||||
%patch37 -p1
|
%patch -P 37 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch38
|
%patch -P 38
|
||||||
%patch39 -p1
|
%patch -P 39 -p1
|
||||||
%patch40 -p1
|
%patch -P 40 -p1
|
||||||
%patch41 -p1
|
%patch -P 41 -p1
|
||||||
%if %{suse_version} < 1550
|
%if %{suse_version} < 1550
|
||||||
%patch42 -p1
|
%patch -P 42 -p1
|
||||||
%patch43 -p1
|
%patch -P 43 -p1
|
||||||
%patch44 -p1
|
%patch -P 44 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch60 -p1
|
%patch -P 60 -p1
|
||||||
%patch61 -p1
|
%patch -P 61 -p1
|
||||||
%if "%{TARGET}" == "avr"
|
%if "%{TARGET}" == "avr"
|
||||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||||
%patch90
|
%patch -P 90
|
||||||
%patch92
|
%patch -P 92
|
||||||
%patch93 -p1
|
%patch -P 93 -p1
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
# test_vanilla
|
# test_vanilla
|
||||||
|
Loading…
Reference in New Issue
Block a user