Accepting request 1151475 from Publishing
- Use %patch -P N instead of deprecated %patchN. (forwarded request 1151464 from pgajdos) OBS-URL: https://build.opensuse.org/request/show/1151475 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texi2html?expand=0&rev=6
This commit is contained in:
commit
4c39745051
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 26 12:59:16 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 20 12:54:07 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
Tue Sep 20 12:54:07 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -54,9 +54,9 @@ output not specified in the Texinfo input file to be specified.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1
|
%patch -P 1
|
||||||
%patch2 -p0 -b .random
|
%patch -P 2 -p0 -b .random
|
||||||
%patch3 -p1
|
%patch -P 3 -p1
|
||||||
|
|
||||||
# Avoid regenerated translations.pl as this becomes broken
|
# Avoid regenerated translations.pl as this becomes broken
|
||||||
mkdir i18n
|
mkdir i18n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user