Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xwininfo for openSUSE:Factory checked in at 2026-07-21 23:08:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xwininfo (Old) and /work/SRC/openSUSE:Factory/.xwininfo.new.24530 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xwininfo" Tue Jul 21 23:08:47 2026 rev:10 rq:1366783 version:1.1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/xwininfo/xwininfo.changes 2023-04-10 20:17:04.916993612 +0200 +++ /work/SRC/openSUSE:Factory/.xwininfo.new.24530/xwininfo.changes 2026-07-21 23:08:49.659071387 +0200 @@ -1,0 +2,12 @@ +Mon Jul 20 13:26:54 UTC 2026 - Stefan Dirsch <[email protected]> + +- Update to version 1.1.7: + * Accept --help and --version as aliases to -help and -version. + * Exit with status 0 on -help (instead of status 1). + * Fix memory leaks in Select_Window and Display_Window_Id. + * Modernize codebase using stdbool.h. + * Improve man page formatting and fix warnings from mandoc and groff. + * Add support for building with Meson. +- Switch to meson build system + +------------------------------------------------------------------- Old: ---- xwininfo-1.1.6.tar.xz New: ---- xwininfo-1.1.7.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xwininfo.spec ++++++ --- /var/tmp/diff_new_pack.brzXCd/_old 2026-07-21 23:08:50.519100780 +0200 +++ /var/tmp/diff_new_pack.brzXCd/_new 2026-07-21 23:08:50.523100916 +0200 @@ -1,7 +1,7 @@ # # spec file for package xwininfo # -# Copyright (c) 2023 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 @@ -17,13 +17,14 @@ Name: xwininfo -Version: 1.1.6 +Version: 1.1.7 Release: 0 Summary: Window information utility for X License: MIT Group: System/X11/Utilities URL: http://xorg.freedesktop.org/ Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz +BuildRequires: meson BuildRequires: pkg-config BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb) >= 1.6 @@ -41,11 +42,11 @@ %setup -q %build -%configure -make %{?_smp_mflags} +%meson +%meson_build %install -%make_install +%meson_install %files %defattr(-,root,root) ++++++ xwininfo-1.1.6.tar.xz -> xwininfo-1.1.7.tar.xz ++++++ ++++ 21010 lines of diff (skipped)
