diff --git a/dapl.changes b/dapl.changes index 2af0e52..7882c53 100644 --- a/dapl.changes +++ b/dapl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 26 07:43:13 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + PatchN. + ------------------------------------------------------------------- Thu May 4 13:18:39 UTC 2023 - Dominique Leuenberger diff --git a/dapl.spec b/dapl.spec index fe2ef11..5a18961 100644 --- a/dapl.spec +++ b/dapl.spec @@ -131,15 +131,7 @@ Conflicts: dapl-utils Test suite to validate the uDAPL library APIs. %prep -%setup -q -n dapl-%{version} -%patch1 -%patch5 -%patch6 -%patch7 -%patch12 -%patch13 -%patch14 -%patch15 -p1 +%autosetup -p0 -n dapl-%{version} %build %if %suse_version == 1110 diff --git a/reproducible.patch b/reproducible.patch index 51db6f2..3fc07c4 100644 --- a/reproducible.patch +++ b/reproducible.patch @@ -17,10 +17,10 @@ Date: Fri Jul 14 17:53:30 2017 +0200 Signed-off-by: Bernhard M. Wiedemann -diff --git a/Makefile.am b/Makefile.am +diff --git Makefile.am Makefile.am index 483ba90..91def97 100755 ---- a/Makefile.am -+++ b/Makefile.am +--- Makefile.am ++++ Makefile.am @@ -48,7 +48,7 @@ AM_CFLAGS = -g -Wall -D_GNU_SOURCE -DDAT_CONF="\"$(sysconfdir)/dat.conf\"" endif