[libldb/f18] libldb 1.1.15 Requires the latest talloc

Jakub Hrozek jhrozek at fedoraproject.org
Thu Feb 7 13:19:58 UTC 2013


commit 7c39b9083bd49a2e37263dda278ac6c4c8d8486f
Author: Jakub Hrozek <jhrozek at redhat.com>
Date:   Thu Feb 7 14:09:05 2013 +0100

    libldb 1.1.15 Requires the latest talloc

 libldb.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libldb.spec b/libldb.spec
index 33a9ed8..7d01683 100644
--- a/libldb.spec
+++ b/libldb.spec
@@ -3,13 +3,13 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %endif
 
-%define talloc_version 2.0.7
+%define talloc_version 2.0.8
 %define tdb_version 1.2.11
 %define tevent_version 0.9.15
 
 Name: libldb
 Version: 1.1.15
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Development/Libraries
 Summary: A schema-less, ldap like, API and database
 Requires: libtalloc >= %{talloc_version}
@@ -177,6 +177,9 @@ rm -rf %{buildroot}
 %postun -n pyldb -p /sbin/ldconfig
 
 %changelog
+* Thu Feb 07 2013 Jakub Hrozek <jhrozek at redhat.com> - 1.1.15-2
+- libldb 1.1.15 Requires the latest talloc
+
 * Thu Feb 07 2013 Jakub Hrozek <jhrozek at redhat.com> - 1.1.15-1
 - New upstream release 1.1.15
 


More information about the scm-commits mailing list