From ad96f66cd3bd9d34388ab3d3085f5d20a456c7eb Mon Sep 17 00:00:00 2001 From: Stefan Bluhm Date: Sun, 29 Jan 2023 21:16:25 +0000 Subject: [PATCH] Updated conditional Fedora statement --- xorg-x11-server-Xwayland.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xorg-x11-server-Xwayland.spec b/xorg-x11-server-Xwayland.spec index 6dd48f9..8841ca8 100644 --- a/xorg-x11-server-Xwayland.spec +++ b/xorg-x11-server-Xwayland.spec @@ -9,7 +9,7 @@ Summary: Xwayland Name: xorg-x11-server-Xwayland Version: 22.1.7 -Release: 3%{?gitdate:.%{gitdate}git%{shortcommit}}%{?dist} +Release: 4%{?gitdate:.%{gitdate}git%{shortcommit}}%{?dist} URL: http://www.x.org %if 0%{?gitdate} @@ -101,7 +101,7 @@ necessary for developing Wayland compositors using Xwayland. %prep %autosetup -N -S git_am -n %{pkgname}-%{?gitdate:%{commit}}%{!?gitdate:%{version}} -%if 0%{fedora} >= 38 +%if 0%{?fedora} >= 38 %autopatch %else %autopatch -M 3800 @@ -137,6 +137,9 @@ rm -Rf $RPM_BUILD_ROOT%{_localstatedir}/lib/xkb %{_libdir}/pkgconfig/xwayland.pc %changelog +* Sun Jan 29 2023 Stefan Bluhm - 22.1.7-4 +- Updated conditional Fedora statement. + * Thu Jan 19 2023 Olivier Fourdan - 22.1.7-3 - Use the recommended way to apply conditional patches without conditionalizing the sources (for byte-swapped clients).