From 039c73bd59926668b11b79dbf02f2fc2d15d2bcb Mon Sep 17 00:00:00 2001 From: yangbo Date: Fri, 6 Jan 2023 14:21:12 +0800 Subject: [PATCH] Modify spec URL Signed-off-by: yangbo --- xcb-proto.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xcb-proto.spec b/xcb-proto.spec index 9535e28..a8986b1 100644 --- a/xcb-proto.spec +++ b/xcb-proto.spec @@ -1,10 +1,10 @@ %define debug_package %{nil} Name: xcb-proto Version: 1.15 -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,6 +36,9 @@ to the protocol, improved threading support, and extensibility. %{python3_sitelib}/xcbgen %changelog +* Fri Jan 6 2023 yangbo - 1.15-2 +- Modify spec URL + * Thu Oct 27 2022 wangkerong - 1.15-1 - upgrade to 1.15 -- Gitee