Hello community, here is the log from the commit of package plasma5-session for openSUSE:Factory checked in at 2016-02-11 12:36:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma5-session (Old) and /work/SRC/openSUSE:Factory/.plasma5-session.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-session" Changes: -------- --- /work/SRC/openSUSE:Factory/plasma5-session/plasma5-session.changes 2016-01-20 09:52:56.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.plasma5-session.new/plasma5-session.changes 2016-02-11 12:36:07.000000000 +0100 @@ -1,0 +2,12 @@ +Mon Feb 8 17:17:55 UTC 2016 - [email protected] + +- Disable build of wayland subpackage for Leap and older distros: + they don't have XWayland +- Add correct requires to the wayland subpackage + +------------------------------------------------------------------- +Tue Jan 26 22:18:04 UTC 2016 - [email protected] + +- Bump to 5.5.4 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma5-session.spec ++++++ --- /var/tmp/diff_new_pack.TKCWwd/_old 2016-02-11 12:36:08.000000000 +0100 +++ /var/tmp/diff_new_pack.TKCWwd/_new 2016-02-11 12:36:08.000000000 +0100 @@ -17,7 +17,7 @@ Name: plasma5-session -Version: 5.5.3 +Version: 5.5.4 Release: 0 Summary: The KDE Session License: GPL-2.0+ @@ -56,6 +56,11 @@ %package wayland Summary: The KDE Wayland session Group: System/GUI/KDE +Requires: %{name} >= %{version} +Requires: kwayland-integration >= %{version} +Requires: libqt5-qtwayland +Requires: xf86-input-libinput +Requires: xorg-x11-server-wayland %description wayland This package contains the startup scripts necessary to start a KDE @@ -67,18 +72,27 @@ %install install -m 0755 -d %{buildroot}%{_datadir}/xsessions/ +# Leap 42.1 doesn't have XWayland +%if 0%{?suse_version} > 1320 install -m 0755 -d %{buildroot}%{_datadir}/wayland-sessions/ +%endif # write version number into plasma5.desktop, this is displayed by KInfocenter as Plasma version echo "X-KDE-PluginInfo-Version=%{version}" >> %{SOURCE1} echo "X-KDE-PluginInfo-Version=%{version}" >> %{SOURCE4} cp %{SOURCE1} %{buildroot}%{_datadir}/xsessions/ +# Leap 42.1 doesn't have XWayland +%if 0%{?suse_version} > 1320 cp %{SOURCE4} %{buildroot}%{_datadir}/wayland-sessions/ +%endif %if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320" echo "X-KDE-PluginInfo-Version=%{version}" >> %{SOURCE3} cp %{SOURCE3} %{buildroot}%{_datadir}/xsessions/ %endif install -D -m644 %{SOURCE2} %{buildroot}%{_datadir}/doc/packages/plasma5-session/COPYING +# Leap 42.1 doesn't have XWayland +%if 0%{?suse_version} > 1320 install -D -m644 %{SOURCE2} %{buildroot}%{_datadir}/doc/packages/plasma5-session-wayland/COPYING +%endif %files %defattr(-,root,root) @@ -89,10 +103,13 @@ %dir %{_datadir}/doc/packages/plasma5-session %{_datadir}/doc/packages/plasma5-session/COPYING +# Leap 42.1 doesn't have XWayland +%if 0%{?suse_version} > 1320 %files wayland %{_datadir}/wayland-sessions/plasmawayland.desktop %dir %{_datadir}/wayland-sessions/ %dir %{_datadir}/doc/packages/plasma5-session-wayland %{_datadir}/doc/packages/plasma5-session-wayland/COPYING +%endif %changelog
