diff --git a/.gitignore b/.gitignore index 88505e3..2ae89ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /talloc-2.0.6.tar.gz +/talloc-2.0.7.tar.gz diff --git a/libtalloc.spec b/libtalloc.spec index 2fb00a9..1890c09 100644 --- a/libtalloc.spec +++ b/libtalloc.spec @@ -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 - 2.0.7-1 +- New upstream release +- Required for new Samba 4 alpha builds + * Mon Aug 08 2011 Simo Sorce - 2.0.6-1 - New upstream release - Fixes various bugs with talloc_free_children and freeing complex diff --git a/sources b/sources index 36088be..12f29c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bd1be34297e89b27a394b49d5182550e talloc-2.0.6.tar.gz +dbfb3146f4cc47054e13b8a2988299f9 talloc-2.0.7.tar.gz