Hello community,

here is the log from the commit of package plasma5-workspace for 
openSUSE:Factory checked in at 2015-10-28 17:16:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-19 22:44:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma5-workspace.changes 
2015-10-28 17:16:28.000000000 +0100
@@ -1,0 +2,11 @@
+Fri Oct 23 19:12:41 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Make sure users have pam_unix module in place so the screenlocker
+  works when upgrading from openSUSE < 12.3 (boo#931296)
+
+-------------------------------------------------------------------
+Wed Oct 21 18:58:15 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Try to fix wrong image scaling in kspash (boo#950799): rb125743.patch
+
+-------------------------------------------------------------------

New:
----
  rb125743.patch

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

Other differences:
------------------
++++++ plasma5-workspace.spec ++++++
--- /var/tmp/diff_new_pack.KyVpGo/_old  2015-10-28 17:16:29.000000000 +0100
+++ /var/tmp/diff_new_pack.KyVpGo/_new  2015-10-28 17:16:29.000000000 +0100
@@ -33,6 +33,7 @@
 Patch1:         create_kdehome.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
+Patch3:         rb125743.patch
 # PATCHES 100-200 and above are from upstream 5.3 branch
 # PATCHES 201-300 and above are from upstream master/5.4 branch
 
@@ -76,6 +77,7 @@
 %else
 BuildRequires:  wayland-devel >= 1.3.0
 %endif
+BuildRequires:  pam-config
 BuildRequires:  xz
 BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.4.0
 BuildRequires:  pkgconfig(Qt5DBus) >= 5.4.0
@@ -97,6 +99,7 @@
 BuildRequires:  pkgconfig(xi)
 BuildRequires:  pkgconfig(xrender)
 BuildRequires:  pkgconfig(zlib)
+Requires(post): pam-config
 Conflicts:      kdebase4-workspace < 5.3.0
 # Some files have been moved from kio-extras5 to plasma5-workspace in 5.4. 
This should prevent a possible file conflict. (boo#944656)
 Conflicts:      kio-extras5 < 15.08.0
@@ -201,6 +204,7 @@
 %if 0%{?suse_version} == 1315 && ! 0%{?is_opensuse}
 %patch2 -p1
 %endif
+%patch3 -p1
 
 %build
   %cmake_kf5 -d build -- -DKDE4_COMMON_PAM_SERVICE=xdm 
-DKDE_DEFAULT_HOME=.kde4 -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
@@ -213,7 +217,11 @@
   # we have a separate package for Plasma5 session
   rm -rfv %{buildroot}%{_kf5_sharedir}/xsessions
 
-%post -p /sbin/ldconfig
+%post
+# boo#931296
+/usr/sbin/pam-config -d --unix2 || :
+/usr/sbin/pam-config -a --unix || :
+/sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 

++++++ rb125743.patch ++++++
diff --git a/lookandfeel/contents/splash/Splash.qml 
b/lookandfeel/contents/splash/Splash.qml
index fdeb1ea..b783263 100644
--- a/lookandfeel/contents/splash/Splash.qml
+++ b/lookandfeel/contents/splash/Splash.qml
@@ -22,6 +22,7 @@ import QtQuick 2.2
 Image {
     id: root
     source: "../components/artwork/background.png"
+    fillMode: Image.PreserveAspectFit
 
     property int stage
 

Reply via email to