diff --git a/backport-0001-Update-configure.ac-bug-URL-for-gitlab-migration.patch b/backport-0001-Update-configure.ac-bug-URL-for-gitlab-migration.patch deleted file mode 100644 index 2eab46901a0424823e07af9d618bfbb826a52185..0000000000000000000000000000000000000000 --- a/backport-0001-Update-configure.ac-bug-URL-for-gitlab-migration.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 8692bc0a1c8ea552c6204d5609b2bbb2be6b5b55 Mon Sep 17 00:00:00 2001 -From: Alan Coopersmith -Date: Sun, 17 Feb 2019 11:38:40 -0800 -Subject: [PATCH 03/13] Update configure.ac bug URL for gitlab migration - -Signed-off-by: Alan Coopersmith ---- - configure.ac | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index 8ee5246..2554930 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -1,6 +1,6 @@ - AC_PREREQ(2.59c) - AC_INIT([xcb-util-image],[0.4.0], -- [https://bugs.freedesktop.org/enter_bug.cgi?product=xcb&component=Utils], -+ [https://gitlab.freedesktop.org/xorg/lib/libxcb-image/issues], - [xcb-util-image]) - AC_CONFIG_SRCDIR([Makefile.am]) - AC_CONFIG_HEADERS([config.h]) --- -2.39.0.windows.2 - diff --git a/xcb-util-image-0.4.0.tar.bz2 b/xcb-util-image-0.4.0.tar.bz2 deleted file mode 100644 index 53dc0e1520fa47151b11711f7cd3467238ad704f..0000000000000000000000000000000000000000 Binary files a/xcb-util-image-0.4.0.tar.bz2 and /dev/null differ diff --git a/xcb-util-image-0.4.1.tar.xz b/xcb-util-image-0.4.1.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..074848a61742d96f9472cbc08122c7fb1f596298 Binary files /dev/null and b/xcb-util-image-0.4.1.tar.xz differ diff --git a/xcb-util-image.spec b/xcb-util-image.spec index 761a7a26b2d0f8f1e38b8fb37ba97a883b2dc4ea..a19f6db489d3f1b24d6d6e95d48c567665a0eddb 100644 --- a/xcb-util-image.spec +++ b/xcb-util-image.spec @@ -1,14 +1,12 @@ Name: xcb-util-image -Version: 0.4.0 -Release: 13 +Version: 0.4.1 +Release: 1 Summary: Port of Xlib's XImage and XShmImage functions License: MIT URL: http://xcb.freedesktop.org -Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2 +Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.xz BuildRequires: gcc pkgconfig(xcb-util) >= 0.3.8 m4 -Patch0001: backport-0001-Update-configure.ac-bug-URL-for-gitlab-migration.patch - %description XCB util-image module provides the following library:Port of Xlib's XImage and XShmImage functions. @@ -40,7 +38,7 @@ make check /sbin/ldconfig %files -%doc README +%doc README.md %license COPYING %{_libdir}/*.so.* @@ -51,6 +49,17 @@ make check %{_includedir}/xcb/*.h %changelog +* Tue Aug 20 2024 wangxiaomeng - 0.4.1-1 +- update version to 0.4.1 + - test: add XCB_SHM_LIBS to all test + - Build xz tarballs instead of bzip2 + - gitlab CI: add a basic build test + - configure: Drop AM_MAINTAINER_MODE + - autogen.sh: Honor NOCONFIGURE=1 + - autogen.sh: use exec instead of waiting for configure to finish + - autogen.sh: use quoted string variables + - autogen: add default patch prefix + * Sat Jan 7 2023 yangbo - 0.4.0-13 - Update configure.ac bug URL for gitlab migration