Compare commits
10 Commits
193e2889d8
...
932948b44b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
932948b44b | ||
|
|
16f6917b02 | ||
|
|
6efd614973 | ||
|
|
549213003c | ||
|
|
c24d14a61f | ||
|
|
4e31d4a746 | ||
|
|
5fc2c19f7f | ||
|
|
33682584f4 | ||
|
|
a872bc45d0 | ||
|
|
29e81f96aa |
Binary file not shown.
BIN
LMDB_0.9.24.tar.gz
Normal file
BIN
LMDB_0.9.24.tar.gz
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
diff -up lmdb-LMDB_0.9.19/libraries/liblmdb/Makefile.orig lmdb-LMDB_0.9.19/libraries/liblmdb/Makefile
|
||||
--- lmdb-LMDB_0.9.19/libraries/liblmdb/Makefile.orig 2017-01-04 12:14:24.303344915 +0100
|
||||
+++ lmdb-LMDB_0.9.19/libraries/liblmdb/Makefile 2017-01-04 12:19:20.190295319 +0100
|
||||
diff -up lmdb-LMDB_0.9.24/libraries/liblmdb/Makefile lmdb-LMDB_0.9.24/libraries/liblmdb/Makefile
|
||||
--- lmdb-LMDB_0.9.24/libraries/liblmdb/Makefile 2017-01-04 12:14:24.303344915 +0100
|
||||
+++ lmdb-LMDB_0.9.24/libraries/liblmdb/Makefile 2017-01-04 12:19:20.190295319 +0100
|
||||
@@ -26,6 +26,7 @@ OPT = -O2 -g
|
||||
CFLAGS = $(THREADS) $(OPT) $(W) $(XCFLAGS)
|
||||
LDLIBS =
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
# The s390 architecture needs a pause before accessing the test DB.
|
||||
|
||||
diff -up lmdb-LMDB_0.9.17/libraries/liblmdb/Makefile.orig lmdb-LMDB_0.9.17/libraries/liblmdb/Makefile
|
||||
--- lmdb-LMDB_0.9.17/libraries/liblmdb/Makefile.orig 2015-12-03 09:21:35.621480706 +0100
|
||||
+++ lmdb-LMDB_0.9.17/libraries/liblmdb/Makefile 2015-12-03 09:22:10.069644210 +0100
|
||||
diff -up lmdb-LMDB_0.9.24/libraries/liblmdb/Makefile lmdb-LMDB_0.9.24/libraries/liblmdb/Makefile
|
||||
--- lmdb-LMDB_0.9.24/libraries/liblmdb/Makefile 2015-12-03 09:21:35.621480706 +0100
|
||||
+++ lmdb-LMDB_0.9.24/libraries/liblmdb/Makefile 2015-12-03 09:22:10.069644210 +0100
|
||||
@@ -57,7 +57,7 @@ clean:
|
||||
|
||||
test: all
|
||||
|
||||
21
lmdb.spec
21
lmdb.spec
@ -1,8 +1,8 @@
|
||||
Name: lmdb
|
||||
Version: 0.9.22
|
||||
Version: 0.9.24
|
||||
Release: 4
|
||||
Summary: An extraordinarily fast, memory-efficient database
|
||||
License: OpenLDAP
|
||||
License: OLDAP-2.8
|
||||
URL: http://symas.com/lmdb/
|
||||
Source0: https://github.com/LMDB/lmdb/archive/LMDB_%{version}.tar.gz
|
||||
Source1: lmdb.pc.in
|
||||
@ -13,7 +13,7 @@ Patch0: lmdb-make.patch
|
||||
Patch1: lmdb-s390-check.patch
|
||||
|
||||
Provides: %{name}-libs
|
||||
Obsoletes: %{name}-libs
|
||||
Obsoletes: %{name}-libs < %{version}-%{release}
|
||||
|
||||
%description
|
||||
Symas LMDB is an extraordinarily fast, memory-efficient database
|
||||
@ -91,6 +91,17 @@ popd
|
||||
%license libraries/lib%{name}/LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri Sep 20 2019 caomeng<caomeng5@huawei.com> - 0.9.22-4
|
||||
- Package init
|
||||
* Fri Nov 25 2022 wangjiang <wangjiang37@h-partners.com> - 0.9.24-4
|
||||
- fix obsoletes in spec
|
||||
|
||||
* Tue May 10 2022 <liweiganga@uniontech.com> - 0.9.24-3
|
||||
- fix spec changelog date
|
||||
|
||||
* Thu Apr 14 2022 renhongxun <renhongxun@h-partners.com> - 0.9.24-2
|
||||
- update license from OpenLDAP to OLDAP-2.8
|
||||
|
||||
* Tue Aug 04 2020 Leo Fang <leofang_94@163.com> - 0.9.24-1
|
||||
- Upgrade to version 0.9.24 and add yaml file for lmdb
|
||||
|
||||
* Fri Sep 20 2019 caomeng <caomeng5@huawei.com> - 0.9.22-4
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user