Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package alacritty for openSUSE:Factory checked in at 2026-04-13 23:18:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alacritty (Old) and /work/SRC/openSUSE:Factory/.alacritty.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alacritty" Mon Apr 13 23:18:21 2026 rev:46 rq:1346230 version:0.17.0 Changes: -------- --- /work/SRC/openSUSE:Factory/alacritty/alacritty.changes 2025-10-22 12:21:54.697694852 +0200 +++ /work/SRC/openSUSE:Factory/.alacritty.new.21863/alacritty.changes 2026-04-13 23:18:53.980155810 +0200 @@ -1,0 +2,38 @@ +Sun Apr 12 14:46:58 UTC 2026 - Jan-Luca Kiok <[email protected]> + +- Install the desktop file as org.alacritty.Alacritty.desktop and + normalize it with desktop-file-install to satisfy desktop file + validation. + +------------------------------------------------------------------- +Sun Apr 12 14:27:31 UTC 2026 - Jan-Luca Kiok <[email protected]> + +- Drop deprecated %suse_update_desktop_file usage; the upstream desktop + file already validates as-is. + +------------------------------------------------------------------- +Sun Apr 12 14:16:02 UTC 2026 - Jan-Luca Kiok <[email protected]> + +- Update to version 0.17.0: + * Packaging + + Fixed invalid logo SVG attributes + + New alacritty-escapes(7) manpage + + Removed broken flash capability from terminfo + * Added + + Ability to bind WheelUp and WheelDown in mouse.bindings + + Support TOML 1.1 syntax + + window.resize_increments support on Wayland + * Changed + + Don't highlight hints on hover when the mouse cursor is hidden + + IME is disabled in Vi mode on X11 + + Require explicit tap to enable IME with touch input + + Use built-in font for block elements symbols from U+1FB82 to U+1FB8B + * Fixed + + Brief error popup when saving the config file with some editors + + Subprocesses on OpenBSD now run with their CWD set to that of the + shell's foreground process + + Crash when OpenGL context resets + + Crash when committing text with some IMEs on macOS + + Signal termination skipping resource cleanup + +------------------------------------------------------------------- Old: ---- alacritty-0.16.1.obscpio alacritty-0.16.1.tar.zst New: ---- alacritty-0.17.0.obscpio alacritty-0.17.0.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alacritty.spec ++++++ --- /var/tmp/diff_new_pack.qhBJZv/_old 2026-04-13 23:18:55.032199196 +0200 +++ /var/tmp/diff_new_pack.qhBJZv/_new 2026-04-13 23:18:55.036199362 +0200 @@ -1,7 +1,7 @@ # # spec file for package alacritty # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 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 @@ -17,7 +17,7 @@ Name: alacritty -Version: 0.16.1 +Version: 0.17.0 Release: 0 Summary: A GPU-accelerated terminal emulator License: Apache-2.0 @@ -26,13 +26,13 @@ Source1: vendor.tar.zst Source3: README.suse-maint BuildRequires: cargo-packaging +BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: libxcb-devel BuildRequires: libxkbcommon-devel BuildRequires: pkgconfig BuildRequires: rust >= 1.85 BuildRequires: scdoc -BuildRequires: update-desktop-files BuildRequires: xclip BuildRequires: pkgconfig(fontconfig) # taken from vendor/freetype-sys/build.rs @@ -82,9 +82,15 @@ # rm duplicate license and useless toml file rm -fr %{buildroot}%{_datadir} -# install completions +# install desktop integration install -Dm 0644 extra/linux/Alacritty.desktop \ - %{buildroot}/%{_datadir}/applications/Alacritty.desktop + %{buildroot}/%{_datadir}/applications/org.alacritty.Alacritty.desktop +desktop-file-install \ + --dir=%{buildroot}%{_datadir}/applications \ + --add-category=Utility \ + %{buildroot}/%{_datadir}/applications/org.alacritty.Alacritty.desktop + +# install completions install -Dm 0644 extra/logo/alacritty-simple.svg \ %{buildroot}/%{_datadir}/pixmaps/Alacritty.svg install -Dm 0644 extra/linux/org.alacritty.Alacritty.appdata.xml \ @@ -97,14 +103,12 @@ %{buildroot}/%{_datadir}/zsh/site-functions/_%{name} # build and install manpages -mkdir -p %{buildroot}%{_mandir}/man{1,5} +mkdir -p %{buildroot}%{_mandir}/man{1,5,7} scdoc < extra/man/%{name}.1.scd > %{buildroot}%{_mandir}/man1/%{name}.1 scdoc < extra/man/%{name}-msg.1.scd > %{buildroot}%{_mandir}/man1/%{name}-msg.1 scdoc < extra/man/%{name}.5.scd > %{buildroot}%{_mandir}/man5/%{name}.5 scdoc < extra/man/%{name}-bindings.5.scd > %{buildroot}%{_mandir}/man5/%{name}-bindings.5 - -# install desktop file -%suse_update_desktop_file Alacritty +scdoc < extra/man/%{name}-escapes.7.scd > %{buildroot}%{_mandir}/man7/%{name}-escapes.7 %fdupes %{buildroot}%{_datadir} @@ -116,7 +120,8 @@ %{_mandir}/man1/%{name}-msg.1%{?ext_man} %{_mandir}/man5/%{name}.5%{?ext_man} %{_mandir}/man5/%{name}-bindings.5%{?ext_man} -%{_datadir}/applications/Alacritty.desktop +%{_mandir}/man7/%{name}-escapes.7%{?ext_man} +%{_datadir}/applications/org.alacritty.Alacritty.desktop %{_datadir}/pixmaps/Alacritty.svg %{_datadir}/appdata/org.alacritty.Alacritty.appdata.xml ++++++ _service ++++++ --- /var/tmp/diff_new_pack.qhBJZv/_old 2026-04-13 23:18:55.100202004 +0200 +++ /var/tmp/diff_new_pack.qhBJZv/_new 2026-04-13 23:18:55.104202169 +0200 @@ -4,7 +4,7 @@ <service name="obs_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://github.com/alacritty/alacritty.git</param> - <param name="revision">refs/tags/v0.16.1</param> + <param name="revision">refs/tags/v0.17.0</param> <param name="match-tag">v*</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.qhBJZv/_old 2026-04-13 23:18:55.128203160 +0200 +++ /var/tmp/diff_new_pack.qhBJZv/_new 2026-04-13 23:18:55.132203325 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/alacritty/alacritty.git</param> - <param name="changesrevision">42f49eebfd2ee1b164e773950d47e019f456e6b7</param></service></servicedata> + <param name="changesrevision">94e7c8874e526b1e67b349d9ba30ddf81669119e</param></service></servicedata> (No newline at EOF) ++++++ alacritty-0.16.1.obscpio -> alacritty-0.17.0.obscpio ++++++ ++++ 2713 lines of diff (skipped) ++++++ alacritty-0.16.1.tar.zst -> alacritty-0.17.0.tar.zst ++++++ ++++ 2806 lines of diff (skipped) ++++++ alacritty.obsinfo ++++++ --- /var/tmp/diff_new_pack.qhBJZv/_old 2026-04-13 23:18:57.528302228 +0200 +++ /var/tmp/diff_new_pack.qhBJZv/_new 2026-04-13 23:18:57.532302393 +0200 @@ -1,5 +1,5 @@ name: alacritty -version: 0.16.1 -mtime: 1760937684 -commit: 42f49eebfd2ee1b164e773950d47e019f456e6b7 +version: 0.17.0 +mtime: 1775503151 +commit: 94e7c8874e526b1e67b349d9ba30ddf81669119e ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/alacritty/vendor.tar.zst /work/SRC/openSUSE:Factory/.alacritty.new.21863/vendor.tar.zst differ: char 7, line 1
