Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-leveldb for openSUSE:Factory 
checked in at 2021-07-27 14:32:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-leveldb (Old)
 and      /work/SRC/openSUSE:Factory/.python-leveldb.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-leveldb"

Tue Jul 27 14:32:13 2021 rev:6 rq:908537 version:0.201

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-leveldb/python-leveldb.changes    
2020-06-11 10:17:07.177550146 +0200
+++ /work/SRC/openSUSE:Factory/.python-leveldb.new.1899/python-leveldb.changes  
2021-07-27 14:32:35.807452328 +0200
@@ -1,0 +2,5 @@
+Mon Jul 26 14:41:33 UTC 2021 - Andreas Schwab <sch...@suse.de>
+
+- leveldb-atomic.patch: Enable use of <cstdatomic> on modern platforms
+
+-------------------------------------------------------------------

New:
----
  leveldb-atomic.patch

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

Other differences:
------------------
++++++ python-leveldb.spec ++++++
--- /var/tmp/diff_new_pack.ZPmxB8/_old  2021-07-27 14:32:36.451451692 +0200
+++ /var/tmp/diff_new_pack.ZPmxB8/_new  2021-07-27 14:32:36.451451692 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-leveldb
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 Group:          Development/Languages/Python
 URL:            http://code.google.com/p/py-leveldb/
 Source:         
https://files.pythonhosted.org/packages/source/l/leveldb/leveldb-%{version}.tar.gz
+Patch:          leveldb-atomic.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
@@ -38,6 +39,7 @@
 
 %prep
 %setup -q -n leveldb-%{version}
+%patch -p1
 chmod -x README
 
 %build

++++++ leveldb-atomic.patch ++++++
Index: leveldb-0.201/setup.py
===================================================================
--- leveldb-0.201.orig/setup.py
+++ leveldb-0.201/setup.py
@@ -37,6 +37,7 @@ elif system == 'Linux':
         '-Wall',
         '-DOS_LINUX',
         '-DLEVELDB_PLATFORM_POSIX',
+        '-DLEVELDB_ATOMIC_PRESENT',
     ]
 else:
     sys.stderr.write("Don't know how to compile leveldb for %s!\n" % system)

Reply via email to