Hello community,

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

Package is "plasma-framework"

Sat Jun 20 20:12:23 2020 rev:92 rq:815805 version:5.71.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma-framework/plasma-framework.changes        
2020-06-16 13:44:46.945539434 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma-framework.new.3606/plasma-framework.changes  
    2020-06-21 19:02:09.328168478 +0200
@@ -1,0 +2,6 @@
+Thu Jun 18 15:48:02 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Add new API needed by fix for plasma-nm5 (kde#423093):
+  * 0001-Add-property-to-access-the-ExpandableListItem-loader.patch
+
+-------------------------------------------------------------------

New:
----
  0001-Add-property-to-access-the-ExpandableListItem-loader.patch

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

Other differences:
------------------
++++++ plasma-framework.spec ++++++
--- /var/tmp/diff_new_pack.iY06Xh/_old  2020-06-21 19:02:09.808170100 +0200
+++ /var/tmp/diff_new_pack.iY06Xh/_new  2020-06-21 19:02:09.812170113 +0200
@@ -36,6 +36,8 @@
 Source2:        frameworks.keyring
 %endif
 Source99:       baselibs.conf
+# PATCH-FIX-UPSTREAM
+Patch1:         0001-Add-property-to-access-the-ExpandableListItem-loader.patch
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -134,7 +136,7 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
   %cmake_kf5 -d build

++++++ 0001-Add-property-to-access-the-ExpandableListItem-loader.patch ++++++
>From c60ff915165b00c58f7e860b3cb573136ccbe918 Mon Sep 17 00:00:00 2001
From: Nate Graham <[email protected]>
Date: Sun, 7 Jun 2020 08:46:39 -0600
Subject: [PATCH] Add property to access the ExpandableListItem loader's item

---
 .../plasmaextracomponents/qml/ExpandableListItem.qml        | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git 
a/src/declarativeimports/plasmaextracomponents/qml/ExpandableListItem.qml 
b/src/declarativeimports/plasmaextracomponents/qml/ExpandableListItem.qml
index d9d0662ee..ed21ab8e4 100644
--- a/src/declarativeimports/plasmaextracomponents/qml/ExpandableListItem.qml
+++ b/src/declarativeimports/plasmaextracomponents/qml/ExpandableListItem.qml
@@ -261,6 +261,12 @@ Item {
      */
     property var customExpandedViewContent: actionsListComponent
 
+    /*
+     * The actual instance of the custom view content, if loaded
+     * @since 5.72
+     */
+    property alias customExpandedViewContentItem: expandedView.item
+
     /*
      * isBusy: bool
      * Whether or not to display a busy indicator on the list item. Set to true
-- 
2.25.1




Reply via email to