!6 update to 6.0.1

From: @zppzhangpan 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2023-08-02 08:53:14 +00:00 committed by Gitee
commit 9b47b9235a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
libXfixes-6.0.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%bcond_without static %bcond_without static
Name: libXfixes Name: libXfixes
Version: 6.0.0 Version: 6.0.1
Release: 2 Release: 1
Summary: X11 miscellaneous "fixes" extension library Summary: X11 miscellaneous "fixes" extension library
License: MIT License: MIT
URL: https://xorg.freedesktop.org/ URL: https://xorg.freedesktop.org/
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.gz
BuildRequires: automake libtool xorg-x11-proto-devel libXext-devel BuildRequires: automake libtool xorg-x11-proto-devel libXext-devel
Requires: libX11 Requires: libX11
@ -61,6 +61,9 @@ developing applications that use %{name}.
%{_mandir}/man3/Xfixes.3.gz %{_mandir}/man3/Xfixes.3.gz
%changelog %changelog
* Thu Jul 20 2023 zhangpan <zhangpan103@h-partners.com> - 6.0.1-1
- update to 6.0.1
* Sat Oct 22 2022 wangkerong <wangkerong@h-partners.com> - 6.0.0-2 * Sat Oct 22 2022 wangkerong <wangkerong@h-partners.com> - 6.0.0-2
- disable static library by default - disable static library by default