Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a457d5551f | |||
| 339cc6735e |
@@ -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
3
xkbevd-1.1.6.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9b401f84cf8568342ff63b1ffc6aecd3877579256d89fe6408645e2741b073e
|
||||
size 150004
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user