diff --git a/.gitignore b/.gitignore index 51188f5..57fa21c 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /ldb-1.1.12.tar.gz /ldb-1.1.13.tar.gz /ldb-1.1.14.tar.gz +/ldb-1.1.15.tar.gz diff --git a/libldb.spec b/libldb.spec index 40b331f..fc0044c 100644 --- a/libldb.spec +++ b/libldb.spec @@ -8,8 +8,8 @@ %define tevent_version 0.9.17 Name: libldb -Version: 1.1.14 -Release: 2%{?dist} +Version: 1.1.15 +Release: 1%{?dist} Group: Development/Libraries Summary: A schema-less, ldap like, API and database Requires: libtalloc >= %{talloc_version} @@ -179,6 +179,9 @@ rm -rf %{buildroot} %postun -n pyldb -p /sbin/ldconfig %changelog +* Thu Feb 07 2013 Jakub Hrozek - 1.1.15-1 +- New upstream release 1.1.15 + * Wed Jan 30 2013 Jakub Hrozek - 1.1.14-2 - Add patch by Stephen Gallagher to include manual pages for ldb_connect() and several other functions. diff --git a/sources b/sources index f249dfa..72083f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7692c592ec7d8070f1d97aeb5738e05a ldb-1.1.14.tar.gz +97ee9b455f6a547fb2b3b5a7836c41d7 ldb-1.1.15.tar.gz