Accepting request 1153275 from home:dimstar:rpm4.20:p
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1153275 OBS-URL: https://build.opensuse.org/package/show/Publishing/plotutils?expand=0&rev=27
This commit is contained in:
parent
7d78134c76
commit
d0ebfeca1f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 29 14:35:45 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Use %patch -P N instead of deprecated %patchN.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 21 11:53:33 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
@ -148,14 +148,14 @@ graphics animations under the X Window System.
|
||||
%prep
|
||||
%{?gpg_verify: %gpg_verify %{S:1}}
|
||||
%setup -q
|
||||
%patch0 -p0
|
||||
%patch1 -p0
|
||||
%patch2 -p0
|
||||
%patch3 -p0 -b .p3
|
||||
%patch4 -p1
|
||||
%patch5 -p0
|
||||
%patch6 -p0
|
||||
%patch7 -p0
|
||||
%patch -P 0 -p0
|
||||
%patch -P 1 -p0
|
||||
%patch -P 2 -p0
|
||||
%patch -P 3 -p0 -b .p3
|
||||
%patch -P 4 -p1
|
||||
%patch -P 5 -p0
|
||||
%patch -P 6 -p0
|
||||
%patch -P 7 -p0
|
||||
# Avoid update lex and bison code as otherwise we may see broken code (bnc#829479)
|
||||
# that is do *not* remove any lex\yacc code
|
||||
grep -rslE '(made by GNU Bison|A Bison parser, made from|"lex.yy.c")' . | xargs -r touch
|
||||
|
Loading…
Reference in New Issue
Block a user