xcb-util-image/backport-0001-Update-configure.ac-bug-URL-for-gitlab-migration.patch
yangbo b010eb6070 Update configure.ac bug URL for gitlab migration
Signed-off-by: yangbo <yangbo1@xfusion.com>
2023-01-09 14:55:47 +08:00

26 lines
816 B
Diff

From 8692bc0a1c8ea552c6204d5609b2bbb2be6b5b55 Mon Sep 17 00:00:00 2001
From: Alan Coopersmith <alan.coopersmith@oracle.com>
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 <alan.coopersmith@oracle.com>
---
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