Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package leveldb for openSUSE:Factory checked 
in at 2024-01-21 23:07:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/leveldb (Old)
 and      /work/SRC/openSUSE:Factory/.leveldb.new.16006 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "leveldb"

Sun Jan 21 23:07:52 2024 rev:15 rq:1139905 version:1.23

Changes:
--------
--- /work/SRC/openSUSE:Factory/leveldb/leveldb.changes  2023-03-09 
17:45:04.450695272 +0100
+++ /work/SRC/openSUSE:Factory/.leveldb.new.16006/leveldb.changes       
2024-01-21 23:08:08.829048068 +0100
@@ -1,0 +2,5 @@
+Thu Jan 11 18:08:20 UTC 2024 - pgaj...@suse.com
+
+- disable autocompact_test [bsc#1218597]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ leveldb.spec ++++++
--- /var/tmp/diff_new_pack.6B1sKX/_old  2024-01-21 23:08:09.541074024 +0100
+++ /var/tmp/diff_new_pack.6B1sKX/_new  2024-01-21 23:08:09.541074024 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package leveldb
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -99,7 +99,12 @@
 
 %check
 %define __builddir build_static
-%ctest
+%ifarch s390x
+# bsc#1218597
+exclude_regex='--exclude-regex autocompact_test'
+%endif
+eclude_regex='--exclude-regex "(autocompact_test|db_test)"'
+%ctest $exclude_regex
 
 %post   -n %{lib_name} -p /sbin/ldconfig
 %postun -n %{lib_name} -p /sbin/ldconfig

Reply via email to