Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xtensor for openSUSE:Leap:16.0 checked in at 2025-05-28 11:25:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/xtensor (Old) and /work/SRC/openSUSE:Leap:16.0/.xtensor.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xtensor" Wed May 28 11:25:29 2025 rev:2 rq:1279416 version:0.26.0 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/xtensor/xtensor.changes 2025-03-19 12:01:23.570660727 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.xtensor.new.2732/xtensor.changes 2025-05-28 11:25:30.059480008 +0200 @@ -1,0 +2,27 @@ +Sun Mar 30 07:40:30 UTC 2025 - Matwey Kornilov <matwey.korni...@gmail.com> + +- Version 0.26.0 + - Adding the ability to enable memory overlap check in assignment to avoid + unneeded temporary memory allocation + - Pure xtensor FFT implementation + - Update for C++ 20 compatibility + - Fixed CI added OSX 13 and GCC 12 + - Fix compile issue with clang 19.1.1 + - Avoid warnings in compiler version checks + - Bump OSX Version 12 -> 13 to avoid deprecated environment + - Update gh-pages.yml + - Upgraded to xsimd 13.2.0 + - Added missing configuration key for RTD + - Code reorganization + - Adding fix for incorrect usage of xt::has_assign_conversion in xassig + - Upgraded to xtl 0.8.0 and C++17 + - Migrated to more recent compilers + - Fix for Clang19 + +------------------------------------------------------------------- +Fri Feb 7 15:42:31 UTC 2025 - Matwey Kornilov <matwey.korni...@gmail.com> + +- BuildRequires: python3-sphinx_rtd_theme to fix Factory build +- Use fdupes + +------------------------------------------------------------------- Old: ---- xtensor-0.25.0.tar.gz New: ---- xtensor-0.26.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xtensor.spec ++++++ --- /var/tmp/diff_new_pack.sUBMNA/_old 2025-05-28 11:25:30.311490719 +0200 +++ /var/tmp/diff_new_pack.sUBMNA/_new 2025-05-28 11:25:30.311490719 +0200 @@ -1,7 +1,7 @@ # # spec file for package xtensor # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,20 +16,23 @@ # +%{?sle15_python_module_pythons} Name: xtensor -Version: 0.25.0 +Version: 0.26.0 Release: 0 Summary: Multi-dimensional arrays with broadcasting and lazy computing License: BSD-3-Clause URL: https://github.com/xtensor-stack/xtensor Source0: https://github.com/xtensor-stack/xtensor/archive/refs/tags/%{version}/%{name}-%{version}.tar.gz +BuildRequires: %{python_module breathe} +BuildRequires: %{python_module sphinx_rtd_theme} BuildRequires: cmake BuildRequires: doctest-devel BuildRequires: doxygen +BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: make -BuildRequires: python3-breathe -BuildRequires: xtl-devel >= 0.7.5 +BuildRequires: xtl-devel >= 0.8.0 Group: Development/Libraries/C and C++ %description @@ -90,6 +93,9 @@ mkdir -p %{buildroot}/%{_docdir}/%{name} cp -r %{_builddir}/%{name}-%{version}/docs/build/html/* %{buildroot}/%{_docdir}/%{name} +%fdupes -s %{buildroot}/%{_docdir} +%fdupes %{buildroot}/%{_prefix} + %check %ctest ++++++ xtensor-0.25.0.tar.gz -> xtensor-0.26.0.tar.gz ++++++ ++++ 114797 lines of diff (skipped)