From d9dbc3871c731a15f8511f101532168c7b502c4a Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Fri, 5 May 2023 11:04:14 +0800 Subject: [PATCH] rebuild with libX11 update --- libXcursor.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libXcursor.spec b/libXcursor.spec index e84782b..6b9eb1c 100644 --- a/libXcursor.spec +++ b/libXcursor.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 Summary: Cursor management library Name: libXcursor @@ -10,13 +10,13 @@ URL: http://www.x.org Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.xz Source1: index.theme -Requires: libX11 >= 1.5.99.902 +Requires: libX11 >= 1.6 BuildRequires: make BuildRequires: autoconf automake libtool BuildRequires: xorg-x11-util-macros BuildRequires: xorg-x11-proto-devel -BuildRequires: libX11-devel >= 1.5.99.902 +BuildRequires: libX11-devel >= 1.6 BuildRequires: libXfixes-devel BuildRequires: libXrender-devel >= 0.8.2 BuildRequires: autoconf automake libtool pkgconfig @@ -96,6 +96,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man3/Xcursor*.3* %changelog +* Fri May 05 2023 mgb01105731 - 1.2.1-2 +- rebuild with libX11 update + * Mon Sep 19 2022 mgb01105731 - 1.2.1-1 - update to 1.2.1 -- Gitee