Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2021-04-12 12:33:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/talloc (Old)
 and      /work/SRC/openSUSE:Factory/.talloc.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "talloc"

Mon Apr 12 12:33:38 2021 rev:39 rq:883654 version:2.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/talloc/talloc-man.changes        2019-10-25 
18:41:02.783835609 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new.2401/talloc-man.changes      
2021-04-12 12:33:38.689042916 +0200
@@ -1,0 +2,35 @@
+Wed Mar 31 15:34:08 UTC 2021 - Samuel Cabrero <scabr...@suse.de>
+
+- Update to 2.3.2
+
+-------------------------------------------------------------------
+Mon Oct 12 11:52:39 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Fix build with RPM 4.16:
+  bad %if condition:  01550 != 1110 || "x86_64" == x86_64
+  no bare word support, x86_64 needs to be quoted
+
+-------------------------------------------------------------------
+Fri Mar  6 17:31:27 UTC 2020 - Noel Power <nopo...@suse.com>
+
+- Upgrade to 2.3.1
+  + Upgrade waf to 2.0.18 to fix a cross-compilation issue;
+    (bso#13846).
+  + lib/talloc: clang: Fix 'Value stored during its initialization
+    is never read'.
+  + Spelling fixes s/recieved/received/
+  + talloc: ASAN fix for test_magic_protection.
+  +  talloc: ASAN fix for test_rusty
+  +  talloc: ASAN fix for test_pool_nest
+  +  talloc: ASAN fix for test_talloc_free_in_destructor
+  +  talloc: ASAN fix for test_realloc_on_destructor_parent
+
+-------------------------------------------------------------------
+Tue Nov 26 17:24:56 CET 2019 - Matej Cepl <mc...@suse.com>
+
+- Upgrade to 2.3.0.
+- Patches waf_upgrade.patch and waf_use_native_waf_timer.patch
+  are no needed anymore. They are subsumed by the upstream
+  tarball.
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/talloc/talloc.changes    2020-10-15 
13:45:42.825183760 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new.2401/talloc.changes  2021-04-12 
12:33:38.713042953 +0200
@@ -1,0 +2,5 @@
+Wed Mar 31 15:34:08 UTC 2021 - Samuel Cabrero <scabr...@suse.de>
+
+- Update to 2.3.2
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ talloc-man.spec ++++++
--- /var/tmp/diff_new_pack.jNYSqf/_old  2021-04-12 12:33:39.529044216 +0200
+++ /var/tmp/diff_new_pack.jNYSqf/_new  2021-04-12 12:33:39.533044223 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package talloc-man
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,7 +35,7 @@
 #!BuildIgnore:  python
 %endif # build_man
 URL:            http://talloc.samba.org/
-Version:        2.3.1
+Version:        2.3.2
 Release:        0
 Summary:        Samba talloc Library
 License:        LGPL-3.0-or-later
@@ -69,7 +69,6 @@
 
 This package includes the talloc2 library.
 
-
 %package -n libtalloc-devel
 Summary:        Libraries and Header Files to Develop Programs with talloc2 
Support
 # Man pages are built in a 2nd spec file in order to break a build cycle with 
doxygen->cmake->krb5->libtalloc
@@ -88,7 +87,6 @@
 
 Libraries and Header Files to Develop Programs with talloc2 Support.
 
-
 %package -n python3-talloc
 Summary:        Python3 bindings for the Talloc library
 Group:          Development/Libraries/Python
@@ -113,7 +111,6 @@
 %prep
 %setup -n talloc-%{version} -q
 %autopatch -p1
-sed -i 's;../../buildtools/bin/waf;./buildtools/bin/waf;g' Makefile
 
 %build
 %if ! %{build_man}
@@ -139,7 +136,7 @@
 
 %if ! %{build_man}
 %check
-%if 0%{?suse_version} != 1110 || "%{_build_arch}" == x86_64
+%if 0%{?suse_version} != 1110 || "%{_build_arch}" == "x86_64"
 %if "%{qemu_user_space_build}" == "1"
 echo "skipping test on qemu userspace build due to AT_RANDOM not changing"
 %else # qemu_user_space_build == 1

++++++ talloc.spec ++++++
--- /var/tmp/diff_new_pack.jNYSqf/_old  2021-04-12 12:33:39.553044254 +0200
+++ /var/tmp/diff_new_pack.jNYSqf/_new  2021-04-12 12:33:39.557044260 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package talloc-man
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,7 +35,7 @@
 #!BuildIgnore:  python
 %endif # build_man
 URL:            http://talloc.samba.org/
-Version:        2.3.1
+Version:        2.3.2
 Release:        0
 Summary:        Samba talloc Library
 License:        LGPL-3.0-or-later
@@ -68,7 +68,6 @@
 
 This package includes the talloc2 library.
 
-
 %package -n libtalloc-devel
 Summary:        Libraries and Header Files to Develop Programs with talloc2 
Support
 # Man pages are built in a 2nd spec file in order to break a build cycle with 
doxygen->cmake->krb5->libtalloc
@@ -87,7 +86,6 @@
 
 Libraries and Header Files to Develop Programs with talloc2 Support.
 
-
 %package -n python3-talloc
 Summary:        Python3 bindings for the Talloc library
 Group:          Development/Libraries/Python

++++++ talloc-2.3.1.tar.gz -> talloc-2.3.2.tar.gz ++++++
++++ 3625 lines of diff (skipped)

Reply via email to