Hello community, here is the log from the commit of package xorg-x11-server for openSUSE:Factory checked in at 2016-01-12 16:11:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xorg-x11-server (Old) and /work/SRC/openSUSE:Factory/.xorg-x11-server.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xorg-x11-server" Changes: -------- --- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes 2016-01-05 21:54:02.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes 2016-01-12 16:12:01.000000000 +0100 @@ -1,0 +2,15 @@ +Sun Jan 10 18:59:29 UTC 2016 - e...@suse.com + +- Add test for defined macro %build_xwayland + This can be used to enable the build of Xwayland and the + package xorg-x11-server-wayland using a macro in projconf + (boo#960487). + +------------------------------------------------------------------- +Fri Jan 8 17:42:18 UTC 2016 - e...@suse.com + +- Split out Xwayland: + * Build a package xorg-x11-server-wayland + * Limit build to Factory (boo#960487). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xorg-x11-server.spec ++++++ --- /var/tmp/diff_new_pack.ni6TUl/_old 2016-01-12 16:12:02.000000000 +0100 +++ /var/tmp/diff_new_pack.ni6TUl/_new 2016-01-12 16:12:02.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package xorg-x11-server # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %ifarch s390 s390x %define have_wayland 0 %else -%if 0%{?suse_version} >= 1320 || 0%{?is_opensuse} +%if 0%{?suse_version} >= 1330 || 0%{?build_xwayland} %define have_wayland 1 %endif %endif @@ -205,6 +205,18 @@ %description extra This package contains additional Xservers (Xdmx, Xephyr, Xnest). +%if 0%{?have_wayland} == 1 +%package wayland +Summary: Xwayland Xserver +Group: System/X11/Servers/XF86_4 +Requires: xkbcomp +Requires: xkeyboard-config +Requires: xorg-x11-fonts-core + +%description wayland +This package contains the Xserver running on the Wayland Display Server. +%endif + %package sdk Summary: X Group: System/Libraries @@ -475,11 +487,13 @@ %ghost %{_sysconfdir}/alternatives/libglx.so %endif %endif +%{_bindir}/Xvfb +%{_bindir}/xorg-backtrace + %if 0%{?have_wayland} == 1 +%files wayland %{_bindir}/Xwayland %endif -%{_bindir}/Xvfb -%{_bindir}/xorg-backtrace %files extra %defattr(-,root,root)