SHA256
1
0
forked from pool/discover

Accepting request 506532 from KDE:Frameworks5

Plasma 5.10.3

OBS-URL: https://build.opensuse.org/request/show/506532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/discover?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2017-07-02 11:33:31 +00:00 committed by Git OBS Bridge
commit 8b2c06c878
4 changed files with 31 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9afa6ca8e0f2202313099a554d831d1b4a43aa89c6570589ef37da69cbf4c54f
size 10184676

3
discover-5.10.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16a3d09164ccd2250ad25c1485d4d443565fb04792da6226d7bf1eba3ed837a1
size 10183092

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
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
- Switch to more generic appstream-provider and PackageKit requires
-------------------------------------------------------------------
Sun Jun 25 11:33:21 UTC 2017 - fabian@ritter-vogt.de

View File

@ -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
@ -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