diff --git a/libzdb.spec b/libzdb.spec index 7ac8a5b..02224d5 100644 --- a/libzdb.spec +++ b/libzdb.spec @@ -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 3.0-2mamba +- rebuilt with mariadb + * Sat Aug 09 2014 Silvan Calarco 3.0-1mamba - package created using the webbuild interface