- Update to 1.1.9.

+ Ensure rename target does not exist before deleting old record.
  + Add parameter to avoid NULL format string flagged by -Werror=format.
- Update to 1.1.8.
  + Fixes for pyldb.
  + Drop support for tdb_compat.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=18
This commit is contained in:
Lars Müller 2012-08-08 09:59:51 +00:00 committed by Git OBS Bridge
parent e49ec57e54
commit ddef7fb0ae
4 changed files with 18 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:048021224d36adac86d348f62ca6753454e39155e207af2e2ca8cde54fd0006d
size 1613612

3
ldb-1.1.9.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:364db7ec20214a04fee989521c4ee7dd8f9842c7e486a876f9fba84de5532b33
size 1106876

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Aug 7 22:18:19 UTC 2012 - lmuelle@suse.com
- Update to 1.1.9.
+ Ensure rename target does not exist before deleting old record.
+ Add parameter to avoid NULL format string flagged by -Werror=format.
- Update to 1.1.8.
+ Fixes for pyldb.
+ Drop support for tdb_compat.
-------------------------------------------------------------------
Thu Jun 28 16:29:25 UTC 2012 - lmuelle@suse.com

View File

@ -20,7 +20,7 @@
%define talloc_version 2.0.7
%define tdb_version 1.2.10
%define tevent_version 0.9.15
%define tevent_version 0.9.16
Name: ldb
#!BuildIgnore: libtalloc
@ -28,6 +28,7 @@ BuildRequires: libtalloc-devel >= %{talloc_version}
BuildRequires: libtdb-devel >= %{tdb_version}
BuildRequires: libtevent-devel >= %{tevent_version}
BuildRequires: popt-devel
BuildRequires: pytalloc-devel >= %{talloc_version}
BuildRequires: python-devel
BuildRequires: python-tdb >= %{tdb_version}
BuildRequires: python-tevent >= %{tevent_version}
@ -37,7 +38,7 @@ BuildRequires: python-tevent >= %{tevent_version}
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
Url: http://ldb.samba.org/
Version: 1.1.6
Version: 1.1.9
Release: 0
Summary: An LDAP-like embedded database
License: LGPL-3.0+
@ -105,7 +106,8 @@ CONFIGURE_OPTIONS="\
--libdir=%{_libdir} \
--disable-rpath \
--with-modulesdir=%{_libdir} \
--bundled-libraries=tdb2 \
--bundled-libraries=NONE \
--builtin-libraries=replace \
"
./configure ${CONFIGURE_OPTIONS}
%{__make} %{build_make_smp_mflags} \
@ -127,10 +129,6 @@ DESTDIR=${RPM_BUILD_ROOT} make install
%{_libdir}/libldb.so.*
%{_libdir}/libpyldb-util.so.*
%dir %{_libdir}/ldb
%{_libdir}/ldb/libccan.so.*
%{_libdir}/ldb/libpytalloc-util.so.*
%{_libdir}/ldb/libtdb.so.*
%{_libdir}/ldb/libtdb_compat.so
%{_libdir}/ldb/asq.so
%{_libdir}/ldb/paged_results.so
%{_libdir}/ldb/paged_searches.so
@ -148,7 +146,6 @@ DESTDIR=${RPM_BUILD_ROOT} make install
%{_includedir}/ldb_module.h
%{_includedir}/ldb_version.h
%{_includedir}/pyldb.h
%{_includedir}/pytalloc.h
%{_libdir}/libldb.so
%dir %{_libdir}/ldb
%{_libdir}/ldb/libldb-cmdline.so
@ -156,8 +153,6 @@ DESTDIR=${RPM_BUILD_ROOT} make install
%{_libdir}/pkgconfig/ldb.pc
%{_libdir}/pkgconfig/pyldb-util.pc
%{python_sitearch}/ldb.so
%{python_sitearch}/talloc.so
%{python_sitearch}/tdb.so
%files -n ldb-tools
%defattr(-,root,root)
@ -167,9 +162,5 @@ DESTDIR=${RPM_BUILD_ROOT} make install
%{_bindir}/ldbmodify
%{_bindir}/ldbrename
%{_bindir}/ldbsearch
%{_bindir}/tdbbackup
%{_bindir}/tdbdump
%{_bindir}/tdbrestore
%{_bindir}/tdbtool
%changelog