From b4e8ed884c1e10d530dec6ed85f6ee8dad93508f Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:10:54 +0100 Subject: [PATCH] update to 0.4.1 [release 0.4.1-1mamba;Sun Nov 27 2022] --- libxcb-keysyms.spec | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/libxcb-keysyms.spec b/libxcb-keysyms.spec index 42e10ee..c226dbc 100644 --- a/libxcb-keysyms.spec +++ b/libxcb-keysyms.spec @@ -1,22 +1,19 @@ Name: libxcb-keysyms -Version: 0.4.0 +Version: 0.4.1 Release: 1mamba Summary: XCB keysyms support library Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://xcb.freedesktop.org -Source: http://xcb.freedesktop.org/dist/xcb-util-keysyms-%{version}.tar.bz2 +URL: https://xcb.freedesktop.org/ +Source: http://xcb.freedesktop.org/dist/xcb-util-keysyms-%{version}.tar.xz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libxcb-devel -BuildRequires: libxcb-util-devel ## AUTOBUILDREQ-END BuildRequires: gperf -BuildRequires: libxcb-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. @@ -39,7 +36,9 @@ Some of the libraries also provide client-side code which is not strictly part o These libraries are currently included, roughly ordered by maturity: * keysyms: Standard X key constants and conversion to/from keycodes. -This package contains static libraries and header files need for development. +This package contains static libraries and header files needed for development. + +%debug_package %prep %setup -q -n xcb-util-keysyms-%{version} @@ -61,17 +60,19 @@ This package contains static libraries and header files need for development. %files %defattr(-,root,root) %{_libdir}/libxcb-keysyms.so.* -%doc README +%doc COPYING %files devel %defattr(-,root,root) %{_includedir}/xcb %{_libdir}/libxcb-keysyms.a -%{_libdir}/libxcb-keysyms.la %{_libdir}/libxcb-keysyms.so %{_libdir}/pkgconfig/xcb-keysyms.pc %changelog +* Sun Nov 27 2022 Silvan Calarco 0.4.1-1mamba +- update to 0.4.1 + * Tue Oct 28 2014 Automatic Build System 0.4.0-1mamba - automatic update by autodist