Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package foot for openSUSE:Factory checked in at 2021-08-28 22:29:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/foot (Old) and /work/SRC/openSUSE:Factory/.foot.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "foot" Sat Aug 28 22:29:46 2021 rev:5 rq:914819 version:1.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/foot/foot.changes 2021-07-18 23:45:21.178859660 +0200 +++ /work/SRC/openSUSE:Factory/.foot.new.1899/foot.changes 2021-08-28 22:30:06.246037693 +0200 @@ -1,0 +2,29 @@ +Sat Aug 28 18:20:45 UTC 2021 - Arnav Singh <[email protected]> + +- Revert to the 1.8.x behavior of installing terminfos + under /usr/share/terminfo + * The custom terminfos have been renamed to foot-suse and foot-direct-suse + so that they don't conflict with terminfo-base's. + * The default value of TERM is "foot-suse" if it has not been overridden + via term in the config file. + +------------------------------------------------------------------- +Fri Aug 27 22:17:48 UTC 2021 - Arnav Singh <[email protected]> + +- Update to 1.9.0: + * foot.ini options: + * include directives for including files now expand ~ in the path. + * New uri.uri-characters option to customize what characters are considered + to be part of a URL. + * If using a compositor with client-side decorations, the CSDs now show + window titles. + * foot's terminfo file is now installed under /usr/share/foot/terminfo + so as to not conflict with terminfo-base's version of the file + under /usr/share/terminfo. foot also sets the TERMINFO env var on + the program to /usr/share/foot/terminfo so that the program prefers to + use the file in this directory instead of terminfo-base's version. + This is because terminfo-base's version does not expose all the capabilities + that foot supports. + * See https://codeberg.org/dnkl/foot/releases/tag/1.9.0 for more details. + +------------------------------------------------------------------- Old: ---- foot-1.8.2.tar.gz New: ---- foot-1.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ foot.spec ++++++ --- /var/tmp/diff_new_pack.95jXZ6/_old 2021-08-28 22:30:06.846038360 +0200 +++ /var/tmp/diff_new_pack.95jXZ6/_new 2021-08-28 22:30:06.846038360 +0200 @@ -17,13 +17,13 @@ Name: foot -Version: 1.8.2 +Version: 1.9.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 -BuildRequires: meson >= 0.53 +BuildRequires: meson >= 0.54 BuildRequires: pkgconfig BuildRequires: scdoc BuildRequires: pkgconfig(fcft) < 3.0.0 @@ -46,11 +46,13 @@ %autosetup -n %{name} %build -%meson -Db_lto=true +%meson -Db_lto=true -Ddefault-terminfo=foot-suse '-Dcustom-terminfo-install-location=%{_datadir}/terminfo' %meson_build %install %meson_install +mv %{buildroot}/%{_datadir}/terminfo/f/foot %{buildroot}/%{_datadir}/terminfo/f/foot-suse +mv %{buildroot}/%{_datadir}/terminfo/f/foot-direct %{buildroot}/%{_datadir}/terminfo/f/foot-direct-suse %files %license LICENSE @@ -62,11 +64,11 @@ %{_datadir}/bash-completion/ %{_datadir}/doc/%{name}/ %{_datadir}/fish/ +%{_datadir}/terminfo/f/foot-suse +%{_datadir}/terminfo/f/foot-direct-suse %{_datadir}/zsh/ %{_datadir}/%{name}/ %{_datadir}/icons/hicolor/ -%{_datadir}/terminfo/f/foot -%{_datadir}/terminfo/f/foot-direct %{_mandir}/man1/foot.1.gz %{_mandir}/man1/footclient.1.gz %{_mandir}/man5/foot.ini.5.gz ++++++ foot-1.8.2.tar.gz -> foot-1.9.0.tar.gz ++++++ ++++ 4381 lines of diff (skipped)
