update to 3.2.3 [release 3.2.3-1mamba;Wed Oct 26 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 06:15:53 +01:00
parent 52c9339e0b
commit a980366596

View File

@ -1,24 +1,21 @@
Name: libzdb
Version: 3.2.2
Version: 3.2.3
Release: 1mamba
Summary: A database library with thread-safe connection pooling
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: System/Libraries
URL: http://www.tildeslash.com/libzdb/#
Source: http://www.tildeslash.com/libzdb/dist/libzdb-%{version}.tar.gz
Patch0: libzdb-3.2-add_missing_assert_include.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libmysqlclient-devel
BuildRequires: libopenssl-devel
BuildRequires: libmariadb-devel
BuildRequires: libpostgresql-devel
BuildRequires: libsqlite-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Libzdb is a database library with thread-safe connection pooling. The library can connect transparently to multiple database systems. It has zero runtime configuration and connection is specified via a URL scheme.
@ -61,12 +58,14 @@ This package contains libraries and header files for developing applications tha
%defattr(-,root,root)
%{_includedir}/zdb/*.h
%{_libdir}/libzdb.a
%{_libdir}/libzdb.la
%{_libdir}/libzdb.so
%{_libdir}/pkgconfig/zdb.pc
%doc CHANGES README
%changelog
* Wed Oct 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.3-1mamba
- update to 3.2.3
* Thu May 28 2020 Automatic Build System <autodist@mambasoft.it> 3.2.2-1mamba
- automatic version update by autodist