!6 Upgrade to 1.2.4

From: @li-long315 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-05-05 10:52:46 +00:00 committed by Gitee
commit 2d447f69ec
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 7 deletions

Binary file not shown.

BIN
libXScrnSaver-1.2.4.tar.xz Normal file

Binary file not shown.

View File

@ -1,13 +1,12 @@
Name: libXScrnSaver Name: libXScrnSaver
Version: 1.2.3 Version: 1.2.4
Release: 4 Release: 1
License: MIT License: MIT
Summary: Runtime library for X.Org X11 libXss Summary: Runtime library for X.Org X11 libXss
URL: http://www.x.org URL: http://www.x.org
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.xz
BuildRequires: xorg-x11-util-macros autoconf automake libtool pkgconfig BuildRequires: xorg-x11-util-macros xorg-x11-proto-devel libX11-devel libXext-devel libxcb-devel
BuildRequires: xorg-x11-proto-devel libX11-devel libXext-devel
%description %description
This package contains the runtime library for X.Org X11 libXss. This package contains the runtime library for X.Org X11 libXss.
@ -54,10 +53,13 @@ autoreconf -v --install --force
%{_includedir}/X11/extensions/scrnsaver.h %{_includedir}/X11/extensions/scrnsaver.h
%files help %files help
%doc README ChangeLog %doc ChangeLog
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %changelog
* Thu Feb 16 2023 lilong <lilong@kylinos.cn> - 1.2.4-1
- Upgrade to 1.2.4
* Tue Mar 10 2020 yanglijin <yanglijin@huawei.com> - 1.2.3-4 * Tue Mar 10 2020 yanglijin <yanglijin@huawei.com> - 1.2.3-4
- modify install failed - modify install failed