From 64d5918d69eaeccb24bc82f4962d78e423f35d14 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 05:53:20 +0100 Subject: [PATCH] automatic version update by autodist [release 2.3.4-1mamba;Wed Jun 15 2022] --- libtalloc.spec | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/libtalloc.spec b/libtalloc.spec index ffd8697..7dbbb5b 100644 --- a/libtalloc.spec +++ b/libtalloc.spec @@ -1,7 +1,7 @@ %define major %(echo 2.0.1 | cut -d. -f1) Name: libtalloc Epoch: 1 -Version: 2.3.3 +Version: 2.3.4 Release: 1mamba Summary: The talloc library Group: System/Libraries @@ -20,7 +20,7 @@ BuildRequires: autoconf BuildRequires: docbook-xsl BuildRequires: libxslt Provides: %{name}-static -Obsoletes: %{name}-static +Obsoletes: %{name}-static < 1:2.3.4 %description %{name} is a hierarchical, reference counted memory pool system with destructors. @@ -31,7 +31,7 @@ Group: Development/Libraries Summary: Libraries and headers for %{name} needed for development Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Provides: pytalloc-devel -Obsoletes: pytalloc-devel +Obsoletes: pytalloc-devel < 1:2.3.4 %description devel %{name} is a hierarchical, reference counted memory pool system with destructors. @@ -53,20 +53,19 @@ Group: System/Libraries Summary: A wrapper for libtalloc for use in Python programs Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Provides: pytalloc -Obsoletes: pytalloc -Obsoletes: python-talloc -Obsoletes: python-talloc-py36 +Obsoletes: pytalloc < 1:2.3.4 +Obsoletes: python-talloc < 1:2.3.4 +Obsoletes: python-talloc-py36 < 1:2.3.4 %description -n python-talloc-py3 %{name} is a hierarchical, reference counted memory pool system with destructors. - This package contains a wrapper for libtalloc for use in Python programs. +%debug_package + %prep %setup -q -n talloc-%{version} -%debug_package - %build %configure @@ -113,9 +112,12 @@ chmod +x %{buildroot}%{_libdir}/libtalloc.so.%{version} %defattr(-,root,root) %{_libdir}/libpytalloc-util.cpython-3*m-*-linux-gnu*.so* %{_libdir}/pkgconfig/pytalloc-util.cpython-3*m-*-linux-gnu*.pc -%{python3_sitearch}/talloc.cpython-3*m-*-linux-gnu*.so +%{python3_sitelib}/talloc.cpython-3*m-*-linux-gnu*.so %changelog +* Wed Jun 15 2022 Automatic Build System 2.3.4-1mamba +- automatic version update by autodist + * Fri Jul 16 2021 Automatic Build System 2.3.3-1mamba - automatic version update by autodist