diff --git a/maven-plugin-plugin-bootstrap.changes b/maven-plugin-plugin-bootstrap.changes index 39b9977..db170ed 100644 --- a/maven-plugin-plugin-bootstrap.changes +++ b/maven-plugin-plugin-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 14:39:44 UTC 2024 - Fridrich Strba + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Fri Sep 22 15:32:33 UTC 2023 - Fridrich Strba diff --git a/maven-plugin-plugin-bootstrap.spec b/maven-plugin-plugin-bootstrap.spec index b77afa9..7203186 100644 --- a/maven-plugin-plugin-bootstrap.spec +++ b/maven-plugin-plugin-bootstrap.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package maven-plugin-plugin-bootstrap # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -60,8 +60,8 @@ artifact metadata and a generic help goal. %prep %setup -q -n %{base_name}-%{version} -a1 -%patch0 -p1 -%patch20 +%patch -P 0 -p1 +%patch -P 20 %pom_remove_plugin -r :maven-enforcer-plugin diff --git a/maven-plugin-plugin.changes b/maven-plugin-plugin.changes index 94f6969..7ef6269 100644 --- a/maven-plugin-plugin.changes +++ b/maven-plugin-plugin.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 14:39:45 UTC 2024 - Fridrich Strba + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Fri Sep 22 15:32:33 UTC 2023 - Fridrich Strba diff --git a/maven-plugin-plugin.spec b/maven-plugin-plugin.spec index 751c3be..4c9b1be 100644 --- a/maven-plugin-plugin.spec +++ b/maven-plugin-plugin.spec @@ -1,7 +1,7 @@ # # spec file for package maven-plugin-plugin # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -70,7 +70,7 @@ API documentation for %{name}. %prep %setup -q -n %{base_name}-%{version} -%patch0 -p1 +%patch -P 0 -p1 %pom_remove_plugin -r :maven-enforcer-plugin diff --git a/maven-plugin-tools.changes b/maven-plugin-tools.changes index 0ec6d96..9de94a0 100644 --- a/maven-plugin-tools.changes +++ b/maven-plugin-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 14:39:46 UTC 2024 - Fridrich Strba + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Fri Sep 22 15:32:33 UTC 2023 - Fridrich Strba diff --git a/maven-plugin-tools.spec b/maven-plugin-tools.spec index fec3bce..1cc333f 100644 --- a/maven-plugin-tools.spec +++ b/maven-plugin-tools.spec @@ -1,7 +1,7 @@ # # spec file for package maven-plugin-tools # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -40,7 +40,7 @@ BuildRequires: maven-reporting-api BuildRequires: maven-resolver-api BuildRequires: maven-wagon-provider-api BuildRequires: modello >= 2.0.0 -BuildRequires: objectweb-asm +BuildRequires: objectweb-asm >= 9.5 BuildRequires: plexus-ant-factory BuildRequires: plexus-archiver BuildRequires: plexus-bsh-factory @@ -147,7 +147,7 @@ API documentation for %{name}. %prep %setup -q -a1 -%patch0 -p1 +%patch -P 0 -p1 %pom_remove_plugin -r :maven-enforcer-plugin