Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rioterm for openSUSE:Factory checked in at 2026-01-26 11:02:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rioterm (Old) and /work/SRC/openSUSE:Factory/.rioterm.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rioterm" Mon Jan 26 11:02:53 2026 rev:29 rq:1328977 version:0.2.37 Changes: -------- --- /work/SRC/openSUSE:Factory/rioterm/rioterm.changes 2025-12-27 11:29:34.997361740 +0100 +++ /work/SRC/openSUSE:Factory/.rioterm.new.1928/rioterm.changes 2026-01-26 11:03:25.540762514 +0100 @@ -1,0 +2,9 @@ +Fri Jan 16 20:35:40 UTC 2026 - Scott Bradnick <[email protected]> + +- Adding/adjusting the following for Leap 15.6/16.0 + * BuildRequires: rust-std >= 1.90 + * BuildRequires: cargo-vendor >= 1.90 + * gcc15 + * gcc15-c++ + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rioterm.spec ++++++ --- /var/tmp/diff_new_pack.CCQrEF/_old 2026-01-26 11:03:26.824816289 +0100 +++ /var/tmp/diff_new_pack.CCQrEF/_new 2026-01-26 11:03:26.828816457 +0100 @@ -1,7 +1,7 @@ # # spec file for package rioterm # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,11 +25,14 @@ Source0: rio-%{version}.tar.zst Source1: vendor.tar.zst Source99: %{name}-rpmlintrc -%if 0%{?suse_version} <= 1500 +%if 0%{?suse_version} <= 1500 || 0%{?suse_version} <= 1600 Group: System/X11/Terminals -BuildRequires: gcc14 -BuildRequires: gcc14-c++ +BuildRequires: cargo-vendor >= 1.90 +BuildRequires: gcc15 +BuildRequires: gcc15-c++ BuildRequires: libstdc++-devel +BuildRequires: libstdc++6-devel-gcc15 +BuildRequires: rust-std >= 1.90 %else BuildRequires: gcc-c++ %endif @@ -50,9 +53,9 @@ %setup -a1 -qn rio-%{version} %build -%if 0%{?suse_version} <= 1500 -export CC=gcc-14 -export CXX=g++-14 +%if 0%{?suse_version} <= 1500 || 0%{?suse_version} <= 1600 +export CC=gcc-15 +export CXX=g++-15 %endif %{cargo_build} --no-default-features --features=x11,wayland
