Hello community, here is the log from the commit of package ldb for openSUSE:Factory checked in at 2016-03-14 09:56:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ldb (Old) and /work/SRC/openSUSE:Factory/.ldb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ldb" Changes: -------- --- /work/SRC/openSUSE:Factory/ldb/ldb.changes 2016-02-25 22:37:48.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ldb.new/ldb.changes 2016-03-14 09:56:54.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Mar 8 12:49:48 UTC 2016 - [email protected] + +- Add ldb-python3.5-fix-soabi_name.patch: Do not change x86_64 to + x86-64 when building with python 3.5. + +------------------------------------------------------------------- New: ---- ldb-python3.5-fix-soabi_name.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ldb.spec ++++++ --- /var/tmp/diff_new_pack.ZyNsCK/_old 2016-03-14 09:56:55.000000000 +0100 +++ /var/tmp/diff_new_pack.ZyNsCK/_new 2016-03-14 09:56:55.000000000 +0100 @@ -58,6 +58,7 @@ Source1: https://download.samba.org/pub/ldb/ldb-%{version}.tar.asc Source2: ldb.keyring Source4: baselibs.conf +Patch0: ldb-python3.5-fix-soabi_name.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -163,6 +164,7 @@ %prep %setup -n ldb-%{version} -q +%patch0 -p1 %build %if 0%{?suse_version} && 0%{?suse_version} < 911 ++++++ ldb-python3.5-fix-soabi_name.patch ++++++ Index: ldb-1.1.26/buildtools/wafsamba/wafsamba.py =================================================================== --- ldb-1.1.26.orig/buildtools/wafsamba/wafsamba.py +++ ldb-1.1.26/buildtools/wafsamba/wafsamba.py @@ -115,7 +115,7 @@ def SAMBA_LIBRARY(bld, libname, source, ldflags='', external_library=False, realname=None, - keep_underscore=False, + keep_underscore=True, autoproto=None, autoproto_extra_source='', group='main',
