Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package keyd for openSUSE:Factory checked in at 2024-07-28 17:20:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/keyd (Old) and /work/SRC/openSUSE:Factory/.keyd.new.1882 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "keyd" Sun Jul 28 17:20:07 2024 rev:4 rq:1189940 version:2.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/keyd/keyd.changes 2023-05-18 15:19:35.309950965 +0200 +++ /work/SRC/openSUSE:Factory/.keyd.new.1882/keyd.changes 2024-07-28 17:20:39.778717417 +0200 @@ -1,0 +2,15 @@ +Sat Jul 27 20:54:55 UTC 2024 - Michael Pujos <pujos.michael@gmail.com> + +- Update to v2.5.0: + - Allow 64 character layer names + - Introduce a new device id format to distinguish between devices with + identical product/vendor id pairs (backward compatible) + - Add KDE/plasma5 support to keyd-application-mapper + - Gnome v45/v46 application remapping support + - Increases the maximum number of descriptors to allow for more advanced configs + - Add setlayout() to facilitate dynamically set layouts + - toggle() now activates the layer on key down instead of key up + - Improve support for exotic keys + - Various minor bug fixes + +------------------------------------------------------------------- Old: ---- keyd-v2.4.3.tar.gz New: ---- keyd-v2.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ keyd.spec ++++++ --- /var/tmp/diff_new_pack.ygVDWB/_old 2024-07-28 17:20:40.246736119 +0200 +++ /var/tmp/diff_new_pack.ygVDWB/_new 2024-07-28 17:20:40.250736278 +0200 @@ -1,7 +1,7 @@ # # spec file for package keyd # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %global libinput_overrides %{_sysconfdir}/libinput/local-overrides.quirks Name: keyd -Version: 2.4.3 +Version: 2.5.0 Release: 0 Summary: A key remapping daemon for linux License: MIT @@ -26,8 +26,8 @@ Source: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-v%{version}.tar.gz BuildRequires: gcc Requires: python3-xlib -Requires(postun):sed -Requires(postun):shadow +Requires(postun): sed +Requires(postun): shadow Requires(pre): shadow %systemd_ordering @@ -43,13 +43,15 @@ %autosetup %build -%make_build +# fix default prefix in Makefile being /usr/local +%make_build PREFIX=%{_prefix} %install install -m755 -d %{buildroot}%{_bindir} %{buildroot}%{_datadir}/%{name}/layouts %{buildroot}%{_mandir}/man1 %{buildroot}%{_unitdir} install -m755 bin/* %{buildroot}%{_bindir} install -m644 data/keyd.compose %{buildroot}%{_datadir}/%{name} install -m644 layouts/* %{buildroot}%{_datadir}/%{name}/layouts +cp -r data/gnome-* %{buildroot}%{_datadir}/%{name} install -m644 data/*.1.gz %{buildroot}%{_mandir}/man1/ install -m644 %{name}.service %{buildroot}%{_unitdir} ++++++ keyd-v2.4.3.tar.gz -> keyd-v2.5.0.tar.gz ++++++ ++++ 2262 lines of diff (skipped)