Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2016-03-14 09:56:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/talloc (Old)
 and      /work/SRC/openSUSE:Factory/.talloc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "talloc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/talloc/talloc-man.changes        2016-02-25 
22:37:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc-man.changes   2016-03-14 
09:56:46.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Mar  7 19:48:09 UTC 2016 - toddrme2...@gmail.com
+
+- Add talloc-python3.5-fix-soabi_name.patch: Do not change x86_64 to
+  x86-64 when building with python 3.5.
+
+-------------------------------------------------------------------
talloc.changes: same change

New:
----
  talloc-python3.5-fix-soabi_name.patch

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

Other differences:
------------------
++++++ talloc-man.spec ++++++
--- /var/tmp/diff_new_pack.YdPD5D/_old  2016-03-14 09:56:47.000000000 +0100
+++ /var/tmp/diff_new_pack.YdPD5D/_new  2016-03-14 09:56:47.000000000 +0100
@@ -61,6 +61,7 @@
 Source:         http://download.samba.org/pub/talloc/talloc-%{version}.tar.gz
 Source1:        http://download.samba.org/pub/talloc/talloc-%{version}.tar.asc
 Source4:        baselibs.conf
+Patch0:         talloc-python3.5-fix-soabi_name.patch
 Source50:       talloc.keyring
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -173,6 +174,7 @@
 
 %prep
 %setup -n talloc-%{version} -q
+%patch0 -p1
 
 %build
 %if ! %{build_man}

++++++ talloc.spec ++++++
--- /var/tmp/diff_new_pack.YdPD5D/_old  2016-03-14 09:56:47.000000000 +0100
+++ /var/tmp/diff_new_pack.YdPD5D/_new  2016-03-14 09:56:47.000000000 +0100
@@ -61,6 +61,7 @@
 Source:         http://download.samba.org/pub/talloc/talloc-%{version}.tar.gz
 Source1:        http://download.samba.org/pub/talloc/talloc-%{version}.tar.asc
 Source4:        baselibs.conf
+Patch0:         talloc-python3.5-fix-soabi_name.patch
 Source50:       talloc.keyring
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -173,6 +174,7 @@
 
 %prep
 %setup -n talloc-%{version} -q
+%patch0 -p1
 
 %build
 %if ! %{build_man}


++++++ talloc-python3.5-fix-soabi_name.patch ++++++
--- a/buildtools/wafsamba/wafsamba.py   2015-11-06 08:28:25.000000000 -0500
+++ b/buildtools/wafsamba/wafsamba.py   2016-03-07 14:28:58.412124485 -0500
@@ -114,7 +114,7 @@
                   ldflags='',
                   external_library=False,
                   realname=None,
-                  keep_underscore=False,
+                  keep_underscore=True,
                   autoproto=None,
                   autoproto_extra_source='',
                   group='main',


Reply via email to