From 4827087fa5d060ebeb3b27dfe8109964a8d7e86f90e7ae0e222c6f964f057478 Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Thu, 24 Nov 2016 08:53:20 +0000 Subject: [PATCH] Plasma 5.8.4. As usual, completely untested :-) OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/discover?expand=0&rev=59 --- ...ke-screenshots-visible-when-only-one.patch | 40 ------------------- discover-5.8.3.tar.xz | 3 -- discover-5.8.4.tar.xz | 3 ++ discover.changes | 10 +++++ discover.spec | 5 +-- 5 files changed, 14 insertions(+), 47 deletions(-) delete mode 100644 0001-Make-screenshots-visible-when-only-one.patch delete mode 100644 discover-5.8.3.tar.xz create mode 100644 discover-5.8.4.tar.xz diff --git a/0001-Make-screenshots-visible-when-only-one.patch b/0001-Make-screenshots-visible-when-only-one.patch deleted file mode 100644 index 68e3d7f..0000000 --- a/0001-Make-screenshots-visible-when-only-one.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 3297fe6026edebb8db72bb179289bee844c26ae3 Mon Sep 17 00:00:00 2001 -From: Antonio Larrosa -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 - diff --git a/discover-5.8.3.tar.xz b/discover-5.8.3.tar.xz deleted file mode 100644 index f2a35ae..0000000 --- a/discover-5.8.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0cbc515af77d7542f68dfb0b81c8db47e4c136a75a86af05d0e0e2e4bc8d8a1 -size 9197908 diff --git a/discover-5.8.4.tar.xz b/discover-5.8.4.tar.xz new file mode 100644 index 0000000..16ff278 --- /dev/null +++ b/discover-5.8.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda1d0249dedc559cd2b659ecce14dab46a8240bc5e8d49069e97bccc09c7cf2 +size 9202716 diff --git a/discover.changes b/discover.changes index e85b36a..24a8532 100644 --- a/discover.changes +++ b/discover.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Nov 23 10:59:30 UTC 2016 - fabian@ritter-vogt.de + +- Update to 5.8.4 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.8.4.php +- Remove upstream patches: + * 0001-Make-screenshots-visible-when-only-one.patch + ------------------------------------------------------------------- Wed Nov 2 13:02:27 UTC 2016 - alarrosa@suse.com diff --git a/discover.spec b/discover.spec index ba3e0f3..0a78f3a 100644 --- a/discover.spec +++ b/discover.spec @@ -18,15 +18,13 @@ %bcond_without lang Name: discover -Version: 5.8.3 +Version: 5.8.4 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 @@ -80,7 +78,6 @@ This is the systray plasmoid to notify the user that updates are available %prep %setup -q -%patch0 -p1 %build %cmake_kf5 -d build