From 2a4648314c8c2f34fdbff83a4a98c00978ff1230 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:43:25 +0100 Subject: [PATCH] update to 1.4.6 [release 1.4.6-1mamba;Tue Dec 13 2022] --- xkbcomp.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/xkbcomp.spec b/xkbcomp.spec index c040644..e4b0e8b 100644 --- a/xkbcomp.spec +++ b/xkbcomp.spec @@ -1,13 +1,13 @@ Name: xkbcomp -Version: 1.4.5 +Version: 1.4.6 Release: 1mamba Summary: xkbcomp application - compiling XKB keyboard description Group: Graphical Desktop/Applications/Utilities Vendor: openmamba Distribution: openmamba -Packager: Tiziana Ferro -URL: https://xorg.freedesktop.org/ -Source: http://xorg.freedesktop.org/releases/individual/app/xkbcomp-%{version}.tar.bz2 +Packager: Silvan Calarco +URL: https://xorg.freedesktop.org/wiki/ +Source: http://xorg.freedesktop.org/releases/individual/app/xkbcomp-%{version}.tar.xz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -21,6 +21,8 @@ The most common use for xkbcomp is to create a compiled keymap file (.xkm extens The keymap compiler can also produce C header files or XKB source files. The C header files produced by xkbcomp can be included by X servers or that need a built-in default keymap. +%debug_package + %prep %setup -q @@ -42,9 +44,12 @@ The C header files produced by xkbcomp can be included by X servers or that nee %{_bindir}/%{name} %{_libdir}/pkgconfig/xkbcomp.pc %{_mandir}/man?/* -%doc COPYING ChangeLog README +%doc COPYING %changelog +* Tue Dec 13 2022 Silvan Calarco 1.4.6-1mamba +- update to 1.4.6 + * Thu Mar 18 2021 Automatic Build System 1.4.5-1mamba - automatic version update by autodist