From 8dfde2bbdeabe90430cac12e5922effe16c173ea1311922e4cb89fb6bd2fcd7a Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 24 Apr 2015 15:10:55 +0000 Subject: [PATCH] - Update to version 1.0.9: * configure: Drop AM_MAINTAINER_MODE * autogen.sh: Honor NOCONFIGURE=1 * Add -version option to print program version * Print which option was in error along with usage message * Avoid null pointer use if malloc() fails * Remove unneeded casts on malloc, realloc, and free calls OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xmodmap?expand=0&rev=8 --- xmodmap-1.0.8.tar.bz2 | 3 --- xmodmap-1.0.9.tar.bz2 | 3 +++ xmodmap.changes | 11 +++++++++++ xmodmap.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 xmodmap-1.0.8.tar.bz2 create mode 100644 xmodmap-1.0.9.tar.bz2 diff --git a/xmodmap-1.0.8.tar.bz2 b/xmodmap-1.0.8.tar.bz2 deleted file mode 100644 index b4313cf..0000000 --- a/xmodmap-1.0.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efe2e3c89858a2db3bdcf969f55f55d0af4f5007789198344de0595249a99fc3 -size 141026 diff --git a/xmodmap-1.0.9.tar.bz2 b/xmodmap-1.0.9.tar.bz2 new file mode 100644 index 0000000..2ab9daf --- /dev/null +++ b/xmodmap-1.0.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b0e5cc5f10d0fb6d2d6ea4f00c77e8ac0e847cc5a73be94cd86139ac4ac478 +size 142565 diff --git a/xmodmap.changes b/xmodmap.changes index c7698ba..1ded670 100644 --- a/xmodmap.changes +++ b/xmodmap.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Apr 24 15:09:54 UTC 2015 - sndirsch@suse.com + +- Update to version 1.0.9: + * configure: Drop AM_MAINTAINER_MODE + * autogen.sh: Honor NOCONFIGURE=1 + * Add -version option to print program version + * Print which option was in error along with usage message + * Avoid null pointer use if malloc() fails + * Remove unneeded casts on malloc, realloc, and free calls + ------------------------------------------------------------------- Thu Sep 12 19:37:37 UTC 2013 - zaitor@opensuse.org diff --git a/xmodmap.spec b/xmodmap.spec index c0d64d2..0639f41 100644 --- a/xmodmap.spec +++ b/xmodmap.spec @@ -1,7 +1,7 @@ # # spec file for package xmodmap # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # 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: xmodmap -Version: 1.0.8 +Version: 1.0.9 Release: 0 Summary: Utility to modify keymaps and pointer button mappings in X License: MIT