Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package freerdp for openSUSE:Factory checked in at 2026-04-15 16:06:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/freerdp (Old) and /work/SRC/openSUSE:Factory/.freerdp.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "freerdp" Wed Apr 15 16:06:13 2026 rev:99 rq:1347080 version:3.24.1 Changes: -------- --- /work/SRC/openSUSE:Factory/freerdp/freerdp.changes 2026-04-11 22:32:31.007464457 +0200 +++ /work/SRC/openSUSE:Factory/.freerdp.new.21863/freerdp.changes 2026-04-15 16:14:31.423548904 +0200 @@ -1,0 +2,5 @@ +Tue Apr 14 20:41:44 UTC 2026 - Dennis Duda <[email protected]> + +- Build with SDL3 instead of SDL2 on Tumbleweed + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ freerdp.spec ++++++ --- /var/tmp/diff_new_pack.aWngZW/_old 2026-04-15 16:14:32.123577511 +0200 +++ /var/tmp/diff_new_pack.aWngZW/_new 2026-04-15 16:14:32.127577675 +0200 @@ -28,6 +28,7 @@ %endif %if 0%{?suse_version} >= 1699 %global _with_sso_mib 1 +%global _with_sdl3 1 %endif %global _with_gss 1 @@ -87,9 +88,13 @@ BuildRequires: pkgconfig(openssl) %{?_with_soxr:BuildRequires: pkgconfig(soxr)} BuildRequires: xmlto -# Upstream use SDL3, but SDL3 does not exist in Leap and SDL3_ttf does not exists in Leap and Tumbleweed. +%if 0%{?_with_sdl3} +BuildRequires: pkgconfig(sdl3) +BuildRequires: pkgconfig(sdl3-ttf) +%else BuildRequires: pkgconfig(SDL2_ttf) BuildRequires: pkgconfig(sdl2) +%endif %{?_with_sso_mib:BuildRequires: pkgconfig(sso-mib)} BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-scanner)
