New upstream release 1.3.1
Resolves: rhbz#1534128 - libldb-1.3.1 is available
This commit is contained in:
parent
c0e792f7e9
commit
c3abe18978
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
||||
/ldb-1.2.1.tar.gz
|
||||
/ldb-1.2.2.tar.gz
|
||||
/ldb-1.3.0.tar.gz
|
||||
/ldb-1.3.1.tar.gz
|
||||
|
12
libldb.spec
12
libldb.spec
@ -8,13 +8,13 @@
|
||||
%global with_python3 0
|
||||
%endif
|
||||
|
||||
%global talloc_version 2.0.8
|
||||
%global talloc_version 2.1.11
|
||||
%global tdb_version 1.3.14
|
||||
%global tevent_version 0.9.17
|
||||
%global tevent_version 0.9.35
|
||||
|
||||
Name: libldb
|
||||
Version: 1.3.0
|
||||
Release: 4%{?dist}
|
||||
Version: 1.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A schema-less, ldap like, API and database
|
||||
Requires: libtalloc%{?_isa} >= %{talloc_version}
|
||||
Requires: libtdb%{?_isa} >= %{tdb_version}
|
||||
@ -245,6 +245,10 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/_*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Jan 13 2018 Lukas Slebodnik <lslebodn@fedoraproject.org> - 1.3.1
|
||||
- New upstream release 1.3.1
|
||||
- Resolves: rhbz#1534128 - libldb-1.3.1 is available
|
||||
|
||||
* Tue Jan 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.3.0-4
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ldb-1.3.0.tar.gz) = c5afe3c5229cbc35a5715e6ed1faa070dfa3d6b3c0902cc53770373bbc1761ff4ff93aa9b88d5573b9af9925332bb5cebf4a7a129852231f13be33d5cee3a9f8
|
||||
SHA512 (ldb-1.3.1.tar.gz) = 74b7fe82b4b717bcbd75eca6eb11c0ce375ad306788ec0699615dfcd3c0f5978c9ca9b268e59eae8b4557b9bc7b91728b9fdb754fa566b11879b546fdb0ea277
|
||||
|
Loading…
Reference in New Issue
Block a user