rebuilt with mariadb [release 3.0-2mamba;Fri May 15 2015]

This commit is contained in:
Silvan Calarco 2024-01-06 06:15:52 +01:00
parent ad9d6ad89d
commit c6ca07d0fc

View File

@ -1,6 +1,6 @@
Name: libzdb
Version: 3.0
Release: 1mamba
Release: 2mamba
Summary: A database library with thread-safe connection pooling
Group: System/Libraries
Vendor: openmamba
@ -11,10 +11,10 @@ Source: http://www.tildeslash.com/libzdb/dist/libzdb-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libmysql-devel
BuildRequires: libmysqlclient-devel
BuildRequires: libopenssl-devel
BuildRequires: libpostgresql-devel
BuildRequires: libsqlite-devel
BuildRequires: libstdc++6-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -72,5 +72,8 @@ This package contains libraries and header files for developing applications tha
%doc CHANGES README
%changelog
* Fri May 15 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0-2mamba
- rebuilt with mariadb
* Sat Aug 09 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0-1mamba
- package created using the webbuild interface