New upstream release 1.2.1
Resolves: rhbz#1473988 - libldb-1.2.1 is available
This commit is contained in:
parent
44b390d82c
commit
10fccc5545
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@
|
||||
/ldb-1.1.30.tar.gz
|
||||
/ldb-1.1.31.tar.gz
|
||||
/ldb-1.2.0.tar.gz
|
||||
/ldb-1.2.1.tar.gz
|
||||
|
16
libldb.spec
16
libldb.spec
@ -13,8 +13,8 @@
|
||||
%global tevent_version 0.9.17
|
||||
|
||||
Name: libldb
|
||||
Version: 1.2.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A schema-less, ldap like, API and database
|
||||
Requires: libtalloc%{?_isa} >= %{talloc_version}
|
||||
Requires: libtdb%{?_isa} >= %{tdb_version}
|
||||
@ -47,10 +47,6 @@ BuildRequires: python3-tevent
|
||||
%endif
|
||||
|
||||
# Patches
|
||||
Patch0001: 0001-ldb-Use-libraries-from-build-dir-for-testsuite.patch
|
||||
Patch0101: 0001-Revert-waf-disable-python-align-talloc-s-wscript.patch
|
||||
Patch0102: 0002-Revert-talloc-use-the-system-pytalloc-util-for-pytho.patch
|
||||
Patch0103: 0001-ldb-Fix-index-out-of-bound-in-ldb_msg_find_common_va.patch
|
||||
|
||||
%description
|
||||
An extensible library that implements an LDAP like API to access remote LDAP
|
||||
@ -136,10 +132,6 @@ Development files for the Python bindings for the LDB library
|
||||
|
||||
%prep
|
||||
%setup -q -n ldb-%{version}
|
||||
%patch0001 -p3
|
||||
%patch0101 -p1
|
||||
%patch0102 -p1
|
||||
%patch0103 -p3
|
||||
|
||||
%build
|
||||
|
||||
@ -251,6 +243,10 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jul 24 2017 Lukas Slebodnik <lslebodn@redhat.com> - 1.2.1
|
||||
- New upstream release 1.2.1
|
||||
- Resolves: rhbz#1473988 - libldb-1.2.1 is available
|
||||
|
||||
* Thu Jul 06 2017 Andreas Schneider <asn@redhat.com> - 1.2.0-2
|
||||
- Fix pyhton3 support
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ldb-1.2.0.tar.gz) = 5c5124c7d4c648872e52eeebdc3f74a3b755e36fa7462df1784a2d6232ee4b8ce26169900c524c7f00f878a39beb3f8e5ad0565500377ee38fdaa0311463c583
|
||||
SHA512 (ldb-1.2.1.tar.gz) = 9a4284e37689e3d3782d7259ffb286c6f327115a0d082578d94c4ee5438fae959e00d46c6af48b53820516151134e10e70aa5f1df072649923235144a13d25b8
|
||||
|
Loading…
Reference in New Issue
Block a user