xmodmap 1.0.10

This commit is contained in:
Peter Hutterer 2021-05-06 12:46:17 +10:00
parent d4e13a0941
commit 9f204f656d
2 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
SHA512 (xmodmap-1.0.9.tar.bz2) = 6e50f2ba072ec171bd3fc34f75b21c63f9834f3c0f1608c857f80a4b2c8a9696b03dde79f8342bf67504b759297bc24a64056a625d295a4f89dd31eb938400ac
SHA512 (xmodmap-1.0.10.tar.bz2) = 324c7dcef843186088f16b3bc47485eb3c9b4331e56ce43b692deb4bb3d4f4f27512480e91a379cceac8383df920dc5e37cd825246b50b6343291cec48134c04

View File

@ -1,6 +1,6 @@
Name: xmodmap
Version: 1.0.9
Release: 2%{?dist}
Version: 1.0.10
Release: 1%{?dist}
Summary: Edit and display the X11 core keyboard map
License: MIT
@ -36,6 +36,9 @@ autoreconf -v --install
%{_mandir}/man1/%{name}.1*
%changelog
* Thu May 06 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.0.10-1
- xmodmap 1.0.10
* Thu Apr 08 2021 Peter Hutterer <peter.hutterer@redhat.com> - 1.0.9-2
- Fix Obsoletes line to actually obsolete the -39 server-utils (#1932754)