Hello community, here is the log from the commit of package kdebase4-session for openSUSE:Factory checked in at 2012-04-17 21:58:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdebase4-session (Old) and /work/SRC/openSUSE:Factory/.kdebase4-session.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdebase4-session", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/kdebase4-session/kdebase4-session.changes 2011-09-23 02:06:01.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kdebase4-session.new/kdebase4-session.changes 2012-04-17 21:58:45.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Apr 17 04:31:11 UTC 2012 - [email protected] + +- dont show 2 KDE Plasma Workspace session (bnc#757053) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdebase4-session.spec ++++++ --- /var/tmp/diff_new_pack.2ELgaS/_old 2012-04-17 21:58:46.000000000 +0200 +++ /var/tmp/diff_new_pack.2ELgaS/_new 2012-04-17 21:58:46.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package kdebase4-session # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,14 +16,13 @@ # - Name: kdebase4-session Version: %_kde_platform_version -Release: 12 -License: GPL-2.0+ +Release: 0 Summary: The KDE Session -Url: http://www.kde.org/ +License: GPL-2.0+ Group: System/GUI/KDE +Url: http://www.kde.org/ Source1: kde-plasma.desktop Source2: COPYING BuildRequires: kde4-filesystem @@ -46,19 +45,24 @@ %install install -m 0755 -d %{buildroot}%{_datadir}/xsessions/ +# For compatibility with 11.4 and older +%if 0%{?suse_version} <= 1140 +cp %{SOURCE1} %{buildroot}%{_datadir}/xsessions/kde4.desktop +%else cp %{SOURCE1} %{buildroot}%{_datadir}/xsessions/ +%endif install -D -m644 %{SOURCE2} %{buildroot}%{_datadir}/doc/packages/kdebase4-session/COPYING -# For compatibility with 11.4 and older -ln -s /usr/share/xsessions/kde-plasma.desktop $RPM_BUILD_ROOT/usr/share/xsessions/kde4.desktop - %clean rm -rf %{buildroot} %files %defattr(-,root,root) +%if 0%{?suse_version} <= 1140 %{_datadir}/xsessions/kde4.desktop +%else %{_datadir}/xsessions/kde-plasma.desktop +%endif %dir %{_datadir}/doc/packages/kdebase4-session %{_datadir}/doc/packages/kdebase4-session/COPYING -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
