xcb-util-wm/backport-0002-Update-configure.ac-bug-URL-for-gitlab-migration.patch
yangbo de3abfefad Update configure.ac bug URL for gitlab migration
Signed-off-by: yangbo <yangbo1@xfusion.com>
2023-01-17 10:50:08 +08:00

27 lines
861 B
Diff

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