- 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
This commit is contained in:
Stefan Dirsch 2022-12-04 22:48:50 +00:00 committed by Git OBS Bridge
parent 7cae37e212
commit 2dcfb1580d
4 changed files with 24 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e4fd95280df52a88e9b0abc1fee11dcf0f34fc24041b9f45a247e52df941c957
size 145546

BIN
xset-1.2.5.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Dec 4 22:46:45 UTC 2022 - Stefan Dirsch <sndirsch@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
-------------------------------------------------------------------
Sat May 1 18:43:17 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -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}