Hello community,

here is the log from the commit of package plasma5-workspace for 
openSUSE:Factory checked in at 2015-10-19 22:44:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-workspace (Old)
 and      /work/SRC/openSUSE:Factory/.plasma5-workspace.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma5-workspace"

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-workspace/plasma5-workspace.changes      
2015-09-24 07:15:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma5-workspace.changes 
2015-10-19 22:44:28.000000000 +0200
@@ -1,0 +2,27 @@
+Sun Oct 18 16:21:21 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Move sddm theme to upstream branding subpackage, so we can have
+  branded sddm theme (boo#950796)
+
+-------------------------------------------------------------------
+Fri Oct 16 17:02:09 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Let XEmbed icons appear in plasma, i.e. require xembed-sni-proxy
+  package (boo#913339)
+
+-------------------------------------------------------------------
+Mon Oct  5 18:25:46 UTC 2015 - alarr...@suse.com
+
+- Add fix-wayland-requirement.patch that reduces the requirement
+  of wayland 1.3 in CMakeLists.txt to 1.2 for SLE12 since the 1.2
+  version in SLE12 is patched to include the needed features from 1.3
+
+-------------------------------------------------------------------
+Sun Oct  4 10:44:29 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.2:
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.4.2.php
+- Drop fix-logout-button-sizing.patch, upstreamed
+
+-------------------------------------------------------------------

Old:
----
  fix-logout-button-sizing.patch
  plasma-workspace-5.4.1.tar.xz

New:
----
  fix-wayland-requirement.patch
  plasma-workspace-5.4.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ plasma5-workspace.spec ++++++
--- /var/tmp/diff_new_pack.EY0o1p/_old  2015-10-19 22:44:29.000000000 +0200
+++ /var/tmp/diff_new_pack.EY0o1p/_new  2015-10-19 22:44:29.000000000 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:           plasma5-workspace
-Version:        5.4.1
+Version:        5.4.2
 Release:        0
 Summary:        The KDE Plasma Workspace Components
 License:        GPL-2.0+
@@ -31,8 +31,8 @@
 Patch0:         0001-Rename-qdbus-in-startkde.patch
 # PATCH-FIX_OPENSUSE create_kdehome.patch -- 
https://bugs.kde.org/show_bug.cgi?id=338422#c8
 Patch1:         create_kdehome.patch
-# PATCH-FIX-UPSTREAM: fix-logout-button-sizing.patch lbeltr...@kde.org -- 
Ensure all logout buttons have the same size
-Patch2:         fix-logout-button-sizing.patch
+# PATCH-FIX_OPENSUSE fix-wayland-requirement.patch alarr...@suse.com -- Change 
wayland requirement from 1.3.0 to 1.2.1
+Patch2:         fix-wayland-requirement.patch
 # PATCHES 100-200 and above are from upstream 5.3 branch
 # PATCHES 201-300 and above are from upstream master/5.4 branch
 
@@ -70,7 +70,12 @@
 BuildRequires:  plasma-framework-devel >= 5.12.0
 BuildRequires:  solid-devel >= 5.12.0
 BuildRequires:  update-desktop-files
+%if 0%{?suse_version} == 1315 && ! 0%{?is_opensuse}
+# We have a patched wayland 1.2.1 version in SLE12 with the required features 
from 1.3.0
+BuildRequires:  wayland-devel >= 1.2.1
+%else
 BuildRequires:  wayland-devel >= 1.3.0
+%endif
 BuildRequires:  xz
 BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.4.0
 BuildRequires:  pkgconfig(Qt5DBus) >= 5.4.0
@@ -125,6 +130,7 @@
 %requires_ge plasma-framework-private
 Requires:       kactivities5
 Requires:       kio-extras5
+Requires:       xembed-sni-proxy
 # notifications...
 Recommends:     phonon4qt5-backend
 # people should be able to adjust desktop
@@ -192,7 +198,9 @@
 %setup -q -n plasma-workspace-%{version}
 %patch0 -p1
 %patch1 -p1
+%if 0%{?suse_version} == 1315 && ! 0%{?is_opensuse}
 %patch2 -p1
+%endif
 
 %build
   %cmake_kf5 -d build -- -DKDE4_COMMON_PAM_SERVICE=xdm 
-DKDE_DEFAULT_HOME=.kde4 -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
@@ -276,7 +284,6 @@
 %{_kf5_sharedir}/kstyle/
 %{_kf5_plasmadir}/
 %{_kf5_sharedir}/solid/
-%{_kf5_sharedir}/sddm/
 %{_kf5_sharedir}/kio_desktop/
 
 %files -n drkonqi5
@@ -290,6 +297,9 @@
 %files branding-upstream
 %defattr(-,root,root)
 %doc COPYING*
+%dir %{_kf5_sharedir}/sddm
+%dir %{_kf5_sharedir}/sddm/themes
+%{_kf5_sharedir}/sddm/themes/breeze/
 
 %files devel
 %defattr(-,root,root)

++++++ fix-wayland-requirement.patch ++++++
Index: plasma-workspace-5.4.1/CMakeLists.txt
===================================================================
--- plasma-workspace-5.4.1.orig/CMakeLists.txt
+++ plasma-workspace-5.4.1/CMakeLists.txt
@@ -90,7 +90,7 @@ set_package_properties(KF5Wayland PROPER
                        TYPE REQUIRED
                        PURPOSE "Required for building screenlocker")
 find_package(WaylandScanner)
-find_package(Wayland 1.3 COMPONENTS Client Server)
+find_package(Wayland 1.2 COMPONENTS Client Server)
 set_package_properties(Wayland PROPERTIES
                        TYPE REQUIRED
                        PURPOSE "Required for building screenlocker")
++++++ plasma-workspace-5.4.1.tar.xz -> plasma-workspace-5.4.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/plasma5-workspace/plasma-workspace-5.4.1.tar.xz 
/work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma-workspace-5.4.2.tar.xz 
differ: char 26, line 1


Reply via email to