Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libtsm for openSUSE:Factory checked in at 2026-01-08 15:26:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libtsm (Old) and /work/SRC/openSUSE:Factory/.libtsm.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libtsm" Thu Jan 8 15:26:20 2026 rev:5 rq:1325804 version:4.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libtsm/libtsm.changes 2025-08-06 14:33:59.717800888 +0200 +++ /work/SRC/openSUSE:Factory/.libtsm.new.1928/libtsm.changes 2026-01-08 15:27:18.772770123 +0100 @@ -1,0 +2,14 @@ +Wed Dec 3 21:20:34 UTC 2025 - Adam Mizerski <[email protected]> + +- changed git repo to https://github.com/kmscon/libtsm +- update to 4.3.0 + - Add OSC 4, 10 and 11 support (only read color, not set it) + - Add a new API, tsm_screen_selection_word() to select a word at a given position +- update to 4.2.0: + - New features + - Add shift arrow keys + - Convert to Meson + - Bug fixes + - Meson: fix version-script + +------------------------------------------------------------------- Old: ---- v4.1.0.tar.gz New: ---- v4.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libtsm.spec ++++++ --- /var/tmp/diff_new_pack.aCGWDa/_old 2026-01-08 15:27:19.396796422 +0100 +++ /var/tmp/diff_new_pack.aCGWDa/_new 2026-01-08 15:27:19.396796422 +0100 @@ -1,7 +1,7 @@ # # spec file for package libtsm # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 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 @@ -19,18 +19,16 @@ %global sover 4 %global lname libtsm%{sover} Name: libtsm -Version: 4.1.0 +Version: 4.3.0 Release: 0 Summary: DEC-VT terminal emulator state machine License: LGPL-2.1-or-later AND MIT Group: Development/Libraries/C and C++ -URL: https://github.com/Aetf/libtsm -Source: https://github.com/Aetf/libtsm/archive/refs/tags/v%version.tar.gz -BuildRequires: cmake +URL: https://github.com/kmscon/libtsm +Source: https://github.com/kmscon/libtsm/archive/refs/tags/v%version.tar.gz +BuildRequires: meson BuildRequires: pkg-config -BuildRequires: xz -BuildRequires: pkgconfig(check) -BuildRequires: pkgconfig(xkbcommon) +BuildRequires: pkgconfig(xkbcommon) >= 0.5.0 %description TSM is a state machine for DEC VT100-VT520 compatible terminal @@ -69,11 +67,11 @@ %autosetup -p1 %build -%cmake -%make_build +%meson -Dtests=false +%meson_build %install -%cmake_install +%meson_install %ldconfig_scriptlets -n %{lname} @@ -86,5 +84,4 @@ %{_includedir}/libtsm.h %{_libdir}/libtsm.so %{_libdir}/pkgconfig/*.pc -%{_libdir}/cmake/ ++++++ v4.1.0.tar.gz -> v4.3.0.tar.gz ++++++ ++++ 2520 lines of diff (skipped)
