diff --git a/.gitignore b/.gitignore index 909e133..60d4dd1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /ldb-1.0.0.tar.gz /ldb-1.0.2.tar.gz /ldb-1.1.0.tar.gz +/ldb-1.1.3.tar.gz diff --git a/libldb.spec b/libldb.spec index 41ed33e..2b3e1b0 100644 --- a/libldb.spec +++ b/libldb.spec @@ -3,12 +3,12 @@ %{!?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.5 +%define talloc_version 2.0.7 %define tdb_version 1.2.9 -%define tevent_version 0.9.12 +%define tevent_version 0.9.14 Name: libldb -Version: 1.1.0 +Version: 1.1.3 Release: 1%{?dist} Group: Development/Libraries Summary: A schema-less, ldap like, API and database @@ -161,6 +161,10 @@ rm -rf %{buildroot} %postun -n pyldb -p /sbin/ldconfig %changelog +* Wed Nov 09 2011 Stepgen Gallagher - 1.1.3-1 +- New upstream release +- Required for building newer samba4 packages + * Tue Aug 2 2011 Simo Sorce - 1.1.0-1 - Update to 1.1.0 (dependency for samba4 alpha16 snapshot) diff --git a/sources b/sources index f042ad0..6d2d3d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -61145ad9cfe017ce4fca5cbc77b9552b ldb-1.1.0.tar.gz +094133b399d1dfd33b38610b717b6767 ldb-1.1.3.tar.gz