From 6a1ad64060c0f295954ea3e4eaaca758224ebcc701aa2caedbb821ab553efbf2 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Mon, 7 Aug 2017 13:38:41 +0000 Subject: [PATCH 1/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/discover?expand=0&rev=94 --- discover.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/discover.spec b/discover.spec index 5392ba1..d934c34 100644 --- a/discover.spec +++ b/discover.spec @@ -46,6 +46,7 @@ BuildRequires: cmake(KF5NewStuff) BuildRequires: cmake(KF5Notifications) BuildRequires: cmake(KF5Plasma) BuildRequires: cmake(KF5TextWidgets) +BuildRequires: cmake(KF5WindowSystem) BuildRequires: cmake(Qca-qt5) BuildRequires: cmake(Qt5Concurrent) BuildRequires: cmake(Qt5DBus) From ed0dc69678367c319c67a0082d36062ac02e3e3e115a793c3fded241bee4453e Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Tue, 22 Aug 2017 21:15:33 +0000 Subject: [PATCH 2/4] Plasma 5.10.5 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/discover?expand=0&rev=95 --- discover-5.10.4.tar.xz | 3 --- discover-5.10.5.tar.xz | 3 +++ discover.changes | 22 ++++++++++++++++++++++ discover.spec | 3 ++- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 discover-5.10.4.tar.xz create mode 100644 discover-5.10.5.tar.xz diff --git a/discover-5.10.4.tar.xz b/discover-5.10.4.tar.xz deleted file mode 100644 index 28aae02..0000000 --- a/discover-5.10.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:489d4976e7d1cd4b08d74cc6692cd4c65cd308ada9704dc3f46dd92907987d21 -size 10183128 diff --git a/discover-5.10.5.tar.xz b/discover-5.10.5.tar.xz new file mode 100644 index 0000000..16044fa --- /dev/null +++ b/discover-5.10.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae13990f3d9afcffd713d04d2fc6e072a54c2efe6746d19714211b953cc0b420 +size 10188256 diff --git a/discover.changes b/discover.changes index e549598..3f4a7cf 100644 --- a/discover.changes +++ b/discover.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Aug 22 19:11:30 CEST 2017 - fabian@ritter-vogt.de + +- Update to 5.10.5 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.10.5.php +- Changes since 5.10.4: + * auto generate desktop file for url handling + * Revert "auto generate desktop file for url handling" + * auto generate desktop file for url handling + * Remove the navigationEnabled concept (kde#383294) + * Fix license, comply with our naming scheme + * Don't disable the updates action when there are no updates (kde#383294) + * Some elements aren't reporting a big preview + * Fallback to the package icon if there isn't a stock icon as well + * Prevent memory leak + * Make sure we don't crash when opening flatpakrepo files + * Make it possible to prevent some resources from being Reviewed + * Don't show the version if there's none on the ApplicationPage (kde#383036) + * Make sure we don't render HTML on the Discover page header + ------------------------------------------------------------------- Tue Jul 18 16:14:47 CEST 2017 - fabian@ritter-vogt.de diff --git a/discover.spec b/discover.spec index d934c34..f1e500b 100644 --- a/discover.spec +++ b/discover.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: discover -Version: 5.10.4 +Version: 5.10.5 Release: 0 Summary: KDE Software Installer License: GPL-2.0 @@ -114,6 +114,7 @@ This is the systray plasmoid to notify the user that updates are available %{_kf5_plugindir}/discover/ %{_kf5_qmldir}/ %{_kf5_applicationsdir}/org.kde.discover.desktop +%{_kf5_applicationsdir}/org.kde.discover.urlhandler.desktop %{_kf5_iconsdir}/hicolor/*/apps/plasmadiscover.* %{_kf5_notifydir}/discoverabstractnotifier.notifyrc %{_kf5_kxmlguidir}/plasmadiscover/ From 9f1f06772d4136e2e4c3d121c57b28d69c8a98aabb9ecd8bca8da9c85698007a Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Mon, 28 Aug 2017 15:25:36 +0000 Subject: [PATCH 3/4] - Adjust License tag OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/discover?expand=0&rev=96 --- discover.changes | 5 +++++ discover.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/discover.changes b/discover.changes index 3f4a7cf..8785391 100644 --- a/discover.changes +++ b/discover.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 28 15:25:02 UTC 2017 - fabian@ritter-vogt.de + +- Adjust License tag + ------------------------------------------------------------------- Tue Aug 22 19:11:30 CEST 2017 - fabian@ritter-vogt.de diff --git a/discover.spec b/discover.spec index f1e500b..1bac653 100644 --- a/discover.spec +++ b/discover.spec @@ -21,7 +21,7 @@ Name: discover Version: 5.10.5 Release: 0 Summary: KDE Software Installer -License: GPL-2.0 +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 From 083e7cad938ac841bc7cc3130970a40c543fd84ec2044b6cc3b870f9e51e6efa Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Tue, 29 Aug 2017 14:27:41 +0000 Subject: [PATCH 4/4] Apparently they have to be capitalized now. OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/discover?expand=0&rev=97 --- discover.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discover.spec b/discover.spec index 1bac653..f84abe8 100644 --- a/discover.spec +++ b/discover.spec @@ -21,7 +21,7 @@ Name: discover Version: 5.10.5 Release: 0 Summary: KDE Software Installer -License: GPL-2.0 and GPL-3.0 and GPL-3.0+ +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