diff --git a/libzdb-3.2-add_missing_assert_include.patch b/libzdb-3.2-add_missing_assert_include.patch new file mode 100644 index 0000000..8a7fcbe --- /dev/null +++ b/libzdb-3.2-add_missing_assert_include.patch @@ -0,0 +1,10 @@ +--- libzdb-3.2/test/zdbpp.cpp.orig 2019-08-18 11:14:43.275000000 +0200 ++++ libzdb-3.2/test/zdbpp.cpp 2019-08-18 11:14:59.795000000 +0200 +@@ -1,6 +1,7 @@ + #include + #include + #include ++#include + + #include "zdbpp.h" + using namespace zdb; diff --git a/libzdb.spec b/libzdb.spec index 58ecfae..1d39ddd 100644 --- a/libzdb.spec +++ b/libzdb.spec @@ -1,5 +1,5 @@ Name: libzdb -Version: 3.1 +Version: 3.2 Release: 1mamba Summary: A database library with thread-safe connection pooling Group: System/Libraries @@ -8,6 +8,7 @@ Distribution: openmamba Packager: Silvan Calarco URL: System/Libraries 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 @@ -35,6 +36,7 @@ This package contains libraries and header files for developing applications tha %prep %setup -q +%patch0 -p1 %build %configure @@ -57,14 +59,7 @@ This package contains libraries and header files for developing applications tha %files devel %defattr(-,root,root) -%{_includedir}/zdb/Connection.h -%{_includedir}/zdb/ConnectionPool.h -%{_includedir}/zdb/Exception.h -%{_includedir}/zdb/PreparedStatement.h -%{_includedir}/zdb/ResultSet.h -%{_includedir}/zdb/SQLException.h -%{_includedir}/zdb/URL.h -%{_includedir}/zdb/zdb.h +%{_includedir}/zdb/*.h %{_libdir}/libzdb.a %{_libdir}/libzdb.la %{_libdir}/libzdb.so @@ -72,6 +67,9 @@ This package contains libraries and header files for developing applications tha %doc CHANGES README %changelog +* Sun Aug 18 2019 Automatic Build System 3.2-1mamba +- automatic version update by autodist + * Mon Feb 01 2016 Automatic Build System 3.1-1mamba - automatic update by autodist