Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kcm_sddm for openSUSE:Factory 
checked in at 2022-10-11 18:00:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcm_sddm (Old)
 and      /work/SRC/openSUSE:Factory/.kcm_sddm.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcm_sddm"

Tue Oct 11 18:00:50 2022 rev:131 rq:1009099 version:5.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcm_sddm/kcm_sddm.changes        2022-09-08 
14:20:36.086220350 +0200
+++ /work/SRC/openSUSE:Factory/.kcm_sddm.new.2275/kcm_sddm.changes      
2022-10-11 18:03:05.833846922 +0200
@@ -1,0 +2,41 @@
+Thu Oct  6 14:48:40 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.26.0
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.0
+- Changes since 5.25.90:
+  * Install po folder
+
+-------------------------------------------------------------------
+Thu Sep 15 20:46:21 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.25.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.25.90
+- Changes since 5.25.5:
+  * Remove unnecessary property that's now only used once
+  * Cache the DropShadow for better responsiveness
+  * Move preview image's DropShadow into a layer effect
+  * Fix preview image sizing
+  * Add FreeBSD Qt6 CI support
+  * Remove no longer needed ifdefs
+  * Fix currentIndex for auto-login user and session comboboxes (kde#454528)
+  * Remove unneeded KAboutData
+  * Clarify enable or disable Apply button on save (kde#437423)
+  * Avoid install prefix in config path lookup (kde#440564)
+  * Mark error messages for translation
+  * Fix translating error messages from helper (kde#441726)
+  * Remove obsolete PKGBUILD file
+  * KMessageBox::sorry is deprecated in kf5.97
+  * Port to KCM desktop file generation method from kcmutils
+  * Request passing unit tests on Linux and BSD
+  * Only show delete button for themes that were manually or through KNS 
installed (kde#454874)
+  * Fix broken connect in NewStuff.Action QML component usage (kde#454884)
+  * Clear cache when syncing (kde#440957)
+  * Re-enable apply button on save failure (kde#429348)
+  * Avoid empty error box (kde#413032)
+- Refresh 0001-Support-default.session-symlink.patch
+
+-------------------------------------------------------------------

Old:
----
  sddm-kcm-5.25.5.tar.xz
  sddm-kcm-5.25.5.tar.xz.sig

New:
----
  sddm-kcm-5.26.0.tar.xz
  sddm-kcm-5.26.0.tar.xz.sig

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

Other differences:
------------------
++++++ kcm_sddm.spec ++++++
--- /var/tmp/diff_new_pack.BL01VI/_old  2022-10-11 18:03:06.353847763 +0200
+++ /var/tmp/diff_new_pack.BL01VI/_new  2022-10-11 18:03:06.357847769 +0200
@@ -21,22 +21,22 @@
 
 %bcond_without released
 Name:           kcm_sddm
-Version:        5.25.5
+Version:        5.26.0
 Release:        0
 Summary:        A sddm control module for KDE
 License:        GPL-2.0-only
 Group:          System/GUI/KDE
 URL:            https://projects.kde.org/projects/kdereview/sddm-kcm/repository
-Source:         
https://download.kde.org/stable/plasma/%{version}/sddm-kcm-%{version}.tar.xz
+Source:         sddm-kcm-%{version}.tar.xz
 %if %{with released}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/sddm-kcm-%{version}.tar.xz.sig
+Source1:        sddm-kcm-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 # PATCH-FIX-OPENSUSE
 Patch1:         0001-Support-default.session-symlink.patch
 Patch2:         0002-Read-and-write-autologin-user-to-etc-sysconfig-displ.patch
 Patch3:         0003-Don-t-add-a-Wayland-suffix-to-Wayland-sessions.patch
-BuildRequires:  extra-cmake-modules
+BuildRequires:  extra-cmake-modules >= 5.98.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(KF5Archive)
@@ -49,7 +49,7 @@
 BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5NewStuff)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(Qt5Core) >= 5.12.0
+BuildRequires:  cmake(Qt5Core) >= 5.15.0
 BuildRequires:  cmake(Qt5Gui)
 BuildRequires:  cmake(Qt5Quick)
 BuildRequires:  cmake(Qt5QuickWidgets)

++++++ 0001-Support-default.session-symlink.patch ++++++
--- /var/tmp/diff_new_pack.BL01VI/_old  2022-10-11 18:03:06.385847814 +0200
+++ /var/tmp/diff_new_pack.BL01VI/_new  2022-10-11 18:03:06.389847821 +0200
@@ -10,24 +10,24 @@
  src/sessionmodel.cpp                 | 6 ++++++
  2 files changed, 7 insertions(+), 1 deletion(-)
 
-diff --git a/src/package/contents/ui/Advanced.qml 
b/src/package/contents/ui/Advanced.qml
-index 88bd73e..0b10c6c 100644
---- a/src/package/contents/ui/Advanced.qml
-+++ b/src/package/contents/ui/Advanced.qml
-@@ -70,7 +70,7 @@ Kirigami.Page {
+Index: 
sddm-kcm-5.17.80git.20220809T233316~d5dcd87/src/package/contents/ui/Advanced.qml
+===================================================================
+--- 
sddm-kcm-5.17.80git.20220809T233316~d5dcd87.orig/src/package/contents/ui/Advanced.qml
++++ 
sddm-kcm-5.17.80git.20220809T233316~d5dcd87/src/package/contents/ui/Advanced.qml
+@@ -76,7 +76,7 @@ Kirigami.Page {
                  textRole: "name"
                  valueRole: "file"
                  onActivated: kcm.sddmSettings.session = currentValue
 -                onEnabledChanged: enabled ? kcm.sddmSettings.session = 
currentValue : kcm.sddmSettings.session = ""
 +                onEnabledChanged: enabled ? kcm.sddmSettings.session = 
currentValue : kcm.sddmSettings.session = "default.desktop"
-                 Component.onCompleted: currentIndex = 
Math.max(indexOfValue(kcm.sddmSettings.session), 0)
                  KCM.SettingStateBinding {
                      visible: autologinBox.checked
-diff --git a/src/sessionmodel.cpp b/src/sessionmodel.cpp
-index 16999dd..50e22d4 100644
---- a/src/sessionmodel.cpp
-+++ b/src/sessionmodel.cpp
-@@ -109,6 +109,12 @@ void SessionModel::loadDir(const QString &path, 
SessionType type)
+                     configObject: kcm.sddmSettings
+Index: sddm-kcm-5.17.80git.20220809T233316~d5dcd87/src/sessionmodel.cpp
+===================================================================
+--- sddm-kcm-5.17.80git.20220809T233316~d5dcd87.orig/src/sessionmodel.cpp
++++ sddm-kcm-5.17.80git.20220809T233316~d5dcd87/src/sessionmodel.cpp
+@@ -95,6 +95,12 @@ void SessionModel::loadDir(const QString
                  isHidden = line.mid(7).toLower() == QLatin1String("true");
              }
          }
@@ -40,7 +40,4 @@
          if (!isHidden) {
              // add to sessions list
              d->sessions.push_back(si);
--- 
-2.25.1
-
 


++++++ sddm-kcm-5.25.5.tar.xz -> sddm-kcm-5.26.0.tar.xz ++++++
++++ 10034 lines of diff (skipped)

Reply via email to