From fa743919bd3af0d9a9fe4e5940a331e01270b68bf7dc3e7848b7e1a11a1ce8c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Sun, 2 Dec 2012 17:49:34 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=12 --- talloc-2.0.7.tar.gz | 3 --- talloc-2.0.8.tar.gz | 3 +++ talloc.changes | 14 ++++++++++++++ talloc.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 talloc-2.0.7.tar.gz create mode 100644 talloc-2.0.8.tar.gz diff --git a/talloc-2.0.7.tar.gz b/talloc-2.0.7.tar.gz deleted file mode 100644 index 0969b57..0000000 --- a/talloc-2.0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59e1e8619b44eb820405cf76ab15607c35ac6e3460377016eb43f81bca22768a -size 370705 diff --git a/talloc-2.0.8.tar.gz b/talloc-2.0.8.tar.gz new file mode 100644 index 0000000..7a97252 --- /dev/null +++ b/talloc-2.0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec11e635e0318dbbb014db38ff96e8dba3ce5f614eeb7d993b4a5b71c016783 +size 433489 diff --git a/talloc.changes b/talloc.changes index c21cf29..a21344b 100644 --- a/talloc.changes +++ b/talloc.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Dec 2 17:47:27 UTC 2012 - lmuelle@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 + ------------------------------------------------------------------- Thu Jun 28 16:29:25 UTC 2012 - lmuelle@suse.com diff --git a/talloc.spec b/talloc.spec index 430fd33..0c8de3b 100644 --- a/talloc.spec +++ b/talloc.spec @@ -35,7 +35,7 @@ BuildRequires: pkgconfig %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