Hello community,

here is the log from the commit of package kcm_sddm for openSUSE:Factory 
checked in at 2018-02-28 19:57:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcm_sddm (Old)
 and      /work/SRC/openSUSE:Factory/.kcm_sddm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcm_sddm"

Wed Feb 28 19:57:11 2018 rev:51 rq:579127 version:5.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcm_sddm/kcm_sddm.changes        2018-02-19 
12:57:05.138477811 +0100
+++ /work/SRC/openSUSE:Factory/.kcm_sddm.new/kcm_sddm.changes   2018-02-28 
19:57:13.827907535 +0100
@@ -1,0 +2,14 @@
+Wed Feb 21 23:57:07 CET 2018 - [email protected]
+
+- Update to 5.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.2.php
+- Changes since 5.12.1:
+  * None
+- Refreshed patches:
+  * 0001-Replace-autologin-configuration-with-a-note-to-use-Y.patch
+  * 0002-Support-default.session-symlink.patch
+  * set-default-session-to-plasma5-for-autologin.patch
+
+-------------------------------------------------------------------

Old:
----
  sddm-kcm-5.12.1.tar.xz

New:
----
  sddm-kcm-5.12.2.tar.xz

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

Other differences:
------------------
++++++ kcm_sddm.spec ++++++
--- /var/tmp/diff_new_pack.lTPmzZ/_old  2018-02-28 19:57:14.891869035 +0100
+++ /var/tmp/diff_new_pack.lTPmzZ/_new  2018-02-28 19:57:14.895868891 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:           kcm_sddm
-Version:        5.12.1
+Version:        5.12.2
 Release:        0
 Summary:        A sddm control module for KDE
 License:        GPL-2.0

++++++ 0001-Replace-autologin-configuration-with-a-note-to-use-Y.patch ++++++
--- /var/tmp/diff_new_pack.lTPmzZ/_old  2018-02-28 19:57:14.919868022 +0100
+++ /var/tmp/diff_new_pack.lTPmzZ/_new  2018-02-28 19:57:14.923867878 +0100
@@ -9,10 +9,10 @@
  src/ui/advanceconfig.ui | 10 +++++++---
  1 file changed, 7 insertions(+), 3 deletions(-)
 
-diff --git a/src/ui/advanceconfig.ui b/src/ui/advanceconfig.ui
-index 7fe00b1..4ec219d 100644
---- a/src/ui/advanceconfig.ui
-+++ b/src/ui/advanceconfig.ui
+Index: sddm-kcm-5.12.2/src/ui/advanceconfig.ui
+===================================================================
+--- sddm-kcm-5.12.2.orig/src/ui/advanceconfig.ui
++++ sddm-kcm-5.12.2/src/ui/advanceconfig.ui
 @@ -45,15 +45,19 @@
        <property name="fieldGrowthPolicy">
         <enum>QFormLayout::ExpandingFieldsGrow</enum>
@@ -36,6 +36,3 @@
        </item>
        <item row="1" column="0">
         <widget class="QLabel" name="label_3">
--- 
-2.15.0
-

++++++ 0002-Support-default.session-symlink.patch ++++++
--- /var/tmp/diff_new_pack.lTPmzZ/_old  2018-02-28 19:57:14.935867443 +0100
+++ /var/tmp/diff_new_pack.lTPmzZ/_new  2018-02-28 19:57:14.939867299 +0100
@@ -9,11 +9,11 @@
  src/sessionmodel.cpp | 6 ++++++
  1 file changed, 6 insertions(+)
 
-diff --git a/src/sessionmodel.cpp b/src/sessionmodel.cpp
-index 036711f..55f394f 100644
---- a/src/sessionmodel.cpp
-+++ b/src/sessionmodel.cpp
-@@ -78,6 +78,12 @@ SessionModel::SessionModel(QObject *parent) : 
QAbstractListModel(parent), d(new
+Index: sddm-kcm-5.12.2/src/sessionmodel.cpp
+===================================================================
+--- sddm-kcm-5.12.2.orig/src/sessionmodel.cpp
++++ sddm-kcm-5.12.2/src/sessionmodel.cpp
+@@ -95,6 +95,12 @@ void SessionModel::loadDir(const QString
              if (line.startsWith(QLatin1String("Hidden=")))
                  isHidden = line.mid(7).toLower() == QLatin1String("true");
          }
@@ -26,6 +26,3 @@
          if (!isHidden) {
              // add to sessions list
              d->sessions.push_back(si);
--- 
-2.13.2
-

++++++ sddm-kcm-5.12.1.tar.xz -> sddm-kcm-5.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.12.1/CMakeLists.txt 
new/sddm-kcm-5.12.2/CMakeLists.txt
--- old/sddm-kcm-5.12.1/CMakeLists.txt  2018-02-13 15:36:44.000000000 +0100
+++ new/sddm-kcm-5.12.2/CMakeLists.txt  2018-02-20 16:47:01.000000000 +0100
@@ -1,6 +1,6 @@
 project(sddm-kcm)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-set(PROJECT_VERSION "5.12.1")
+set(PROJECT_VERSION "5.12.2")
 set(QT_MIN_VERSION "5.4.0")
 find_package(ECM 1.0.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.12.1/po/eu/kcm_sddm.po 
new/sddm-kcm-5.12.2/po/eu/kcm_sddm.po
--- old/sddm-kcm-5.12.1/po/eu/kcm_sddm.po       2018-02-13 15:36:29.000000000 
+0100
+++ new/sddm-kcm-5.12.2/po/eu/kcm_sddm.po       2018-02-20 16:46:46.000000000 
+0100
@@ -1,23 +1,25 @@
 # Translation of kcm_sddm.po to Euskara/Basque (eu).
-# Copyright (C) 2017, Free Software Foundation, Inc.
+# Copyright (C) 2017-2018, Free Software Foundation, Inc.
 # This file is distributed under the same license as the kde-workspace package.
 # KDE Euskaratzeko proiektuaren arduraduna <[email protected]>.
 #
 # Translators:
-# Ander Elortondo <[email protected]>, 2017
+# Ander Elortondo <[email protected]>, 2017.
+# Iñigo Salvador Azurmendi <[email protected]>, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcm_sddm\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-10-17 03:43+0200\n"
-"PO-Revision-Date: 2017-08-17 09:16+0100\n"
-"Last-Translator: Ander Elortondo <[email protected]>\n"
-"Language-Team: Basque (https://www.transifex.com/librezale/teams/76827/eu/)\n"
+"PO-Revision-Date: 2018-02-13 23:45+0100\n"
+"Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n"
+"Language-Team: Basque <[email protected]>\n"
 "Language: eu\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -75,8 +77,7 @@
 msgstr "Ezabatu irudia"
 
 #: src/configwidgets/selectimagebutton.cpp:76
-#, fuzzy, kde-format
-#| msgid "Select image"
+#, kde-format
 msgctxt "@title:window"
 msgid "Select Image"
 msgstr "Hautatu irudia"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.12.1/po/zh_CN/kcm_sddm.po 
new/sddm-kcm-5.12.2/po/zh_CN/kcm_sddm.po
--- old/sddm-kcm-5.12.1/po/zh_CN/kcm_sddm.po    2018-02-13 15:36:44.000000000 
+0100
+++ new/sddm-kcm-5.12.2/po/zh_CN/kcm_sddm.po    2018-02-20 16:47:01.000000000 
+0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-10-17 03:43+0200\n"
-"PO-Revision-Date: 2018-02-12 05:47-0500\n"
+"PO-Revision-Date: 2018-02-19 19:14-0500\n"
 "Last-Translator: guoyunhebrave <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

++++++ set-default-session-to-plasma5-for-autologin.patch ++++++
--- /var/tmp/diff_new_pack.lTPmzZ/_old  2018-02-28 19:57:15.139860062 +0100
+++ /var/tmp/diff_new_pack.lTPmzZ/_new  2018-02-28 19:57:15.139860062 +0100
@@ -1,7 +1,7 @@
-diff --git a/src/advanceconfig.cpp b/src/advanceconfig.cpp
-index 627f1d4..10ac5c9 100644
---- a/src/advanceconfig.cpp
-+++ b/src/advanceconfig.cpp
+Index: sddm-kcm-5.12.2/src/advanceconfig.cpp
+===================================================================
+--- sddm-kcm-5.12.2.orig/src/advanceconfig.cpp
++++ sddm-kcm-5.12.2/src/advanceconfig.cpp
 @@ -90,7 +90,7 @@ void AdvanceConfig::load()
      const QString currentUser = mConfig->group("Autologin").readEntry("User", 
"");
      configUi->userList->setCurrentIndex(userModel->indexOf(currentUser));


Reply via email to