update to 1.4.15 [release 1.4.15-1mamba;Wed Feb 04 2026]

This commit is contained in:
2026-02-04 23:39:22 +01:00
parent b13d8c9c20
commit 437978f90e
2 changed files with 8 additions and 17 deletions

View File

@@ -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 <signal.h>
+#include <stdbool.h>
/**
* @defgroup tdb The tdb API

View File

@@ -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 <silvan.calarco@mambasoft.it>
Packager: Silvan Calarco <silvan@openmamba.org>
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 <silvan@openmamba.org> 1.4.15-1mamba
- update to 1.4.15
* Mon Aug 11 2025 Automatic Build System <autodist@openmamba.org> 1.4.14-1mamba
- automatic version update by autodist