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 Name: libzdb
Version: 3.2.2 Version: 3.2.3
Release: 1mamba Release: 1mamba
Summary: A database library with thread-safe connection pooling Summary: A database library with thread-safe connection pooling
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> 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 Source: http://www.tildeslash.com/libzdb/dist/libzdb-%{version}.tar.gz
Patch0: libzdb-3.2-add_missing_assert_include.patch Patch0: libzdb-3.2-add_missing_assert_include.patch
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libmysqlclient-devel BuildRequires: libmariadb-devel
BuildRequires: libopenssl-devel
BuildRequires: libpostgresql-devel BuildRequires: libpostgresql-devel
BuildRequires: libsqlite-devel BuildRequires: libsqlite-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %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. 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) %defattr(-,root,root)
%{_includedir}/zdb/*.h %{_includedir}/zdb/*.h
%{_libdir}/libzdb.a %{_libdir}/libzdb.a
%{_libdir}/libzdb.la
%{_libdir}/libzdb.so %{_libdir}/libzdb.so
%{_libdir}/pkgconfig/zdb.pc %{_libdir}/pkgconfig/zdb.pc
%doc CHANGES README %doc CHANGES README
%changelog %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 * Thu May 28 2020 Automatic Build System <autodist@mambasoft.it> 3.2.2-1mamba
- automatic version update by autodist - automatic version update by autodist