diff --git a/.gitignore b/.gitignore index b30730a..0d7b90e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/LMDB_0.9.23.tar.gz +SOURCES/lmdb-LMDB_0.9.24.tar.gz diff --git a/.lmdb.metadata b/.lmdb.metadata index 9a73c04..7012ac6 100644 --- a/.lmdb.metadata +++ b/.lmdb.metadata @@ -1 +1 @@ -801e97190ab68fdceb6daf5fc623f9c3c29d4b4a SOURCES/LMDB_0.9.23.tar.gz +76f4bc1827474403a78e5f8eb225233d67144286 SOURCES/lmdb-LMDB_0.9.24.tar.gz diff --git a/SPECS/lmdb.spec b/SPECS/lmdb.spec index 96b5612..0cd9d8d 100644 --- a/SPECS/lmdb.spec +++ b/SPECS/lmdb.spec @@ -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 - 0.9.24-1 +- RHEL 8.3.0 ERRATUM +- rebase to 0.9.24 +- Resolves: rhbz#1817421 + * Tue Jun 18 2019 Radovan Sroka - 0.9.23-5 - fixed resolves from RPMDIFF - fixed some covscan issues