From 163a7bf795c6abf1ccd5a8db33f16d648179ee3e Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Thu, 1 Dec 2022 17:53:17 +0100 Subject: [PATCH] Update to 0.4.1. --- .gitignore | 1 + sources | 2 +- xcb-util-keysyms.spec | 17 ++++++++++------- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index da68396..a0bca12 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /xcb-util-keysyms-*.tar.bz2 +/xcb-util-keysyms-*.tar.xz diff --git a/sources b/sources index c145f81..311cd2f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1022293083eec9e62d5659261c29e367 xcb-util-keysyms-0.4.0.tar.bz2 +SHA512 (xcb-util-keysyms-0.4.1.tar.xz) = dd53a36b52647f22bf0da8cded4b2974a51899eaac799797017ed8534f14bc2d2d339a14fa5ef387ae4528b7d9a5d31920bb0c71b09ca34f58e5081e768e2bbf diff --git a/xcb-util-keysyms.spec b/xcb-util-keysyms.spec index b8fedaa..a698fbf 100644 --- a/xcb-util-keysyms.spec +++ b/xcb-util-keysyms.spec @@ -1,12 +1,12 @@ Name: xcb-util-keysyms -Version: 0.4.0 -Release: 18%{?dist} +Version: 0.4.1 +Release: 1%{?dist} Summary: Standard X key constants and keycodes conversion on top of libxcb License: MIT URL: http://xcb.freedesktop.org -Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2 -BuildRequires: make -BuildRequires: gcc +Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.xz +BuildRequires: make +BuildRequires: gcc BuildRequires: pkgconfig(xcb-util) >= 0.3.8 BuildRequires: m4 @@ -16,7 +16,7 @@ XCB util-keysyms module provides the following library: - keysyms: Standard X key constants and conversion to/from keycodes. -%package devel +%package devel Summary: Development and header files for xcb-util-keysyms Requires: %{name}%{?_isa} = %{version}-%{release} @@ -49,7 +49,7 @@ rm %{buildroot}%{_libdir}/*.la %files -%doc README +%doc README.md %{_libdir}/*.so.* @@ -61,6 +61,9 @@ rm %{buildroot}%{_libdir}/*.la %changelog +* Thu Dec 1 2022 Thomas Moschny - 0.4.1-1 +- Update to 0.4.1. + * Sat Jul 23 2022 Fedora Release Engineering - 0.4.0-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild