diff --git a/cdio-utils.changes b/cdio-utils.changes index d436bba..a924cdd 100644 --- a/cdio-utils.changes +++ b/cdio-utils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 29 15:42:28 UTC 2024 - pgajdos@suse.com + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN + ------------------------------------------------------------------- Mon Jun 11 09:28:44 UTC 2018 - kbabioch@suse.com diff --git a/cdio-utils.spec b/cdio-utils.spec index e893282..00e42ef 100644 --- a/cdio-utils.spec +++ b/cdio-utils.spec @@ -1,7 +1,7 @@ # # spec file for package cdio-utils # -# 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 @@ -47,7 +47,7 @@ This package contains a number of utility programs that make use of libcdio. %prep -%setup -q -n libcdio-%{version} +%autosetup -p1 -n libcdio-%{version} %define buildir ${PWD} diff --git a/libcdio.changes b/libcdio.changes index 1fdaca5..7785ccb 100644 --- a/libcdio.changes +++ b/libcdio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 29 15:42:28 UTC 2024 - pgajdos@suse.com + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN + ------------------------------------------------------------------- Mon Apr 24 08:16:11 UTC 2023 - Dominique Leuenberger diff --git a/libcdio.spec b/libcdio.spec index 445dada..3168100 100644 --- a/libcdio.spec +++ b/libcdio.spec @@ -1,7 +1,7 @@ # # spec file for package libcdio # -# 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 @@ -117,8 +117,7 @@ This subpackage contains libraries and header files for developing applications that want to make use of the cdio libraries. %prep -%setup -q -%patch0 -p1 +%autosetup -p1 %build %configure \