Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gst123 for openSUSE:Factory checked in at 2026-03-08 17:27:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gst123 (Old) and /work/SRC/openSUSE:Factory/.gst123.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gst123" Sun Mar 8 17:27:03 2026 rev:3 rq:1337480 version:0.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gst123/gst123.changes 2023-08-31 13:52:06.993945303 +0200 +++ /work/SRC/openSUSE:Factory/.gst123.new.8177/gst123.changes 2026-03-08 17:27:36.152574589 +0100 @@ -1,0 +2,5 @@ +Sun Mar 8 08:32:11 UTC 2026 - Luigi Baldoni <[email protected]> + +- Add gst123-termios_fix.patch to fix gcc15 build + +------------------------------------------------------------------- New: ---- gst123-termios_fix.patch ----------(New B)---------- New: - Add gst123-termios_fix.patch to fix gcc15 build ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gst123.spec ++++++ --- /var/tmp/diff_new_pack.lY7sRn/_old 2026-03-08 17:27:36.800601204 +0100 +++ /var/tmp/diff_new_pack.lY7sRn/_new 2026-03-08 17:27:36.804601369 +0100 @@ -1,7 +1,7 @@ # # spec file for package gst123 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # Copyright (c) 2012-2013 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -26,6 +26,8 @@ URL: https://space.twc.de/~stefan/gst123.php Source: https://github.com/swesterfeld/gst123/releases/download/%{version}/%{name}-%{version}.tar.bz2 Source1: gst123.desktop +# PATCH-FIX-UPSTREAM gst123-termios_fix.patch +Patch0: gst123-termios_fix.patch BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: update-desktop-files ++++++ gst123-termios_fix.patch ++++++ Description: terminal.h: include headers for termios Author: أحمد المحمودي (Ahmed El-Mahmoudy) <[email protected]> Bug-Debian: https://bugs.debian.org/1121414 Forwarded: https://github.com/swesterfeld/gst123/pull/35 diff --git a/src/terminal.h b/src/terminal.h index 81898e2..ff45e3f 100644 --- a/src/terminal.h +++ b/src/terminal.h @@ -24,6 +24,8 @@ #include <vector> #include <string> #include <map> +#include <unistd.h> +#include <termios.h> #include "keyhandler.h" class Terminal
