Hello community,

here is the log from the commit of package discover for openSUSE:Factory 
checked in at 2016-11-04 20:52:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/discover (Old)
 and      /work/SRC/openSUSE:Factory/.discover.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "discover"

Changes:
--------
--- /work/SRC/openSUSE:Factory/discover/discover.changes        2016-10-22 
13:06:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.discover.new/discover.changes   2016-11-04 
20:53:04.000000000 +0100
@@ -1,0 +2,15 @@
+Wed Nov  2 13:02:27 UTC 2016 - [email protected]
+
+- Added 0001-Make-screenshots-visible-when-only-one.patch which fixes
+  an issue by which discover didn't show application screenshots when
+  there was only one screenshot (kde#371724) 
+
+-------------------------------------------------------------------
+Tue Nov  1 10:36:40 UTC 2016 - [email protected]
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.8.3.php
+
+-------------------------------------------------------------------

Old:
----
  discover-5.8.2.tar.xz

New:
----
  0001-Make-screenshots-visible-when-only-one.patch
  discover-5.8.3.tar.xz

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

Other differences:
------------------
++++++ discover.spec ++++++
--- /var/tmp/diff_new_pack.PAP3cZ/_old  2016-11-04 20:53:06.000000000 +0100
+++ /var/tmp/diff_new_pack.PAP3cZ/_new  2016-11-04 20:53:06.000000000 +0100
@@ -18,13 +18,15 @@
 
 %bcond_without lang
 Name:           discover
-Version:        5.8.2
+Version:        5.8.3
 Release:        0
 Summary:        KDE Software Installer
 License:        GPL-2.0
 Group:          System/GUI/KDE
 Url:            https://quickgit.kde.org/?p=discover.git
 Source:         
http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM 0001-Make-screenshots-visible-when-only-one.patch -- Show 
app screenshots when there's only one too
+Patch0:         0001-Make-screenshots-visible-when-only-one.patch
 BuildRequires:  PackageKit-Qt5-devel
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules
@@ -78,6 +80,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build

++++++ 0001-Make-screenshots-visible-when-only-one.patch ++++++
>From 3297fe6026edebb8db72bb179289bee844c26ae3 Mon Sep 17 00:00:00 2001
From: Antonio Larrosa <[email protected]>
Date: Wed, 2 Nov 2016 11:43:17 +0100
Subject: Make screenshots visible when there's only one screenshot too

Summary:
Applications with only one screenshot also deserve to have it visible.

BUG: 371724
FIXED-IN: 5.8.4

Test Plan:
Open any application that only has one screenshot (e.g. poedit).
No screenshot is shown until this patch is applied.

Reviewers: davidedmundson, apol

Reviewed By: davidedmundson, apol

Differential Revision: https://phabricator.kde.org/D3223
---
 discover/qml/ApplicationScreenshots.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/discover/qml/ApplicationScreenshots.qml 
b/discover/qml/ApplicationScreenshots.qml
index dc7c62d..92e2d8c 100644
--- a/discover/qml/ApplicationScreenshots.qml
+++ b/discover/qml/ApplicationScreenshots.qml
@@ -32,7 +32,7 @@ Flow {
 
     readonly property real side: Kirigami.Units.gridUnit * 8
     property QtObject page
-    visible: screenshotsModel.count>1
+    visible: screenshotsModel.count>0
 
     readonly property var fu: Kirigami.OverlaySheet {
         id: overlay
-- 
cgit v0.11.2

++++++ discover-5.8.2.tar.xz -> discover-5.8.3.tar.xz ++++++
/work/SRC/openSUSE:Factory/discover/discover-5.8.2.tar.xz 
/work/SRC/openSUSE:Factory/.discover.new/discover-5.8.3.tar.xz differ: char 26, 
line 1


Reply via email to