From 92b9913b068bda7065ba8d8ec1c3d68610f40b88 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Wed, 23 Nov 2022 16:08:35 +0800 Subject: [PATCH] Modify invalid source0 (cherry picked from commit fbbc41228469d6bea8b8d5567cfae604a24a623e) --- xcb-util-cursor.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xcb-util-cursor.spec b/xcb-util-cursor.spec index dd42368..e9770ec 100644 --- a/xcb-util-cursor.spec +++ b/xcb-util-cursor.spec @@ -1,10 +1,10 @@ Name: xcb-util-cursor Version: 0.1.3 -Release: 1 +Release: 2 Summary: Cursor library on top of libxcb License: MIT URL: http://xcb.freedesktop.org -Source0: %{name}-%{version}.tar.bz2 +Source0: http://www.x.org/archive/individual/xcb/%{name}-%{version}.tar.bz2 BuildRequires: gcc BuildRequires: pkgconfig(xcb-util) >= 0.3.8 BuildRequires: pkgconfig(xcb-render) @@ -64,5 +64,8 @@ rm %{buildroot}%{_libdir}/*.la %changelog +* Tue Nov 22 2022 caodongxia - 0.1.3-2 +- Modify invalid source0 + * Fri Aug 7 2020 weidong - 0.1.3-1 - Initial release for OpenEuler -- Gitee