xwayland 21.1.1

Resolves: rhbz#1952897
This commit is contained in:
Olivier Fourdan 2021-06-17 09:50:03 +02:00
parent 775a17c67e
commit 5645c5fa27
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/xwayland-21.0.99.901.tar.xz
/xwayland-21.0.99.902.tar.xz
/xwayland-21.1.0.tar.xz
/xwayland-21.1.1.tar.xz

View File

@ -1 +1 @@
SHA512 (xwayland-21.1.0.tar.xz) = 5258bc97315856eee71c8daf6879356f38931ec307cf489818e6125aaa528725fdeb6b712decbcd17ce11a11c048575843dd709d7b5b76787bda4da32cceb35c
SHA512 (xwayland-21.1.1.tar.xz) = 0cb03d796af183f9fde14c30ef45d94ef466ac4ba3d85dda34e74f91dd94bb75d0c8a867ecb7bda7ea61d98c70a4f73bc98c5a205ea5f69a0e222cd780d263d8

View File

@ -8,8 +8,8 @@
Summary: Xwayland
Name: xorg-x11-server-Xwayland
Version: 21.1.0
Release: 2%{?gitdate:.%{gitdate}git%{shortcommit}}%{?dist}
Version: 21.1.1
Release: 1%{?gitdate:.%{gitdate}git%{shortcommit}}%{?dist}
URL: http://www.x.org
%if 0%{?gitdate}
@ -122,6 +122,9 @@ rm -Rf $RPM_BUILD_ROOT%{_localstatedir}/lib/xkb
%{_libdir}/pkgconfig/xwayland.pc
%changelog
* Thu Jun 17 2021 Olivier Fourdan <ofourdan@redhat.com> - 21.1.1-1
- xwayland 21.1.1 (#1952897)
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 21.1.0-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937