Upgrade to version 0.9.29
This commit is contained in:
parent
c58b2679b2
commit
9727aecdad
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/LMDB_0.9.26.tar.gz
|
||||
/LMDB_0.9.27.tar.gz
|
||||
/LMDB_0.9.28.tar.gz
|
||||
/LMDB_0.9.29.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: lmdb
|
||||
Version: 0.9.28
|
||||
Version: 0.9.29
|
||||
Release: 1%{?dist}
|
||||
Summary: Memory-mapped key-value database
|
||||
License: OpenLDAP
|
||||
@ -9,7 +9,7 @@ URL: http://symas.com/mdb
|
||||
%global forgeurl https://git.openldap.org/openldap/openldap
|
||||
%global tag LMDB_%{version}
|
||||
# Tag checkout includes commit in archive name
|
||||
%global commit 51a29155e1609f325e4155556f242bc58b7d8287
|
||||
%global commit 8ad7be2510414b9506ec9f9e24f24d04d9b04a1a
|
||||
# The files themselves are in several subdirectories and need to be prefixed wit this.
|
||||
%global archive_path libraries/lib%{name}
|
||||
|
||||
@ -122,6 +122,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 17 2021 Jan Staněk <jstanek@redhat.com> - 0.9.29-1
|
||||
- Upgrade to version 0.9.29
|
||||
|
||||
* Mon Feb 08 2021 Jan Staněk <jstanek@redhat.com> - 0.9.28-1
|
||||
- Upgrade to version 0.9.28
|
||||
- Specfile refactoring
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (LMDB_0.9.28.tar.gz) = 5125a8f19483ca727237932b68f4832832df3aff0c3999d2f5d76cf8b9719a785d97b06ca0fa9262fdf03a5c94f2261cb0250cc26a6d0101410dd411f25753b1
|
||||
SHA512 (LMDB_0.9.29.tar.gz) = f75d5751ed97c1b7f982379988719f566efbf8df2d4c8894764f49c2eb926e3918844bc1e7d88e8b278e1c949ad75940f2404816ce345e74cf94d36645143b05
|
||||
|
Loading…
Reference in New Issue
Block a user