Plasma 5.17 Beta, fourth try

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/milou5?expand=0&rev=220
This commit is contained in:
Fabian Vogt 2019-09-20 11:01:20 +00:00 committed by Git OBS Bridge
parent 8aab58d244
commit ef1525ce12
6 changed files with 47 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl1ucEEACgkQ7JTRj38F
mX4Cnwf+Nwd4kGva/rfJT1mOskUPiQNef8HxEX1pgp89O10mWPmhG1oaAnNcetPy
EVfRdLm7N4NB9mwUU/wX4tAAdsaQXR96oWAAVc+mCmaBqysmf5IdWdOHkuA7GVV3
Nff7KhzrKuM22ccXLkFvtH08UHnM7ek6sFvrbFUJL5GPn1PlZu9YPJOJvdxMCfGH
l+95puRKjrC8BL6cnzxLInIEvNwxjo9iDuYNsc/bdE7+NgRr72rwEseKBXCJjMbC
SiEmL6A/kTjQxKllYcmA0DlZKWQnmDQmoEG7dBVo4Vp991sbI7n/ERMQsJ38lHHr
7pDo3S3lWpG40G2HdrNeROGtnuLkTg==
=Z9+d
-----END PGP SIGNATURE-----

3
milou-5.16.90.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:098c19f1328af14b1f36d2e868c6d8fd315126eae152a7be996f6926974d4337
size 63728

11
milou-5.16.90.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl2DXpUACgkQ7JTRj38F
mX62Ogf/YaoJPR4cQPT4Z3btgv8+zCK84Y7WuJzt6X6aldAXvqUD/N7S5zrDSSqw
CbIAF4VPlT5S9Et2wC3U85CDJS4UvFkpAMOp98yysl+fZSDdsLOUvf/YKAndj3Oa
agTYid2AppJjqkZMKJqHh0j2cPZTTMTizF9lGBu/US55XA3/TvXIvoiz+ZHZCyXs
oqeWrqh+ydNMWCccIWqZ5UCBLmXZriaPAUzvG6QwYFmb6fraZ+LewL1CzUm4IYGo
5A4vUkE/giVPXoObryi3PQ7yO9RFCCk3WtQlig7gGT4oFpFD9CM3aksiK5gmdBGr
BLAXt3T6Gc0mn2s7LPoN1N2AzUlx1A==
=qY2r
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu Sep 19 12:32:36 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.16.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.16.90.php
- Changes since 5.16.5:
* update to latest kf5 dependency
* Prefer categories with the query string visible in results
* Don't give up if no results arrive after 500 ms, again.
* Make runAutomatically more resilient
* Fix warnings
* Fix running results automatically
* Rename to resetView() to make it clear that we're not resetting the model
* Fix current index behavior with mouse and keyboard
* Add some docs to make future me happy
* Emit dataChanged before inserting and only update the to be signalled range
* Add some docs
* Improve category distribution algorithm somewhat
* Move limit handling to distribution model now that we don't have a global limiter anymore
* Fix some warnings
* Return a boolean for isDuplicate rather than a number
* Find duplicate throughout the the entire list
* Fix requesting query string update, fixes "invoking" calculator results
* When resetting the model, reset the RunnerManager
* Introduce new ResultsModel
* Fix assert when pressing enter really quickly
-------------------------------------------------------------------
Tue Sep 3 12:44:12 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -18,15 +18,15 @@
%bcond_without lang
Name: milou5
Version: 5.16.5
Version: 5.16.90
Release: 0
Summary: Dedicated search application built on top of Baloo
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: System/GUI/KDE
Url: https://projects.kde.org/milou
Source: https://download.kde.org/stable/plasma/%{version}/milou-%{version}.tar.xz
Source: milou-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/plasma/%{version}/milou-%{version}.tar.xz.sig
Source1: milou-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: extra-cmake-modules >= 1.2.0
@ -35,6 +35,7 @@ BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5CoreAddons) >= 5.25.0
BuildRequires: cmake(KF5Declarative) >= 5.25.0
BuildRequires: cmake(KF5I18n) >= 5.25.0
BuildRequires: cmake(KF5ItemModels) >= 5.25.0
BuildRequires: cmake(KF5Plasma) >= 5.25.0
BuildRequires: cmake(KF5Runner) >= 5.25.0
BuildRequires: cmake(KF5Service) >= 5.25.0