SHA256
1
0
forked from pool/transfig

Accepting request 1152019 from Publishing

- Use %patch -P N instead of deprecated %patchN (forwarded request 1151818 from pgajdos)

OBS-URL: https://build.opensuse.org/request/show/1152019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/transfig?expand=0&rev=57
This commit is contained in:
Ana Guerrero 2024-02-28 18:44:52 +00:00 committed by Git OBS Bridge
commit 762b401b16
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 15:47:27 UTC 2024 - pgajdos@suse.com
- Use %patch -P N instead of deprecated %patchN
-------------------------------------------------------------------
Fri Sep 15 07:41:38 UTC 2023 - Dr. Werner Fink <werner@suse.de>

View File

@ -67,11 +67,11 @@ releases, this command was implemented as a shell script.
%prep
%setup -q -n fig2dev-%{version}
find -type f -exec chmod a-x,go-w '{}' \;
%patch0 -p0 -b .0
%patch4 -p1 -b .afl
%patch43 -p1 -b .mpdf
%patch44 -p1 -b .mpdfdoc
%patch47 -p1 -b .epstopdf
%patch -P 0 -p0 -b .0
%patch -P 4 -p1 -b .afl
%patch -P 43 -p1 -b .mpdf
%patch -P 44 -p1 -b .mpdfdoc
%patch -P 47 -p1 -b .epstopdf
# remove obsolete libc fallback implementations
rm fig2dev/lib/*.c