From ab1713bf7e4b2b8f89ad3a9efa72d135400bd9bd681b2155fa8f82be44d66cbc Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 21 Feb 2024 06:01:45 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-reporting-impl?expand=0&rev=14 --- maven-reporting-impl.changes | 5 +++++ maven-reporting-impl.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/maven-reporting-impl.changes b/maven-reporting-impl.changes index aee4119..879dc1e 100644 --- a/maven-reporting-impl.changes +++ b/maven-reporting-impl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 21 06:01:37 UTC 2024 - Fridrich Strba + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Sun Sep 24 01:58:46 UTC 2023 - Fridrich Strba diff --git a/maven-reporting-impl.spec b/maven-reporting-impl.spec index 4b2b9cd..545f3ad 100644 --- a/maven-reporting-impl.spec +++ b/maven-reporting-impl.spec @@ -1,7 +1,7 @@ # # spec file for package maven-reporting-impl # -# 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 @@ -61,7 +61,7 @@ API documentation for %{name}. %prep %setup -q cp %{SOURCE1} build.xml -%patch0 -p1 +%patch -P 0 -p1 # integration tests try to download stuff from the internet # and therefore they don't work in Build Service