Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
946014a489
!35 update to 0.9.31
From: @dillon_chen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2023-07-13 09:49:49 +00:00
dillon_chen
8cc39ec7b9 update ot 0.9.31 2023-07-13 15:46:28 +08:00
openeuler-ci-bot
7b2a1f03b8
!34 支持指定 CC 编译
From: @jammyjellyfish 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2023-07-13 07:36:17 +00:00
jammyjellyfish
ade2563a4e Support specify CC 2023-04-17 14:04:37 +08:00
openeuler-ci-bot
8173bc6b59
!31 [sync] PR-28: fix obsoletes in spec
From: @openeuler-sync-bot 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-12-12 08:30:04 +00:00
wangjiang
c0a3f1aac4 fix obsoletes in spec
(cherry picked from commit fb3a9c34d85c4b90ff626530751094da343128f7)
2022-12-12 15:32:58 +08:00
openeuler-ci-bot
2db0fff49f
!27 [sync] PR-26: upgrade version to 0.9.30
From: @openeuler-sync-bot 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-11-17 02:50:31 +00:00
wangjiang
faca8b0d56 upgrade version to 0.9.30
(cherry picked from commit 3844d960fa142c99465e81367cfae730ce143164)
2022-11-07 09:32:01 +08:00
openeuler-ci-bot
04c037e510
!15 fix spec changelog date
From: @archlee 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-05-10 07:50:57 +00:00
mylee
00faa4215a fix spec changelog date 2022-05-10 10:44:51 +08:00
4 changed files with 35 additions and 8 deletions

Binary file not shown.

BIN
LMDB_0.9.31.tar.gz Normal file

Binary file not shown.

View File

@ -1,7 +1,6 @@
%global commit_hash 8ad7be2510414b9506ec9f9e24f24d04d9b04a1a
Name: lmdb
Version: 0.9.29
Release: 2
Version: 0.9.31
Release: 1
Summary: An extraordinarily fast, memory-efficient database
License: OLDAP-2.8
URL: http://symas.com/lmdb/
@ -12,9 +11,10 @@ BuildRequires: gcc, make, doxygen,
Patch0: lmdb-make.patch
Patch1: lmdb-s390-check.patch
Patch2: support-specify-cc.patch
Provides: %{name}-libs
Obsoletes: %{name}-libs
Obsoletes: %{name}-libs < %{version}-%{release}
%description
Symas LMDB is an extraordinarily fast, memory-efficient database
@ -33,7 +33,7 @@ that use %{name}
%package_help
%prep
%autosetup -n openldap-LMDB_%{version}-%{commit_hash} -p1
%autosetup -n openldap-LMDB_%{version} -p1
%build
pushd libraries/lib%{name}
@ -89,6 +89,21 @@ popd
%license libraries/lib%{name}/LICENSE
%changelog
* Thu Jul 13 2023 dillon chen <dillon.chen@gmail.com> - 0.9.31-1
- upgrade version to 0.9.31
* Mon Apr 17 2023 jammyjellyfish <jammyjellyfish255@outlook.com> - 0.9.30-3
- Support specify CC
* Fri Nov 25 2022 wangjiang <wangjiang37@h-partners.com> - 0.9.30-2
- fix obsoletes in spec
* Fri Nov 04 2022 wangjiang <wangjiang37@h-partners.com> - 0.9.30-1
- upgrade version to 0.9.30
* Tue May 10 2022 mylee <liweiganga@uniontech.com> - 0.9.29-3
- fix spec changelog date
* Thu Apr 14 2022 renhongxun <renhongxun@h-partners.com> - 0.9.29-2
- update license from openLDAP to OLDAP-2.8
@ -98,12 +113,12 @@ popd
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.9.27-2
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
* Tue Jan 26 2021 liudabo<liudabo1@huawei.com> - 0.9.27-1
* Tue Jan 26 2021 liudabo <liudabo1@huawei.com> - 0.9.27-1
- upgrade version to 0.9.27
* Thu Jul 28 2020 xinghe<xinghe1@huawei.com> - 0.9.25-1
* Tue Jul 28 2020 xinghe <xinghe1@huawei.com> - 0.9.25-1
- update version to 0.9.25
* Fri Sep 20 2019 caomeng<caomeng5@huawei.com> - 0.9.22-4
* Fri Sep 20 2019 caomeng <caomeng5@huawei.com> - 0.9.22-4
- Package init

12
support-specify-cc.patch Normal file
View File

@ -0,0 +1,12 @@
diff -up openldap-LMDB_0.9.30-d87d682b6db9c04c1bee34e5cadbbcae4e6d9a67/libraries/liblmdb/Makefile.orig2 openldap-LMDB_0.9.30-d87d682b6db9c04c1bee34e5cadbbcae4e6d9a67/libraries/liblmdb/Makefile
--- openldap-LMDB_0.9.30-d87d682b6db9c04c1bee34e5cadbbcae4e6d9a67/libraries/liblmdb/Makefile.orig2 2023-04-17 13:58:34.001243208 +0800
+++ openldap-LMDB_0.9.30-d87d682b6db9c04c1bee34e5cadbbcae4e6d9a67/libraries/liblmdb/Makefile 2023-04-17 14:01:51.153795000 +0800
@@ -18,7 +18,7 @@
# There may be other macros in mdb.c of interest. You should
# read mdb.c before changing any of them.
#
-CC = gcc
+CC ?= gcc
AR = ar
W = -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized
THREADS = -pthread