From 437978f90e3a1addf2d91e239062aa0510f1afd3 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Wed, 4 Feb 2026 23:39:22 +0100 Subject: [PATCH] update to 1.4.15 [release 1.4.15-1mamba;Wed Feb 04 2026] --- libtdb-1.3.0-include-bool.patch | 11 ----------- libtdb.spec | 14 ++++++++------ 2 files changed, 8 insertions(+), 17 deletions(-) delete mode 100644 libtdb-1.3.0-include-bool.patch diff --git a/libtdb-1.3.0-include-bool.patch b/libtdb-1.3.0-include-bool.patch deleted file mode 100644 index 13ba347..0000000 --- a/libtdb-1.3.0-include-bool.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Nru tdb-1.3.0.orig/include/tdb.h tdb-1.3.0/include/tdb.h ---- tdb-1.3.0.orig/include/tdb.h 2014-05-23 00:30:38.000000000 +0200 -+++ tdb-1.3.0/include/tdb.h 2014-08-23 19:51:28.960746975 +0200 -@@ -31,6 +31,7 @@ - #endif - - #include -+#include - - /** - * @defgroup tdb The tdb API diff --git a/libtdb.spec b/libtdb.spec index 2ffa74d..b57f2ab 100644 --- a/libtdb.spec +++ b/libtdb.spec @@ -1,15 +1,14 @@ Name: libtdb Epoch: 1 -Version: 1.4.14 +Version: 1.4.15 Release: 1mamba Summary: The tdb library Group: System/Libraries Vendor: openmamba Distribution: openmamba -Packager: Silvan Calarco +Packager: Silvan Calarco URL: https://tdb.samba.org/ Source: http://samba.org/ftp/tdb/tdb-%{version}.tar.gz -Patch0: libtdb-1.3.0-include-bool.patch License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -20,9 +19,6 @@ BuildRequires: libpython3-devel >= 3.11 BuildRequires: autoconf BuildRequires: docbook-xsl BuildRequires: libxslt -Obsoletes: python-tdb-py36 < 1:1.4.7 -Provides: python-tdb -Obsoletes: python-tdb < 1:1.4.9-3mamba %description TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. TDB is also extremely small. @@ -49,6 +45,7 @@ This package contains tools to manage Tdb files. Group: System/Libraries/Python Summary: Python bindings for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} +Obsoletes: python-tdb-py36 < 1:1.4.7 %description -n python-tdb TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. TDB is also extremely small. @@ -72,8 +69,10 @@ This package provides the Python bindings to %{name}. %files %defattr(-,root,root) %{_libdir}/libtdb.so.* +%doc LICENSE %files -n python-tdb +%defattr(-,root,root) %{python3_sitelib}/tdb.cpython-*.so %{python3_sitelib}/_tdb_text.py @@ -92,6 +91,9 @@ This package provides the Python bindings to %{name}. %{_mandir}/man8/tdb*.8* %changelog +* Wed Feb 04 2026 Silvan Calarco 1.4.15-1mamba +- update to 1.4.15 + * Mon Aug 11 2025 Automatic Build System 1.4.14-1mamba - automatic version update by autodist