2 Commits

Author SHA256 Message Date
a457d5551f Accepting request 1228412 from X11:XOrg
- update to version 1.1.6
  * Assume target platforms have strcasecmp now
  * Remove detectableRepeat variable
  * evargs.c: Use standard strchr() instead of deprecated index()
  * evargs.c: constify pointer arguments that aren't modified
  * Accept --help & --version as aliases to -help & -version
  * Use _stricmp() instead of strcasecmp() on Windows

OBS-URL: https://build.opensuse.org/request/show/1228412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xkbevd?expand=0&rev=8
2024-12-05 16:09:21 +00:00
339cc6735e - update to version 1.1.6
* Assume target platforms have strcasecmp now
  * Remove detectableRepeat variable
  * evargs.c: Use standard strchr() instead of deprecated index()
  * evargs.c: constify pointer arguments that aren't modified
  * Accept --help & --version as aliases to -help & -version
  * Use _stricmp() instead of strcasecmp() on Windows

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkbevd?expand=0&rev=9
2024-12-05 02:57:56 +00:00
4 changed files with 16 additions and 5 deletions

View File

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

3
xkbevd-1.1.6.tar.xz Normal file
View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Dec 5 02:56:19 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- update to version 1.1.6
* Assume target platforms have strcasecmp now
* Remove detectableRepeat variable
* evargs.c: Use standard strchr() instead of deprecated index()
* evargs.c: constify pointer arguments that aren't modified
* Accept --help & --version as aliases to -help & -version
* Use _stricmp() instead of strcasecmp() on Windows
-------------------------------------------------------------------
Sun Nov 13 20:12:09 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package xkbevd
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: xkbevd
Version: 1.1.5
Version: 1.1.6
Release: 0
Summary: XKB event daemon
License: MIT