import lmdb-0.9.24-1.el8
This commit is contained in:
parent
4fa7fa854c
commit
2a1ab683c4
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/LMDB_0.9.23.tar.gz
|
||||
SOURCES/lmdb-LMDB_0.9.24.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
801e97190ab68fdceb6daf5fc623f9c3c29d4b4a SOURCES/LMDB_0.9.23.tar.gz
|
||||
76f4bc1827474403a78e5f8eb225233d67144286 SOURCES/lmdb-LMDB_0.9.24.tar.gz
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user