Accepting request 235285 from network:samba:STABLE

- Require pkg-config from the devel packages.

- Update to 2.1.1.
  + documentation updates
  + a fix for pytalloc-util.pc
  + performance improvements here and there
  + fixed compiler warnings

OBS-URL: https://build.opensuse.org/request/show/235285
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/talloc?expand=0&rev=13
This commit is contained in:
Stephan Kulow 2014-05-26 08:27:39 +00:00 committed by Git OBS Bridge
commit ec40802ba5
7 changed files with 40 additions and 16 deletions

2
.gitattributes vendored
View File

@ -22,4 +22,4 @@
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
## Specific LFS patterns
talloc-2.1.0.tar filter=lfs diff=lfs merge=lfs -text
talloc-2.1.1.tar filter=lfs diff=lfs merge=lfs -text

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d44bf0d2f16967af52e84b633d20b1a8a0bec132cb2d8d5723481b810adf13da
size 1740800

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAABAgAGBQJSLI42AAoJEEeTkWETCEAlGUoH/2Z+gVLfwXg+az6rNhejpJnC
QEaYf3Vqq5PweFmY/VbJXYRXy3nLVF9n9RjIjZG+r8BySB/j5/lQ/uoiXc/iHim0
3yiFbjcca038B3q6yCLeJxf5aSwYm82DzSI5LtW+bp2t+9zp30sQc8sqA5PtYyUy
pL2NYuFfzMHq+YKp+gJOUc7hOq8XH+Y8ybzB9q+J+3qJnQ8AqXdKOlgvKyqCL+A4
XCmYdg8BRr3PA5qB8N/gvbXpbc3qdfjJ5tRVtmGAhiSfbRvqFsDGZUsCPyJ30dGL
cOY568TRhLk7hl9ECQ/IDNGIyPm+unGCh9nluJeczR4c0KsYiLahLS3/m9t4Jss=
=+pvS
-----END PGP SIGNATURE-----

3
talloc-2.1.1.tar Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ea5f6b7b582bbba9787f2e150e72b6a2f160df997fc6d66b1272a2fb64cec9c
size 1751040

11
talloc-2.1.1.tar.asc Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAABAgAGBQJTe0v8AAoJEEeTkWETCEAlccAIALB9MNxLO7xnZes2EQDtcG27
NCPjkn3MGx3aRlF3Wk+x7APHcZbyZUXWjzG9dxfjJiGQcp+BXSD7OXxT2mLdrl/L
15J1IUnudL1ccs6b/ZrHrUFbI3HhxcWsNCtnvaelChFMJeytsz7NE/I5YZVQOwD1
EZN0mqaa/GqYpNCPhH81MFSw5A1rIY+9Ux9hOQS6ZTc7Gtwgvuscgsp3g0lyouvH
wt4QQvn0DUm1rqB1OqobDvZbHQkomuJvOd69L+b/SS5R9GbagpwZ2v5jGAB0A8oQ
g5jIpgcy7GYnQL/xFIV6p8Tc9bqmJST8pPSYP3SRYdf7fPqRa+zzrRSW13DZceI=
=qTLa
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri May 23 19:15:38 UTC 2014 - lmuelle@suse.com
- Require pkg-config from the devel packages.
-------------------------------------------------------------------
Thu May 22 17:44:49 UTC 2014 - lmuelle@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 - dmueller@suse.com

View File

@ -37,7 +37,7 @@ BuildRequires: python-devel
#!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 @@ This package includes the talloc2 library.
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 @@ This package contains the python bindings for the Talloc library.
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