import lmdb-0.9.24-1.el8

This commit is contained in:
CentOS Sources 2020-11-03 06:59:20 -05:00 committed by Andrew Lukoshko
parent 4fa7fa854c
commit 2a1ab683c4
3 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/LMDB_0.9.23.tar.gz
SOURCES/lmdb-LMDB_0.9.24.tar.gz

View File

@ -1 +1 @@
801e97190ab68fdceb6daf5fc623f9c3c29d4b4a SOURCES/LMDB_0.9.23.tar.gz
76f4bc1827474403a78e5f8eb225233d67144286 SOURCES/lmdb-LMDB_0.9.24.tar.gz

View File

@ -2,13 +2,13 @@
%global archive_path libraries/lib%{name}
Name: lmdb
Version: 0.9.23
Release: 5%{?dist}
Version: 0.9.24
Release: 1%{?dist}
Summary: Memory-mapped key-value database
License: OpenLDAP
URL: http://symas.com/mdb/
Source0: https://github.com/LMDB/lmdb/archive/LMDB_%{version}.tar.gz
Source0: https://github.com/LMDB/lmdb/archive/LMDB_%{version}.tar.gz#/%{name}-LMDB_%{version}.tar.gz
Source1: lmdb.pc.in
BuildRequires: make
@ -122,6 +122,11 @@ popd
%changelog
* Thu May 07 2020 Radovan Sroka <rsroka@redhat.com> - 0.9.24-1
- RHEL 8.3.0 ERRATUM
- rebase to 0.9.24
- Resolves: rhbz#1817421
* Tue Jun 18 2019 Radovan Sroka <rsroka@redhat.com> - 0.9.23-5
- fixed resolves from RPMDIFF
- fixed some covscan issues