Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xtensor for openSUSE:Factory checked in at 2025-02-10 17:31:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xtensor (Old) and /work/SRC/openSUSE:Factory/.xtensor.new.19470 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xtensor" Mon Feb 10 17:31:27 2025 rev:3 rq:1244772 version:0.25.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xtensor/xtensor.changes 2024-01-29 22:33:33.867323496 +0100 +++ /work/SRC/openSUSE:Factory/.xtensor.new.19470/xtensor.changes 2025-02-10 18:37:56.878660791 +0100 @@ -1,0 +2,6 @@ +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 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xtensor.spec ++++++ --- /var/tmp/diff_new_pack.bb3Nx6/_old 2025-02-10 18:37:57.394682107 +0100 +++ /var/tmp/diff_new_pack.bb3Nx6/_new 2025-02-10 18:37:57.394682107 +0100 @@ -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,6 +16,7 @@ # +%{?sle15_python_module_pythons} Name: xtensor Version: 0.25.0 Release: 0 @@ -23,12 +24,14 @@ 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 Group: Development/Libraries/C and C++ @@ -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