Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package apache-arrow for openSUSE:Factory checked in at 2024-01-12 23:46:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apache-arrow (Old) and /work/SRC/openSUSE:Factory/.apache-arrow.new.21961 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-arrow" Fri Jan 12 23:46:14 2024 rev:7 rq:1138300 version:14.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/apache-arrow/apache-arrow.changes 2023-11-14 21:42:33.447564693 +0100 +++ /work/SRC/openSUSE:Factory/.apache-arrow.new.21961/apache-arrow.changes 2024-01-12 23:46:35.761165590 +0100 @@ -1,0 +2,5 @@ +Thu Jan 11 20:27:13 UTC 2024 - pgaj...@suse.com + +- disable some tests for s390x [bsc#1218592] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apache-arrow.spec ++++++ --- /var/tmp/diff_new_pack.KH9s9Z/_old 2024-01-12 23:46:36.469191504 +0100 +++ /var/tmp/diff_new_pack.KH9s9Z/_new 2024-01-12 23:46:36.469191504 +0100 @@ -1,7 +1,7 @@ # # spec file for package apache-arrow # -# 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 @@ -331,7 +331,11 @@ %ctest --label-regex unittest || true export GTEST_FILTER=*:-${GTEST_failing} fi -%ctest --label-regex unittest +%ifarch s390x +# bsc#1218592 +exclude_regex='--exclude-regex (arrow-dataset-file-parquet-test|parquet-internals-test|parquet-reader-test|parquet-arrow-test|parquet-arrow-internals-test|parquet-encryption-test|arquet-encryption-key-management-test)' +%endif +%ctest --label-regex unittest $exclude_regex popd %endif