From 5b47b60be5ce5109b2e7169aca895974fc60da0559097bd193c31a3b2ee76282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Mon, 20 Mar 2023 08:49:30 +0000 Subject: [PATCH] Accepting request 1072912 from home:dirkmueller:Factory - update to 0.9.30: * LMDB page_split: key threshold depends on page size * avoid gcc optimization bug on sparc64 linux * - Mark infrequently used functions as cold * clear C_EOF on cursor with MDB_FIRST_DUP * Use sys/cachectl.h rather than asm/cachectl.h on mips OBS-URL: https://build.opensuse.org/request/show/1072912 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/lmdb?expand=0&rev=42 --- baselibs.conf | 2 +- lmdb.changes | 12 ++++++++++++ lmdb.spec | 4 ++-- openldap-LMDB_0.9.29.tar.gz | 3 --- openldap-LMDB_0.9.30.tar.gz | 3 +++ 5 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 openldap-LMDB_0.9.29.tar.gz create mode 100644 openldap-LMDB_0.9.30.tar.gz diff --git a/baselibs.conf b/baselibs.conf index ea37f7a..9b2c089 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -liblmdb-0_9_29 +liblmdb-0_9_30 diff --git a/lmdb.changes b/lmdb.changes index 94cf7d1..26b8854 100644 --- a/lmdb.changes +++ b/lmdb.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Mar 19 09:00:43 UTC 2023 - Dirk Müller + +- update to 0.9.30: + * LMDB page_split: key threshold depends on page + size + * avoid gcc optimization bug on sparc64 linux + * - Mark infrequently used functions as cold + * clear C_EOF on cursor with MDB_FIRST_DUP + * Use sys/cachectl.h rather than asm/cachectl.h on + mips + ------------------------------------------------------------------- Tue Jan 23 08:02:00 UTC 2023 - Alexander Kuznetsov - update to 0.9.29: diff --git a/lmdb.spec b/lmdb.spec index 0e3ab0a..07dcd4e 100644 --- a/lmdb.spec +++ b/lmdb.spec @@ -20,8 +20,8 @@ Name: lmdb Summary: Lightning Memory-Mapped Database Manager License: OLDAP-2.8 Group: Productivity/Databases/Tools -%define lname liblmdb-0_9_29 -Version: 0.9.29 +%define lname liblmdb-0_9_30 +Version: 0.9.30 Release: 0 URL: https://symas.com/mdb/ Source: https://git.openldap.org/openldap/openldap/-/archive/LMDB_%{version}/openldap-LMDB_%{version}.tar.gz diff --git a/openldap-LMDB_0.9.29.tar.gz b/openldap-LMDB_0.9.29.tar.gz deleted file mode 100644 index 2924734..0000000 --- a/openldap-LMDB_0.9.29.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4c668167a2d703ef91db733b4069b8b74dbc374405855be6626b45e2a7e2dd3 -size 144545 diff --git a/openldap-LMDB_0.9.30.tar.gz b/openldap-LMDB_0.9.30.tar.gz new file mode 100644 index 0000000..7afdb37 --- /dev/null +++ b/openldap-LMDB_0.9.30.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5a93ac3cc97427c54571ad5a6140b7469389d01e6d2f43df39f96d3a4ccef7 +size 145023