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-03-25 21:09:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apache-arrow (Old) and /work/SRC/openSUSE:Factory/.apache-arrow.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-arrow" Mon Mar 25 21:09:02 2024 rev:11 rq:1160967 version:15.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/apache-arrow/apache-arrow.changes 2024-03-01 23:36:14.274831294 +0100 +++ /work/SRC/openSUSE:Factory/.apache-arrow.new.1905/apache-arrow.changes 2024-03-25 21:14:26.118923430 +0100 @@ -1,0 +2,13 @@ +Sat Mar 23 15:23:23 UTC 2024 - Ben Greiner <[email protected]> + +- Update to 15.0.2 + ## Bug Fixes + * [C++][Acero] Increase size of Acero TempStack (#40007) + * [C++][Dataset] Add missing Protobuf static link dependency + (#40015) + * [C++] Possible data race when reading metadata of a parquet + file (#40111) + * [C++] Make span SFINAE standards-conforming to enable + compilation with nvcc (#40253) + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/apache-arrow/python-pyarrow.changes 2024-03-01 23:36:14.290831873 +0100 +++ /work/SRC/openSUSE:Factory/.apache-arrow.new.1905/python-pyarrow.changes 2024-03-25 21:14:26.226927395 +0100 @@ -1,0 +2,9 @@ +Sat Mar 23 15:23:23 UTC 2024 - Ben Greiner <[email protected]> + +- Update to 15.0.2 + ## Bug Fixes + * [Python] Fix except clauses (#40387) + * [Python][CI] Skip failing test_dateutil_tzinfo_to_string + (#40486) + +------------------------------------------------------------------- Old: ---- apache-arrow-15.0.1.tar.gz arrow-testing-15.0.1.tar.gz parquet-testing-15.0.1.tar.gz New: ---- apache-arrow-15.0.2.tar.gz arrow-testing-15.0.2.tar.gz parquet-testing-15.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apache-arrow.spec ++++++ --- /var/tmp/diff_new_pack.5Iqyzg/_old 2024-03-25 21:14:27.818985851 +0100 +++ /var/tmp/diff_new_pack.5Iqyzg/_new 2024-03-25 21:14:27.818985851 +0100 @@ -26,7 +26,7 @@ # See git submodule /cpp/submodules/parquet-testing pointing to the correct revision %define parquet_testing_commit d69d979223e883faef9dc6fe3cf573087243c28a Name: apache-arrow -Version: 15.0.1 +Version: 15.0.2 Release: 0 Summary: A development platform for in-memory data License: Apache-2.0 AND BSD-3-Clause AND BSD-2-Clause AND MIT ++++++ python-pyarrow.spec ++++++ --- /var/tmp/diff_new_pack.5Iqyzg/_old 2024-03-25 21:14:27.850987026 +0100 +++ /var/tmp/diff_new_pack.5Iqyzg/_new 2024-03-25 21:14:27.854987173 +0100 @@ -19,7 +19,7 @@ %bcond_with xsimd %define plainpython python Name: python-pyarrow -Version: 15.0.1 +Version: 15.0.2 Release: 0 Summary: Python library for Apache Arrow License: Apache-2.0 AND BSD-3-Clause AND BSD-2-Clause AND MIT ++++++ apache-arrow-15.0.1.tar.gz -> apache-arrow-15.0.2.tar.gz ++++++ /work/SRC/openSUSE:Factory/apache-arrow/apache-arrow-15.0.1.tar.gz /work/SRC/openSUSE:Factory/.apache-arrow.new.1905/apache-arrow-15.0.2.tar.gz differ: char 27, line 1 ++++++ apache-arrow-pr40275-glog-0.7-2.patch ++++++ --- /var/tmp/diff_new_pack.5Iqyzg/_old 2024-03-25 21:14:27.918989522 +0100 +++ /var/tmp/diff_new_pack.5Iqyzg/_new 2024-03-25 21:14:27.922989669 +0100 @@ -1,7 +1,7 @@ From 32c44949e1d15295d84bd3d6a964ed4a320c5e48 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei <[email protected]> Date: Wed, 28 Feb 2024 22:56:41 +0900 -Subject: [PATCH] GH-40274: [C++] Add support for system glog 0.7 +Subject: [PATCH 1/2] GH-40274: [C++] Add support for system glog 0.7 --- .../{FindGLOG.cmake => FindglogAlt.cmake} | 20 +++++++++++++------ @@ -106,3 +106,26 @@ # ---------------------------------------------------------------------- +From e781cf04a3e0d8cb8de08412f4af60636c643ef2 Mon Sep 17 00:00:00 2001 +From: Sutou Kouhei <[email protected]> +Date: Thu, 29 Feb 2024 09:07:41 +0900 +Subject: [PATCH 2/2] Fix comment + +--- + cpp/cmake_modules/ThirdpartyToolchain.cmake | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/cpp/cmake_modules/ThirdpartyToolchain.cmake b/cpp/cmake_modules/ThirdpartyToolchain.cmake +index 1a63301ba2296..89ce697380eec 100644 +--- a/cpp/cmake_modules/ThirdpartyToolchain.cmake ++++ b/cpp/cmake_modules/ThirdpartyToolchain.cmake +@@ -115,7 +115,7 @@ if("${lz4_SOURCE}" STREQUAL "" AND NOT "${Lz4_SOURCE}" STREQUAL "") + set(lz4_SOURCE ${Lz4_SOURCE}) + endif() + +-# For backward compatibility. We use "glog_SOURCE" if "GLOG_SOURCE" ++# For backward compatibility. We use "GLOG_SOURCE" if "glog_SOURCE" + # isn't specified and "GLOG_SOURCE" is specified. + # We renamed "GLOG" dependency name to "glog" in 16.0.0 because + # upstream uses "glog" not "GLOG" as package name. + ++++++ arrow-testing-15.0.1.tar.gz -> arrow-testing-15.0.2.tar.gz ++++++ ++++ no output (probably identical) ++++++ parquet-testing-15.0.1.tar.gz -> parquet-testing-15.0.2.tar.gz ++++++ ++++ no output (probably identical)
