From a04fbae2bd3eadacef0eae3f101ca43949d375fc Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Thu, 1 Dec 2022 17:38:22 +0100 Subject: [PATCH] Update to 0.4.1. --- .gitignore | 1 + sources | 2 +- xcb-util-image.spec | 19 +++++++++++-------- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index c6598ad..f29b840 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /xcb-util-image-*.tar.bz2 +/xcb-util-image-*.tar.xz diff --git a/sources b/sources index 2f8fc5d..8f288c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -08fe8ffecc8d4e37c0ade7906b3f4c87 xcb-util-image-0.4.0.tar.bz2 +SHA512 (xcb-util-image-0.4.1.tar.xz) = 9b47ba38b91196d76541b6ccabeaf291d3b91036f15422909cd6a79b3fd1a9786d5b1728e411bc41cfdf3d60a253485f4ef7c65ffa6ae646fa93439ec782746e diff --git a/xcb-util-image.spec b/xcb-util-image.spec index ee36324..e630056 100644 --- a/xcb-util-image.spec +++ b/xcb-util-image.spec @@ -1,12 +1,12 @@ Name: xcb-util-image -Version: 0.4.0 -Release: 20%{?dist} +Version: 0.4.1 +Release: 1%{?dist} Summary: Port of Xlib's XImage and XShmImage functions 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-image module provides the following library: - image: Port of Xlib's XImage and XShmImage functions. -%package devel +%package devel Summary: Development and header files for xcb-util-image Requires: %{name}%{?_isa} = %{version}-%{release} @@ -49,12 +49,12 @@ rm %{buildroot}%{_libdir}/*.la %files -%doc README +%doc README.md %if 0%{?_licensedir:1} %license COPYING %else %doc COPYING -%endif # licensedir +%endif %{_libdir}/*.so.* @@ -66,6 +66,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-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild