!6 Update configure.ac bug URL for gitlab migration
From: @yangbo2022 Reviewed-by: @Charlie_li Signed-off-by: @Charlie_li
This commit is contained in:
commit
d6b2ac9be7
@ -0,0 +1,25 @@
|
|||||||
|
From 2970e4f8d1dc23412c0e8fcf6b533a2dba3856e8 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Alan Coopersmith <alan.coopersmith@oracle.com>
|
||||||
|
Date: Sun, 17 Feb 2019 11:36:25 -0800
|
||||||
|
Subject: [PATCH 02/11] 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 803abe7..046a39e 100644
|
||||||
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
AC_PREREQ(2.59c)
|
||||||
|
AC_INIT([xcb-util-renderutil],[0.3.9],
|
||||||
|
- [https://bugs.freedesktop.org/enter_bug.cgi?product=xcb&component=Utils],
|
||||||
|
+ [https://gitlab.freedesktop.org/xorg/lib/libxcb-render-util/issues],
|
||||||
|
[xcb-util-renderutil])
|
||||||
|
AC_CONFIG_SRCDIR([Makefile.am])
|
||||||
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
--
|
||||||
|
2.39.0.windows.2
|
||||||
|
|
||||||
@ -1,12 +1,14 @@
|
|||||||
Name: xcb-util-renderutil
|
Name: xcb-util-renderutil
|
||||||
Version: 0.3.9
|
Version: 0.3.9
|
||||||
Release: 14
|
Release: 15
|
||||||
Summary: Render extension convenience functions
|
Summary: Render extension convenience functions
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://gitlab.freedesktop.org/xorg/lib/libxcb-render-util
|
URL: https://gitlab.freedesktop.org/xorg/lib/libxcb-render-util
|
||||||
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
|
||||||
Utility libraries for XC Binding - Convenience functions for the Render extension.
|
Utility libraries for XC Binding - Convenience functions for the Render extension.
|
||||||
|
|
||||||
@ -48,6 +50,9 @@ make check
|
|||||||
%{_includedir}/xcb/*.h
|
%{_includedir}/xcb/*.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 6 2023 yangbo <yangbo1@xfusion.com> - 0.3.9-15
|
||||||
|
- Update configure.ac bug URL for gitlab migration
|
||||||
|
|
||||||
* Fri Jan 6 2023 yangbo <yangbo1@xfusion.com> - 0.3.9-14
|
* Fri Jan 6 2023 yangbo <yangbo1@xfusion.com> - 0.3.9-14
|
||||||
- Modify spec URL
|
- Modify spec URL
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user