From 375e409cd4d17253e1f3072be7433ed904007f9e Mon Sep 17 00:00:00 2001 From: yangbo Date: Fri, 6 Jan 2023 11:24:03 +0800 Subject: [PATCH 1/2] Modify URL and Source0 Signed-off-by: yangbo --- xcb-proto.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xcb-proto.spec b/xcb-proto.spec index 1e2ba01..69f2387 100644 --- a/xcb-proto.spec +++ b/xcb-proto.spec @@ -1,11 +1,11 @@ %define debug_package %{nil} Name: xcb-proto Version: 1.15 -Release: 2 +Release: 3 Summary: XCB protocol descriptions License: MIT -URL: https://xcb.freedesktop.org/ -Source0: https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.gz +URL: https://gitlab.freedesktop.org/xorg/proto/xcbproto/ +Source0: https://gitlab.freedesktop.org/xorg/proto/xcbproto/-/archive/%{name}-%{version}/xcbproto-%{name}-%{version}.tar.gz BuildArch: noarch @@ -38,6 +38,9 @@ to the protocol, improved threading support, and extensibility. %{python3_sitelib}/xcbgen %changelog +* Fri Jan 6 2023 yangbo - 1.15-3 +- Modify URL and Source0 + * Fri Jan 6 2023 yangbo - 1.15-2 - Document the MIT-SHM extension -- Gitee From 6e30e83216c2ec1347586db84dc4119c9f572dcd Mon Sep 17 00:00:00 2001 From: yangbo Date: Fri, 6 Jan 2023 12:08:27 +0800 Subject: [PATCH 2/2] 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 -- Gitee