]> git.pld-linux.org Git - packages/ldb.git/commitdiff
- updated to 1.1.17 auto/th/ldb-1.1.17-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 24 May 2014 05:06:41 +0000 (07:06 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 24 May 2014 05:06:41 +0000 (07:06 +0200)
ldb.spec

index e3e168b8d29a40e00340b25c3edc23ede9140bd2..1f0925cc5a9319088e5c6e00e1086e8ac1c10ced 100644 (file)
--- a/ldb.spec
+++ b/ldb.spec
@@ -1,22 +1,22 @@
 # TODO
 # - ld.bfd enforced because gold does not understand '!' in version script (binutils-3:2.21.53.0.1-1)
-%define                talloc_version  2:2.0.8
-%define                tdb_version     2:1.2.12
-%define                tevent_version  0.9.17
+%define                talloc_version  2:2.1.0
+%define                tdb_version     2:1.2.13
+%define                tevent_version  0.9.21
 Summary:       LDAP-like embedded database
 Summary(pl.UTF-8):     Wbudowana baza danych podobna do LDAP
 Name:          ldb
-Version:       1.1.16
+Version:       1.1.17
 Release:       1
 License:       LGPL v3+
 Group:         Libraries
-Source0:       http://samba.org/ftp/ldb/%{name}-%{version}.tar.gz
-# Source0-md5: 60865c0b5704469ee2e59703087c8ec8
+Source0:       http://www.samba.org/ftp/ldb/%{name}-%{version}.tar.gz
+# Source0-md5: 7c2ab4e3f2a4186493aa06eabbc61cc0
 URL:           http://ldb.samba.org/
 BuildRequires: autoconf
 BuildRequires: docbook-style-xsl
 BuildRequires: libxslt
-BuildRequires: popt-devel
+BuildRequires: popt-devel >= 1.6
 BuildRequires: python-devel >= 1:2.4.2
 BuildRequires: python-talloc-devel >= %{talloc_version}
 BuildRequires: python-tdb >= %{tdb_version}
@@ -27,6 +27,7 @@ BuildRequires:        tevent-devel >= %{tevent_version}
 Requires:      talloc >= %{talloc_version}
 Requires:      tdb >= %{tdb_version}
 Requires:      tevent >= %{tevent_version}
+Requires:      popt >= 1.6
 Provides:      libldb = %{version}-%{release}
 Obsoletes:     libldb < 1.1.0-3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.171105 seconds and 4 git commands to generate.