From 2b80529cc3af1431c193890cce5bf63db2c9a88c5312b6aaddffc1423f429e94 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 26 Feb 2024 13:06:11 +0000 Subject: [PATCH] Accepting request 1151464 from home:pgajdos:t - Use %patch -P N instead of deprecated %patchN. OBS-URL: https://build.opensuse.org/request/show/1151464 OBS-URL: https://build.opensuse.org/package/show/Publishing/texi2html?expand=0&rev=24 --- texi2html.changes | 5 +++++ texi2html.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/texi2html.changes b/texi2html.changes index a807058..5d703ee 100644 --- a/texi2html.changes +++ b/texi2html.changes @@ -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 diff --git a/texi2html.spec b/texi2html.spec index 2adbd56..b7f834f 100644 --- a/texi2html.spec +++ b/texi2html.spec @@ -54,9 +54,9 @@ output not specified in the Texinfo input file to be specified. %prep %setup -q -%patch1 -%patch2 -p0 -b .random -%patch3 -p1 +%patch -P 1 +%patch -P 2 -p0 -b .random +%patch -P 3 -p1 # Avoid regenerated translations.pl as this becomes broken mkdir i18n