--- rpms/libzdb/contribs9/libzdb.spec 2018/02/26 20:17:02 1.2 +++ rpms/libzdb/contribs9/libzdb.spec 2018/02/28 00:20:58 1.3 @@ -1,4 +1,4 @@ -%define release 3 +%define release 4 %define version 3.1 Name: libzdb Version: %{version} @@ -34,7 +34,7 @@ developing applications that use %{name} rm -f doc/api-docs/._* %build -%configure --disable-static --enable-protected --with-sqlite --enable-sqliteunlock=no +%configure --disable-static --enable-protected --with-sqlite --enable-sqliteunlock make %{?_smp_mflags} @@ -57,6 +57,9 @@ 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