From: Michael Tremer Date: Mon, 19 Dec 2022 13:58:40 +0000 (+0000) Subject: libtalloc: Update to 2.3.4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ac50e2c8b0534fe61ab505cd3eb9c0d67bbd78d;p=ipfire-3.x.git libtalloc: Update to 2.3.4 Signed-off-by: Michael Tremer --- diff --git a/libtalloc/libtalloc.nm b/libtalloc/libtalloc.nm index 0fb84d35c..c0800da22 100644 --- a/libtalloc/libtalloc.nm +++ b/libtalloc/libtalloc.nm @@ -4,11 +4,12 @@ ############################################################################### name = libtalloc -version = 2.1.8 +version = 2.3.4 release = 1 +thisapp = talloc-%{version} groups = System/Libraries -url = http://talloc.samba.org/ +url = https://talloc.samba.org/ license = LGPLv3+ summary = The talloc library. @@ -16,15 +17,13 @@ description A library that implements a hierarchical allocator with destructors. end -thisapp = talloc-%{version} - -source_dl = http://samba.org/ftp/talloc/ +source_dl = https://samba.org/ftp/talloc/ build requires docbook-utils docbook-xsl - python-devel + python3-devel end configure_options += \ @@ -40,8 +39,10 @@ packages template DEVEL end - package pytalloc - template PYTHON + package python3-talloc + template PYTHON3 + + files += %{libdir}/libpytalloc* end package %{name}-debuginfo