New upstream release - 1.5.2
This commit is contained in:
parent
e591332967
commit
c627f945ea
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,3 +39,4 @@
|
||||
/ldb-1.4.1.tar.gz
|
||||
/ldb-1.4.2.tar.gz
|
||||
/ldb-1.4.3.tar.gz
|
||||
/ldb-1.5.2.tar.gz
|
||||
|
14
libldb.spec
14
libldb.spec
@ -8,12 +8,12 @@
|
||||
%global with_python3 0
|
||||
%endif
|
||||
|
||||
%global talloc_version 2.1.11
|
||||
%global tdb_version 1.3.14
|
||||
%global tevent_version 0.9.36
|
||||
%global talloc_version 2.1.15
|
||||
%global tdb_version 1.3.17
|
||||
%global tevent_version 0.9.38
|
||||
|
||||
Name: libldb
|
||||
Version: 1.4.3
|
||||
Version: 1.5.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A schema-less, ldap like, API and database
|
||||
Requires: libtalloc%{?_isa} >= %{talloc_version}
|
||||
@ -141,7 +141,6 @@ Development files for the Python bindings for the LDB library
|
||||
|
||||
%if 0%{?with_python3}
|
||||
PY3_CONFIG_FLAGS=--extra-python=%{__python3}
|
||||
pathfix.py -n -p -i %{__python2} buildtools/bin/waf
|
||||
%else
|
||||
PY3_CONFIG_FLAGS=""
|
||||
%endif
|
||||
@ -185,6 +184,8 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_*
|
||||
%dir %{_libdir}/ldb
|
||||
%{_libdir}/libldb.so.*
|
||||
%{_libdir}/ldb/libldb-key-value.so
|
||||
%{_libdir}/ldb/libldb-tdb-err-map.so
|
||||
%{_libdir}/ldb/libldb-tdb-int.so
|
||||
# lmdb is not supported on 32 bit architectures
|
||||
%if 0%{?__isa_bits} == 64
|
||||
%{_libdir}/ldb/libldb-mdb-int.so
|
||||
@ -252,6 +253,9 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jan 17 2019 Lukas Slebodnik <lslebodn@fedoraproject.org> - 1.5.2-1
|
||||
- New upstream release 1.5.2
|
||||
|
||||
* Thu Nov 8 2018 Lukas Slebodnik <lslebodn@fedoraproject.org> - 1.4.3-1
|
||||
- New upstream release 1.4.3
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ldb-1.4.3.tar.gz) = 081dbc23e810213fb60fdb07c7f3bf1ec8849d10483c5cdabb8add2568d4f80d03bd74d7be3fcf9bb853eaf25aa6bbb2d69cda3f55dda0270978b051da315cb2
|
||||
SHA512 (ldb-1.5.2.tar.gz) = 5dda5935437a82356cb84593f5be0d22289a87da7460b24dbc0673e01614f0cc40859328c3a5da858f3f2dd173f2b214743ec709555bbfef09342045b37f3a6c
|
||||
|
Loading…
Reference in New Issue
Block a user