Update configure.ac bug URL for gitlab migration
Signed-off-by: yangbo <yangbo1@xfusion.com>
This commit is contained in:
parent
de6089c07c
commit
b010eb6070
@ -0,0 +1,25 @@
|
|||||||
|
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
|
||||||
|
|
||||||
@ -1,12 +1,14 @@
|
|||||||
Name: xcb-util-image
|
Name: xcb-util-image
|
||||||
Version: 0.4.0
|
Version: 0.4.0
|
||||||
Release: 12
|
Release: 13
|
||||||
Summary: Port of Xlib's XImage and XShmImage functions
|
Summary: Port of Xlib's XImage and XShmImage functions
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://xcb.freedesktop.org
|
URL: http://xcb.freedesktop.org
|
||||||
Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
|
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-Update-configure.ac-bug-URL-for-gitlab-migration.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
XCB util-image module provides the following library:Port of Xlib's XImage
|
XCB util-image module provides the following library:Port of Xlib's XImage
|
||||||
and XShmImage functions.
|
and XShmImage functions.
|
||||||
@ -49,5 +51,8 @@ make check
|
|||||||
%{_includedir}/xcb/*.h
|
%{_includedir}/xcb/*.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 9 2023 yangbo <yangbo1@xfusion.com> - 0.4.0-13
|
||||||
|
- Update configure.ac bug URL for gitlab migration
|
||||||
|
|
||||||
* Tue Oct 22 2019 Lijin Yang <yanglijin@huawei.com> - 0.4.0-12
|
* Tue Oct 22 2019 Lijin Yang <yanglijin@huawei.com> - 0.4.0-12
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user