automatic version update by autodist [release 3.2-1mamba;Sun Aug 18 2019]

This commit is contained in:
Automatic Build System 2024-01-06 06:15:52 +01:00
parent 2a2f557a3a
commit 14f4d8ccaf
2 changed files with 17 additions and 9 deletions

View File

@ -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 <iostream>
#include <string>
#include <map>
+#include <assert.h>
#include "zdbpp.h"
using namespace zdb;

View File

@ -1,5 +1,5 @@
Name: libzdb Name: libzdb
Version: 3.1 Version: 3.2
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
@ -8,6 +8,7 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: System/Libraries URL: System/Libraries
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
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -35,6 +36,7 @@ This package contains libraries and header files for developing applications tha
%prep %prep
%setup -q %setup -q
%patch0 -p1
%build %build
%configure %configure
@ -57,14 +59,7 @@ This package contains libraries and header files for developing applications tha
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/zdb/Connection.h %{_includedir}/zdb/*.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
%{_libdir}/libzdb.a %{_libdir}/libzdb.a
%{_libdir}/libzdb.la %{_libdir}/libzdb.la
%{_libdir}/libzdb.so %{_libdir}/libzdb.so
@ -72,6 +67,9 @@ This package contains libraries and header files for developing applications tha
%doc CHANGES README %doc CHANGES README
%changelog %changelog
* Sun Aug 18 2019 Automatic Build System <autodist@mambasoft.it> 3.2-1mamba
- automatic version update by autodist
* Mon Feb 01 2016 Automatic Build System <autodist@mambasoft.it> 3.1-1mamba * Mon Feb 01 2016 Automatic Build System <autodist@mambasoft.it> 3.1-1mamba
- automatic update by autodist - automatic update by autodist