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-04-23 19:46:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/foot (Old)
 and      /work/SRC/openSUSE:Factory/.foot.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "foot"

Sat Apr 23 19:46:57 2022 rev:15 rq:972254 version:1.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/foot/foot.changes        2022-03-22 
19:39:38.567054826 +0100
+++ /work/SRC/openSUSE:Factory/.foot.new.1538/foot.changes      2022-04-23 
19:49:07.235208348 +0200
@@ -1,0 +2,25 @@
+Fri Apr 22 21:51:06 UTC 2022 - Arnav Singh <opens...@arnavion.dev>
+
+- Update to v1.12.0:
+  * foot.ini options:
+    * Added key-bindings.scrollback-home and .scrollback-end options.
+    * Added key-binding.show-urls-persistent option. This is similar to
+      show-urls-launch, but remains in URL mode after activating an URL.
+    * Added tweak.sixel option to allow disabling sixel support.
+    * Added csd.hide-when-maximized option to hide the CSD when maximized.
+  * Implemented socket activation support for foot --server, along with
+    sample systemd user session units.
+  * footclient now has a -E,--client-environment parameter to inherit
+    its environment from its parent process instead of the foot server.
+  * Implemented support for more terminal sequences.
+  * See https://codeberg.org/dnkl/foot/releases/tag/1.12.0 for more details.
+- Set all options and features explicitly instead of relying on auto-detection
+  to ensure build fails if dependencies change.
+- Upstream moved default foot.ini from $datadit/foot/foot.ini
+  to $sysconfdir/xdg/foot/foot.ini . Move it ourselves
+  to $distconfdir/xdg/foot/foot.ini in accordance with packaging guidelines
+  for new packages.
+- Patches:
+  * Drop foot-tests-missing-deps.patch
+
+-------------------------------------------------------------------

Old:
----
  foot-1.11.0.tar.gz
  foot-tests-missing-deps.patch

New:
----
  foot-1.12.0.tar.gz

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

Other differences:
------------------
++++++ foot.spec ++++++
--- /var/tmp/diff_new_pack.9owVYh/_old  2022-04-23 19:49:07.683208880 +0200
+++ /var/tmp/diff_new_pack.9owVYh/_new  2022-04-23 19:49:07.691208890 +0200
@@ -17,23 +17,23 @@
 
 
 Name:           foot
-Version:        1.11.0
+Version:        1.12.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:  meson >= 0.58
 BuildRequires:  pkgconfig
 BuildRequires:  python3
 BuildRequires:  scdoc
 BuildRequires:  pkgconfig(fcft) < 4.0.0
-BuildRequires:  pkgconfig(fcft) >= 3.0.0
+BuildRequires:  pkgconfig(fcft) >= 3.0.1
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(libutf8proc)
 BuildRequires:  pkgconfig(pixman-1)
+BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(tic)
 BuildRequires:  pkgconfig(tllist) >= 1.0.4
 BuildRequires:  pkgconfig(wayland-client)
@@ -65,10 +65,18 @@
 users an easy way to theme foot.
 
 %prep
-%autosetup -n %{name} -p1
+%autosetup -n %{name}
 
 %build
-%meson -Db_lto=true -Dthemes=true
+%meson \
+       --sysconfdir "%{_distconfdir}" \
+       -Db_lto=true \
+       -Ddocs=enabled \
+       -Dgrapheme-clustering=enabled \
+       -Dime=true \
+       -Dterminfo=enabled \
+       -Dtests=false \
+       -Dthemes=true
 %meson_build
 
 %install
@@ -88,13 +96,15 @@
 %{_datadir}/doc/%{name}/
 %{_datadir}/fish/
 %{_datadir}/zsh/
-%dir %{_datadir}/%{name}
-%{_datadir}/%{name}/foot.ini
 %{_datadir}/icons/hicolor/
+%dir %{_distconfdir}/xdg/%{name}
+%{_distconfdir}/xdg/%{name}/foot.ini
 %{_mandir}/man1/foot.1.gz
 %{_mandir}/man1/footclient.1.gz
 %{_mandir}/man5/foot.ini.5.gz
 %{_mandir}/man7/foot-ctlseqs.7.gz
+%{_userunitdir}/foot-server@.service
+%{_userunitdir}/foot-server@.socket
 
 %files extra-terminfo
 %{_datadir}/terminfo/f/foot-extra

++++++ foot-1.11.0.tar.gz -> foot-1.12.0.tar.gz ++++++
++++ 9295 lines of diff (skipped)

Reply via email to