Sync from SUSE:SLFO:Main parboiled revision a20d210bc9a22db1466e5850fc520e42

This commit is contained in:
Adrian Schröter 2024-05-31 14:54:10 +02:00
parent 2681f31ca1
commit 115cdb420d
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 21 10:53:07 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
- Use %patch -P N instead of deprecated %patchN.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 15 14:23:14 UTC 2024 - Fridrich Strba <fstrba@suse.com> Thu Feb 15 14:23:14 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file # spec file for package parboiled
# #
# 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
@ -76,7 +76,7 @@ This package contains javadoc for %{base_name}.
%prep %prep
%setup -q -n %{base_name}-%{version} -a1 %setup -q -n %{base_name}-%{version} -a1
%patch0 -p1 %patch -P 0 -p1
cp %{SOURCE2} %{base_name}-core/pom.xml cp %{SOURCE2} %{base_name}-core/pom.xml
cp %{SOURCE3} %{base_name}-java/pom.xml cp %{SOURCE3} %{base_name}-java/pom.xml