Accepting request 988379 from X11:XOrg

- Update to version 1.0.11 
  * gitlab CI: add a basic build test
  * Build xz tarballs instead of bzip2
  * handle.c: avoid leaks when realloc() fails
  * PrintModifierMapping: stop leaking the map returned by 
    XGetKeyboardMapping Fix warning about number of mouse buttons

OBS-URL: https://build.opensuse.org/request/show/988379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmodmap?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2022-07-12 09:12:17 +00:00 committed by Git OBS Bridge
commit 9318503829
4 changed files with 16 additions and 6 deletions

View File

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

BIN
xmodmap-1.0.11.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jul 11 12:55:19 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.0.11
* gitlab CI: add a basic build test
* Build xz tarballs instead of bzip2
* handle.c: avoid leaks when realloc() fails
* PrintModifierMapping: stop leaking the map returned by
XGetKeyboardMapping Fix warning about number of mouse buttons
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Apr 17 16:39:15 UTC 2021 - Dirk Müller <dmueller@suse.com> Sat Apr 17 16:39:15 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package xmodmap # spec file for package xmodmap
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -20,13 +20,13 @@
%define UsrEtcMove 1 %define UsrEtcMove 1
%endif %endif
Name: xmodmap Name: xmodmap
Version: 1.0.10 Version: 1.0.11
Release: 0 Release: 0
Summary: Utility to modify keymaps and pointer button mappings in X Summary: Utility to modify keymaps and pointer button mappings in X
License: MIT License: MIT
Group: System/X11/Utilities Group: System/X11/Utilities
URL: https://xorg.freedesktop.org/ 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
Source1: Xmodmap.template Source1: Xmodmap.template
Source2: Xmodmap.remote.template Source2: Xmodmap.remote.template
BuildRequires: pkgconfig BuildRequires: pkgconfig