Hello community,

here is the log from the commit of package sddm for openSUSE:Factory checked in 
at 2017-03-13 15:30:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sddm (Old)
 and      /work/SRC/openSUSE:Factory/.sddm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sddm"

Mon Mar 13 15:30:37 2017 rev:17 rq:478453 version:0.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/sddm/sddm.changes        2016-11-28 
15:03:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sddm.new/sddm.changes   2017-03-13 
15:30:38.102430236 +0100
@@ -1,0 +2,15 @@
+Wed Mar  8 12:47:38 UTC 2017 - wba...@tmo.at
+
+- Call "plymouth quit --retain-splash" instead of "plymouth_quit"
+  in the displaymanager script to hide the text mode login prompt
+  during boot (the dedicated sddm.service does the same).
+- Also, don't call xdm_reload_files, that just re-generates the xdm
+  config files according to the sysconfig values and only makes
+  sense for xdm.
+
+-------------------------------------------------------------------
+Sat Dec 17 20:53:58 UTC 2016 - fab...@ritter-vogt.de
+
+- Fix typos in description
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sddm.spec ++++++
--- /var/tmp/diff_new_pack.INVyAl/_old  2017-03-13 15:30:39.134284402 +0100
+++ /var/tmp/diff_new_pack.INVyAl/_new  2017-03-13 15:30:39.142283272 +0100
@@ -79,7 +79,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-SDDM is a modern display manager for X11 aiming to be fast, simple and 
beatiful.
+SDDM is a modern display manager for X11 aiming to be fast, simple and 
beautiful.
 It uses modern technologies like QtQuick, which in turn gives the designer the
 ability to create smooth, animated user interfaces.
 
@@ -93,9 +93,9 @@
 Conflicts:      otherproviders(sddm-branding)
 
 %description branding-openSUSE
-SDDM is a modern display manager for X11 aiming to be fast, simple and 
beatiful.
+SDDM is a modern display manager for X11 aiming to be fast, simple and 
beautiful.
 It uses modern technologies like QtQuick, which in turn gives the designer the
-ability to create smooth, animated user interfaces. This package provides
+ability to create smooth, animated user interfaces. This package provides the
 openSUSE branding for SDDM.
 
 %package branding-upstream
@@ -106,7 +106,7 @@
 Conflicts:      otherproviders(sddm-branding)
 
 %description branding-upstream
-SDDM is a modern display manager for X11 aiming to be fast, simple and 
beatiful.
+SDDM is a modern display manager for X11 aiming to be fast, simple and 
beautiful.
 It uses modern technologies like QtQuick, which in turn gives the designer the
 ability to create smooth, animated user interfaces. This package provides
 upstream branding for SDDM.

++++++ X11-displaymanagers-sddm ++++++
--- /var/tmp/diff_new_pack.INVyAl/_old  2017-03-13 15:30:39.214273097 +0100
+++ /var/tmp/diff_new_pack.INVyAl/_new  2017-03-13 15:30:39.214273097 +0100
@@ -1,7 +1,8 @@
 sddm_start_proc () {
-    plymouth_quit
-    xdm_reload_files
-    return $?
+    if [ -x /usr/bin/plymouth ]; then
+        /usr/bin/plymouth quit --retain-splash
+    fi
+    return 0
 }
 
 sddm_vars() {


Reply via email to