From f2c28ee5fd6b9370fa17579f683b5b92a59a1bdcc021b63bf88fb86a2d18ebdd Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Mon, 4 Mar 2024 14:16:40 +0000 Subject: [PATCH] Accepting request 1153285 from home:dimstar:rpm4.20:p Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1153285 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql16?expand=0&rev=19 --- postgresql16.changes | 5 +++++ postgresql16.spec | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/postgresql16.changes b/postgresql16.changes index e905dc6..913008b 100644 --- a/postgresql16.changes +++ b/postgresql16.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 29 14:36:42 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Thu Feb 8 13:22:49 UTC 2024 - Reinhard Max diff --git a/postgresql16.spec b/postgresql16.spec index 750e0d8..78928ba 100644 --- a/postgresql16.spec +++ b/postgresql16.spec @@ -507,13 +507,13 @@ included in the postgresql-server package. # Keep the timestamp of configure, because patching it would otherwise # confuse PostgreSQL's build system touch -r configure tmp -%patch1 -%patch4 -%patch8 -%patch9 +%patch -P 1 +%patch -P 4 +%patch -P 8 +%patch -P 9 %if %{with llvm} -%patch10 -%patch11 +%patch -P 10 +%patch -P 11 %endif touch -r tmp configure rm tmp