Hello community,

here is the log from the commit of package plasma-nm5 for openSUSE:Factory 
checked in at 2020-06-20 20:12:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-nm5 (Old)
 and      /work/SRC/openSUSE:Factory/.plasma-nm5.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma-nm5"

Sat Jun 20 20:12:22 2020 rev:110 rq:815804 version:5.19.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma-nm5/plasma-nm5.changes    2020-06-08 
23:57:48.619914602 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-nm5.new.3606/plasma-nm5.changes  
2020-06-21 19:02:10.304171775 +0200
@@ -1,0 +2,22 @@
+Thu Jun 18 15:50:33 UTC 2020 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Fix the inline password field (kde#423093):
+  * 0001-WIP-applet-Fix-inline-password-field-component-not-w.patch
+- Drop patches for Leap 42.3:
+  * 0001-Revert-Show-correct-current-download-and-upload-spee.patch
+  * 0001-Revert-Inform-about-missing-NetworkManager-VPN-plugi.patch
+  * 0001-Revert-Use-NetworkManager-DeviceStatistics-instead-o.patch
+  * 0001-Revert-Require-NM-1.4.0-and-newer.patch
+
+-------------------------------------------------------------------
+Tue Jun 16 14:34:53 UTC 2020 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.19.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.19.1.php
+- Changes since 5.19.0:
+  * openvpn: avoid enabling TCP if the remote has been set on another line
+  * Testing AccessPoint::Privacy flag is not enough to check whether AP is 
secured (kde#422740)
+
+-------------------------------------------------------------------

Old:
----
  0001-Revert-Inform-about-missing-NetworkManager-VPN-plugi.patch
  0001-Revert-Require-NM-1.4.0-and-newer.patch
  0001-Revert-Show-correct-current-download-and-upload-spee.patch
  0001-Revert-Use-NetworkManager-DeviceStatistics-instead-o.patch
  plasma-nm-5.19.0.tar.xz
  plasma-nm-5.19.0.tar.xz.sig

New:
----
  0001-WIP-applet-Fix-inline-password-field-component-not-w.patch
  plasma-nm-5.19.1.tar.xz
  plasma-nm-5.19.1.tar.xz.sig

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

Other differences:
------------------
++++++ plasma-nm5.spec ++++++
--- /var/tmp/diff_new_pack.ipYROf/_old  2020-06-21 19:02:11.016174180 +0200
+++ /var/tmp/diff_new_pack.ipYROf/_new  2020-06-21 19:02:11.020174193 +0200
@@ -19,22 +19,19 @@
 %bcond_without lang
 %define mm_support 1
 Name:           plasma-nm5
-Version:        5.19.0
+Version:        5.19.1
 Release:        0
 Summary:        Plasma applet written in QML for managing network connections
 License:        (LGPL-2.1-only OR LGPL-3.0-only) AND (GPL-2.0-only OR 
GPL-3.0-only)
 Group:          System/GUI/KDE
 URL:            http://www.kde.org
-Source:         plasma-nm-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/plasma/%{version}/plasma-nm-%{version}.tar.xz
 %if %{with lang}
-Source1:        plasma-nm-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/plasma/%{version}/plasma-nm-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
-# PATCH-FIX-OPENSUSE
-Patch0:         0001-Revert-Show-correct-current-download-and-upload-spee.patch
-Patch1:         0001-Revert-Require-NM-1.4.0-and-newer.patch
-Patch2:         0001-Revert-Use-NetworkManager-DeviceStatistics-instead-o.patch
-Patch3:         0001-Revert-Inform-about-missing-NetworkManager-VPN-plugi.patch
+# PATCH-FIX-UPSTREAM
+Patch1:         0001-WIP-applet-Fix-inline-password-field-component-not-w.patch
 BuildRequires:  NetworkManager-devel >= 0.9.8.4
 BuildRequires:  extra-cmake-modules >= 1.3.0
 BuildRequires:  fdupes
@@ -261,11 +258,9 @@
 FortiGate SSL VPN plugin for plasma-nm components.
 
 %lang_package
+
 %prep
-%setup -q -n plasma-nm-%{version}
-%if 0%{?suse_version} < 1500
-%autopatch -p1
-%endif
+%autosetup -p1 -n plasma-nm-%{version}
 
 %build
   %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}

++++++ 0001-WIP-applet-Fix-inline-password-field-component-not-w.patch ++++++
>From 628127c87bfcca988fc3336dfb503437be5d2d10 Mon Sep 17 00:00:00 2001
From: Nate Graham <n...@kde.org>
Date: Thu, 18 Jun 2020 15:34:40 +0000
Subject: [PATCH] [WIP] [applet] Fix inline password field component not
 working properly

BUG: 423093
FIXED-IN: 5.20
---
 applet/contents/ui/ConnectionItem.qml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/applet/contents/ui/ConnectionItem.qml 
b/applet/contents/ui/ConnectionItem.qml
index 98240928..06c7ab25 100644
--- a/applet/contents/ui/ConnectionItem.qml
+++ b/applet/contents/ui/ConnectionItem.qml
@@ -231,8 +231,8 @@ PlasmaExtras.ExpandableListItem {
                 if (!predictableWirelessPassword && !Uuid) {
                     handler.addAndActivateConnection(DevicePath, SpecificPath)
                 } else if (connectionItem.customExpandedViewContent == 
passwordDialogComponent) {
-                    if (passwordDialogComponent.password != "") {
-                        handler.addAndActivateConnection(DevicePath, 
SpecificPath, passwordDialogComponent.password)
+                    if (connectionItem.customExpandedViewContentItem.password 
!= "") {
+                        handler.addAndActivateConnection(DevicePath, 
SpecificPath, connectionItem.customExpandedViewContentItem.password)
                         connectionItem.customExpandedViewContent = 
detailsComponent
                         connectionItem.collapse()
                     } else {
-- 
2.25.1

++++++ plasma-nm-5.19.0.tar.xz -> plasma-nm-5.19.1.tar.xz ++++++
++++ 4687 lines of diff (skipped)



Reply via email to