From 8aab05614619f21bd5d6d32248d7d3f164dec0bfe536766f525125f442f88e1c Mon Sep 17 00:00:00 2001 From: Gus Kenion Date: Wed, 21 Feb 2024 10:32:29 +0000 Subject: [PATCH 1/3] rpm 4.20 compat OBS-URL: https://build.opensuse.org/package/show/Java:packages/cdi-api?expand=0&rev=23 --- cdi-api.changes | 5 +++++ cdi-api.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/cdi-api.changes b/cdi-api.changes index 996ca2f..745c4b6 100644 --- a/cdi-api.changes +++ b/cdi-api.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 21 10:32:27 UTC 2024 - Gus Kenion + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Wed Feb 21 08:38:05 UTC 2024 - Fridrich Strba diff --git a/cdi-api.spec b/cdi-api.spec index 396d8ec..c8e9499 100644 --- a/cdi-api.spec +++ b/cdi-api.spec @@ -45,7 +45,7 @@ This package contains the API documentation for %{name}. %prep %setup -q -n cdi-%{version} -%patch0 -p1 +%patch -P 0 -p1 cp %{SOURCE1} api/build.xml # Use newer version of interceptors API From 9729106600df4f1499b5bcf9c9f11327c55432ab08bb6eebef517877244e6d59 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 21 Feb 2024 21:54:17 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/Java:packages/cdi-api?expand=0&rev=25 --- cdi-api.changes | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cdi-api.changes b/cdi-api.changes index 745c4b6..996ca2f 100644 --- a/cdi-api.changes +++ b/cdi-api.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Wed Feb 21 10:32:27 UTC 2024 - Gus Kenion - -- Use %patch -P N instead of deprecated %patchN. - ------------------------------------------------------------------- Wed Feb 21 08:38:05 UTC 2024 - Fridrich Strba From 5f805f72df3959ee004dc52b6d281c2ba672d3178e01c55399af69eaec62ec1a Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 21 Feb 2024 21:59:24 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/Java:packages/cdi-api?expand=0&rev=26 --- cdi-api.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdi-api.changes b/cdi-api.changes index 996ca2f..ebb61b8 100644 --- a/cdi-api.changes +++ b/cdi-api.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Wed Feb 21 08:38:05 UTC 2024 - Fridrich Strba +Wed Feb 21 21:59:12 UTC 2024 - Fridrich Strba - Use %patch -P N instead of deprecated %patchN.