From 2dcfb1580d0b607c0e1b51632e2b8b292e1521c47e31a23c0d9109756166887a Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 4 Dec 2022 22:48:50 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xset?expand=0&rev=15 --- xset-1.2.4.tar.bz2 | 3 --- xset-1.2.5.tar.xz | 3 +++ xset.changes | 17 +++++++++++++++++ xset.spec | 8 ++++---- 4 files changed, 24 insertions(+), 7 deletions(-) delete mode 100644 xset-1.2.4.tar.bz2 create mode 100644 xset-1.2.5.tar.xz diff --git a/xset-1.2.4.tar.bz2 b/xset-1.2.4.tar.bz2 deleted file mode 100644 index 5ee52d1..0000000 --- a/xset-1.2.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4fd95280df52a88e9b0abc1fee11dcf0f34fc24041b9f45a247e52df941c957 -size 145546 diff --git a/xset-1.2.5.tar.xz b/xset-1.2.5.tar.xz new file mode 100644 index 0000000..c76e107 --- /dev/null +++ b/xset-1.2.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f692d55635b3862cd63633b1222a87680ec283c7a8e8ed6dd698a3147f75e2f +size 138776 diff --git a/xset.changes b/xset.changes index 02c00cd..76118c9 100644 --- a/xset.changes +++ b/xset.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Dec 4 22:46:45 UTC 2022 - Stefan Dirsch + +- 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 + ------------------------------------------------------------------- Sat May 1 18:43:17 UTC 2021 - Dirk Müller diff --git a/xset.spec b/xset.spec index aaa6a7c..62d0e1d 100644 --- a/xset.spec +++ b/xset.spec @@ -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 @@ display. %files %license COPYING -%doc ChangeLog README +%doc ChangeLog README.md %{_bindir}/xset %{_mandir}/man1/xset.1%{?ext_man}