Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package foot for openSUSE:Factory checked in at 2022-02-06 23:54:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/foot (Old) and /work/SRC/openSUSE:Factory/.foot.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "foot" Sun Feb 6 23:54:28 2022 rev:13 rq:951810 version:1.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/foot/foot.changes 2021-12-09 19:46:20.213154271 +0100 +++ /work/SRC/openSUSE:Factory/.foot.new.1898/foot.changes 2022-02-06 23:55:42.554243302 +0100 @@ -1,0 +2,37 @@ +Sat Feb 5 23:01:59 UTC 2022 - Arnav Singh <opens...@arnavion.dev> + +- Update to 1.11.0: + * foot.ini options: + * Added mouse-bindings.selection-override-modifiers option to specify + which modifiers should be held to force selection and prevent + client applications from grabbing the mouse. + * scrollback.multiplier is now also applied in alternate-scroll mode. + The client receives multiple arrow key presses equal to + the multiplier instead of just one. + * key-bindings.clipboard-{copy,paste} now support + the XF86{Copy,Paste} keycodes. + * irc:// and ircs:// URLs are now auto-detected as URLs. + * Added support for reporting mouse coordinates in SGR-Pixels (1016) format. + * Added XTGETTCAP support for reporting the current terminfo to clients + that support it instead of needing the terminfo file installed, + say when ssh'ing to remote hosts. + * Added partial DECRQSS support so that clients can request + top and bottom margins (DECSTBM), graphic rendition (SGR) and + cursor style (DECSCUSR). + * Searching the scrollback now defaults to searching for + the previously-searched string. + * PaperColorDark and PaperColorLight themes have been renamed to + paper-color-dark and paper-color-light for consistency with other themes. + * foot will now try to change the locale to either C.UTF-8 or en_US.UTF-8 + on startup if it has been started with a non-UTF-8 locale. If it fails to + change the locale for any reason, it will show an error and not start + the shell / program it was supposed to. + * Pasting or dropping files on the alternate screen no longer quotes + the filename. + * Copying a line-based selection now includes a trailing newline. + * See https://codeberg.org/dnkl/foot/releases/tag/1.11.0 for more details. +- Patches: + * Add foot-tests-missing-deps.patch to add missing wayland-client dependency + to tests subdirectory, as discussed with upstream. + +------------------------------------------------------------------- Old: ---- foot-1.10.3.tar.gz New: ---- foot-1.11.0.tar.gz foot-tests-missing-deps.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ foot.spec ++++++ --- /var/tmp/diff_new_pack.RNzPzT/_old 2022-02-06 23:55:43.050239948 +0100 +++ /var/tmp/diff_new_pack.RNzPzT/_new 2022-02-06 23:55:43.050239948 +0100 @@ -1,7 +1,7 @@ # # spec file for package foot # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,20 @@ Name: foot -Version: 1.10.3 +Version: 1.11.0 Release: 0 Summary: A Wayland terminal emulator License: MIT URL: https://codeberg.org/dnkl/foot Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Patch0: foot-tests-missing-deps.patch Requires: terminfo BuildRequires: meson >= 0.54 BuildRequires: pkgconfig +BuildRequires: python3 BuildRequires: scdoc -BuildRequires: pkgconfig(fcft) < 3.0.0 -BuildRequires: pkgconfig(fcft) >= 2.5.0 +BuildRequires: pkgconfig(fcft) < 4.0.0 +BuildRequires: pkgconfig(fcft) >= 3.0.0 BuildRequires: pkgconfig(fontconfig) BuildRequires: pkgconfig(libutf8proc) BuildRequires: pkgconfig(pixman-1) @@ -54,7 +56,7 @@ take advantage of the files in this package. %prep -%autosetup -n %{name} +%autosetup -n %{name} -p1 %build %meson -Db_lto=true ++++++ foot-1.10.3.tar.gz -> foot-1.11.0.tar.gz ++++++ ++++ 10179 lines of diff (skipped) ++++++ foot-tests-missing-deps.patch ++++++ diff -urpN foot.orig/tests/meson.build foot/tests/meson.build --- foot.orig/tests/meson.build 2022-02-05 16:09:28.070754663 -0800 +++ foot/tests/meson.build 2022-02-05 16:09:46.739384271 -0800 @@ -3,6 +3,6 @@ config_test = executable( 'test-config.c', '../tokenize.c', wl_proto_headers, link_with: [common], - dependencies: [pixman, xkb, fontconfig, fcft, tllist]) + dependencies: [pixman, xkb, fontconfig, fcft, tllist, wayland_client]) test('config', config_test)