diff --git a/.gitignore b/.gitignore index f9de672..ed63793 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 2acef0f..fa24efa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xwayland-23.1.1.tar.xz) = 21c386847135c5cb4ac884926b0fbeb6ad21c9ee54752e0cdc8418e31a72872d81032159c1d91b8afb915aaaf65e80454342461d676996b2f3c535a37b0147f0 +SHA512 (xwayland-23.1.2.tar.xz) = 796939106e8c986f2e8d6a1ff27f3a51cda0718825c3a6da678573de95a61bcc9fac484a34c6f8f762f7078f5289aa35c393725ea0b0f7e5d153352ab01a48f5 diff --git a/xorg-x11-server-Xwayland.spec b/xorg-x11-server-Xwayland.spec index a8e8dc5..828b64b 100644 --- a/xorg-x11-server-Xwayland.spec +++ b/xorg-x11-server-Xwayland.spec @@ -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 - 23.1.2-1 +- xwayland 23.1.2 + * Thu Apr 27 2023 Olivier Fourdan - 23.1.1-2 - Fix spec file to build from git upstream - (#2190211)