Upgrade to version 0.9.24
This commit is contained in:
parent
5b44a49522
commit
cb6e24c0eb
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/LMDB_0.9.21.tar.gz
|
/LMDB_0.9.21.tar.gz
|
||||||
/LMDB_0.9.22.tar.gz
|
/LMDB_0.9.22.tar.gz
|
||||||
/LMDB_0.9.23.tar.gz
|
/LMDB_0.9.23.tar.gz
|
||||||
|
/LMDB_0.9.24.tar.gz
|
||||||
|
15
lmdb.spec
15
lmdb.spec
@ -2,8 +2,8 @@
|
|||||||
%global archive_path libraries/lib%{name}
|
%global archive_path libraries/lib%{name}
|
||||||
|
|
||||||
Name: lmdb
|
Name: lmdb
|
||||||
Version: 0.9.23
|
Version: 0.9.24
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Memory-mapped key-value database
|
Summary: Memory-mapped key-value database
|
||||||
|
|
||||||
License: OpenLDAP
|
License: OpenLDAP
|
||||||
@ -11,8 +11,8 @@ 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
|
||||||
Source1: lmdb.pc.in
|
Source1: lmdb.pc.in
|
||||||
# Patch description in the corresponding file
|
# Patch description in the corresponding file
|
||||||
Patch0: lmdb-make.patch
|
Patch0: lmdb-make.patch
|
||||||
Patch1: lmdb-s390-check.patch
|
Patch1: lmdb-s390-check.patch
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -49,9 +49,7 @@ The %{name}-doc package contains automatically generated documentation for %{nam
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-LMDB_%{version}
|
%autosetup -p1 -n %{name}-LMDB_%{version}
|
||||||
%patch0 -p1 -b .make
|
|
||||||
%patch1 -p1 -b .s390-check
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -118,6 +116,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 24 2020 Jan Staněk <jstanek@redhat.com> - 0.9.24-1
|
||||||
|
- Upgrade to version 0.9.24
|
||||||
|
|
||||||
* Thu Jan 30 2020 Tom Stellard <tstellar@redhat.com> - 0.9.23-5
|
* Thu Jan 30 2020 Tom Stellard <tstellar@redhat.com> - 0.9.23-5
|
||||||
- Use make_build macro
|
- Use make_build macro
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (LMDB_0.9.23.tar.gz) = 47466a96ce288d18d489acf1abf811aa973649848a4cac31f71e1f25ea781a055ebd6616d2d630214b2df2f146f12609c82d65be0196f49d6b46a6c96464e120
|
SHA512 (LMDB_0.9.24.tar.gz) = c3a96c27f13c072ef5861bcea045d82f0a220dbd938579411ea6c38ac0696b3620c71f1e2cc56d31db5105f3533da95aba1ac34653d8bdcfa4f2f1fb831cccb1
|
||||||
|
Loading…
Reference in New Issue
Block a user