diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index 842e909..c4505b5 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -46,7 +46,7 @@ Summary: X.Org X11 X server Name: xorg-x11-server Version: 1.20.9 -Release: 1%{?gitdate:.%{gitdate}}%{?dist} +Release: 2%{?gitdate:.%{gitdate}}%{?dist} URL: http://www.x.org License: MIT @@ -139,7 +139,7 @@ Patch523: 0023-xwayland-Fix-setting-of-_XWAYLAND_RANDR_EMU_MONITOR_.patch Patch524: 0024-xwayland-Remove-unnecessary-xwl_window_is_toplevel-c.patch BuildRequires: systemtap-sdt-devel -BuildRequires: git +BuildRequires: git-core BuildRequires: automake autoconf libtool pkgconfig BuildRequires: xorg-x11-util-macros >= 1.17 @@ -402,7 +402,7 @@ autoreconf -f -v --install || exit 1 --enable-xwayland \ %{dri_flags} %{?bodhi_flags} \ ${CONFIGURE} - + make V=1 %{?_smp_mflags} @@ -563,6 +563,9 @@ find %{inst_srcdir}/hw/xfree86 -name \*.c -delete %changelog +* Wed Nov 04 2020 Peter Hutterer 1.20.9-2 +- Drop BuildRequires to git-core only + * Thu Oct 8 2020 Olivier Fourdan - 1.20.9-1 - xserver 1.20.9 + all current fixes from upstream