Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2016-03-20 11:48:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03-14 
09:56:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc-man.changes   2016-03-20 
11:48:51.000000000 +0100
@@ -1,0 +2,12 @@
+Tue Mar 15 16:28:22 UTC 2016 - lmue...@suse.com
+
+- Update to 2.1.6; (bsc#954658).
+  + pytalloc: Add new BaseObject
+  + pytalloc: add a _pytalloc_get_type() helper function and generate
+    PyExc_TypeError on mismatch
+  + talloc: add _pytalloc_get_ptr/_pytalloc_get_mem_ctx helper functions
+  + Improve testsuite by avoiding path issues
+  + Only set public headers field when installing as a public library
+  + Fix a documentation typo
+
+-------------------------------------------------------------------
talloc.changes: same change

Old:
----
  talloc-2.1.5.tar.asc
  talloc-2.1.5.tar.gz

New:
----
  talloc-2.1.6.tar.asc
  talloc-2.1.6.tar.gz

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

Other differences:
------------------
++++++ talloc-man.spec ++++++
--- /var/tmp/diff_new_pack.a1F6H7/_old  2016-03-20 11:48:52.000000000 +0100
+++ /var/tmp/diff_new_pack.a1F6H7/_new  2016-03-20 11:48:52.000000000 +0100
@@ -52,7 +52,7 @@
 %endif
 %endif # build_man
 Url:            http://talloc.samba.org/
-Version:        2.1.5
+Version:        2.1.6
 Release:        0
 PreReq:         /sbin/ldconfig
 Summary:        Samba talloc Library
@@ -209,9 +209,11 @@
 
 %if ! %{build_man}
 %check
+%if 0%{?suse_version} != 1110 || "%{_build_arch}" == x86_64
 mkdir lib/talloc
 ln test_magic_differs* lib/talloc/
 LD_LIBRARY_PATH=bin/shared %{__make} test
+%endif # suse_version != 1110; fails for i586 and ppc64
 %endif # ! build_man
 
 %install

++++++ talloc.spec ++++++
--- /var/tmp/diff_new_pack.a1F6H7/_old  2016-03-20 11:48:52.000000000 +0100
+++ /var/tmp/diff_new_pack.a1F6H7/_new  2016-03-20 11:48:52.000000000 +0100
@@ -52,7 +52,7 @@
 %endif
 %endif # build_man
 Url:            http://talloc.samba.org/
-Version:        2.1.5
+Version:        2.1.6
 Release:        0
 PreReq:         /sbin/ldconfig
 Summary:        Samba talloc Library
@@ -209,9 +209,11 @@
 
 %if ! %{build_man}
 %check
+%if 0%{?suse_version} != 1110 || "%{_build_arch}" == x86_64
 mkdir lib/talloc
 ln test_magic_differs* lib/talloc/
 LD_LIBRARY_PATH=bin/shared %{__make} test
+%endif # suse_version != 1110; fails for i586 and ppc64
 %endif # ! build_man
 
 %install

++++++ talloc-2.1.5.tar.gz -> talloc-2.1.6.tar.gz ++++++
++++ 1761 lines of diff (skipped)

++++++ talloc-python3.5-fix-soabi_name.patch ++++++
--- /var/tmp/diff_new_pack.a1F6H7/_old  2016-03-20 11:48:52.000000000 +0100
+++ /var/tmp/diff_new_pack.a1F6H7/_new  2016-03-20 11:48:52.000000000 +0100
@@ -1,6 +1,6 @@
 --- 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 @@
+@@ -115,7 +115,7 @@
                    ldflags='',
                    external_library=False,
                    realname=None,



Reply via email to