diff --git a/backport-0001-Build-xz-tarballs-instead-of-bzip2.patch b/backport-0001-Build-xz-tarballs-instead-of-bzip2.patch deleted file mode 100644 index 82c3c1ea47422f49d22c3869588f13d91f7e4c0e..0000000000000000000000000000000000000000 --- a/backport-0001-Build-xz-tarballs-instead-of-bzip2.patch +++ /dev/null @@ -1,26 +0,0 @@ -From dbb4df470dbe8ec142218fac4c7563a5772ff07c Mon Sep 17 00:00:00 2001 -From: Alan Coopersmith -Date: Wed, 20 Jul 2022 15:40:21 -0700 -Subject: [PATCH 03/11] Build xz tarballs instead of bzip2 - -Signed-off-by: Alan Coopersmith ---- - configure.ac | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index f700e1d..8615af7 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -6,7 +6,7 @@ AC_INIT([xcb-util-wm],[0.4.1], - AC_CONFIG_SRCDIR([Makefile.am]) - AC_CONFIG_HEADERS([config.h]) - AC_CONFIG_MACRO_DIR([m4]) --AM_INIT_AUTOMAKE([foreign dist-bzip2]) -+AM_INIT_AUTOMAKE([foreign dist-xz]) - AM_MAINTAINER_MODE - - XCB_UTIL_M4_WITH_INCLUDE_PATH --- -2.39.0.windows.2 - diff --git a/backport-0002-Update-configure.ac-bug-URL-for-gitlab-migration.patch b/backport-0002-Update-configure.ac-bug-URL-for-gitlab-migration.patch deleted file mode 100644 index de2ab3d7667ba0363313f63da4d3665fcd0b04cf..0000000000000000000000000000000000000000 --- a/backport-0002-Update-configure.ac-bug-URL-for-gitlab-migration.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 82a77443e6c1590f7e7328a50d30184d10e6a3d3 Mon Sep 17 00:00:00 2001 -From: Alan Coopersmith -Date: Sun, 17 Feb 2019 11:41:06 -0800 -Subject: [PATCH] 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 efbd906..f700e1d 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -1,7 +1,7 @@ - dnl XCB_UTIL_M4_WITH_INCLUDE_PATH requires Autoconf >= 2.62 - AC_PREREQ(2.62) - AC_INIT([xcb-util-wm],[0.4.1], -- [https://bugs.freedesktop.org/enter_bug.cgi?product=xcb&component=Utils], -+ [https://gitlab.freedesktop.org/xorg/lib/libxcb-wm/issues], - [xcb-util-wm]) - AC_CONFIG_SRCDIR([Makefile.am]) - AC_CONFIG_HEADERS([config.h]) --- -2.39.0.windows.2 - diff --git a/xcb-util-wm-0.4.1.tar.bz2 b/xcb-util-wm-0.4.1.tar.bz2 deleted file mode 100644 index 57b2943fca2ac0a44d2572c079b2d6bbe21e7f19..0000000000000000000000000000000000000000 Binary files a/xcb-util-wm-0.4.1.tar.bz2 and /dev/null differ diff --git a/xcb-util-wm-0.4.2.tar.xz b/xcb-util-wm-0.4.2.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..aaf43833f2a900f8c3e724948c72849eae8cd7fd Binary files /dev/null and b/xcb-util-wm-0.4.2.tar.xz differ diff --git a/xcb-util-wm.spec b/xcb-util-wm.spec index cd948bf4b244f5c57ac6c3bdfa6d7486635aeba9..072102adee0d666416b4422c7a4982be14cbd338 100644 --- a/xcb-util-wm.spec +++ b/xcb-util-wm.spec @@ -1,14 +1,12 @@ Name: xcb-util-wm -Version: 0.4.1 -Release: 17 +Version: 0.4.2 +Release: 1 Summary: Client and window-manager helpers for EWMH and ICCCM License: MIT -URL: http://xcb.freedesktop.org -Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2 -BuildRequires: gcc pkgconfig(xcb-util) >= 0.3.8 m4 - -Patch0001: backport-0001-Build-xz-tarballs-instead-of-bzip2.patch -Patch0002: backport-0002-Update-configure.ac-bug-URL-for-gitlab-migration.patch +URL: https://xcb.freedesktop.org +Source0: https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.xz +BuildRequires: make gcc +BuildRequires: pkgconfig(xcb) >= 1.4 %description XCB util-wm module provides the following libraries: Both client and window-manager helpers @@ -35,13 +33,8 @@ make check %make_install %delete_la -%post -/sbin/ldconfig -%postun -/sbin/ldconfig - %files -%doc README +%doc README.md %license COPYING %{_libdir}/*.so.* @@ -52,6 +45,9 @@ make check %{_includedir}/xcb/*.h %changelog +* Tue Oct 07 2025 Funda Wang - 0.4.2-1 +- update to 0.4.2 + * Wed Jan 18 2023 yangbo - 0.4.1-17 - Update configure.ac bug URL for gitlab migration diff --git a/xcb-util-wm.yaml b/xcb-util-wm.yaml index afeb7c644c6d3f6ae681716fe290f15cf722d7cb..c5334e0e14be43eab408ddb8f9ea49612bc26675 100644 --- a/xcb-util-wm.yaml +++ b/xcb-util-wm.yaml @@ -1,5 +1,4 @@ version_control: git src_repo: https://gitlab.freedesktop.org/xorg/lib/libxcb-wm.git -tag_prefix: -seperator: "." - +tag_prefix: ^xcb-util-wm- +separator: "."