SHA256
1
0
forked from pool/discover

Plasma 5.18, with KUserFeedback

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/discover?expand=0&rev=212
This commit is contained in:
Wolfgang Bauer 2020-02-25 18:29:57 +00:00 committed by Git OBS Bridge
parent 9a17c627c4
commit 03380e5bb7
6 changed files with 36 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:914f7140685a116ff385a17669be7537950d50cbb78854a1bc9430ec6972e2ba
size 10472384

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl5L3zcACgkQ7JTRj38F
mX6mtggAmxrlYVyM3eZKZ7lp0wa9QoFdC0vbdYtYYRjAtx220GWCJ6Q74ee3OlAV
siseKlwB/wNmypvWzWjhvpPqDMAMNoI+cun9OBUsoXjsHxxCoTw0oK5Y02I+i6Ya
fc+aQ5qHmySSAWVDZSjzzgGYUtVpXUtKMevKWXp3nPM4RoFQmUAi4Vn69lZ0cXdM
hragkZiJlCXRGPkYB4Z/h/7khaQzW61LaJkWxtoBU4yVA9vOT0/XXGgP2RDANGIL
4XelYQ08F5y2t/22a7m14OM6RMKwkAERw4Iu8YAwTpKQc4zZisAzoDmPhia2li47
YzW0VIIcqLJjUSIgNyueSmt7etAWZw==
=kRGr
-----END PGP SIGNATURE-----

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:941278b1845b3a7f344650630de0be040589e2f3f03c097c88f33b69b187bffc
size 10472644

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl5VGqwACgkQ7JTRj38F
mX5o0Af+JfuJ5uMUGtvZGvdGHXcAeAlwUUJykkbEkyxqkK2iDRn0yX9ZdAlqAlfk
VQT1NHsWF/meJbvHzJc7pH9csk0Oph44qWSOj0kDpNghaG5kj0eX4AWEt7pKUGHW
1qg3wn5m+Cv1Ixl1pEpwyTusEgbu0u4Bbyb8n6VCpRIg56gXKv+JYdmvltJSCK35
CaiBeaB8eCLwLQXyfHrUVLZ2lx7y7mTmmHNL19kKKHsKS2COJwqfm72h1x5QL4zo
I9Jy0yEZThQ3PjFPLPRt1lAqnkqf1cXc9q6fRqkPfgvBl2HpKZKx+WR3lWfnZkfX
JUAvVutLL2o+oBEpcjZ/Cr7t+2XniQ==
=LU7w
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Feb 25 14:07:16 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.18.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.18.2.php
- Changes since 5.18.1:
* Properly react to failed transactions
* packagekit: Fix updatesCountChanged signal emission
* flatpak: fix build on old flatpak versions
* flatpak: after performing operations, check for unused refs
* flatpak: make sure the progress isn't over 100
* flatpak: provide the arch when checking the timestamp
* flatpak: reduce leakage of GObjects
- Enable KUserFeedback support
-------------------------------------------------------------------
Tue Feb 18 14:05:55 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package discover
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,12 +18,12 @@
%bcond_without lang
Name: discover
Version: 5.18.1
Version: 5.18.2
Release: 0
Summary: Software store for the KDE Plasma desktop
License: GPL-2.0-only AND GPL-3.0-only AND GPL-3.0-or-later
Group: System/GUI/KDE
Url: https://quickgit.kde.org/?p=discover.git
URL: https://quickgit.kde.org/?p=discover.git
Source: https://download.kde.org/stable/plasma/%{version}/discover-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/plasma/%{version}/discover-%{version}.tar.xz.sig
@ -53,6 +53,7 @@ BuildRequires: cmake(KF5Notifications)
BuildRequires: cmake(KF5Plasma)
BuildRequires: cmake(KF5TextWidgets)
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(KUserFeedback)
BuildRequires: cmake(Qca-qt5)
BuildRequires: cmake(Qt5Concurrent)
BuildRequires: cmake(Qt5DBus)
@ -65,6 +66,7 @@ BuildRequires: cmake(Qt5Xml)
BuildRequires: cmake(packagekitqt5) >= 1.0.1
BuildRequires: pkgconfig(fwupd) >= 1.0.6
Requires: kirigami2
Requires: kuserfeedback-imports
Requires: libqt5-qtquickcontrols2
Recommends: %{name}-lang
Recommends: %{name}-backend-packagekit