From 9dd4f324a69ceae3025d97880898cd2d47f38ae4 Mon Sep 17 00:00:00 2001 From: yangbo Date: Fri, 6 Jan 2023 12:43:15 +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 77c67f5..b4c1612 100644 --- a/xcb-proto.spec +++ b/xcb-proto.spec @@ -1,10 +1,10 @@ %define debug_package %{nil} Name: xcb-proto Version: 1.14 -Release: 1 +Release: 2 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 BuildArch: noarch @@ -36,5 +36,11 @@ export PYTHON="python3" %{python3_sitelib}/xcbgen %changelog +* Fri Jan 6 2023 yangbo - 1.14-2 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:Modify spec URL + * Fri Aug 28 2020 zhanzhimin - 1.14-1 - update package to 1.14 -- Gitee