From 8f55a2fdc24ba5408eff25857c8b641418f362fb Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 8 Feb 2025 17:17:32 +0100 Subject: [PATCH] automatic version update by autodist [release 1.4.13-1mamba;Fri Feb 07 2025] --- libtdb.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libtdb.spec b/libtdb.spec index 2244e65..71ecf94 100644 --- a/libtdb.spec +++ b/libtdb.spec @@ -1,6 +1,6 @@ Name: libtdb Epoch: 1 -Version: 1.4.12 +Version: 1.4.13 Release: 1mamba Summary: The tdb library Group: System/Libraries @@ -45,11 +45,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} 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. This package contains tools to manage Tdb files. -%debug_package %prep %setup -q -n tdb-%{version} -#%patch0 -p1 %build %configure @@ -70,8 +68,6 @@ This package contains tools to manage Tdb files. %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig %files %defattr(-,root,root) @@ -94,6 +90,9 @@ This package contains tools to manage Tdb files. %{_mandir}/man8/tdb*.8* %changelog +* Fri Feb 07 2025 Automatic Build System 1.4.13-1mamba +- automatic version update by autodist + * Wed Aug 07 2024 Automatic Build System 1.4.12-1mamba - automatic version update by autodist