1
0
Gus Kenion 2024-02-21 10:45:41 +00:00 committed by Git OBS Bridge
parent e5d0805f4d
commit 86aa3f2481
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 21 10:45:39 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
- Use %patch -P N instead of deprecated %patchN.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 25 09:36:52 UTC 2023 - Fridrich Strba <fstrba@suse.com> Mon Sep 25 09:36:52 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package javacc-maven-plugin # spec file for package javacc-maven-plugin
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -56,7 +56,7 @@ API documentation for %{name}.
%prep %prep
%setup -q %setup -q
%patch0 -b .sav %patch -P 0 -b .sav
cp -p %{SOURCE1} . cp -p %{SOURCE1} .
# migrate to maven 3 # migrate to maven 3