Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xset for openSUSE:Factory checked in at 2022-12-07 17:33:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xset (Old) and /work/SRC/openSUSE:Factory/.xset.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xset" Wed Dec 7 17:33:24 2022 rev:11 rq:1040100 version:1.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/xset/xset.changes 2021-05-05 20:39:19.579089973 +0200 +++ /work/SRC/openSUSE:Factory/.xset.new.1835/xset.changes 2022-12-07 17:33:42.204124653 +0100 @@ -1,0 +2,17 @@ +Sun Dec 4 22:46:45 UTC 2022 - Stefan Dirsch <sndir...@suse.com> + +- Update to version 1.2.5 + * Update README for gitlab migration + * Update configure.ac bug URL for gitlab migration + * Use the real name of the DPMS extension in messages & man page + * gitlab CI: add a basic build test + * Fix spelling/wording issues + * gitlab CI: stop requiring Signed-off-by in commits + * Variable scope reduction as recommended by cppcheck + * Remove unnecessary casts + * Remove unnecessary check for NULL pointer before calling free() + * set_pixels: Mark pixels parameter as const + * Use C99 designated struct initializers + * configure: Make xf86misc support disabled by default + +------------------------------------------------------------------- Old: ---- xset-1.2.4.tar.bz2 New: ---- xset-1.2.5.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xset.spec ++++++ --- /var/tmp/diff_new_pack.d2M3UG/_old 2022-12-07 17:33:42.848128180 +0100 +++ /var/tmp/diff_new_pack.d2M3UG/_new 2022-12-07 17:33:42.852128201 +0100 @@ -1,7 +1,7 @@ # # spec file for package xset # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: xset -Version: 1.2.4 +Version: 1.2.5 Release: 0 Summary: User preference utility for X License: MIT Group: System/X11/Utilities URL: https://xorg.freedesktop.org/ -Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz BuildRequires: pkgconfig BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) @@ -50,7 +50,7 @@ %files %license COPYING -%doc ChangeLog README +%doc ChangeLog README.md %{_bindir}/xset %{_mandir}/man1/xset.1%{?ext_man}