--- rpms/libzdb/contribs9/libzdb.spec 2018/02/20 02:23:49 1.1 +++ rpms/libzdb/contribs9/libzdb.spec 2018/02/28 00:20:58 1.3 @@ -1,6 +1,8 @@ +%define release 4 +%define version 3.1 Name: libzdb -Version: 3.1 -Release: 2%{?dist} +Version: %{version} +Release: %{release}%{?dist} Summary: Small, easy to use Database Connection Pool Library License: GPLv3+ and MIT URL: http://www.tildeslash.com/libzdb/ @@ -32,7 +34,8 @@ developing applications that use %{name} rm -f doc/api-docs/._* %build -%configure --disable-static --enable-protected --enable-sqliteunlock +%configure --disable-static --enable-protected --with-sqlite --enable-sqliteunlock + make %{?_smp_mflags} %install @@ -54,6 +57,13 @@ make install DESTDIR=%{buildroot} %doc doc/api-docs %changelog +* Tue Feb 27 2018 Jean-Philipe Pialasse 3.1-4.sme +- enable sqliteunlock [SME: 10527] + +* Mon Feb 26 2018 Jean-Philipe Pialasse - 3.1-3.sme +- disable unlock notify for sqlite (--enable-sqliteunlock), this is not supported by upstream packaged sqlite, + would need the following option at build time : -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 + * Mon Feb 19 2018 Jean-Philippe Pialasse - 3.1-2 - first import for SME Server