New upstream release 2.0.7
This commit is contained in:
parent
30e74bb86a
commit
e5a177549f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/talloc-2.0.6.tar.gz
|
||||
/talloc-2.0.7.tar.gz
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
%{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print(get_python_version())")}
|
||||
|
||||
Name: libtalloc
|
||||
Version: 2.0.6
|
||||
Version: 2.0.7
|
||||
Release: 1%{?dist}
|
||||
Group: System Environment/Daemons
|
||||
Summary: The talloc library
|
||||
@ -101,6 +101,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%postun -n pytalloc -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Fri Nov 04 2011 Stephen Gallagher <sgallagh@redhat.com> - 2.0.7-1
|
||||
- New upstream release
|
||||
- Required for new Samba 4 alpha builds
|
||||
|
||||
* Mon Aug 08 2011 Simo Sorce <ssorce@redhat.com> - 2.0.6-1
|
||||
- New upstream release
|
||||
- Fixes various bugs with talloc_free_children and freeing complex
|
||||
|
||||
Loading…
Reference in New Issue
Block a user