Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
932948b44b
!33 fix obsoletes in spec
From: @wangjiang37 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-12-12 08:29:41 +00:00
wangjiang
16f6917b02 fix obsoletes in spec 2022-12-12 15:45:01 +08:00
openeuler-ci-bot
6efd614973
!19 fix spec changelog date
From: @archlee 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-05-10 07:51:07 +00:00
mylee
549213003c fix spec changelog date 2022-05-10 10:52:44 +08:00
openeuler-ci-bot
c24d14a61f
!13 update license from OpenLDAP to OLDAP-2.8
From: @renxichen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-04-14 12:26:22 +00:00
rwx403335
4e31d4a746 update license from OpenLDAP to OLDAP-2.8 2022-04-14 17:53:12 +08:00
openeuler-ci-bot
5fc2c19f7f !4 remove useless yaml file
Merge pull request !4 from LeoFang/openEuler-20.03-LTS
2020-08-13 14:47:38 +08:00
Leo Fang
33682584f4 remove useless yaml file 2020-08-13 14:29:13 +08:00
openeuler-ci-bot
a872bc45d0 !3 Upgrade to version 0.9.24 and add yaml file in LTS
Merge pull request !3 from LeoFang/openEuler-20.03-LTS
2020-08-05 10:15:40 +08:00
Leo Fang
29e81f96aa Upgrade to version 0.9.24 and add yaml file for lmdb 2020-08-04 11:01:58 +08:00
5 changed files with 22 additions and 11 deletions

Binary file not shown.

BIN
LMDB_0.9.24.tar.gz Normal file

Binary file not shown.

View File

@ -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 =

View File

@ -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

View File

@ -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