[libtdb] New upstream release 1.2.10

Stephen Gallagher sgallagh at fedoraproject.org
Tue May 22 15:30:23 UTC 2012


commit 1e069ff4ec0fc91bc635d6fd532e80aec20d9114
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Tue May 22 10:11:22 2012 -0400

    New upstream release 1.2.10
    
    - Remove upstreamed patches
    - Provides functionality for the upcoming Samba 4 beta

 .gitignore                                         |    1 +
 ...hon-bindings-in-the-arch-specific-locatio.patch |   35 --------------------
 ...dded-autoconf-disable-silent-rules-option.patch |   30 -----------------
 libtdb.spec                                        |   18 ++++------
 sources                                            |    2 +-
 tdb-1.2.9-limit-tdb_expand.patch                   |   34 -------------------
 6 files changed, 9 insertions(+), 111 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9fa6ce0..07c72ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /tdb-1.2.9.tar.gz
+/tdb-1.2.10.tar.gz
diff --git a/libtdb.spec b/libtdb.spec
index 14bd704..a404db6 100644
--- a/libtdb.spec
+++ b/libtdb.spec
@@ -5,8 +5,8 @@
 %{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print(get_python_version())")}
 
 Name: libtdb
-Version: 1.2.9
-Release: 14%{?dist}
+Version: 1.2.10
+Release: 15%{?dist}
 Group: System Environment/Daemons
 Summary: The tdb library
 License: LGPLv3+
@@ -22,10 +22,6 @@ BuildRequires: python-devel
 Provides: bundled(libreplace)
 
 # Patches
-Patch0001: 0001-Install-python-bindings-in-the-arch-specific-locatio.patch
-Patch0002: tdb-1.2.9-limit-tdb_expand.patch
-
-Patch1001: 0001-build-added-autoconf-disable-silent-rules-option.patch
 
 %description
 A library that implements a trivial database.
@@ -57,13 +53,8 @@ Python bindings for libtdb
 
 %prep
 %setup -q -n tdb-%{version}
-%patch0001 -p1
-%patch0002 -p1
-
-%patch1001 -p1
 
 %build
-./autogen.sh
 %configure --disable-rpath \
            --bundled-libraries=NONE \
            --builtin-libraries=replace
@@ -118,6 +109,11 @@ rm -rf $RPM_BUILD_ROOT
 %postun -n python-tdb -p /sbin/ldconfig
 
 %changelog
+* Tue May 22 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.2.10-15
+- New upstream release 1.2.10
+- Remove upstreamed patches
+- Provides functionality for the upcoming Samba 4 beta
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.9-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 9834dc0..7eea8fc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4d97d18bbe9040038d4e003495bb8cd1  tdb-1.2.9.tar.gz
+cc28048309df19782b04359282e9f98b  tdb-1.2.10.tar.gz


More information about the scm-commits mailing list