SHA256
1
0
forked from pool/plotutils

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:
Dr. Werner Fink 2024-02-29 14:47:43 +00:00 committed by Git OBS Bridge
parent 7d78134c76
commit d0ebfeca1f
2 changed files with 13 additions and 8 deletions

View File

@ -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>

View File

@ -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