xwayland 23.1.2

This commit is contained in:
Olivier Fourdan 2023-06-06 14:53:57 +02:00
parent c808e0b063
commit 545370be0a
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@
/xwayland-23.0.99.902.tar.xz
/xwayland-23.1.0.tar.xz
/xwayland-23.1.1.tar.xz
/xwayland-23.1.2.tar.xz

View File

@ -1 +1 @@
SHA512 (xwayland-23.1.1.tar.xz) = 21c386847135c5cb4ac884926b0fbeb6ad21c9ee54752e0cdc8418e31a72872d81032159c1d91b8afb915aaaf65e80454342461d676996b2f3c535a37b0147f0
SHA512 (xwayland-23.1.2.tar.xz) = 796939106e8c986f2e8d6a1ff27f3a51cda0718825c3a6da678573de95a61bcc9fac484a34c6f8f762f7078f5289aa35c393725ea0b0f7e5d153352ab01a48f5

View File

@ -8,8 +8,8 @@
Summary: Xwayland
Name: xorg-x11-server-Xwayland
Version: 23.1.1
Release: 2%{?gitdate:.%{gitdate}git%{shortcommit}}%{?dist}
Version: 23.1.2
Release: 1%{?gitdate:.%{gitdate}git%{shortcommit}}%{?dist}
URL: http://www.x.org
%if 0%{?gitdate}
@ -132,6 +132,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_libdir}/pkgconfig/xwayland.pc
%changelog
* Tue Jun 6 2023 Olivier Fourdan <ofourdan@redhat.com> - 23.1.2-1
- xwayland 23.1.2
* Thu Apr 27 2023 Olivier Fourdan <ofourdan@redhat.com> - 23.1.1-2
- Fix spec file to build from git upstream - (#2190211)