- 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
This commit is contained in:
parent
f7604dd46b
commit
fa743919bd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:59e1e8619b44eb820405cf76ab15607c35ac6e3460377016eb43f81bca22768a
|
|
||||||
size 370705
|
|
3
talloc-2.0.8.tar.gz
Normal file
3
talloc-2.0.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1ec11e635e0318dbbb014db38ff96e8dba3ce5f614eeb7d993b4a5b71c016783
|
||||||
|
size 433489
|
@ -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
|
Thu Jun 28 16:29:25 UTC 2012 - lmuelle@suse.com
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ BuildRequires: pkgconfig
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
Url: http://talloc.samba.org/
|
Url: http://talloc.samba.org/
|
||||||
Version: 2.0.7
|
Version: 2.0.8
|
||||||
Release: 0
|
Release: 0
|
||||||
PreReq: /sbin/ldconfig
|
PreReq: /sbin/ldconfig
|
||||||
Summary: Samba talloc Library
|
Summary: Samba talloc Library
|
||||||
|
Loading…
Reference in New Issue
Block a user