From dee6d66329c3fcef321e70dee00998b90b594013 Mon Sep 17 00:00:00 2001 From: mslacken <> Date: Feb 26 2024 19:13:27 +0000 Subject: Update dapl to version 2.1.10 / rev 12 via SR 1151441 https://build.opensuse.org/request/show/1151441 by user mslacken + anag+factory Prepare for RPM 4.20 (forwarded request 1150581 from dimstar) --- diff --git a/.files b/.files index 1999612..ad06be7 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index b5aa779..6a1eb13 100644 --- a/.rev +++ b/.rev @@ -135,4 +135,12 @@ 1085714 + + 48ba7896457b2a39a50273ec85c38a14 + 2.1.10 + + anag+factory + Prepare for RPM 4.20 (forwarded request 1150581 from dimstar) + 1151441 + diff --git a/dapl.changes b/dapl.changes index 1718bd3..437a7f9 100644 --- a/dapl.changes +++ b/dapl.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +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 - Convert to proper multibuild package: the spec is already all diff --git a/dapl.spec b/dapl.spec index aa02ae9..927d6d6 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 02d38d3..35487fe 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