Browse Source

libldb-1.1.23-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9844 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 9 years ago
parent
commit
6537f60e21
1 changed files with 8 additions and 4 deletions
  1. 8 4
      lib/libl/libldb/libldb-vl.spec

+ 8 - 4
lib/libl/libldb/libldb-vl.spec

@@ -1,12 +1,12 @@
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 
-%define talloc_version 2.1.1
-%define tdb_version 1.3.4
-%define tevent_version 0.9.24
+%define talloc_version 2.1.5
+%define tdb_version 1.3.8
+%define tevent_version 0.9.26
 
 Name: libldb
 Summary: A schema-less, ldap like, API and database
-Version: 1.1.21
+Version: 1.1.23
 Release: 1%{?_dist_release}
 
 Group: System Environment/Libraries
@@ -193,6 +193,7 @@ rm -rf %{buildroot}
 %files -n pyldb
 %defattr(-,root,root,-)
 %{python_sitearch}/ldb.so
+%{python_sitearch}/_ldb_text.*
 %{_libdir}/libpyldb-util.so.1*
 
 %files -n pyldb-devel
@@ -217,6 +218,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Dec  2 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.23-1
+- new upstream release.
+
 * Fri Jul 24 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.21-1
 - new upstream release.