diff --git a/.gitignore b/.gitignore index b29628b..909e133 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /ldb-0.9.22.tar.gz /ldb-1.0.0.tar.gz /ldb-1.0.2.tar.gz +/ldb-1.1.0.tar.gz diff --git a/libldb.spec b/libldb.spec index a343390..41ed33e 100644 --- a/libldb.spec +++ b/libldb.spec @@ -5,10 +5,10 @@ %define talloc_version 2.0.5 %define tdb_version 1.2.9 -%define tevent_version 0.9.10 +%define tevent_version 0.9.12 Name: libldb -Version: 1.0.2 +Version: 1.1.0 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 +* Tue Aug 2 2011 Simo Sorce - 1.1.0-1 +- Update to 1.1.0 + (dependency for samba4 alpha16 snapshot) + * Tue Feb 22 2011 Simo Sorce - 1.0.2-1 - Update to 1.0.2 (dependency for samba4 alpha15 snapshot) diff --git a/sources b/sources index 71f95c8..f042ad0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ddd127bf1702bf454864fc5407f2ace5 ldb-1.0.2.tar.gz +61145ad9cfe017ce4fca5cbc77b9552b ldb-1.1.0.tar.gz