Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xmodmap for openSUSE:Factory checked in at 2026-07-21 22:55:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xmodmap (Old) and /work/SRC/openSUSE:Factory/.xmodmap.new.24530 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmodmap" Tue Jul 21 22:55:20 2026 rev:12 rq:1366788 version:1.0.12 Changes: -------- --- /work/SRC/openSUSE:Factory/xmodmap/xmodmap.changes 2022-07-12 11:12:29.615702698 +0200 +++ /work/SRC/openSUSE:Factory/.xmodmap.new.24530/xmodmap.changes 2026-07-21 22:56:10.593034535 +0200 @@ -1,0 +2,12 @@ +Mon Jul 20 13:51:20 UTC 2026 - Stefan Dirsch <[email protected]> + +- Update to version 1.0.12: + * Accept --help and --version as aliases to -help and -version. + * Avoid -Wuse-after-free warning from GCC 15 in handle.c. + * Handle possible NULL return from copy_to_scratch() in parse_keysym. + * Improve man page formatting and text. + * Assume target platforms have strncasecmp now (Unix98/SUSv2). + * Add support for building with Meson. +- Switch to meson build system + +------------------------------------------------------------------- Old: ---- xmodmap-1.0.11.tar.xz New: ---- xmodmap-1.0.12.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xmodmap.spec ++++++ --- /var/tmp/diff_new_pack.r0doVV/_old 2026-07-21 22:56:11.905079493 +0200 +++ /var/tmp/diff_new_pack.r0doVV/_new 2026-07-21 22:56:11.905079493 +0200 @@ -1,7 +1,7 @@ # # spec file for package xmodmap # -# Copyright (c) 2022 SUSE LLC +# 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 @@ -20,7 +20,7 @@ %define UsrEtcMove 1 %endif Name: xmodmap -Version: 1.0.11 +Version: 1.0.12 Release: 0 Summary: Utility to modify keymaps and pointer button mappings in X License: MIT @@ -29,6 +29,7 @@ Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz Source1: Xmodmap.template Source2: Xmodmap.remote.template +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xorg-macros) >= 1.8 @@ -47,11 +48,11 @@ %setup -q %build -%configure -%make_build +%meson +%meson_build %install -%make_install +%meson_install %if 0%{?UsrEtcMove} install -m0644 -D %{SOURCE1} %{buildroot}%{_distconfdir}/X11/Xmodmap install -m0644 -D %{SOURCE2} %{buildroot}%{_distconfdir}/X11/Xmodmap.remote ++++++ xmodmap-1.0.11.tar.xz -> xmodmap-1.0.12.tar.xz ++++++ ++++ 16054 lines of diff (skipped)
