SHA256
1
0
forked from pool/lmdb

Accepting request 1060606 from home:smithey:branches:openSUSE:Factory

- update to 0.9.29:
  * lmdump stop creating lock files

OBS-URL: https://build.opensuse.org/request/show/1060606
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/lmdb?expand=0&rev=40
This commit is contained in:
Klaus Kämpf 2023-02-06 12:00:48 +00:00 committed by Git OBS Bridge
parent cdff433e33
commit 93a32646c0
3 changed files with 7 additions and 2 deletions

View File

@ -97,7 +97,7 @@ index 000000000000..0e3ee4bb61c2
+ rc = mdb_env_create(&env);
+ if(rc) return report_error(rc);
+
+ rc = mdb_env_open(env, argv[2], MDB_NOSUBDIR, 0644);
+ rc = mdb_env_open(env, argv[2], MDB_NOSUBDIR | MDB_NOLOCK, 0644);
+ if(rc) return report_error(rc);
+
+ rc = mdb_txn_begin(env, NULL, MDB_RDONLY, &txn);

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 23 08:02:00 UTC 2023 - Alexander Kuznetsov <alx.kuzza@gmail.com>
- update to 0.9.29:
* lmdump is not creating lock files
-------------------------------------------------------------------
Fri Mar 19 21:04:06 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package lmdb
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed