From e7d165bbd6d3b3337ec43d07bafe73755421e0f95314ff3228760c49fe6dfa4f Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Mon, 26 Jun 2017 16:10:48 +0000 Subject: [PATCH 1/2] - Switch to more generic appstream-provider and PackageKit requires OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/discover?expand=0&rev=88 --- discover.changes | 5 +++++ discover.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/discover.changes b/discover.changes index 64fa5e3..4e3e749 100644 --- a/discover.changes +++ b/discover.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 26 16:07:56 UTC 2017 - fabian@ritter-vogt.de + +- Switch to more generic appstream-provider and PackageKit requires + ------------------------------------------------------------------- Sun Jun 25 11:33:21 UTC 2017 - fabian@ritter-vogt.de diff --git a/discover.spec b/discover.spec index d6c15b3..bee6afc 100644 --- a/discover.spec +++ b/discover.spec @@ -56,10 +56,14 @@ BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Xml) Requires: AppStream -Requires: PackageKit-backend-zypp +Requires: PackageKit Requires: kirigami2 Requires: libqt5-qtquickcontrols2 +%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120300 +Requires: appstream-provider +%else Requires: libzypp-plugin-appdata +%endif %if %{with lang} Recommends: %{name}-lang %endif From cf8af90046813ed92e0d6b65dcd1659f7658041cbb4e370d1fd0b2946a36687f Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Tue, 27 Jun 2017 18:17:30 +0000 Subject: [PATCH 2/2] Plasma 5.10.3 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/discover?expand=0&rev=90 --- discover-5.10.2.tar.xz | 3 --- discover-5.10.3.tar.xz | 3 +++ discover.changes | 17 +++++++++++++++++ discover.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 discover-5.10.2.tar.xz create mode 100644 discover-5.10.3.tar.xz diff --git a/discover-5.10.2.tar.xz b/discover-5.10.2.tar.xz deleted file mode 100644 index c423e81..0000000 --- a/discover-5.10.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9afa6ca8e0f2202313099a554d831d1b4a43aa89c6570589ef37da69cbf4c54f -size 10184676 diff --git a/discover-5.10.3.tar.xz b/discover-5.10.3.tar.xz new file mode 100644 index 0000000..b6287c9 --- /dev/null +++ b/discover-5.10.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a3d09164ccd2250ad25c1485d4d443565fb04792da6226d7bf1eba3ed837a1 +size 10183092 diff --git a/discover.changes b/discover.changes index 4e3e749..54c6031 100644 --- a/discover.changes +++ b/discover.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Jun 27 17:49:45 CEST 2017 - fabian@ritter-vogt.de + +- Update to 5.10.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.10.3.php +- Changes since 5.10.2: + * Simplify KNSBackend fetch logic (kde#380138) + * Ignore updates for which we didn't get latest commit + * Improvements in installation or updates for flatpak backend + * Flatpak backend: display a popup with error when update or installation fails + * Avoid starting update transactions twice + * Remove unused code + * Make sure changelogs are displayed properly (kde#381248) + * Fix crash when using Discover during updates (kde#370906) + ------------------------------------------------------------------- Mon Jun 26 16:07:56 UTC 2017 - fabian@ritter-vogt.de diff --git a/discover.spec b/discover.spec index bee6afc..55fefa3 100644 --- a/discover.spec +++ b/discover.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: discover -Version: 5.10.2 +Version: 5.10.3 Release: 0 Summary: KDE Software Installer License: GPL-2.0