From 5c3c11bbeea74d820591afae30d45bd4797fa95d Mon Sep 17 00:00:00 2001 From: yangbo Date: Fri, 6 Jan 2023 12:20:19 +0800 Subject: [PATCH] Modify spec URL Signed-off-by: yangbo --- xcb-proto.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/xcb-proto.spec b/xcb-proto.spec index 617e670..16d0d1b 100644 --- a/xcb-proto.spec +++ b/xcb-proto.spec @@ -1,10 +1,10 @@ %define debug_package %{nil} Name: xcb-proto Version: 1.14 -Release: 2 +Release: 3 Summary: XCB protocol descriptions License: MIT -URL: https://xcb.freedesktop.org/ +URL: https://gitlab.freedesktop.org/xorg/proto/xcbproto/ Source0: https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.gz Patch6000: backport-fixes-for-python-3.9.patch @@ -39,6 +39,12 @@ export PYTHON="python3" %{python3_sitelib}/xcbgen %changelog +* Fri Jan 6 2023 yangbo - 1.14-3 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:Modify spec URL + * Sat Jan 08 2022 dongyuzhen - 1.14-2 - Type:bugfix - CVE:NA -- Gitee