Upgrade to version 0.9.25
Use OpenLDAP git directly in place of GitHub mirror
This commit is contained in:
parent
7a769f7071
commit
25c05edb6b
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/LMDB_0.9.22.tar.gz
|
||||
/LMDB_0.9.23.tar.gz
|
||||
/LMDB_0.9.24.tar.gz
|
||||
/LMDB_0.9.25.tar.gz
|
||||
|
15
lmdb.spec
15
lmdb.spec
@ -1,14 +1,17 @@
|
||||
# The files themselves are in several subdirectories and need to be prefixed wit this.
|
||||
%global archive_path libraries/lib%{name}
|
||||
|
||||
# Archive from GitLab tag contains the commit hash in the top-level directory name
|
||||
%global commit_hash 6a1af27ff252f5a1b350fbb52b26275fee8ef605
|
||||
|
||||
Name: lmdb
|
||||
Version: 0.9.24
|
||||
Release: 3%{?dist}
|
||||
Version: 0.9.25
|
||||
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://git.openldap.org/openldap/openldap/-/archive/LMDB_%{version}.tar.gz
|
||||
Source1: lmdb.pc.in
|
||||
# Patch description in the corresponding file
|
||||
Patch0: lmdb-make.patch
|
||||
@ -49,7 +52,7 @@ The %{name}-doc package contains automatically generated documentation for %{nam
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-LMDB_%{version}
|
||||
%autosetup -p1 -n openldap-LMDB_%{version}-%{commit_hash}
|
||||
|
||||
|
||||
%build
|
||||
@ -117,6 +120,10 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 07 2020 Jan Staněk <jstanek@redhat.com> - 0.9.25-1
|
||||
- Upgrade to version 0.9.25
|
||||
- Use OpenLDAP git directly in place of GitHub mirror
|
||||
|
||||
* Mon Jun 15 2020 Jan Staněk <jstanek@redhat.com> - 0.9.24-3
|
||||
- Properly %%set_build_flags
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (LMDB_0.9.24.tar.gz) = c3a96c27f13c072ef5861bcea045d82f0a220dbd938579411ea6c38ac0696b3620c71f1e2cc56d31db5105f3533da95aba1ac34653d8bdcfa4f2f1fb831cccb1
|
||||
SHA512 (LMDB_0.9.25.tar.gz) = 847db7cf64ff5b2b92bb81d03a6d5a769356f60d722cad47a8dd8c8316355d9e08d9ae4ef0dbd4e47a852d2d26917d82481d8ff78666674ffafed27a680c97e9
|
||||
|
Loading…
Reference in New Issue
Block a user