From b0c4f1c111e76e929a44096777839d199de1f7f076d5c30e92d1c53d33947912 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Mon, 21 May 2018 09:07:06 +0000 Subject: [PATCH 1/2] Plasma 5.13 Beta OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/discover?expand=0&rev=130 --- 0001-Warning-for-FlatHub.patch | 19 ++++++++----------- discover-5.12.5.tar.xz | 3 --- discover-5.12.90.tar.xz | 3 +++ discover.changes | 10 ++++++++++ discover.spec | 7 ++++--- 5 files changed, 25 insertions(+), 17 deletions(-) delete mode 100644 discover-5.12.5.tar.xz create mode 100644 discover-5.12.90.tar.xz diff --git a/0001-Warning-for-FlatHub.patch b/0001-Warning-for-FlatHub.patch index d277510..1e09631 100644 --- a/0001-Warning-for-FlatHub.patch +++ b/0001-Warning-for-FlatHub.patch @@ -7,20 +7,20 @@ Subject: [PATCH] Warning for FlatHub .../backends/FlatpakBackend/FlatpakSourcesBackend.cpp | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) -diff --git a/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp b/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp -index e96dd5bc..77646179 100644 ---- a/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp -+++ b/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp -@@ -24,6 +24,8 @@ - #include "FlatpakBackend.h" - #include +Index: discover-5.12.80git.20180504T180020~9ecdb534/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp +=================================================================== +--- discover-5.12.80git.20180504T180020~9ecdb534.orig/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp ++++ discover-5.12.80git.20180504T180020~9ecdb534/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp +@@ -26,6 +26,8 @@ + #include + #include #include +#include +#include #include #include #include -@@ -57,7 +59,17 @@ FlatpakSourcesBackend::FlatpakSourcesBackend(const QVectorsetToolTip(QStringLiteral("flathub")); connect(m_flathubAction, &QAction::triggered, this, [this](){ @@ -39,6 +39,3 @@ index e96dd5bc..77646179 100644 }); for (auto installation : installations) { if (!listRepositories(installation)) { --- -2.16.2 - diff --git a/discover-5.12.5.tar.xz b/discover-5.12.5.tar.xz deleted file mode 100644 index 4b51c3b..0000000 --- a/discover-5.12.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5889b89a69ad2ed7db488631d59d13e7511235d759cc05e19b4086402d0d209 -size 10215908 diff --git a/discover-5.12.90.tar.xz b/discover-5.12.90.tar.xz new file mode 100644 index 0000000..d0f4e9c --- /dev/null +++ b/discover-5.12.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f408bf3df97e9ceeda3f843a60994d928ffd1c3524d32656dee55e0c5bd2660 +size 10228744 diff --git a/discover.changes b/discover.changes index 3842604..66a4997 100644 --- a/discover.changes +++ b/discover.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat May 19 14:16:33 CEST 2018 - fabian@ritter-vogt.de + +- Update to 5.12.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.12.90.php +- Too many changes to list here +- Refresh 0001-Warning-for-FlatHub.patch + ------------------------------------------------------------------- Wed May 2 09:05:40 CEST 2018 - fabian@ritter-vogt.de diff --git a/discover.spec b/discover.spec index ed25b60..036511c 100644 --- a/discover.spec +++ b/discover.spec @@ -18,13 +18,13 @@ %bcond_without lang Name: discover -Version: 5.12.5 +Version: 5.12.90 Release: 0 Summary: KDE Software Installer License: GPL-2.0 and GPL-3.0 and GPL-3.0+ Group: System/GUI/KDE Url: https://quickgit.kde.org/?p=discover.git -Source: http://download.kde.org/stable/plasma/%{version}/discover-%{version}.tar.xz +Source: http://download.kde.org/unstable/plasma/%{version}/discover-%{version}.tar.xz # PATCH-FIX-OPENSUSE Patch1: 0001-Warning-for-FlatHub.patch %if 0%{?suse_version} < 1330 @@ -111,7 +111,7 @@ This is the systray plasmoid to notify the user that updates are available export CXX=g++-7 %endif %endif - %cmake_kf5 -d build -- -DBUILD_TESTING=ON + %cmake_kf5 -d build %make_jobs %install @@ -139,6 +139,7 @@ This is the systray plasmoid to notify the user that updates are available %{_kf5_applicationsdir}/org.kde.discover.desktop %{_kf5_applicationsdir}/org.kde.discover-flatpak.desktop %{_kf5_applicationsdir}/org.kde.discover.urlhandler.desktop +%{_kf5_applicationsdir}/org.kde.discover.snap.urlhandler.desktop %{_kf5_iconsdir}/hicolor/*/apps/plasmadiscover.* %{_kf5_notifydir}/discoverabstractnotifier.notifyrc %{_kf5_kxmlguidir}/plasmadiscover/ From cf893df138ea35b7fdfe531c18ac6ca405d4bba24d3a9b925ac49c93fd80588c Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 9 Jun 2018 22:35:04 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/discover?expand=0&rev=131 --- discover-5.12.90.tar.xz | 3 --- discover-5.13.0.tar.xz | 3 +++ discover.changes | 9 +++++++++ discover.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 discover-5.12.90.tar.xz create mode 100644 discover-5.13.0.tar.xz diff --git a/discover-5.12.90.tar.xz b/discover-5.12.90.tar.xz deleted file mode 100644 index d0f4e9c..0000000 --- a/discover-5.12.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f408bf3df97e9ceeda3f843a60994d928ffd1c3524d32656dee55e0c5bd2660 -size 10228744 diff --git a/discover-5.13.0.tar.xz b/discover-5.13.0.tar.xz new file mode 100644 index 0000000..3b10307 --- /dev/null +++ b/discover-5.13.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7592671473bc322228d0189b14e183aef798319b40778f23382b8aa07eb0e0f5 +size 10224456 diff --git a/discover.changes b/discover.changes index 66a4997..fc846a1 100644 --- a/discover.changes +++ b/discover.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 7 20:03:50 CEST 2018 - fabian@ritter-vogt.de + +- Update to 5.13.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.13.0.php +- Too many changes to list here + ------------------------------------------------------------------- Sat May 19 14:16:33 CEST 2018 - fabian@ritter-vogt.de diff --git a/discover.spec b/discover.spec index 036511c..68c3bd3 100644 --- a/discover.spec +++ b/discover.spec @@ -18,13 +18,13 @@ %bcond_without lang Name: discover -Version: 5.12.90 +Version: 5.13.0 Release: 0 Summary: KDE Software Installer License: GPL-2.0 and GPL-3.0 and GPL-3.0+ Group: System/GUI/KDE Url: https://quickgit.kde.org/?p=discover.git -Source: http://download.kde.org/unstable/plasma/%{version}/discover-%{version}.tar.xz +Source: discover-%{version}.tar.xz # PATCH-FIX-OPENSUSE Patch1: 0001-Warning-for-FlatHub.patch %if 0%{?suse_version} < 1330