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-10-15 23:04:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/foot (Old)
 and      /work/SRC/openSUSE:Factory/.foot.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "foot"

Fri Oct 15 23:04:02 2021 rev:8 rq:925295 version:1.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/foot/foot.changes        2021-10-05 
22:34:15.530911762 +0200
+++ /work/SRC/openSUSE:Factory/.foot.new.1890/foot.changes      2021-10-15 
23:04:29.802120268 +0200
@@ -1,0 +2,8 @@
+Thu Oct 14 21:01:16 UTC 2021 - Arnav Singh <opens...@arnavion.dev>
+
+- Fix default TERM to be "foot" and not "foot-extra" as was intended.
+
+- Add dependency on terminfo package since that is the package that ships
+  ncurses upstream's terminfo for foot, not terminfo-base.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ foot.spec ++++++
--- /var/tmp/diff_new_pack.NF61jQ/_old  2021-10-15 23:04:30.178120536 +0200
+++ /var/tmp/diff_new_pack.NF61jQ/_new  2021-10-15 23:04:30.178120536 +0200
@@ -23,6 +23,7 @@
 License:        MIT
 URL:            https://codeberg.org/dnkl/foot
 Source0:        %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Requires:       terminfo
 BuildRequires:  meson >= 0.54
 BuildRequires:  pkgconfig
 BuildRequires:  scdoc
@@ -56,12 +57,13 @@
 %autosetup -n %{name}
 
 %build
-%meson -Db_lto=true -Ddefault-terminfo=foot-extra
+%meson -Db_lto=true
 %meson_build
 
 %install
 %meson_install
-mv %{buildroot}/%{_datadir}/terminfo/f/foot-extra-direct 
%{buildroot}/%{_datadir}/terminfo/f/foot-direct-extra
+mv %{buildroot}/%{_datadir}/terminfo/f/foot 
%{buildroot}/%{_datadir}/terminfo/f/foot-extra
+mv %{buildroot}/%{_datadir}/terminfo/f/foot-direct 
%{buildroot}/%{_datadir}/terminfo/f/foot-direct-extra
 
 %files
 %license LICENSE

Reply via email to