!10 Update configure.ac bug URL for gitlab migration

From: @yangbo2022 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
This commit is contained in:
openeuler-ci-bot 2023-01-17 07:18:16 +00:00 committed by Gitee
commit 513a6caa90
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 31 additions and 1 deletions

View File

@ -0,0 +1,26 @@
From 82a77443e6c1590f7e7328a50d30184d10e6a3d3 Mon Sep 17 00:00:00 2001
From: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Sun, 17 Feb 2019 11:41:06 -0800
Subject: [PATCH] Update configure.ac bug URL for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
---
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

View File

@ -1,6 +1,6 @@
Name: xcb-util-wm Name: xcb-util-wm
Version: 0.4.1 Version: 0.4.1
Release: 16 Release: 17
Summary: Client and window-manager helpers for EWMH and ICCCM Summary: Client and window-manager helpers for EWMH and ICCCM
License: MIT License: MIT
URL: http://xcb.freedesktop.org URL: http://xcb.freedesktop.org
@ -8,6 +8,7 @@ Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
BuildRequires: gcc pkgconfig(xcb-util) >= 0.3.8 m4 BuildRequires: gcc pkgconfig(xcb-util) >= 0.3.8 m4
Patch0001: backport-0001-Build-xz-tarballs-instead-of-bzip2.patch Patch0001: backport-0001-Build-xz-tarballs-instead-of-bzip2.patch
Patch0002: backport-0002-Update-configure.ac-bug-URL-for-gitlab-migration.patch
%description %description
XCB util-wm module provides the following libraries: Both client and window-manager helpers XCB util-wm module provides the following libraries: Both client and window-manager helpers
@ -51,6 +52,9 @@ make check
%{_includedir}/xcb/*.h %{_includedir}/xcb/*.h
%changelog %changelog
* Tue Jan 17 2023 yangbo <yangbo1@xfusion.com> - 0.4.1-17
- Update configure.ac bug URL for gitlab migration
* Mon Jan 9 2023 yangbo <yangbo1@xfusion.com> - 0.4.1-16 * Mon Jan 9 2023 yangbo <yangbo1@xfusion.com> - 0.4.1-16
- Build xz tarballs instead of bzip2 - Build xz tarballs instead of bzip2