From 6e30e83216c2ec1347586db84dc4119c9f572dcd Mon Sep 17 00:00:00 2001 From: yangbo Date: Fri, 6 Jan 2023 12:08:27 +0800 Subject: [PATCH] Modify spec URL Signed-off-by: yangbo --- xcb-proto.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcb-proto.spec b/xcb-proto.spec index 69f2387..99fb7a1 100644 --- a/xcb-proto.spec +++ b/xcb-proto.spec @@ -5,7 +5,7 @@ Release: 3 Summary: XCB protocol descriptions License: MIT URL: https://gitlab.freedesktop.org/xorg/proto/xcbproto/ -Source0: https://gitlab.freedesktop.org/xorg/proto/xcbproto/-/archive/%{name}-%{version}/xcbproto-%{name}-%{version}.tar.gz +Source0: https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.gz BuildArch: noarch @@ -39,7 +39,7 @@ to the protocol, improved threading support, and extensibility. %changelog * Fri Jan 6 2023 yangbo - 1.15-3 -- Modify URL and Source0 +- Modify spec URL * Fri Jan 6 2023 yangbo - 1.15-2 - Document the MIT-SHM extension