Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vigra for openSUSE:Factory checked in at 2025-03-14 23:52:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vigra (Old) and /work/SRC/openSUSE:Factory/.vigra.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vigra" Fri Mar 14 23:52:49 2025 rev:39 rq:1253122 version:1.11.2 Changes: -------- --- /work/SRC/openSUSE:Factory/vigra/vigra.changes 2024-02-29 21:51:50.469254015 +0100 +++ /work/SRC/openSUSE:Factory/.vigra.new.19136/vigra.changes 2025-03-14 23:53:43.316703958 +0100 @@ -1,0 +2,8 @@ +Thu Mar 13 07:10:00 UTC 2025 - Atri Bhattacharya <[email protected]> + +- Add BuildRequires: python3-setuptools to fix builds against + python 3.13. +- Drop python support for i586 as it won't build against + python3.13 + numpy2 on these archs any more. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vigra.spec ++++++ --- /var/tmp/diff_new_pack.Ws8Ifk/_old 2025-03-14 23:53:43.904728420 +0100 +++ /var/tmp/diff_new_pack.Ws8Ifk/_new 2025-03-14 23:53:43.908728587 +0100 @@ -1,7 +1,7 @@ # # spec file for package vigra # -# 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 @@ -19,8 +19,12 @@ %if 0%{?suse_version} < 1600 %bcond_with numpy %else +%ifarch %{ix86} +%bcond_with numpy +%else %bcond_without numpy %endif +%endif #LEMON build doesn't work right now (shared library problem) %bcond_with lemon @@ -53,6 +57,7 @@ BuildRequires: libboost_python3-devel BuildRequires: python-rpm-macros BuildRequires: python3-numpy-devel +BuildRequires: python3-setuptools %endif %if %{with lemon} @@ -140,7 +145,7 @@ -DWITH_LEMON=0 %endif -make %{?_smp_mflags} +%cmake_build %install %cmake_install
