diff --git a/libparserutils.changes b/libparserutils.changes index f8c783d..44f62dd 100644 --- a/libparserutils.changes +++ b/libparserutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 29 18:49:42 UTC 2024 - pgajdos@suse.com + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN + ------------------------------------------------------------------- Wed May 19 15:00:56 UTC 2021 - Fridrich Strba diff --git a/libparserutils.spec b/libparserutils.spec index c463f00..da7c9c7 100644 --- a/libparserutils.spec +++ b/libparserutils.spec @@ -70,8 +70,7 @@ developing applications that use %{name}. %global build_vars OPTCFLAGS='%{optflags}' OPTLDFLAGS="$RPM_LD_FLAGS" %prep -%setup -q -%patch0 -p1 +%autosetup -p1 %build %make_build %{make_vars} %{build_vars}