Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lmdb for openSUSE:Factory checked in 
at 2023-02-07 18:47:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lmdb (Old)
 and      /work/SRC/openSUSE:Factory/.lmdb.new.4462 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lmdb"

Tue Feb  7 18:47:37 2023 rev:19 rq:1063407 version:0.9.29

Changes:
--------
--- /work/SRC/openSUSE:Factory/lmdb/lmdb.changes        2021-03-21 
23:20:26.968740883 +0100
+++ /work/SRC/openSUSE:Factory/.lmdb.new.4462/lmdb.changes      2023-02-07 
18:47:39.586672041 +0100
@@ -1,0 +2,5 @@
+Tue Jan 23 08:02:00 UTC 2023 - Alexander Kuznetsov <alx.ku...@gmail.com>
+- update to 0.9.29:
+  * lmdump is not creating lock files
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lmdb.spec ++++++
--- /var/tmp/diff_new_pack.8v6bIE/_old  2023-02-07 18:47:40.270675717 +0100
+++ /var/tmp/diff_new_pack.8v6bIE/_new  2023-02-07 18:47:40.290675825 +0100
@@ -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

++++++ 0001-Add-extra-tools-and-CFEngine-modifications-for-LMDB.patch ++++++
--- /var/tmp/diff_new_pack.8v6bIE/_old  2023-02-07 18:47:40.390676363 +0100
+++ /var/tmp/diff_new_pack.8v6bIE/_new  2023-02-07 18:47:40.418676513 +0100
@@ -97,7 +97,7 @@
 +    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);

Reply via email to