Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package PrusaSlicer for openSUSE:Factory checked in at 2025-10-29 21:07:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/PrusaSlicer (Old) and /work/SRC/openSUSE:Factory/.PrusaSlicer.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "PrusaSlicer" Wed Oct 29 21:07:56 2025 rev:52 rq:1314294 version:2.9.3 Changes: -------- --- /work/SRC/openSUSE:Factory/PrusaSlicer/PrusaSlicer.changes 2025-10-10 17:09:30.021626277 +0200 +++ /work/SRC/openSUSE:Factory/.PrusaSlicer.new.1980/PrusaSlicer.changes 2025-10-29 21:09:24.801577896 +0100 @@ -1,0 +2,11 @@ +Wed Oct 29 09:17:09 UTC 2025 - Ben Greiner <[email protected]> + +- Revert RISC-V exclusion + +------------------------------------------------------------------- +Mon Oct 27 11:08:34 UTC 2025 - Martin Jambor <[email protected]> + +- Adjust the _constraints file to reflect the actual resource + requirements to build on RISC-V. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ PrusaSlicer.spec ++++++ --- /var/tmp/diff_new_pack.aRj0ke/_old 2025-10-29 21:09:25.765618421 +0100 +++ /var/tmp/diff_new_pack.aRj0ke/_new 2025-10-29 21:09:25.765618421 +0100 @@ -114,8 +114,8 @@ BuildRequires: pkgconfig(wayland-egl) BuildRequires: pkgconfig(webkit2gtk-4.1) Requires: noto-sans-fonts -# Cannot allocate memory to build, or needs way too much resources -ExcludeArch: %{ix86} %riscv +# Cannot allocate memory to build +ExcludeArch: %{ix86} %description PrusaSlicer takes 3D models (STL, OBJ, AMF) and converts them into G-code ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.aRj0ke/_old 2025-10-29 21:09:25.849621952 +0100 +++ /var/tmp/diff_new_pack.aRj0ke/_new 2025-10-29 21:09:25.853622120 +0100 @@ -8,5 +8,18 @@ <size unit="G">16</size> </physicalmemory> </hardware> + <overwrite> + <conditions> + <arch>riscv64</arch> + </conditions> + <hardware> + <disk> + <size unit="G">30</size> + </disk> + <memory> + <size unit="G">21</size> + </memory> + </hardware> + </overwrite> </constraints>
