commit talloc for openSUSE:Factory

2020-10-15 Thread root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2020-10-15 13:45:16

Comparing /work/SRC/openSUSE:Factory/talloc (Old)
 and  /work/SRC/openSUSE:Factory/.talloc.new.3486 (New)


Package is "talloc"

Thu Oct 15 13:45:16 2020 rev:38 rq:841412 version:2.3.1

Changes:

--- /work/SRC/openSUSE:Factory/talloc/talloc.changes2020-03-25 
23:43:56.540006279 +0100
+++ /work/SRC/openSUSE:Factory/.talloc.new.3486/talloc.changes  2020-10-15 
13:45:42.825183760 +0200
@@ -1,0 +2,7 @@
+Mon Oct 12 11:52:39 UTC 2020 - Dominique Leuenberger 
+
+- 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
+
+---



Other differences:
--
++ talloc.spec ++
--- /var/tmp/diff_new_pack.CcLtJf/_old  2020-10-15 13:45:45.197184686 +0200
+++ /var/tmp/diff_new_pack.CcLtJf/_new  2020-10-15 13:45:45.205184689 +0200
@@ -137,7 +137,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






commit talloc for openSUSE:Factory

2020-03-25 Thread root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2020-03-25 23:43:41

Comparing /work/SRC/openSUSE:Factory/talloc (Old)
 and  /work/SRC/openSUSE:Factory/.talloc.new.3160 (New)


Package is "talloc"

Wed Mar 25 23:43:41 2020 rev:37 rq:786204 version:2.3.1

Changes:

--- /work/SRC/openSUSE:Factory/talloc/talloc.changes2020-01-07 
23:50:44.079949748 +0100
+++ /work/SRC/openSUSE:Factory/.talloc.new.3160/talloc.changes  2020-03-25 
23:43:56.540006279 +0100
@@ -1,0 +2,15 @@
+Fri Mar  6 17:31:27 UTC 2020 - Noel Power 
+
+- 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
+
+---

Old:

  talloc-2.3.0.tar.asc
  talloc-2.3.0.tar.gz

New:

  talloc-2.3.1.tar.asc
  talloc-2.3.1.tar.gz



Other differences:
--
++ talloc-man.spec ++
--- /var/tmp/diff_new_pack.MM4t2g/_old  2020-03-25 23:43:57.668006648 +0100
+++ /var/tmp/diff_new_pack.MM4t2g/_new  2020-03-25 23:43:57.672006649 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package talloc-man
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 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.0
+Version:2.3.1
 Release:0
 Summary:Samba talloc Library
 License:LGPL-3.0-or-later

++ talloc.spec ++
--- /var/tmp/diff_new_pack.MM4t2g/_old  2020-03-25 23:43:57.688006654 +0100
+++ /var/tmp/diff_new_pack.MM4t2g/_new  2020-03-25 23:43:57.692006655 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package talloc-man
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 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.0
+Version:2.3.1
 Release:0
 Summary:Samba talloc Library
 License:LGPL-3.0-or-later

++ talloc-2.3.0.tar.gz -> talloc-2.3.1.tar.gz ++
 2747 lines of diff (skipped)





commit talloc for openSUSE:Factory

2020-01-07 Thread root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2020-01-07 23:50:29

Comparing /work/SRC/openSUSE:Factory/talloc (Old)
 and  /work/SRC/openSUSE:Factory/.talloc.new.6675 (New)


Package is "talloc"

Tue Jan  7 23:50:29 2020 rev:36 rq:760690 version:2.3.0

Changes:

--- /work/SRC/openSUSE:Factory/talloc/talloc.changes2019-10-25 
18:41:03.547836335 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new.6675/talloc.changes  2020-01-07 
23:50:44.079949748 +0100
@@ -1,0 +2,8 @@
+Tue Nov 26 17:24:56 CET 2019 - Matej Cepl 
+
+- 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.
+
+---

Old:

  talloc-2.2.0.tar.asc
  talloc-2.2.0.tar.gz
  waf_upgrade.patch
  waf_use_native_waf_timer.patch

New:

  talloc-2.3.0.tar.asc
  talloc-2.3.0.tar.gz



Other differences:
--
++ talloc-man.spec ++
--- /var/tmp/diff_new_pack.DCSVLG/_old  2020-01-07 23:50:45.259950360 +0100
+++ /var/tmp/diff_new_pack.DCSVLG/_new  2020-01-07 23:50:45.259950360 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package talloc-man
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,8 +34,8 @@
 BuildRequires:  python3-devel
 #!BuildIgnore:  python
 %endif # build_man
-Url:http://talloc.samba.org/
-Version:2.2.0
+URL:http://talloc.samba.org/
+Version:2.3.0
 Release:0
 Summary:Samba talloc Library
 License:LGPL-3.0-or-later
@@ -45,8 +45,6 @@
 Source4:baselibs.conf
 Patch0: talloc-python3.5-fix-soabi_name.patch
 # Originally from 
https://git.samba.org/samba.git/?p=samba.git;a=patch;h=aabdcc91513e242c4f191e170c890416d213
-Patch1: waf_upgrade.patch
-Patch2: waf_use_native_waf_timer.patch
 Source50:   talloc.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ talloc.spec ++
--- /var/tmp/diff_new_pack.DCSVLG/_old  2020-01-07 23:50:45.279950370 +0100
+++ /var/tmp/diff_new_pack.DCSVLG/_new  2020-01-07 23:50:45.279950370 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package talloc-man
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,8 +34,8 @@
 BuildRequires:  python3-devel
 #!BuildIgnore:  python
 %endif # build_man
-Url:http://talloc.samba.org/
-Version:2.2.0
+URL:http://talloc.samba.org/
+Version:2.3.0
 Release:0
 Summary:Samba talloc Library
 License:LGPL-3.0-or-later
@@ -44,8 +44,6 @@
 Source1:https://download.samba.org/pub/talloc/talloc-%{version}.tar.asc
 Source4:baselibs.conf
 Patch0: talloc-python3.5-fix-soabi_name.patch
-Patch1: waf_upgrade.patch
-Patch2: waf_use_native_waf_timer.patch
 Source50:   talloc.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ talloc-2.2.0.tar.gz -> talloc-2.3.0.tar.gz ++
 7860 lines of diff (skipped)

++ talloc-python3.5-fix-soabi_name.patch ++
--- /var/tmp/diff_new_pack.DCSVLG/_old  2020-01-07 23:50:45.447950458 +0100
+++ /var/tmp/diff_new_pack.DCSVLG/_new  2020-01-07 23:50:45.447950458 +0100
@@ -1,6 +1,6 @@
 a/buildtools/wafsamba/wafsamba.py  2015-11-06 08:28:25.0 -0500
-+++ b/buildtools/wafsamba/wafsamba.py  2016-03-07 14:28:58.412124485 -0500
-@@ -115,7 +115,7 @@
+--- a/buildtools/wafsamba/wafsamba.py
 b/buildtools/wafsamba/wafsamba.py
+@@ -108,7 +108,7 @@ def SAMBA_LIBRARY(bld, libname, source,
ldflags='',
external_library=False,
realname=None,





commit talloc for openSUSE:Factory

2019-10-25 Thread root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2019-10-25 18:41:01

Comparing /work/SRC/openSUSE:Factory/talloc (Old)
 and  /work/SRC/openSUSE:Factory/.talloc.new.2990 (New)


Package is "talloc"

Fri Oct 25 18:41:01 2019 rev:35 rq:742241 version:2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/talloc/talloc-man.changes2019-10-14 
12:34:55.591731984 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new.2990/talloc-man.changes  
2019-10-25 18:41:02.783835609 +0200
@@ -1,0 +2,7 @@
+Mon Oct 21 14:36:01 CEST 2019 - Matej Cepl 
+
+- Add two patches making build compatible with Python 3.8.0:
+  - waf_upgrade.patch
+  - waf_use_native_waf_timer.patch
+
+---
talloc.changes: same change

New:

  waf_upgrade.patch
  waf_use_native_waf_timer.patch



Other differences:
--
++ talloc-man.spec ++
--- /var/tmp/diff_new_pack.daqClN/_old  2019-10-25 18:41:05.719838399 +0200
+++ /var/tmp/diff_new_pack.daqClN/_new  2019-10-25 18:41:05.723838403 +0200
@@ -44,6 +44,9 @@
 Source1:https://download.samba.org/pub/talloc/talloc-%{version}.tar.asc
 Source4:baselibs.conf
 Patch0: talloc-python3.5-fix-soabi_name.patch
+# Originally from 
https://git.samba.org/samba.git/?p=samba.git;a=patch;h=aabdcc91513e242c4f191e170c890416d213
+Patch1: waf_upgrade.patch
+Patch2: waf_use_native_waf_timer.patch
 Source50:   talloc.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -111,7 +114,7 @@
 
 %prep
 %setup -n talloc-%{version} -q
-%patch0 -p1
+%autopatch -p1
 sed -i 's;../../buildtools/bin/waf;./buildtools/bin/waf;g' Makefile
 
 %build

++ talloc.spec ++
--- /var/tmp/diff_new_pack.daqClN/_old  2019-10-25 18:41:05.751838430 +0200
+++ /var/tmp/diff_new_pack.daqClN/_new  2019-10-25 18:41:05.751838430 +0200
@@ -44,6 +44,8 @@
 Source1:https://download.samba.org/pub/talloc/talloc-%{version}.tar.asc
 Source4:baselibs.conf
 Patch0: talloc-python3.5-fix-soabi_name.patch
+Patch1: waf_upgrade.patch
+Patch2: waf_use_native_waf_timer.patch
 Source50:   talloc.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -111,7 +113,7 @@
 
 %prep
 %setup -n talloc-%{version} -q
-%patch0 -p1
+%autopatch -p1
 
 %build
 %if ! %{build_man}



++ waf_upgrade.patch ++
 3299 lines (skipped)

++ waf_use_native_waf_timer.patch ++
>From dc27ff44de578b0b429a24b0e42e243d8bf481a8 Mon Sep 17 00:00:00 2001
From: Lukas Slebodnik 
Date: Wed, 12 Jun 2019 12:27:04 +0200
Subject: [PATCH] wafsamba: Use native waf timer

  __main__:1: DeprecationWarning: time.clock has been deprecated in Python 3.3
  and will be removed from Python 3.8: use time.perf_counter
  or time.process_time instead

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13998

Signed-off-by: Lukas Slebodnik 
Reviewed-by: Andreas Schneider 
Reviewed-by: Alexander Bokovoy 
---
 buildtools/wafsamba/samba_deps.py | 25 -
 1 file changed, 12 insertions(+), 13 deletions(-)

diff --git a/buildtools/wafsamba/samba_deps.py 
b/buildtools/wafsamba/samba_deps.py
index f8c38809bd2..03c37079a8c 100644
--- a/buildtools/wafsamba/samba_deps.py
+++ b/buildtools/wafsamba/samba_deps.py
@@ -1,6 +1,6 @@
 # Samba automatic dependency handling and project rules
 
-import os, sys, re, time
+import os, sys, re
 
 from waflib import Build, Options, Logs, Utils, Errors
 from waflib.Logs import debug
@@ -1102,8 +1102,7 @@ def check_project_rules(bld):
 if not force_project_rules and load_samba_deps(bld, tgt_list):
 return
 
-global tstart
-tstart = time.clock()
+timer = Utils.Timer()
 
 bld.new_rules = True
 Logs.info("Checking project rules ...")
@@ -1112,26 +,26 @@ def check_project_rules(bld):
 
 expand_subsystem_deps(bld)
 
-debug("deps: expand_subsystem_deps: %f" % (time.clock() - tstart))
+debug("deps: expand_subsystem_deps: %s" % str(timer))
 
 replace_grouping_libraries(bld, tgt_list)
 
-debug("deps: replace_grouping_libraries: %f" % (time.clock() - tstart))
+debug("deps: replace_grouping_libraries: %s" % str(timer))
 
 build_direct_deps(bld, tgt_list)
 
-debug("deps: build_direct_deps: %f" % (time.clock() - tstart))
+debug("deps: build_direct_deps: %s" % str(timer))
 
 break_dependency_loops(bld, tgt_list)
 
-debug("deps: break_dependency_loops: %f" % (time.clock() - tstart))
+debug("deps: break_dependency_loops: %s" % str(timer))
 
 if Options.options.SHOWDEPS:
 show_dependencies(bld, Options.options.SHOWDEPS, set())
 
 calculate_final_deps(bld, tgt_list, loops)
 
-debug("deps: calculate_f

commit talloc for openSUSE:Factory

2019-10-14 Thread root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2019-10-14 12:34:54

Comparing /work/SRC/openSUSE:Factory/talloc (Old)
 and  /work/SRC/openSUSE:Factory/.talloc.new.2352 (New)


Package is "talloc"

Mon Oct 14 12:34:54 2019 rev:34 rq:737333 version:2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/talloc/talloc-man.changes2019-04-26 
22:44:35.369639233 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new.2352/talloc-man.changes  
2019-10-14 12:34:55.591731984 +0200
@@ -1,0 +2,10 @@
+Thu Oct 03 21:50:38 UTC 2019 - James McDonough 
+
+- Update to version 2.2.0
+  + Remove pytalloc_CObject_FromTallocPtr()
+  + Remove --extra-python (a build time mode to produce Python2 and Python3
+bindings at the same time)
+  + New minor version to allow Samba 4.10 to release a talloc if
+required from that branch
+
+---
talloc.changes: same change

Old:

  talloc-2.1.16.tar.asc
  talloc-2.1.16.tar.gz

New:

  talloc-2.2.0.tar.asc
  talloc-2.2.0.tar.gz



Other differences:
--
++ talloc-man.spec ++
--- /var/tmp/diff_new_pack.vtzVgc/_old  2019-10-14 12:34:56.283730174 +0200
+++ /var/tmp/diff_new_pack.vtzVgc/_new  2019-10-14 12:34:56.287730164 +0200
@@ -35,7 +35,7 @@
 #!BuildIgnore:  python
 %endif # build_man
 Url:http://talloc.samba.org/
-Version:2.1.16
+Version:2.2.0
 Release:0
 Summary:Samba talloc Library
 License:LGPL-3.0-or-later

++ talloc.spec ++
--- /var/tmp/diff_new_pack.vtzVgc/_old  2019-10-14 12:34:56.315730090 +0200
+++ /var/tmp/diff_new_pack.vtzVgc/_new  2019-10-14 12:34:56.319730080 +0200
@@ -35,7 +35,7 @@
 #!BuildIgnore:  python
 %endif # build_man
 Url:http://talloc.samba.org/
-Version:2.1.16
+Version:2.2.0
 Release:0
 Summary:Samba talloc Library
 License:LGPL-3.0-or-later

++ talloc-2.1.16.tar.gz -> talloc-2.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/talloc-2.1.16/ABI/pytalloc-util-2.2.0.sigs 
new/talloc-2.2.0/ABI/pytalloc-util-2.2.0.sigs
--- old/talloc-2.1.16/ABI/pytalloc-util-2.2.0.sigs  1970-01-01 
01:00:00.0 +0100
+++ new/talloc-2.2.0/ABI/pytalloc-util-2.2.0.sigs   2019-03-21 
11:12:32.0 +0100
@@ -0,0 +1,15 @@
+_pytalloc_check_type: int (PyObject *, const char *)
+_pytalloc_get_mem_ctx: TALLOC_CTX *(PyObject *)
+_pytalloc_get_ptr: void *(PyObject *)
+_pytalloc_get_type: void *(PyObject *, const char *)
+pytalloc_BaseObject_PyType_Ready: int (PyTypeObject *)
+pytalloc_BaseObject_check: int (PyObject *)
+pytalloc_BaseObject_size: size_t (void)
+pytalloc_Check: int (PyObject *)
+pytalloc_GenericObject_reference_ex: PyObject *(TALLOC_CTX *, void *)
+pytalloc_GenericObject_steal_ex: PyObject *(TALLOC_CTX *, void *)
+pytalloc_GetBaseObjectType: PyTypeObject *(void)
+pytalloc_GetObjectType: PyTypeObject *(void)
+pytalloc_reference_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *)
+pytalloc_steal: PyObject *(PyTypeObject *, void *)
+pytalloc_steal_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/talloc-2.1.16/ABI/pytalloc-util.py3-2.1.10.sigs 
new/talloc-2.2.0/ABI/pytalloc-util.py3-2.1.10.sigs
--- old/talloc-2.1.16/ABI/pytalloc-util.py3-2.1.10.sigs 2018-01-13 
08:07:51.0 +0100
+++ new/talloc-2.2.0/ABI/pytalloc-util.py3-2.1.10.sigs  1970-01-01 
01:00:00.0 +0100
@@ -1,15 +0,0 @@
-_pytalloc_check_type: int (PyObject *, const char *)
-_pytalloc_get_mem_ctx: TALLOC_CTX *(PyObject *)
-_pytalloc_get_ptr: void *(PyObject *)
-_pytalloc_get_type: void *(PyObject *, const char *)
-pytalloc_BaseObject_PyType_Ready: int (PyTypeObject *)
-pytalloc_BaseObject_check: int (PyObject *)
-pytalloc_BaseObject_size: size_t (void)
-pytalloc_Check: int (PyObject *)
-pytalloc_GenericObject_reference_ex: PyObject *(TALLOC_CTX *, void *)
-pytalloc_GenericObject_steal_ex: PyObject *(TALLOC_CTX *, void *)
-pytalloc_GetBaseObjectType: PyTypeObject *(void)
-pytalloc_GetObjectType: PyTypeObject *(void)
-pytalloc_reference_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *)
-pytalloc_steal: PyObject *(PyTypeObject *, void *)
-pytalloc_steal_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/talloc-2.1.16/ABI/pytalloc-util.py3-2.1.11.sigs 
new/talloc-2.2.0/ABI/pytalloc-util.py3-2.1.11.sigs
--- old/talloc-2.1.16/ABI/pytalloc-util.py3-2.1.11.sigs 2018-01-13 
08:07:51.0 +0100
+++ new/talloc-2.2.0/ABI/pytalloc-util.py3-2.1.11.sigs  1970-01

commit talloc for openSUSE:Factory

2019-04-26 Thread root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2019-04-26 22:44:31

Comparing /work/SRC/openSUSE:Factory/talloc (Old)
 and  /work/SRC/openSUSE:Factory/.talloc.new.5536 (New)


Package is "talloc"

Fri Apr 26 22:44:31 2019 rev:33 rq:696795 version:2.1.16

Changes:

--- /work/SRC/openSUSE:Factory/talloc/talloc-man.changes2018-04-17 
11:11:33.155194837 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new.5536/talloc-man.changes  
2019-04-26 22:44:35.369639233 +0200
@@ -1,0 +2,28 @@
+Tue Mar  5 17:39:21 UTC 2019 - dmul...@suse.com
+
+- Update to version 2.1.16
+  + Fix standalone build of talloc.
+
+---
+Wed Feb  6 17:47:12 UTC 2019 - dmul...@suse.com
+
+- Update to version 2.1.15
+  + Deprecate talloc_set_memlimit() and talloc_autofree_context()
+  + Fix undefined behavior in talloc_memdup
+  + The build uses python3 by default:
+  + --extra-python would take python2 now
+  + To build with python2 only use:
+PYTHON=python2 ./configure
+PYTHON=python2 make
+PYTHON=python2 make install
+
+---
+Wed Aug  8 16:08:31 UTC 2018 - dmul...@suse.com
+
+- Update to version 2.1.14
+  + Fix some typos in the comments
+  + Remove extra 0x prefix for the "%p" format specifiers,
+avoiding 0x0x0 strings in the output.
+  + make sure we link extra-python versions of libraries
+
+---
--- /work/SRC/openSUSE:Factory/talloc/talloc.changes2018-08-10 
09:45:23.769847181 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new.5536/talloc.changes  2019-04-26 
22:44:36.093638862 +0200
@@ -1,0 +2,19 @@
+Tue Mar  5 17:39:21 UTC 2019 - dmul...@suse.com
+
+- Update to version 2.1.16
+  + Fix standalone build of talloc.
+
+---
+Wed Feb  6 17:47:12 UTC 2019 - dmul...@suse.com
+
+- Update to version 2.1.15
+  + Deprecate talloc_set_memlimit() and talloc_autofree_context()
+  + Fix undefined behavior in talloc_memdup
+  + The build uses python3 by default:
+  + --extra-python would take python2 now
+  + To build with python2 only use:
+PYTHON=python2 ./configure
+PYTHON=python2 make
+PYTHON=python2 make install
+
+---

Old:

  talloc-2.1.14.tar.asc
  talloc-2.1.14.tar.gz

New:

  talloc-2.1.16.tar.asc
  talloc-2.1.16.tar.gz



Other differences:
--
++ talloc-man.spec ++
--- /var/tmp/diff_new_pack.B7alY3/_old  2019-04-26 22:44:37.945637915 +0200
+++ /var/tmp/diff_new_pack.B7alY3/_new  2019-04-26 22:44:37.949637914 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package talloc-man
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%{!?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")}
 %{!?py3_incdir:  %global py3_incdir %(%{__python3} -c "import sysconfig as s; 
print(s.get_path('include'))")}
-%if 0%{?suse_version} > 1310 || 0%{?fedora_version} > 20
-%define with_python3 1
-%else
-%define with_python3 0
-%endif
 %define build_man 1
 
 %if %{build_man}
@@ -36,18 +30,15 @@
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libxslt
 BuildRequires:  pkg-config
-BuildRequires:  python-devel
-%if %{with_python3}
 BuildRequires:  python3-base
 BuildRequires:  python3-devel
-%endif
 #!BuildIgnore:  python
 %endif # build_man
 Url:http://talloc.samba.org/
-Version:2.1.14
+Version:2.1.16
 Release:0
 Summary:Samba talloc Library
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  Development/Libraries/C and C++
 Source: https://download.samba.org/pub/talloc/talloc-%{version}.tar.gz
 Source1:https://download.samba.org/pub/talloc/talloc-%{version}.tar.asc
@@ -97,32 +88,11 @@
 Libraries and Header Files to Develop Programs with talloc2 Support.
 
 
-%package -n python-talloc

commit talloc for openSUSE:Factory

2018-08-10 Thread root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2018-08-10 09:45:21

Comparing /work/SRC/openSUSE:Factory/talloc (Old)
 and  /work/SRC/openSUSE:Factory/.talloc.new (New)


Package is "talloc"

Fri Aug 10 09:45:21 2018 rev:32 rq:628233 version:2.1.14

Changes:

--- /work/SRC/openSUSE:Factory/talloc/talloc.changes2018-04-17 
11:11:33.319187144 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes   2018-08-10 
09:45:23.769847181 +0200
@@ -1,0 +2,9 @@
+Wed Aug  8 16:08:31 UTC 2018 - dmul...@suse.com
+
+- Update to version 2.1.14
+  + Fix some typos in the comments
+  + Remove extra 0x prefix for the "%p" format specifiers,
+avoiding 0x0x0 strings in the output.
+  + make sure we link extra-python versions of libraries
+
+---

Old:

  talloc-2.1.13.tar.asc
  talloc-2.1.13.tar.gz

New:

  talloc-2.1.14.tar.asc
  talloc-2.1.14.tar.gz



Other differences:
--
++ talloc-man.spec ++
--- /var/tmp/diff_new_pack.jXyXiq/_old  2018-08-10 09:45:24.313848054 +0200
+++ /var/tmp/diff_new_pack.jXyXiq/_new  2018-08-10 09:45:24.317848060 +0200
@@ -44,7 +44,7 @@
 #!BuildIgnore:  python
 %endif # build_man
 Url:http://talloc.samba.org/
-Version:2.1.13
+Version:2.1.14
 Release:0
 Summary:Samba talloc Library
 License:LGPL-3.0+

++ talloc.spec ++
--- /var/tmp/diff_new_pack.jXyXiq/_old  2018-08-10 09:45:24.337848093 +0200
+++ /var/tmp/diff_new_pack.jXyXiq/_new  2018-08-10 09:45:24.337848093 +0200
@@ -44,7 +44,7 @@
 #!BuildIgnore:  python
 %endif # build_man
 Url:http://talloc.samba.org/
-Version:2.1.13
+Version:2.1.14
 Release:0
 Summary:Samba talloc Library
 License:LGPL-3.0+

++ talloc-2.1.13.tar.gz -> talloc-2.1.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/talloc-2.1.13/ABI/pytalloc-util-2.1.14.sigs 
new/talloc-2.1.14/ABI/pytalloc-util-2.1.14.sigs
--- old/talloc-2.1.13/ABI/pytalloc-util-2.1.14.sigs 1970-01-01 
01:00:00.0 +0100
+++ new/talloc-2.1.14/ABI/pytalloc-util-2.1.14.sigs 2018-07-12 
07:54:36.0 +0200
@@ -0,0 +1,16 @@
+_pytalloc_check_type: int (PyObject *, const char *)
+_pytalloc_get_mem_ctx: TALLOC_CTX *(PyObject *)
+_pytalloc_get_ptr: void *(PyObject *)
+_pytalloc_get_type: void *(PyObject *, const char *)
+pytalloc_BaseObject_PyType_Ready: int (PyTypeObject *)
+pytalloc_BaseObject_check: int (PyObject *)
+pytalloc_BaseObject_size: size_t (void)
+pytalloc_CObject_FromTallocPtr: PyObject *(void *)
+pytalloc_Check: int (PyObject *)
+pytalloc_GenericObject_reference_ex: PyObject *(TALLOC_CTX *, void *)
+pytalloc_GenericObject_steal_ex: PyObject *(TALLOC_CTX *, void *)
+pytalloc_GetBaseObjectType: PyTypeObject *(void)
+pytalloc_GetObjectType: PyTypeObject *(void)
+pytalloc_reference_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *)
+pytalloc_steal: PyObject *(PyTypeObject *, void *)
+pytalloc_steal_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/talloc-2.1.13/ABI/pytalloc-util.py3-2.1.14.sigs 
new/talloc-2.1.14/ABI/pytalloc-util.py3-2.1.14.sigs
--- old/talloc-2.1.13/ABI/pytalloc-util.py3-2.1.14.sigs 1970-01-01 
01:00:00.0 +0100
+++ new/talloc-2.1.14/ABI/pytalloc-util.py3-2.1.14.sigs 2018-07-12 
07:54:36.0 +0200
@@ -0,0 +1,15 @@
+_pytalloc_check_type: int (PyObject *, const char *)
+_pytalloc_get_mem_ctx: TALLOC_CTX *(PyObject *)
+_pytalloc_get_ptr: void *(PyObject *)
+_pytalloc_get_type: void *(PyObject *, const char *)
+pytalloc_BaseObject_PyType_Ready: int (PyTypeObject *)
+pytalloc_BaseObject_check: int (PyObject *)
+pytalloc_BaseObject_size: size_t (void)
+pytalloc_Check: int (PyObject *)
+pytalloc_GenericObject_reference_ex: PyObject *(TALLOC_CTX *, void *)
+pytalloc_GenericObject_steal_ex: PyObject *(TALLOC_CTX *, void *)
+pytalloc_GetBaseObjectType: PyTypeObject *(void)
+pytalloc_GetObjectType: PyTypeObject *(void)
+pytalloc_reference_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *)
+pytalloc_steal: PyObject *(PyTypeObject *, void *)
+pytalloc_steal_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/talloc-2.1.13/ABI/talloc-2.1.14.sigs 
new/talloc-2.1.14/ABI/talloc-2.1.14.sigs
--- old/talloc-2.1.13/ABI/talloc-2.1.14.sigs1970-01-01 01:00:00.0 
+0100
+++ new/talloc-2.1.14/ABI/talloc-2.1.14.sigs2018-07-12 07:54:36.0 
+0200
@@ -0,0 +1,65 @@
+_talloc: void *(const void *, size_t)
+_talloc

commit talloc for openSUSE:Factory

2018-04-17 Thread root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2018-04-17 11:11:29

Comparing /work/SRC/openSUSE:Factory/talloc (Old)
 and  /work/SRC/openSUSE:Factory/.talloc.new (New)


Package is "talloc"

Tue Apr 17 11:11:29 2018 rev:31 rq:595316 version:2.1.13

Changes:

--- /work/SRC/openSUSE:Factory/talloc/talloc-man.changes2018-04-04 
11:13:25.390630537 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc-man.changes   2018-04-17 
11:11:33.155194837 +0200
@@ -1,0 +2,8 @@
+Thu Apr  5 23:23:22 UTC 2018 - jmcdono...@suse.com
+
+- Update to version 2.1.13
+  + Use atexit() again instead of a library destructor; (bso#13366);
+(bso#7587).
+  + Prevent assert in sssd (bso#7587).  
+
+---
talloc.changes: same change

Old:

  talloc-2.1.11.tar.asc
  talloc-2.1.11.tar.gz

New:

  talloc-2.1.13.tar.asc
  talloc-2.1.13.tar.gz



Other differences:
--
++ talloc-man.spec ++
--- /var/tmp/diff_new_pack.kh7gBG/_old  2018-04-17 11:11:34.095150744 +0200
+++ /var/tmp/diff_new_pack.kh7gBG/_new  2018-04-17 11:11:34.099150556 +0200
@@ -44,13 +44,13 @@
 #!BuildIgnore:  python
 %endif # build_man
 Url:http://talloc.samba.org/
-Version:2.1.11
+Version:2.1.13
 Release:0
 Summary:Samba talloc Library
 License:LGPL-3.0+
 Group:  Development/Libraries/C and C++
-Source: http://download.samba.org/pub/talloc/talloc-%{version}.tar.gz
-Source1:http://download.samba.org/pub/talloc/talloc-%{version}.tar.asc
+Source: https://download.samba.org/pub/talloc/talloc-%{version}.tar.gz
+Source1:https://download.samba.org/pub/talloc/talloc-%{version}.tar.asc
 Source4:baselibs.conf
 Patch0: talloc-python3.5-fix-soabi_name.patch
 Source50:   talloc.keyring

++ talloc.spec ++
--- /var/tmp/diff_new_pack.kh7gBG/_old  2018-04-17 11:11:34.131149054 +0200
+++ /var/tmp/diff_new_pack.kh7gBG/_new  2018-04-17 11:11:34.131149054 +0200
@@ -44,13 +44,13 @@
 #!BuildIgnore:  python
 %endif # build_man
 Url:http://talloc.samba.org/
-Version:2.1.11
+Version:2.1.13
 Release:0
 Summary:Samba talloc Library
 License:LGPL-3.0+
 Group:  Development/Libraries/C and C++
-Source: http://download.samba.org/pub/talloc/talloc-%{version}.tar.gz
-Source1:http://download.samba.org/pub/talloc/talloc-%{version}.tar.asc
+Source: https://download.samba.org/pub/talloc/talloc-%{version}.tar.gz
+Source1:https://download.samba.org/pub/talloc/talloc-%{version}.tar.asc
 Source4:baselibs.conf
 Patch0: talloc-python3.5-fix-soabi_name.patch
 Source50:   talloc.keyring

++ talloc-2.1.11.tar.gz -> talloc-2.1.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/talloc-2.1.11/ABI/pytalloc-util-2.1.12.sigs 
new/talloc-2.1.13/ABI/pytalloc-util-2.1.12.sigs
--- old/talloc-2.1.11/ABI/pytalloc-util-2.1.12.sigs 1970-01-01 
01:00:00.0 +0100
+++ new/talloc-2.1.13/ABI/pytalloc-util-2.1.12.sigs 2018-03-22 
07:25:02.0 +0100
@@ -0,0 +1,16 @@
+_pytalloc_check_type: int (PyObject *, const char *)
+_pytalloc_get_mem_ctx: TALLOC_CTX *(PyObject *)
+_pytalloc_get_ptr: void *(PyObject *)
+_pytalloc_get_type: void *(PyObject *, const char *)
+pytalloc_BaseObject_PyType_Ready: int (PyTypeObject *)
+pytalloc_BaseObject_check: int (PyObject *)
+pytalloc_BaseObject_size: size_t (void)
+pytalloc_CObject_FromTallocPtr: PyObject *(void *)
+pytalloc_Check: int (PyObject *)
+pytalloc_GenericObject_reference_ex: PyObject *(TALLOC_CTX *, void *)
+pytalloc_GenericObject_steal_ex: PyObject *(TALLOC_CTX *, void *)
+pytalloc_GetBaseObjectType: PyTypeObject *(void)
+pytalloc_GetObjectType: PyTypeObject *(void)
+pytalloc_reference_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *)
+pytalloc_steal: PyObject *(PyTypeObject *, void *)
+pytalloc_steal_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/talloc-2.1.11/ABI/pytalloc-util-2.1.13.sigs 
new/talloc-2.1.13/ABI/pytalloc-util-2.1.13.sigs
--- old/talloc-2.1.11/ABI/pytalloc-util-2.1.13.sigs 1970-01-01 
01:00:00.0 +0100
+++ new/talloc-2.1.13/ABI/pytalloc-util-2.1.13.sigs 2018-04-03 
13:53:51.0 +0200
@@ -0,0 +1,16 @@
+_pytalloc_check_type: int (PyObject *, const char *)
+_pytalloc_get_mem_ctx: TALLOC_CTX *(PyObject *)
+_pytalloc_get_ptr: void *(PyObject *)
+_pytalloc_get_type: void *(PyObject *, const char *)
+pytalloc_BaseObject_PyType_Ready: int (PyTypeObject *)
+pytalloc_Base

commit talloc for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2018-04-04 11:13:17

Comparing /work/SRC/openSUSE:Factory/talloc (Old)
 and  /work/SRC/openSUSE:Factory/.talloc.new (New)


Package is "talloc"

Wed Apr  4 11:13:17 2018 rev:30 rq:593144 version:2.1.11

Changes:

--- /work/SRC/openSUSE:Factory/talloc/talloc-man.changes2017-10-25 
17:46:19.182798921 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc-man.changes   2018-04-04 
11:13:25.390630537 +0200
@@ -1,0 +2,18 @@
+Tue Mar 27 16:24:11 UTC 2018 - dims...@opensuse.org
+
+- Eliminate usage of %__cp and %__mkdir_p.
+
+---
+Fri Mar 16 17:49:24 UTC 2018 - jmcdono...@suse.com
+
+- Update to version 2.1.11
+  + disable-python - fix talloc wscript if bundling disabled
+  + Do not disclose the random talloc magic in free()'ed memory
+
+---
+Mon Oct  9 06:55:51 UTC 2017 - jmcdono...@suse.com
+
+- Reference library name directly instead of using variables to 
+  pass obs source validator.
+
+---
--- /work/SRC/openSUSE:Factory/talloc/talloc.changes2017-10-25 
17:46:19.474785216 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes   2018-04-04 
11:13:26.974572813 +0200
@@ -1,0 +2,12 @@
+Tue Mar 27 16:24:11 UTC 2018 - dims...@opensuse.org
+
+- Eliminate usage of %__cp and %__mkdir_p.
+
+---
+Fri Mar 16 17:49:24 UTC 2018 - jmcdono...@suse.com
+
+- Update to version 2.1.11
+  + disable-python - fix talloc wscript if bundling disabled
+  + Do not disclose the random talloc magic in free()'ed memory
+
+---

Old:

  talloc-2.1.10.tar.asc
  talloc-2.1.10.tar.gz

New:

  talloc-2.1.11.tar.asc
  talloc-2.1.11.tar.gz



Other differences:
--
++ talloc-man.spec ++
--- /var/tmp/diff_new_pack.7zq3t2/_old  2018-04-04 11:13:29.654475148 +0200
+++ /var/tmp/diff_new_pack.7zq3t2/_new  2018-04-04 11:13:29.654475148 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package talloc-man
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,6 +18,8 @@
 
 %{!?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")}
+%{!?py3_incdir:  %global py3_incdir %(%{__python3} -c "import sysconfig as s; 
print(s.get_path('include'))")}
 %if 0%{?suse_version} > 1310 || 0%{?fedora_version} > 20
 %define with_python3 1
 %else
@@ -36,12 +38,13 @@
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
 %if %{with_python3}
+BuildRequires:  python3-base
 BuildRequires:  python3-devel
 %endif
 #!BuildIgnore:  python
 %endif # build_man
 Url:http://talloc.samba.org/
-Version:2.1.10
+Version:2.1.11
 Release:0
 Summary:Samba talloc Library
 License:LGPL-3.0+
@@ -61,17 +64,12 @@
 
 %if ! %{build_man}
 
-%if 0%{?suse_version} > 0
-%define libtalloc_name libtalloc2
-%else
-%define libtalloc_name libtalloc
-%endif
-%package -n %{libtalloc_name}
+%package -n libtalloc2
 Summary:Samba talloc library
 Group:  System/Libraries
 Provides:   bundled(libreplace)
 
-%description -n %{libtalloc_name}
+%description -n libtalloc2
 Talloc is a hierarchical, reference counted memory pool system with
 destructors.
 
@@ -87,7 +85,7 @@
 %if 0%{?suse_version} > 1030
 Recommends: %{name}-man
 %endif
-Requires:   %{libtalloc_name} = %{version}
+Requires:   libtalloc2 = %{version}
 Requires:   pkg-config
 
 %description -n libtalloc-devel
@@ -102,7 +100,7 @@
 %package -n python-talloc
 Summary:Python bindings for the Talloc library
 Group:  Development/Libraries/Python
-Requires:   %{libtalloc_name} = %{version}
+Requires:   libtalloc2 = %{version}
 Provides:   pytalloc = %{version}
 Obsoletes:  pytalloc < %{version}
 
@@ -117,32 +115,26 @@
 Requires:   python-talloc = %{version}
 Provides:   pytalloc-devel = %{version}
 Obsoletes:  pytalloc-devel < %{version}
-Conflicts:  python3-talloc-devel
 
 %description -n python-talloc-devel
 Libraries and Header Files to Develop Programs with python-tall

commit talloc for openSUSE:Factory

2017-10-25 Thread root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2017-10-25 17:46:16

Comparing /work/SRC/openSUSE:Factory/talloc (Old)
 and  /work/SRC/openSUSE:Factory/.talloc.new (New)


Package is "talloc"

Wed Oct 25 17:46:16 2017 rev:29 rq:532690 version:2.1.10

Changes:

--- /work/SRC/openSUSE:Factory/talloc/talloc-man.changes2017-04-17 
10:22:06.413939604 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc-man.changes   2017-10-25 
17:46:19.182798921 +0200
@@ -1,0 +2,21 @@
+Mon Oct  2 12:18:30 UTC 2017 - jeng...@inai.de
+
+- Remove %if guards for blocks that do not affect the build result.
+  Fix RPM groups and summaries. Drop very old SUSE support.
+  Replace old RPM macros by new constructs.
+
+---
+Wed Jul 26 08:58:20 UTC 2017 - scabr...@suse.com
+
+- Update to version 2.1.10
+  + build, documentation and python3 improvements
+  + delete sle11-remove-unknown-compiler-options.patch, supported
+options are checked for in upstream code
+
+---
+Thu Mar 23 20:45:20 UTC 2017 - jmcdono...@suse.com
+
+- sle11-remove-unknown-compiler-options.patch: build SLE11 and earlier
+  without -Wno-format-length.
+
+---
@@ -39,0 +61,5 @@
+
+---
+Fri Feb 12 17:03:57 UTC 2016 - lmue...@suse.com
+
+- Provide python-talloc and python-talloc-devel; (bsc#966523).
--- /work/SRC/openSUSE:Factory/talloc/talloc.changes2017-04-17 
10:22:06.473931107 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes   2017-10-25 
17:46:19.474785216 +0200
@@ -1,0 +2,21 @@
+Mon Oct  9 06:55:51 UTC 2017 - jmcdono...@suse.com
+
+- Reference library name directly instead of using variables to 
+  pass obs source validator.
+
+---
+Mon Oct  2 12:18:30 UTC 2017 - jeng...@inai.de
+
+- Remove %if guards for blocks that do not affect the build result.
+  Fix RPM groups and summaries. Drop very old SUSE support.
+  Replace old RPM macros by new constructs.
+
+---
+Wed Jul 26 08:58:20 UTC 2017 - scabr...@suse.com
+
+- Update to version 2.1.10
+  + build, documentation and python3 improvements
+  + delete sle11-remove-unknown-compiler-options.patch, supported
+options are checked for in upstream code
+
+---

Old:

  sle11-remove-unknown-compiler-options.patch
  talloc-2.1.9.tar.asc
  talloc-2.1.9.tar.gz

New:

  talloc-2.1.10.tar.asc
  talloc-2.1.10.tar.gz



Other differences:
--
++ talloc-man.spec ++
--- /var/tmp/diff_new_pack.bpkvJr/_old  2017-10-25 17:46:20.498737159 +0200
+++ /var/tmp/diff_new_pack.bpkvJr/_new  2017-10-25 17:46:20.498737159 +0200
@@ -30,36 +30,24 @@
 BuildRequires:  doxygen
 %else
 Name:   talloc
-%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
-%definebuild_make_smp_mflags %{?_smp_mflags}
-%else
-%definebuild_make_smp_mflags %{?jobs:-j%jobs}
-%endif
 BuildRequires:  autoconf
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libxslt
-%if 0%{?suse_version} > 1020
 BuildRequires:  pkg-config
-%else
-BuildRequires:  pkgconfig
-%endif
 BuildRequires:  python-devel
 %if %{with_python3}
 BuildRequires:  python3-devel
 %endif
-%if 0%{?suse_version} > 1100
 #!BuildIgnore:  python
-%endif
 %endif # build_man
 Url:http://talloc.samba.org/
-Version:2.1.9
+Version:2.1.10
 Release:0
-PreReq: /sbin/ldconfig
 Summary:Samba talloc Library
 License:LGPL-3.0+
-Group:  System/Libraries
-Source: https://download.samba.org/pub/talloc/talloc-%{version}.tar.gz
-Source1:https://download.samba.org/pub/talloc/talloc-%{version}.tar.asc
+Group:  Development/Libraries/C and C++
+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
@@ -79,7 +67,7 @@
 %define libtalloc_name libtalloc
 %endif
 %package -n %{libtalloc_name}
-Summary:Libraries and Header Files to Develop Programs with talloc2 
Support
+Summary:Samba talloc library
 Group:  System/Libraries
 Provides:   bundled(libreplace)
 
@@ -94,17 +82,13 @@
 
 %package -n libtalloc-devel
 Summary:Libraries and Header Files to Develop Programs with talloc2 
Sup

commit talloc for openSUSE:Factory

2017-04-17 Thread root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2017-04-17 10:22:00

Comparing /work/SRC/openSUSE:Factory/talloc (Old)
 and  /work/SRC/openSUSE:Factory/.talloc.new (New)


Package is "talloc"

Mon Apr 17 10:22:00 2017 rev:28 rq:487099 version:2.1.9

Changes:

--- /work/SRC/openSUSE:Factory/talloc/talloc-man.changes2016-03-20 
11:48:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc-man.changes   2017-04-17 
10:22:06.413939604 +0200
@@ -1,0 +2,17 @@
+Wed Mar 22 16:51:46 UTC 2017 - jmcdono...@suse.com
+
+- Update to version 2.1.9; (bsc#1032915).
+  + fix some coverity defects
+  + fix TALLOC_VERSION_MINOR and talloc_version_minor()
+  + add new tests
+  + add pytalloc_get_type()
+  + add pytalloc_GenericObject_{steal,reference}[_ex]()
+
+---
+Wed Sep 14 09:49:36 UTC 2016 - jmcdono...@suse.com
+
+- Update to version 2.1.8.
+  + performance improvements
+  + Fix memory leak when destructors reparent children; (bso#11901).
+
+---
--- /work/SRC/openSUSE:Factory/talloc/talloc.changes2016-11-03 
11:10:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes   2017-04-17 
10:22:06.473931107 +0200
@@ -1,0 +2,16 @@
+Thu Mar 23 20:45:20 UTC 2017 - jmcdono...@suse.com
+
+- sle11-remove-unknown-compiler-options.patch: build SLE11 and earlier
+  without -Wno-format-length.
+
+---
+Wed Mar 22 16:51:46 UTC 2017 - jmcdono...@suse.com
+
+- Update to version 2.1.9; (bsc#1032915).
+  + fix some coverity defects
+  + fix TALLOC_VERSION_MINOR and talloc_version_minor()
+  + add new tests
+  + add pytalloc_get_type()
+  + add pytalloc_GenericObject_{steal,reference}[_ex]()
+
+---
@@ -29,0 +46,5 @@
+
+---
+Fri Feb 12 17:03:57 UTC 2016 - lmue...@suse.com
+
+- Provide python-talloc and python-talloc-devel; (bsc#966523).

Old:

  talloc-2.1.8.tar.asc
  talloc-2.1.8.tar.gz

New:

  sle11-remove-unknown-compiler-options.patch
  talloc-2.1.9.tar.asc
  talloc-2.1.9.tar.gz



Other differences:
--
++ talloc-man.spec ++
--- /var/tmp/diff_new_pack.f4G1IT/_old  2017-04-17 10:22:07.289815560 +0200
+++ /var/tmp/diff_new_pack.f4G1IT/_new  2017-04-17 10:22:07.289815560 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package talloc-man
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -52,14 +52,14 @@
 %endif
 %endif # build_man
 Url:http://talloc.samba.org/
-Version:2.1.8
+Version:2.1.9
 Release:0
 PreReq: /sbin/ldconfig
 Summary:Samba talloc Library
 License:LGPL-3.0+
 Group:  System/Libraries
-Source: http://download.samba.org/pub/talloc/talloc-%{version}.tar.gz
-Source1:http://download.samba.org/pub/talloc/talloc-%{version}.tar.asc
+Source: https://download.samba.org/pub/talloc/talloc-%{version}.tar.gz
+Source1:https://download.samba.org/pub/talloc/talloc-%{version}.tar.asc
 Source4:baselibs.conf
 Patch0: talloc-python3.5-fix-soabi_name.patch
 Source50:   talloc.keyring
@@ -94,8 +94,8 @@
 
 %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
 Group:  Development/Libraries/C and C++
+# Man pages are built in a 2nd spec file in order to break a build cycle with 
doxygen->cmake->krb5->libtalloc
 %if 0%{?suse_version} > 1030
 Recommends: %{name}-man
 %endif

++ talloc.spec ++
--- /var/tmp/diff_new_pack.f4G1IT/_old  2017-04-17 10:22:07.313812162 +0200
+++ /var/tmp/diff_new_pack.f4G1IT/_new  2017-04-17 10:22:07.317811595 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package talloc-man
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -52,7 +52,7 @@
 %endif
 %endif # build_man
 Url:http://talloc.samba.org/
-Version:2.1.8
+Version:2.1.9
 Release:0
 PreReq: /sbin/ldconfig
 Summary:   

commit talloc for openSUSE:Factory

2016-11-03 Thread h_root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2016-11-03 11:10:48

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.changes2016-03-20 
11:48:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes   2016-11-03 
11:10:49.0 +0100
@@ -1,0 +2,7 @@
+Wed Sep 14 09:49:36 UTC 2016 - jmcdono...@suse.com
+
+- Update to version 2.1.8.
+  + performance improvements
+  + Fix memory leak when destructors reparent children; (bso#11901).
+
+---

Old:

  talloc-2.1.6.tar.asc
  talloc-2.1.6.tar.gz

New:

  talloc-2.1.8.tar.asc
  talloc-2.1.8.tar.gz



Other differences:
--
++ talloc-man.spec ++
--- /var/tmp/diff_new_pack.7FssmP/_old  2016-11-03 11:10:51.0 +0100
+++ /var/tmp/diff_new_pack.7FssmP/_new  2016-11-03 11:10:51.0 +0100
@@ -52,7 +52,7 @@
 %endif
 %endif # build_man
 Url:http://talloc.samba.org/
-Version:2.1.6
+Version:2.1.8
 Release:0
 PreReq: /sbin/ldconfig
 Summary:Samba talloc Library
@@ -94,8 +94,8 @@
 
 %package -n libtalloc-devel
 Summary:Libraries and Header Files to Develop Programs with talloc2 
Support
-Group:  Development/Libraries/C and C++
 # Man pages are built in a 2nd spec file in order to break a build cycle with 
doxygen->cmake->krb5->libtalloc
+Group:  Development/Libraries/C and C++
 %if 0%{?suse_version} > 1030
 Recommends: %{name}-man
 %endif

++ talloc.spec ++
--- /var/tmp/diff_new_pack.7FssmP/_old  2016-11-03 11:10:51.0 +0100
+++ /var/tmp/diff_new_pack.7FssmP/_new  2016-11-03 11:10:51.0 +0100
@@ -52,7 +52,7 @@
 %endif
 %endif # build_man
 Url:http://talloc.samba.org/
-Version:2.1.6
+Version:2.1.8
 Release:0
 PreReq: /sbin/ldconfig
 Summary:Samba talloc Library
@@ -94,8 +94,8 @@
 
 %package -n libtalloc-devel
 Summary:Libraries and Header Files to Develop Programs with talloc2 
Support
-Group:  Development/Libraries/C and C++
 # Man pages are built in a 2nd spec file in order to break a build cycle with 
doxygen->cmake->krb5->libtalloc
+Group:  Development/Libraries/C and C++
 %if 0%{?suse_version} > 1030
 Recommends: %{name}-man
 %endif
@@ -210,9 +210,13 @@
 %if ! %{build_man}
 %check
 %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
 mkdir lib/talloc
 ln test_magic_differs* lib/talloc/
 LD_LIBRARY_PATH=bin/shared %{__make} test
+%endif # qemu_user_space_build == 1
 %endif # suse_version != 1110; fails for i586 and ppc64
 %endif # ! build_man
 

++ talloc-2.1.6.tar.gz -> talloc-2.1.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/talloc-2.1.6/ABI/pytalloc-util-2.1.7.sigs 
new/talloc-2.1.8/ABI/pytalloc-util-2.1.7.sigs
--- old/talloc-2.1.6/ABI/pytalloc-util-2.1.7.sigs   1970-01-01 
01:00:00.0 +0100
+++ new/talloc-2.1.8/ABI/pytalloc-util-2.1.7.sigs   2016-05-06 
09:57:23.0 +0200
@@ -0,0 +1,13 @@
+_pytalloc_get_mem_ctx: TALLOC_CTX *(PyObject *)
+_pytalloc_get_ptr: void *(PyObject *)
+_pytalloc_get_type: void *(PyObject *, const char *)
+pytalloc_BaseObject_PyType_Ready: int (PyTypeObject *)
+pytalloc_BaseObject_check: int (PyObject *)
+pytalloc_BaseObject_size: size_t (void)
+pytalloc_CObject_FromTallocPtr: PyObject *(void *)
+pytalloc_Check: int (PyObject *)
+pytalloc_GetBaseObjectType: PyTypeObject *(void)
+pytalloc_GetObjectType: PyTypeObject *(void)
+pytalloc_reference_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *)
+pytalloc_steal: PyObject *(PyTypeObject *, void *)
+pytalloc_steal_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/talloc-2.1.6/ABI/pytalloc-util-2.1.8.sigs 
new/talloc-2.1.8/ABI/pytalloc-util-2.1.8.sigs
--- old/talloc-2.1.6/ABI/pytalloc-util-2.1.8.sigs   1970-01-01 
01:00:00.0 +0100
+++ new/talloc-2.1.8/ABI/pytalloc-util-2.1.8.sigs   2016-07-28 
09:19:25.0 +0200
@@ -0,0 +1,13 @@
+_pytalloc_get_mem_ctx: TALLOC_CTX *(PyObject *)
+_pytalloc_get_ptr: void *(PyObject *)
+_pytalloc_get_type: void *(PyObject *, const char *)
+pytalloc_BaseObject_PyType_Ready: int (PyTypeObject *)
+pytalloc_BaseObject_check: int (PyObject *)
+pytalloc_BaseObject_size: size_t (void)
+pytalloc_CObje

commit talloc for openSUSE:Factory

2016-03-20 Thread h_root
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.changes2016-03-14 
09:56:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc-man.changes   2016-03-20 
11:48:51.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.a1F6H7/_new  2016-03-20 11:48:52.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.a1F6H7/_new  2016-03-20 11:48:52.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.a1F6H7/_new  2016-03-20 11:48:52.0 +0100
@@ -1,6 +1,6 @@
 --- a/buildtools/wafsamba/wafsamba.py  2015-11-06 08:28:25.0 -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,





commit talloc for openSUSE:Factory

2016-03-14 Thread h_root
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.changes2016-02-25 
22:37:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc-man.changes   2016-03-14 
09:56:46.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.YdPD5D/_new  2016-03-14 09:56:47.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.YdPD5D/_new  2016-03-14 09:56:47.0 +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.0 -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',




commit talloc for openSUSE:Factory

2016-02-25 Thread h_root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2016-02-25 21:59:29

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.changes2015-11-24 
22:20:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc-man.changes   2016-02-25 
22:37:00.0 +0100
@@ -1,0 +2,5 @@
+Sun Feb 21 16:44:01 UTC 2016 - lmue...@suse.com
+
+- Avoid a file collision for non SUSE build targets; (bsc#966174).
+
+---
talloc.changes: same change



Other differences:
--
++ talloc-man.spec ++
--- /var/tmp/diff_new_pack.GDokek/_old  2016-02-25 22:37:02.0 +0100
+++ /var/tmp/diff_new_pack.GDokek/_new  2016-02-25 22:37:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package talloc-man
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -72,7 +72,11 @@
 
 %if ! %{build_man}
 
+%if 0%{?suse_version} > 0
 %define libtalloc_name libtalloc2
+%else
+%define libtalloc_name libtalloc
+%endif
 %package -n %{libtalloc_name}
 Summary:Libraries and Header Files to Develop Programs with talloc2 
Support
 Group:  System/Libraries

++ talloc.spec ++
--- /var/tmp/diff_new_pack.GDokek/_old  2016-02-25 22:37:02.0 +0100
+++ /var/tmp/diff_new_pack.GDokek/_new  2016-02-25 22:37:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package talloc-man
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -72,7 +72,11 @@
 
 %if ! %{build_man}
 
+%if 0%{?suse_version} > 0
 %define libtalloc_name libtalloc2
+%else
+%define libtalloc_name libtalloc
+%endif
 %package -n %{libtalloc_name}
 Summary:Libraries and Header Files to Develop Programs with talloc2 
Support
 Group:  System/Libraries






commit talloc for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2015-11-24 22:20:56

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.changes2015-11-10 
10:01:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc-man.changes   2015-11-24 
22:20:58.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 11 17:49:37 UTC 2015 - lmue...@suse.com
+
+- Update to 2.1.5; (bsc#954658).
+  + Minor build fixes
+
+---
talloc.changes: same change

Old:

  talloc-2.1.4.tar.asc
  talloc-2.1.4.tar.gz

New:

  talloc-2.1.5.tar.asc
  talloc-2.1.5.tar.gz



Other differences:
--
++ talloc-man.spec ++
--- /var/tmp/diff_new_pack.eo6red/_old  2015-11-24 22:20:59.0 +0100
+++ /var/tmp/diff_new_pack.eo6red/_new  2015-11-24 22:20:59.0 +0100
@@ -52,7 +52,7 @@
 %endif
 %endif # build_man
 Url:http://talloc.samba.org/
-Version:2.1.4
+Version:2.1.5
 Release:0
 PreReq: /sbin/ldconfig
 Summary:Samba talloc Library

++ talloc.spec ++
--- /var/tmp/diff_new_pack.eo6red/_old  2015-11-24 22:20:59.0 +0100
+++ /var/tmp/diff_new_pack.eo6red/_new  2015-11-24 22:20:59.0 +0100
@@ -52,7 +52,7 @@
 %endif
 %endif # build_man
 Url:http://talloc.samba.org/
-Version:2.1.4
+Version:2.1.5
 Release:0
 PreReq: /sbin/ldconfig
 Summary:Samba talloc Library

++ talloc-2.1.4.tar.gz -> talloc-2.1.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/talloc-2.1.4/ABI/pytalloc-util-2.1.5.sigs 
new/talloc-2.1.5/ABI/pytalloc-util-2.1.5.sigs
--- old/talloc-2.1.4/ABI/pytalloc-util-2.1.5.sigs   1970-01-01 
01:00:00.0 +0100
+++ new/talloc-2.1.5/ABI/pytalloc-util-2.1.5.sigs   2015-11-06 
14:28:25.0 +0100
@@ -0,0 +1,6 @@
+pytalloc_CObject_FromTallocPtr: PyObject *(void *)
+pytalloc_Check: int (PyObject *)
+pytalloc_GetObjectType: PyTypeObject *(void)
+pytalloc_reference_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *)
+pytalloc_steal: PyObject *(PyTypeObject *, void *)
+pytalloc_steal_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/talloc-2.1.4/ABI/pytalloc-util.py3-2.1.5.sigs 
new/talloc-2.1.5/ABI/pytalloc-util.py3-2.1.5.sigs
--- old/talloc-2.1.4/ABI/pytalloc-util.py3-2.1.5.sigs   1970-01-01 
01:00:00.0 +0100
+++ new/talloc-2.1.5/ABI/pytalloc-util.py3-2.1.5.sigs   2015-11-06 
14:28:25.0 +0100
@@ -0,0 +1,5 @@
+pytalloc_Check: int (PyObject *)
+pytalloc_GetObjectType: PyTypeObject *(void)
+pytalloc_reference_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *)
+pytalloc_steal: PyObject *(PyTypeObject *, void *)
+pytalloc_steal_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/talloc-2.1.4/ABI/talloc-2.1.5.sigs 
new/talloc-2.1.5/ABI/talloc-2.1.5.sigs
--- old/talloc-2.1.4/ABI/talloc-2.1.5.sigs  1970-01-01 01:00:00.0 
+0100
+++ new/talloc-2.1.5/ABI/talloc-2.1.5.sigs  2015-11-06 14:28:25.0 
+0100
@@ -0,0 +1,65 @@
+_talloc: void *(const void *, size_t)
+_talloc_array: void *(const void *, size_t, unsigned int, const char *)
+_talloc_free: int (void *, const char *)
+_talloc_get_type_abort: void *(const void *, const char *, const char *)
+_talloc_memdup: void *(const void *, const void *, size_t, const char *)
+_talloc_move: void *(const void *, const void *)
+_talloc_pooled_object: void *(const void *, size_t, const char *, unsigned 
int, size_t)
+_talloc_realloc: void *(const void *, void *, size_t, const char *)
+_talloc_realloc_array: void *(const void *, void *, size_t, unsigned int, 
const char *)
+_talloc_reference_loc: void *(const void *, const void *, const char *)
+_talloc_set_destructor: void (const void *, int (*)(void *))
+_talloc_steal_loc: void *(const void *, const void *, const char *)
+_talloc_zero: void *(const void *, size_t, const char *)
+_talloc_zero_array: void *(const void *, size_t, unsigned int, const char *)
+talloc_asprintf: char *(const void *, const char *, ...)
+talloc_asprintf_append: char *(char *, const char *, ...)
+talloc_asprintf_append_buffer: char *(char *, const char *, ...)
+talloc_autofree_context: void *(void)
+talloc_check_name: void *(const void *, const char *)
+talloc_disable_null_tracking: void (void)
+talloc_enable_leak_report: void (void)
+talloc_enable_leak_report_full: v

commit talloc for openSUSE:Factory

2015-11-10 Thread h_root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2015-11-10 10:01:39

Comparing /work/SRC/openSUSE:Factory/talloc (Old)
 and  /work/SRC/openSUSE:Factory/.talloc.new (New)


Package is "talloc"

Changes:

New Changes file:

--- /dev/null   2015-11-02 12:10:47.524024255 +0100
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc-man.changes   2015-11-10 
10:01:41.0 +0100
@@ -0,0 +1,196 @@
+---
+Sun Nov  8 13:30:08 UTC 2015 - lmue...@suse.com
+
+- Point LD_LIBRARY_PATH to the just-built libraries while calling make test.
+- Create a 2nd talloc-man spec-file to avoid a build cycle.
+- Recommend to install talloc-man from libtalloc-devel.
+
+---
+Fri Oct 30 11:57:39 UTC 2015 - lmue...@suse.com
+
+- Add doxygen at build time to add the development documentation.
+- Disable rpath-install and silent-rules while configure.
+
+---
+Sat Oct 24 21:19:20 UTC 2015 - lmue...@suse.com
+
+- Add python3-talloc and python3-talloc-devel; (bsc#951911).
+
+---
+Thu Oct 22 20:41:47 UTC 2015 - lmue...@suse.com
+
+- Rename pytalloc to python-talloc.
+
+---
+Thu Oct 22 18:07:41 UTC 2015 - lmue...@suse.com
+
+- Update to 2.1.4; (bsc#951660).
+  + Test that talloc magic differs between processes.
+  + Increment minor version due to added talloc_test_get_magic.
+  + Provide tests access to talloc_magic.
+  + Test magic protection measures.
+
+---
+Mon Sep  7 17:06:26 UTC 2015 - lmue...@suse.com
+
+- Update the Samba Library Distribution Key file 'talloc.keyring';
+  (bso#945116).
+
+---
+Wed Jul 22 07:37:51 UTC 2015 - lmue...@suse.com
+
+- Update to 2.1.3; (bsc#939051).
+  + improved python3 bindings
+  + documentation fixes regarding talloc_reference() and talloc_unlink()
+
+---
+Thu Apr 16 11:55:06 UTC 2015 - lmue...@suse.com
+
+- Update to 2.1.2.
+  + Fix memory leak in SMB2 notify handling; (bso#11144).
+  + fix _talloc_total_limit_size prototype
+  + build: improve detection of srcdir
+
+---
+Thu Nov  6 13:06:50 UTC 2014 - lmue...@suse.com
+
+- Use the upstream tar ball, as signature verification is now able to handle
+  compressed archives.
+
+---
+Fri May 23 19:15:38 UTC 2014 - lmue...@suse.com
+
+- Require pkg-config from the devel packages.
+
+---
+Thu May 22 17:44:49 UTC 2014 - lmue...@suse.com
+
+- Update to 2.1.1.
+  + documentation updates
+  + a fix for pytalloc-util.pc
+  + performance improvements here and there
+  + fixed compiler warnings
+
+---
+Tue May 20 11:59:12 UTC 2014 - dmuel...@suse.com
+
+- Remove dependency on doxygen. Doxygen is only used for generating
+  the html documentation, but the html documentation was not
+  actually packaged, so there is no point in running it.
+
+---
+Wed Apr 23 16:42:59 UTC 2014 - dmuel...@suse.com
+
+- Remove dependency on gpg-offline to reduce rebuild times; signature checking
+  is implemented already in the source validator.
+
+---
+Fri Dec  6 12:40:28 UTC 2013 - lmue...@suse.com
+
+- Update to 2.1.0.
+  + Add talloc_pooled_object and test it
+  + Allow nested pools
+  + Add a separate pool size
+  + Put pool-specific data before the chunk
+  + Introduce __talloc_with_prefix
+  + Decouple the dual use of chunk->pool
+  + Only provide the --enable-talloc-compat1 in standalone build
+  + Simplify _talloc_free_poolmem a bit
+
+---
+Fri Dec  6 12:29:33 UTC 2013 - lmue...@suse.com
+
+- Verify source tar ball gpg signature.
+
+---
+Thu Aug 29 12:07:49 UTC 2013 - lmue...@suse.com
+
+- PreReq /sbin/ldconfig from pytalloc.
+
+---
+Wed Aug 28 20:01:56 UTC 2013 - lmue...@suse.com
+
+- Add pytalloc to baselibs.conf.
+
+---
+Mon Jul 22 11:29:51 UTC 2013 - lmue...@suse.com
+
+- BuildIgnore python for post-11.0 systems only.
+- Package the talloc m

commit talloc for openSUSE:Factory

2015-10-28 Thread h_root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2015-10-28 17:29:58

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.changes2015-09-19 
06:53:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes   2015-10-28 
17:30:00.0 +0100
@@ -1,0 +2,19 @@
+Sat Oct 24 21:19:20 UTC 2015 - lmue...@suse.com
+
+- Add python3-talloc and python3-talloc-devel; (bsc#951911).
+
+---
+Thu Oct 22 20:41:47 UTC 2015 - lmue...@suse.com
+
+- Rename pytalloc to python-talloc.
+
+---
+Thu Oct 22 18:07:41 UTC 2015 - lmue...@suse.com
+
+- Update to 2.1.4; (bsc#951660).
+  + Test that talloc magic differs between processes.
+  + Increment minor version due to added talloc_test_get_magic.
+  + Provide tests access to talloc_magic.
+  + Test magic protection measures.
+
+---

Old:

  talloc-2.1.3.tar.asc
  talloc-2.1.3.tar.gz

New:

  talloc-2.1.4.tar.asc
  talloc-2.1.4.tar.gz



Other differences:
--
++ talloc.spec ++
--- /var/tmp/diff_new_pack.VVsHHt/_old  2015-10-28 17:30:01.0 +0100
+++ /var/tmp/diff_new_pack.VVsHHt/_new  2015-10-28 17:30:01.0 +0100
@@ -17,6 +17,12 @@
 
 
 %{!?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}
+%if 0%{?suse_version} > 1310 || 0%{?fedora_version} > 20
+%define with_python3 1
+%else
+%define with_python3 0
+%endif
 
 Name:   talloc
 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
@@ -33,11 +39,14 @@
 BuildRequires:  pkgconfig
 %endif
 BuildRequires:  python-devel
+%if %{with_python3}
+BuildRequires:  python3-devel
+%endif
 %if 0%{?suse_version} > 1100
 #!BuildIgnore:  python
 %endif
 Url:http://talloc.samba.org/
-Version:2.1.3
+Version:2.1.4
 Release:0
 PreReq: /sbin/ldconfig
 Summary:Samba talloc Library
@@ -90,30 +99,61 @@
 Libraries and Header Files to Develop Programs with talloc2 Support
 
 
-%package -n pytalloc
+%package -n python-talloc
 Summary:Python bindings for the Talloc library
 Group:  Development/Libraries/Python
 Requires:   %{libtalloc_name} = %{version}
 PreReq: /sbin/ldconfig
+Provides:   pytalloc = %{version}
+Obsoletes:  pytalloc < %{version}
 
-%description -n pytalloc
+%description -n python-talloc
 This package contains the python bindings for the Talloc library.
 
 
-%package -n pytalloc-devel
+%package -n python-talloc-devel
 Summary:Developer tools for the Talloc library
 Group:  Development/Libraries/Python
-Requires:   pytalloc = %{version}
+Requires:   python-talloc = %{version}
 %if 0%{?suse_version} > 1020
 Requires:   pkg-config
 %else
 Requires:   pkgconfig
 %endif
+Provides:   pytalloc-devel = %{version}
+Obsoletes:  pytalloc-devel < %{version}
+Conflicts:  python3-talloc-devel
+
+%description -n python-talloc-devel
+Libraries and Header Files to Develop Programs with python-talloc Support
+
+
+%if %{with_python3}
+%package -n python3-talloc
+Summary:Python3 bindings for the Talloc library
+Group:  Development/Libraries/Python
+Requires:   %{libtalloc_name} = %{version}
+PreReq: /sbin/ldconfig
 
-%description -n pytalloc-devel
-Libraries and Header Files to Develop Programs with pytalloc Support
+%description -n python3-talloc
+This package contains the python3 bindings for the Talloc library.
 
 
+%package -n python3-talloc-devel
+Summary:Developer tools for the Talloc library
+Group:  Development/Libraries/Python
+Requires:   python3-talloc = %{version}
+%if 0%{?suse_version} > 1020
+Requires:   pkg-config
+%else
+Requires:   pkgconfig
+%endif
+Conflicts:  python-talloc-devel
+
+%description -n python3-talloc-devel
+Libraries and Header Files to Develop Programs with python3-talloc Support
+%endif
+
 %prep
 %setup -n talloc-%{version} -q
 
@@ -131,6 +171,9 @@
--disable-rpath \
--bundled-libraries=NONE \
--builtin-libraries=replace \
+%if %{with_python3}
+   --extra-python=/usr/bin/python3 \
+%endif
 "
 ./configure ${CONFIGURE_OPTIONS}
 %{__make} %{build_make_smp_mflags} \
@@ -147,9 +190,15 @@
 
 %postun -n %{libtalloc_name} -p /sbin/ldconfig
 
-%post -n pytalloc -p /sbin/ldconfig
+%post -n python-tall

commit talloc for openSUSE:Factory

2015-09-18 Thread h_root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2015-09-19 06:53:38

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.changes2015-09-09 
20:20:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes   2015-09-19 
06:53:40.0 +0200
@@ -4 +4,2 @@
-- Update the Samba Library Distribution Key file 'talloc.keyring'.
+- Update the Samba Library Distribution Key file 'talloc.keyring';
+  (bso#945116).



Other differences:
--





commit talloc for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2015-09-09 20:20:19

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.changes2015-07-27 
09:09:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes   2015-09-09 
20:20:21.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep  7 17:06:26 UTC 2015 - lmue...@suse.com
+
+- Update the Samba Library Distribution Key file 'talloc.keyring'.
+
+---



Other differences:
--

++ talloc.keyring ++
--- /var/tmp/diff_new_pack.8W9HjQ/_old  2015-09-09 20:20:21.0 +0200
+++ /var/tmp/diff_new_pack.8W9HjQ/_new  2015-09-09 20:20:21.0 +0200
@@ -1,5 +1,5 @@
 -BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2.0.22 (GNU/Linux)
+Version: GnuPG v2
 
 mQENBE0uBhsBCADIjamou8B7vf0Gnvdb8ZhJ708kXnoeGH161xffaYJg40rXhyyl
 OHlc4ZLVc4OyFr+tWREgNDyBkeS5TTsJ3ul/cBMbBjpn2LOO41X1fenhlvWFkhuC
@@ -20,38 +20,51 @@
 UZlEro6I5/J5rK8GdFEN8eqjjQIKOy7VojtEm//oqb1H75bHa52QOmDKaGXB0DZ2
 5fyKfi9hEKTK6YFD7ItLk8BU6t0tty57kDEpu5HcaNJbtRHveSTaVt1PBdfH99XH
 AjkaOUtB43pQltMoDbSMil87Kjiy84KZvOMydgIBzNTEpdJ1B7FYQcf4MbVR6l9O
-iHjoAUOio1MreObETNtQzdFDwal4bokBPAQTAQIAJgIbAwYLCQgHAwIEFQIIAwQW
-AgMBAh4BAheABQJRBRnOBQkFuEckAAoJEEeTkWETCEAlcAoH/iTvU1zED/GMkUzG
-HkdSN4s+LWWXsRhZXP2g4/r7R19J8jHJ8XQwZcScdQWvw5kbdGdMq0+mYWyP6Q3r
-tKO1Zb8kpiWrz6RXrUNbTrniQtiTNIhjCioLGvpowLpDhC8lPRIIszuERnqP7Ajk
-+UMpI+nQMEhydWMMNOOmNur0tgcSy1k44nfRjDbAlV7eS8uVQAxNXWi82BQTTjGJ
-H6aO/BRhNmmDGuWXDDPyT5BDcvLVVfXPg3+Z8wVKH7CLK9xmnfuWGMe8fABM0OBw
-3w1SpETHnE+iioqTndiHJxfI6ctHGR0bn3hvF6retEKrCmnxWzNVnmtQroT7N5br
-dQKxHvyJATwEEwECACYCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAUCUyqr4QUJ
-B93ZOwAKCRBHk5FhEwhAJbEXCACN4m3TbYhW28Ef8hcEvolagDVy1No1lcO9QVoJ
-2y0NAKHS//xeMfTBSsAOquDVMfULc8AbhA2WyzJ35YDJQ2x1xwbB3kZs1sgDwPdl
-tptHmBhWRW74Q3E/Qsecd3/Rh6xii+GfBX0Itcyyycm0s0rFT/A6cbRPGc5UgE9T
-WcT8ZqfxxSgIUp91ixdF1QbyaSyWPT99n3F0o1msZ1ND0a+23uSwBuQX68LtmQNw
-eoYvTqxjO4EegADGmwp2eTfYDU/7zh9VoGezOgPV1Hp/faP/y3XUUDyLov4TNxLj
-bLT570kO3LCuZvmQXuGUOyOMCwCBBhrN0Fk434NJq5rRdegQiQE8BBMBAgAmBQJN
-LgYbAhsDBQkB4TOABgsJCAcDAgQVAggDBBYCAwECHgECF4AACgkQR5ORYRMIQCX6
-Hwf/azCiKRbtP1Jprsa9o5VwS42RtEyNzcU/0F1+FKnHG5QLAfjFc0xlddB5NP7g
-EPmnyeIMr6BFLZFAwEcjR/izh7BGWQiZXqYFxG6HGoUHc9RQpyOb2xvu+Te27JCE
-bPsm8p0KIsGpEphUikl/74VUXOXrZP9dQ+szBO9zOXnMQzGVTrYXORluMxsqv7HK
-kkDN+H5MIT6H1A0+qTL2PuC5AhZ5qvdHafi2ty/ZKKCsJZrX5kc8R/vbc4mwGbwc
-fGKypdASqaRLwnpgtH/CjCo2iU8qMiJloI5D5grGdVHEdD/b1wfHDwU1x6DWfM5O
-UAZdHXBOjMYbBBdxDHcJNcQavrkBDQRNLgYbAQgAv6/Xge6AjzRNXWJM2lq7eS6w
-PGqGS9LJ/VLvO9Yety+WWwgPJ5xkDD0WNSfdsktgF8F2oJ9kPpAfZcgdKV+cWJ8S
-KyF+HgLzw0oj3/BZU/2ud+AA9ZF0jWigLvsl/OlZZraGHlk+CTxasQHSmzpMCi6D
-PqY/YRSkHc2okAS/UoTVJMEOtgihmBfgCTHKJp/s3Lcn5Z2DDcmyS4bsd4QL6spn
-GoKtkcDKgZIwlNVOXhg80XwZ9+4vxJuqTTXkXeBuRe5j/aIukAQtBN4yULOpmfeB
-n0gB0mSanQxxt9IvotIsjQzRywT3WDhsbjZM+AAjA8seynVKK64lu4TvlyHcrQAR
-AQABiQElBBgBAgAPAhsMBQJTKqv4BQkH3dlZAAoJEEeTkWETCEAl2foH/3kd1GqQ
-3vy2UKtCPHUN7+GoEDNH71H1BrcmWJMswzCKLrGn41iJhdAKzbMG8zi9UgXCcU1r
-BvNHsgaU/ebN5cpgc0A9V6v0N+gp1jExWb9h8fxcWGN2WhEu9qHJXnPM9+7Aeen0
-74Pa7H36uP1P5jYVhfQ0UOAFGglyxhrTkRnPPzpu1jFRxpdwj+vuALMKFJ8sDz/r
-3R6s4dIGYQhRjihZePLno7zb3gIyrKpizhuoOch4fmdDZmVyV3assyle24g0+yuS
-rCs6BlvZZDtJ2W/F3fZg72+Uv9fKt2Of5WdNpIhD9GKnqqiyrFi7MOp4v34if5me
-ee4X1kuimGrHt/s=
-=f+YH
+iHjoAUOio1MreObETNtQzdFDwal4bokBPAQTAQIAJgUCTS4GGwIbAwUJAeEzgAYL
+CQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEEeTkWETCEAl+h8H/2swoikW7T9Saa7G
+vaOVcEuNkbRMjc3FP9BdfhSpxxuUCwH4xXNMZXXQeTT+4BD5p8niDK+gRS2RQMBH
+I0f4s4ewRlkImV6mBcRuhxqFB3PUUKcjm9sb7vk3tuyQhGz7JvKdCiLBqRKYVIpJ
+f++FVFzl62T/XUPrMwTvczl5zEMxlU62FzkZbjMbKr+xypJAzfh+TCE+h9QNPqky
+9j7guQIWear3R2n4trcv2SigrCWa1+ZHPEf723OJsBm8HHxisqXQEqmkS8J6YLR/
+wowqNolPKjIiZaCOQ+YKxnVRxHQ/29cHxw8FNceg1nzOTlAGXR1wTozGGwQXcQx3
+CTXEGr6JATwEEwECACYCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAUCUQUZzgUJ
+BbhHJAAKCRBHk5FhEwhAJXAKB/4k71NcxA/xjJFMxh5HUjeLPi1ll7EYWVz9oOP6
++0dfSfIxyfF0MGXEnHUFr8OZG3RnTKtPpmFsj+kN67SjtWW/JKYlq8+kV61DW065
+4kLYkzSIYwoqCxr6aMC6Q4QvJT0SCLM7hEZ6j+wI5PlDKSPp0DBIcnVjDDTjpjbq
+9LYHEstZOOJ30Yw2wJVe3kvLlUAMTV1ovNgUE04xiR+mjvwUYTZpgxrllwwz8k+Q
+Q3Ly1VX1z4N/mfMFSh+wiyvcZp37lhjHvHwATNDgcN8NUqREx5xPooqKk53YhycX
+yOnLRxkdG594bxeq3rRCqwpp8VszVZ5rUK6E+zeW63UCsR78iQE8BBMBAgAmAhsD
+BgsJCAcDAgQVAggDBBYCAwECHgECF4AFAlMqq+EFCQfd2TsACgkQR5ORYRMIQCWx
+FwgAjeJt022IVtvBH/IXBL6JWoA1ctTaNZXDvUFaCdstDQCh0v/8XjH0wUrADqrg
+1TH1C3PAG4QNlssyd+WAyUNsdccGwd5GbNbIA8D3ZbabR5gYVkVu+ENxP0LHnHd/
+0YesYovhnwV9CLXMssnJtLNKxU/wOnG0TxnOVIBPU1nE/Gan8cUoCFKfdYsXRdUG
+8mkslj0/fZ9xdKNZrGdTQ9Gvtt7ksAbkF+vC7ZkDcHqGL06sYzuBHoAAxpsKdnk3
+2A1P+84fVaBnszoD1dR6f32j/8t11FA8i6L+

commit talloc for openSUSE:Factory

2015-07-27 Thread h_root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2015-07-27 09:09:25

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.changes2015-06-11 
08:21:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes   2015-07-27 
09:09:26.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 22 07:37:51 UTC 2015 - lmue...@suse.com
+
+- Update to 2.1.3; (bsc#939051).
+  + improved python3 bindings
+  + documentation fixes regarding talloc_reference() and talloc_unlink()
+
+---

Old:

  talloc-2.1.2.tar.asc
  talloc-2.1.2.tar.gz

New:

  talloc-2.1.3.tar.asc
  talloc-2.1.3.tar.gz



Other differences:
--
++ talloc.spec ++
--- /var/tmp/diff_new_pack.uVoXvk/_old  2015-07-27 09:09:27.0 +0200
+++ /var/tmp/diff_new_pack.uVoXvk/_new  2015-07-27 09:09:27.0 +0200
@@ -37,7 +37,7 @@
 #!BuildIgnore:  python
 %endif
 Url:http://talloc.samba.org/
-Version:2.1.2
+Version:2.1.3
 Release:0
 PreReq: /sbin/ldconfig
 Summary:Samba talloc Library

++ talloc-2.1.2.tar.gz -> talloc-2.1.3.tar.gz ++
 39616 lines of diff (skipped)





commit talloc for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2015-04-22 01:11:26

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.changes2014-11-10 
17:27:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes   2015-04-22 
01:11:29.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 16 11:55:06 UTC 2015 - lmue...@suse.com
+
+- Update to 2.1.2.
+  + fix _talloc_total_limit_size prototype
+  + build: improve detection of srcdir
+
+---

Old:

  talloc-2.1.1.tar.asc
  talloc-2.1.1.tar.gz

New:

  talloc-2.1.2.tar.asc
  talloc-2.1.2.tar.gz



Other differences:
--
++ talloc.spec ++
--- /var/tmp/diff_new_pack.PXIROw/_old  2015-04-22 01:11:30.0 +0200
+++ /var/tmp/diff_new_pack.PXIROw/_new  2015-04-22 01:11:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package talloc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,7 +37,7 @@
 #!BuildIgnore:  python
 %endif
 Url:http://talloc.samba.org/
-Version:2.1.1
+Version:2.1.2
 Release:0
 PreReq: /sbin/ldconfig
 Summary:Samba talloc Library

++ talloc-2.1.1.tar.gz -> talloc-2.1.2.tar.gz ++
 1916 lines of diff (skipped)





commit talloc for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2014-11-10 17:27:54

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.changes2014-05-26 
10:27:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes   2014-11-10 
17:27:59.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov  6 13:06:50 UTC 2014 - lmue...@suse.com
+
+- Use the upstream tar ball, as signature verification is now able to handle
+  compressed archives.
+
+---

Old:

  talloc-2.1.1.tar

New:

  talloc-2.1.1.tar.gz



Other differences:
--
++ talloc.spec ++
--- /var/tmp/diff_new_pack.L1dllf/_old  2014-11-10 17:28:00.0 +0100
+++ /var/tmp/diff_new_pack.L1dllf/_new  2014-11-10 17:28:00.0 +0100
@@ -43,13 +43,7 @@
 Summary:Samba talloc Library
 License:LGPL-3.0+
 Group:  System/Libraries
-# Unfortunately upstream is mindboggingly stupid here by gpg signing the
-# uncompressed tarball, but not publishing the uncompressed tarball but
-# only a compressed one. so we need to unpack it manually so that
-# gpg verification works, but then we can't have download verification
-
-# http://download.samba.org/pub/talloc/talloc-%{version}.tar
-Source: talloc-%{version}.tar
+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
 Source50:   %name.keyring



-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit talloc for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2014-05-26 10:27:39

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.changes2014-05-22 
09:04:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes   2014-05-26 
10:27:43.0 +0200
@@ -1,0 +2,14 @@
+Fri May 23 19:15:38 UTC 2014 - lmue...@suse.com
+
+- Require pkg-config from the devel packages.
+
+---
+Thu May 22 17:44:49 UTC 2014 - lmue...@suse.com
+
+- Update to 2.1.1.
+  + documentation updates
+  + a fix for pytalloc-util.pc
+  + performance improvements here and there
+  + fixed compiler warnings
+
+---

Old:

  talloc-2.1.0.tar
  talloc-2.1.0.tar.asc

New:

  talloc-2.1.1.tar
  talloc-2.1.1.tar.asc



Other differences:
--
++ talloc.spec ++
--- /var/tmp/diff_new_pack.KzKMl2/_old  2014-05-26 10:27:43.0 +0200
+++ /var/tmp/diff_new_pack.KzKMl2/_new  2014-05-26 10:27:43.0 +0200
@@ -37,7 +37,7 @@
 #!BuildIgnore:  python
 %endif
 Url:http://talloc.samba.org/
-Version:2.1.0
+Version:2.1.1
 Release:0
 PreReq: /sbin/ldconfig
 Summary:Samba talloc Library
@@ -81,6 +81,11 @@
 Summary:Libraries and Header Files to Develop Programs with talloc2 
Support
 Group:  Development/Libraries/C and C++
 Requires:   %{libtalloc_name} = %{version}
+%if 0%{?suse_version} > 1020
+Requires:   pkg-config
+%else
+Requires:   pkgconfig
+%endif
 
 %description -n libtalloc-devel
 Talloc is a hierarchical, reference counted memory pool system with
@@ -105,6 +110,11 @@
 Summary:Developer tools for the Talloc library
 Group:  Development/Libraries/Python
 Requires:   pytalloc = %{version}
+%if 0%{?suse_version} > 1020
+Requires:   pkg-config
+%else
+Requires:   pkgconfig
+%endif
 
 %description -n pytalloc-devel
 Libraries and Header Files to Develop Programs with pytalloc Support


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit talloc for openSUSE:Factory

2014-05-22 Thread h_root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2014-05-22 09:04:30

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.changes2014-05-02 
19:22:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes   2014-05-22 
09:04:33.0 +0200
@@ -1,0 +2,7 @@
+Tue May 20 11:59:12 UTC 2014 - dmuel...@suse.com
+
+- Remove dependency on doxygen. Doxygen is only used for generating
+  the html documentation, but the html documentation was not
+  actually packaged, so there is no point in running it.
+
+---



Other differences:
--
++ talloc.spec ++
--- /var/tmp/diff_new_pack.TSF17W/_old  2014-05-22 09:04:33.0 +0200
+++ /var/tmp/diff_new_pack.TSF17W/_new  2014-05-22 09:04:33.0 +0200
@@ -26,7 +26,6 @@
 %endif
 BuildRequires:  autoconf
 BuildRequires:  docbook-xsl-stylesheets
-BuildRequires:  doxygen
 BuildRequires:  libxslt
 %if 0%{?suse_version} > 1020
 BuildRequires:  pkg-config
@@ -132,7 +131,6 @@
 ./configure ${CONFIGURE_OPTIONS}
 %{__make} %{build_make_smp_mflags} \
all
-doxygen doxy.config
 
 %check
 # make test doesn't work with --disable-rpath




-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit talloc for openSUSE:Factory

2014-05-02 Thread h_root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2014-05-02 19:22:03

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.changes2013-12-09 
07:19:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes   2014-05-02 
19:22:04.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 23 16:42:59 UTC 2014 - dmuel...@suse.com
+
+- Remove dependency on gpg-offline to reduce rebuild times; signature checking
+  is implemented already in the source validator.
+
+---

Old:

  samba-library-distribution-pubkey_13084025.asc
  talloc-2.1.0.tar.gz

New:

  talloc-2.1.0.tar
  talloc.keyring



Other differences:
--
++ talloc.spec ++
--- /var/tmp/diff_new_pack.oaVTit/_old  2014-05-02 19:22:05.0 +0200
+++ /var/tmp/diff_new_pack.oaVTit/_new  2014-05-02 19:22:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package talloc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,9 +27,6 @@
 BuildRequires:  autoconf
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  doxygen
-%if 0%{?suse_version} > 1220
-BuildRequires:  gpg-offline
-%endif
 BuildRequires:  libxslt
 %if 0%{?suse_version} > 1020
 BuildRequires:  pkg-config
@@ -47,10 +44,16 @@
 Summary:Samba talloc Library
 License:LGPL-3.0+
 Group:  System/Libraries
-Source: http://download.samba.org/pub/talloc/talloc-%{version}.tar.gz
+# Unfortunately upstream is mindboggingly stupid here by gpg signing the
+# uncompressed tarball, but not publishing the uncompressed tarball but
+# only a compressed one. so we need to unpack it manually so that
+# gpg verification works, but then we can't have download verification
+
+# http://download.samba.org/pub/talloc/talloc-%{version}.tar
+Source: talloc-%{version}.tar
 Source1:http://download.samba.org/pub/talloc/talloc-%{version}.tar.asc
-Source2:samba-library-distribution-pubkey_13084025.asc
 Source4:baselibs.conf
+Source50:   %name.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -109,11 +112,6 @@
 
 
 %prep
-%if 0%{?suse_version} > 1220
-gzip -dc %{SOURCE0} >${RPM_SOURCE_DIR}/%{name}-%{version}.tar
-%{?gpg_verify: %gpg_verify --keyring %{SOURCE2} %{SOURCE1}}
-rm ${RPM_SOURCE_DIR}/%{name}-%{version}.tar
-%endif
 %setup -n talloc-%{version} -q
 
 %build


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit talloc for openSUSE:Factory

2013-12-08 Thread h_root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2013-12-09 07:19:28

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.changes2013-08-30 
11:51:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes   2013-12-09 
07:19:29.0 +0100
@@ -1,0 +2,18 @@
+Fri Dec  6 12:40:28 UTC 2013 - lmue...@suse.com
+
+- Update to 2.1.0.
+  + Add talloc_pooled_object and test it
+  + Allow nested pools
+  + Add a separate pool size
+  + Put pool-specific data before the chunk
+  + Introduce __talloc_with_prefix
+  + Decouple the dual use of chunk->pool
+  + Only provide the --enable-talloc-compat1 in standalone build
+  + Simplify _talloc_free_poolmem a bit
+
+---
+Fri Dec  6 12:29:33 UTC 2013 - lmue...@suse.com
+
+- Verify source tar ball gpg signature.
+
+---

Old:

  talloc-2.0.8.tar.gz

New:

  samba-library-distribution-pubkey_13084025.asc
  talloc-2.1.0.tar.asc
  talloc-2.1.0.tar.gz



Other differences:
--
++ talloc.spec ++
--- /var/tmp/diff_new_pack.edwjt3/_old  2013-12-09 07:19:29.0 +0100
+++ /var/tmp/diff_new_pack.edwjt3/_new  2013-12-09 07:19:29.0 +0100
@@ -27,6 +27,9 @@
 BuildRequires:  autoconf
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  doxygen
+%if 0%{?suse_version} > 1220
+BuildRequires:  gpg-offline
+%endif
 BuildRequires:  libxslt
 %if 0%{?suse_version} > 1020
 BuildRequires:  pkg-config
@@ -38,13 +41,15 @@
 #!BuildIgnore:  python
 %endif
 Url:http://talloc.samba.org/
-Version:2.0.8
+Version:2.1.0
 Release:0
 PreReq: /sbin/ldconfig
 Summary:Samba talloc Library
 License:LGPL-3.0+
 Group:  System/Libraries
 Source: http://download.samba.org/pub/talloc/talloc-%{version}.tar.gz
+Source1:http://download.samba.org/pub/talloc/talloc-%{version}.tar.asc
+Source2:samba-library-distribution-pubkey_13084025.asc
 Source4:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -104,6 +109,11 @@
 
 
 %prep
+%if 0%{?suse_version} > 1220
+gzip -dc %{SOURCE0} >${RPM_SOURCE_DIR}/%{name}-%{version}.tar
+%{?gpg_verify: %gpg_verify --keyring %{SOURCE2} %{SOURCE1}}
+rm ${RPM_SOURCE_DIR}/%{name}-%{version}.tar
+%endif
 %setup -n talloc-%{version} -q
 
 %build

++ talloc-2.0.8.tar.gz -> talloc-2.1.0.tar.gz ++
 7322 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit talloc for openSUSE:Factory

2013-08-30 Thread h_root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2013-08-30 11:51:02

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.changes2013-07-31 
18:30:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes   2013-08-30 
11:51:03.0 +0200
@@ -1,0 +2,10 @@
+Thu Aug 29 12:07:49 UTC 2013 - lmue...@suse.com
+
+- PreReq /sbin/ldconfig from pytalloc.
+
+---
+Wed Aug 28 20:01:56 UTC 2013 - lmue...@suse.com
+
+- Add pytalloc to baselibs.conf.
+
+---



Other differences:
--
++ talloc.spec ++
--- /var/tmp/diff_new_pack.6Megr4/_old  2013-08-30 11:51:03.0 +0200
+++ /var/tmp/diff_new_pack.6Megr4/_new  2013-08-30 11:51:03.0 +0200
@@ -88,6 +88,7 @@
 Summary:Python bindings for the Talloc library
 Group:  Development/Libraries/Python
 Requires:   %{libtalloc_name} = %{version}
+PreReq: /sbin/ldconfig
 
 %description -n pytalloc
 This package contains the python bindings for the Talloc library.

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.6Megr4/_old  2013-08-30 11:51:03.0 +0200
+++ /var/tmp/diff_new_pack.6Megr4/_new  2013-08-30 11:51:03.0 +0200
@@ -1 +1,2 @@
 libtalloc2
+pytalloc

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit talloc for openSUSE:Factory

2013-07-31 Thread h_root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2013-07-31 18:30:38

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.changes2013-07-11 
13:35:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes   2013-07-31 
18:30:39.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 22 11:29:51 UTC 2013 - lmue...@suse.com
+
+- BuildIgnore python for post-11.0 systems only.
+- Package the talloc man page only on post-11.0 systems.
+
+---



Other differences:
--
++ talloc.spec ++
--- /var/tmp/diff_new_pack.76Ian6/_old  2013-07-31 18:30:40.0 +0200
+++ /var/tmp/diff_new_pack.76Ian6/_new  2013-07-31 18:30:40.0 +0200
@@ -34,7 +34,9 @@
 BuildRequires:  pkgconfig
 %endif
 BuildRequires:  python-devel
+%if 0%{?suse_version} > 1100
 #!BuildIgnore:  python
+%endif
 Url:http://talloc.samba.org/
 Version:2.0.8
 Release:0
@@ -147,7 +149,9 @@
 %{_includedir}/talloc.h
 %{_libdir}/libtalloc.so
 %{_libdir}/pkgconfig/talloc.pc
+%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1100
 %{_mandir}/man3/talloc.3*
+%endif
 
 %files -n pytalloc
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit talloc for openSUSE:Factory

2013-07-11 Thread h_root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2013-07-11 13:34:28

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.changes2012-12-05 
14:09:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes   2013-07-11 
13:35:19.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul  7 06:10:03 UTC 2013 - co...@suse.com
+
+- BuildIgnore python to avoid build cycle
+
+---



Other differences:
--
++ talloc.spec ++
--- /var/tmp/diff_new_pack.ObNaMt/_old  2013-07-11 13:35:19.0 +0200
+++ /var/tmp/diff_new_pack.ObNaMt/_new  2013-07-11 13:35:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package talloc
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,6 +34,7 @@
 BuildRequires:  pkgconfig
 %endif
 BuildRequires:  python-devel
+#!BuildIgnore:  python
 Url:http://talloc.samba.org/
 Version:2.0.8
 Release:0

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit talloc for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2012-12-05 14:09:37

Comparing /work/SRC/openSUSE:Factory/talloc (Old)
 and  /work/SRC/openSUSE:Factory/.talloc.new (New)


Package is "talloc", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/talloc/talloc.changes2012-09-17 
14:11:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes   2012-12-05 
14:09:40.0 +0100
@@ -1,0 +2,14 @@
+Sun Dec  2 17:47:27 UTC 2012 - lmue...@suse.com
+
+- Update to 2.0.8.
+  + Convert error cecking macros into fns
+  + don't allow a talloc_pool inside a talloc_pool.
+  + use a struct for pool headers.
+  + remove unused variables
+  + Update doxygen config.
+  + Slightly simplify talloc_unlink
+  + Only check for pkg-config file when checking for system talloc.
+  + fix a comment typo
+  + simplifiy the logic to build talloc_testsuite in the standalone build
+
+---

Old:

  talloc-2.0.7.tar.gz

New:

  talloc-2.0.8.tar.gz



Other differences:
--
++ talloc.spec ++
--- /var/tmp/diff_new_pack.Bi5saK/_old  2012-12-05 14:09:41.0 +0100
+++ /var/tmp/diff_new_pack.Bi5saK/_new  2012-12-05 14:09:41.0 +0100
@@ -35,7 +35,7 @@
 %endif
 BuildRequires:  python-devel
 Url:http://talloc.samba.org/
-Version:2.0.7
+Version:2.0.8
 Release:0
 PreReq: /sbin/ldconfig
 Summary:Samba talloc Library

++ talloc-2.0.7.tar.gz -> talloc-2.0.8.tar.gz ++
 31687 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit talloc for openSUSE:Factory

2012-09-17 Thread h_root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2012-09-17 14:11:11

Comparing /work/SRC/openSUSE:Factory/talloc (Old)
 and  /work/SRC/openSUSE:Factory/.talloc.new (New)


Package is "talloc", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/talloc/talloc.changes2012-06-13 
10:05:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes   2012-09-17 
14:11:14.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 28 16:29:25 UTC 2012 - lmue...@suse.com
+
+- Disable rpath while configure.
+
+---



Other differences:
--
++ talloc.spec ++
--- /var/tmp/diff_new_pack.50Tr81/_old  2012-09-17 14:11:15.0 +0200
+++ /var/tmp/diff_new_pack.50Tr81/_new  2012-09-17 14:11:15.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package talloc (Version 2.0.7)
+# spec file for package talloc
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,11 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %{!?python_sitearch:  %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
-
 Name:   talloc
 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
 %definebuild_make_smp_mflags %{?_smp_mflags}
@@ -36,13 +34,13 @@
 BuildRequires:  pkgconfig
 %endif
 BuildRequires:  python-devel
-License:LGPL-3.0+
-Group:  System/Libraries
 Url:http://talloc.samba.org/
 Version:2.0.7
 Release:0
 PreReq: /sbin/ldconfig
 Summary:Samba talloc Library
+License:LGPL-3.0+
+Group:  System/Libraries
 Source: http://download.samba.org/pub/talloc/talloc-%{version}.tar.gz
 Source4:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -56,9 +54,8 @@
 
 %define libtalloc_name libtalloc2
 %package -n %{libtalloc_name}
-License:LGPL-3.0+
-Group:  System/Libraries
 Summary:Libraries and Header Files to Develop Programs with talloc2 
Support
+Group:  System/Libraries
 Provides:   bundled(libreplace)
 
 %description -n %{libtalloc_name}
@@ -71,7 +68,6 @@
 
 
 %package -n libtalloc-devel
-License:LGPL-3.0+
 Summary:Libraries and Header Files to Develop Programs with talloc2 
Support
 Group:  Development/Libraries/C and C++
 Requires:   %{libtalloc_name} = %{version}
@@ -86,7 +82,6 @@
 
 
 %package -n pytalloc
-License:LGPL-3.0+
 Summary:Python bindings for the Talloc library
 Group:  Development/Libraries/Python
 Requires:   %{libtalloc_name} = %{version}
@@ -96,7 +91,6 @@
 
 
 %package -n pytalloc-devel
-License:LGPL-3.0+
 Summary:Developer tools for the Talloc library
 Group:  Development/Libraries/Python
 Requires:   pytalloc = %{version}
@@ -119,6 +113,7 @@
 CONFIGURE_OPTIONS="\
--prefix=%{_prefix} \
--libdir=%{_libdir} \
+   --disable-rpath \
--bundled-libraries=NONE \
--builtin-libraries=replace \
 "
@@ -128,7 +123,8 @@
 doxygen doxy.config
 
 %check
-%{__make} test
+# make test doesn't work with --disable-rpath
+#%{__make} test
 
 %install
 DESTDIR=${RPM_BUILD_ROOT} make install

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org