[libtalloc] New upstream release 2.0.6

Simo Sorce simo at fedoraproject.org
Tue Aug 9 01:02:20 UTC 2011


commit 30e74bb86a8a32dd381e5ddd1a4f0f330b0fba96
Author: Simo Sorce <ssorce at redhat.com>
Date:   Mon Aug 8 20:44:09 2011 -0400

    New upstream release 2.0.6
    
    Fixes various bugs with talloc_free_children and freeing complex
    hierarchies with many siblinbgs.

 .gitignore                                         |    3 +-
 ...hon-bindings-in-the-arch-specific-locatio.patch |   35 --------------------
 libtalloc.spec                                     |   12 ++++---
 sources                                            |    2 +-
 4 files changed, 9 insertions(+), 43 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index da93829..88505e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-talloc-2.0.1.tar.gz
-/talloc-2.0.5.tar.gz
+/talloc-2.0.6.tar.gz
diff --git a/libtalloc.spec b/libtalloc.spec
index 3469a51..2fb00a9 100644
--- a/libtalloc.spec
+++ b/libtalloc.spec
@@ -5,8 +5,8 @@
 %{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print(get_python_version())")}
 
 Name: libtalloc
-Version: 2.0.5
-Release: 8%{?dist}
+Version: 2.0.6
+Release: 1%{?dist}
 Group: System Environment/Daemons
 Summary: The talloc library
 License: LGPLv3+
@@ -20,7 +20,6 @@ BuildRequires: docbook-style-xsl
 BuildRequires: python-devel
 
 # Patches
-Patch0001: 0001-Install-python-bindings-in-the-arch-specific-locatio.patch
 
 %description
 A library that implements a hierarchical allocator with destructors.
@@ -52,10 +51,8 @@ Development libraries for pytalloc
 
 %prep
 %setup -q -n talloc-%{version}
-%patch0001 -p1
 
 %build
-./autogen.sh
 %configure --disable-rpath --bundled-libraries=NONE
 make %{?_smp_mflags} V=1
 
@@ -104,6 +101,11 @@ rm -rf $RPM_BUILD_ROOT
 %postun -n pytalloc -p /sbin/ldconfig
 
 %changelog
+* Mon Aug 08 2011 Simo Sorce <ssorce at redhat.com> - 2.0.6-1
+- New upstream release
+- Fixes various bugs with talloc_free_children and freeing complex
+  hierarchies with many siblinbgs.
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.5-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index f55caa2..36088be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6e3fdfbc43dde8ccba27b6af894b8fb2  talloc-2.0.5.tar.gz
+bd1be34297e89b27a394b49d5182550e  talloc-2.0.6.tar.gz


More information about the scm-commits mailing list