Hello community,

here is the log from the commit of package ldb for openSUSE:Factory checked in 
at 2018-04-04 11:13:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ldb (Old)
 and      /work/SRC/openSUSE:Factory/.ldb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ldb"

Wed Apr  4 11:13:05 2018 rev:37 rq:588671 version:1.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ldb/ldb.changes  2018-02-14 09:22:29.751323621 
+0100
+++ /work/SRC/openSUSE:Factory/.ldb.new/ldb.changes     2018-04-04 
11:13:08.487246562 +0200
@@ -1,0 +2,12 @@
+Fri Mar 16 19:09:53 UTC 2018 - [email protected]
+
+- Update to 1.3.2;
+  + Expose the SHOW_BINARY, ENABLE_TRACING and DONT_CREATE_DB flag
+    constants in the python api.
+  + Don't load LDB_MODULESDIR as a module file.
+  + Fix binary data in debug log (bug #13185).
+  + Intersect the index from SCOPE_ONELEVEL with the index for the
+    search expression (bso#13191)
+  + GUID Index support.
+
+-------------------------------------------------------------------

Old:
----
  ldb-1.2.3.tar.asc
  ldb-1.2.3.tar.gz

New:
----
  ldb-1.3.2.tar.asc
  ldb-1.3.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ldb.spec ++++++
--- /var/tmp/diff_new_pack.jjvQCn/_old  2018-04-04 11:13:09.187221052 +0200
+++ /var/tmp/diff_new_pack.jjvQCn/_new  2018-04-04 11:13:09.191220906 +0200
@@ -18,15 +18,16 @@
 
 %{!?python_sitearch:  %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %{!?py3_soflags:  %global py3_soflags cpython-%{python3_version_nodots}m}
+%{!?py3_soflags_dash:   %global py3_soflags_dash %(echo %{py3_soflags} | sed 
"s/_/-/g")}
 %if 0%{?suse_version} > 1310 || 0%{?fedora_version} > 20
 %define with_python3 1
 %else
 %define with_python3 0
 %endif
 
-%define talloc_version 2.1.10
+%define talloc_version 2.1.11
 %define tdb_version 1.3.15
-%define tevent_version 0.9.33
+%define tevent_version 0.9.36
 
 Name:           ldb
 BuildRequires:  docbook-xsl-stylesheets
@@ -48,11 +49,10 @@
 BuildRequires:  python3-devel
 BuildRequires:  python3-talloc >= %{talloc_version}
 BuildRequires:  python3-talloc-devel >= %{talloc_version}
-%else
-BuildRequires:  python-talloc-devel >= %{talloc_version}
 %endif
+BuildRequires:  python-talloc-devel >= %{talloc_version}
 Url:            https://ldb.samba.org/
-Version:        1.2.3
+Version:        1.3.2
 Release:        0
 Summary:        An LDAP-like embedded database
 License:        GPL-3.0+
@@ -116,7 +116,6 @@
 Requires:       python-ldb = %{version}
 Provides:       pyldb-devel = %{version}
 Obsoletes:      pyldb-devel < %{version}
-Conflicts:      python3-ldb-devel
 
 %description -n python-ldb-devel
 This package contains the development files for the Python bindings for the
@@ -135,7 +134,6 @@
 Group:          Development/Libraries/Python
 Requires:       pkg-config
 Requires:       python3-ldb = %{version}
-Conflicts:      python-ldb-devel
 
 %description -n python3-ldb-devel
 This package contains the development files for the Python bindings for the
@@ -191,6 +189,10 @@
 # Install API documentation
 cp -a apidocs/man/* %{buildroot}/%{_mandir}
 
+%if %{with_python3}
+sed -i 's;-lpyldb-util.%{py3_soflags_dash};-lpyldb-util.%{py3_soflags};g' 
%{buildroot}/%{_libdir}/pkgconfig/pyldb-util.%{py3_soflags}.pc
+%endif
+
 %post -n libldb1 -p /sbin/ldconfig
 
 %postun -n libldb1 -p /sbin/ldconfig
@@ -233,7 +235,7 @@
 %dir %{_libdir}/ldb
 %{_libdir}/pkgconfig/ldb.pc
 %{_mandir}/man3/ldb*.3.*
-%if 0%{?suse_version} != 1110
+%if 0%{?suse_version} != 1110 || %{_arch} != i386
 %{_mandir}/man3/ldif*.3.*
 %endif
 
@@ -264,7 +266,7 @@
 %{_includedir}/pyldb.h
 %{_libdir}/libpyldb-util.so
 %{_libdir}/pkgconfig/pyldb-util.pc
-%if 0%{?suse_version} != 1110
+%if 0%{?suse_version} != 1110 || %{_arch} != i386
 %{_mandir}/man3/PyLdb*.3.*
 %endif
 

++++++ ldb-1.2.3.tar.gz -> ldb-1.3.2.tar.gz ++++++
++++ 8111 lines of diff (skipped)



Reply via email to