Plasma 5.20 Beta again - untested and needs a bit of cleanup still
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kde-cli-tools5?expand=0&rev=285
This commit is contained in:
parent
29778e9147
commit
3ef6150f49
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07314832aee0b424451120e0aad59fdaab96ba713279dc1937cf36ef9b5389c7
|
||||
size 600580
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl9OIXEACgkQ7JTRj38F
|
||||
mX4lsAgAqvvawCOqAsk9dtnsp9A1CSIZcxGMcCOX0Q55kOGy8wAr64cwAOe8R5n/
|
||||
i6H0ib+XZH5qTSRx+w/HtiwGObIgNPk6q8sLmhNbNtIf2auXqI2la5nSx+occOlD
|
||||
MARnfNJPfwO6Kg2RvrLBW5PgfyHCJgT1rXBFApRcv0XPbpzhh184vJsPi96dPFvJ
|
||||
GAZMHx0FFtoG0Kz+WAt7g3QYlgrnZbqXrMpfL3bY3yBSCyB92ckOf+/1cQDD2UVM
|
||||
DQSOFgQ7ojDeQI9KTZF74EDzpI+ZFoz9MHMMtCAZoCjwA0Dzh/NIlxxPwSWrhLf5
|
||||
vbRmQvmK+WNUCQ3oENvCj855HPUtjw==
|
||||
=gAod
|
||||
-----END PGP SIGNATURE-----
|
3
kde-cli-tools-5.19.90.tar.xz
Normal file
3
kde-cli-tools-5.19.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75d879b805349c7206498d43192e37db4e47c15221fc07f3c5fedd95e76a9f3a
|
||||
size 610032
|
11
kde-cli-tools-5.19.90.tar.xz.sig
Normal file
11
kde-cli-tools-5.19.90.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAl9jP3YACgkQEZaMRJKM
|
||||
rvzJWwf5AR76Q4per3VZizuHQz7YZ9TQToJD5S1+4WDSbVi3wCl99hk3ezs12SyK
|
||||
rbXsqN4wJ44x0auWPXfB7KkT6LlPxBCski/ws1AvTC5j44PuY2tGc7d5xccJbn+K
|
||||
MTx9NJE6oNqDCupz/qMsZqHl5mdd2aD6HDk0j6cknWqFQBAPPh4ds0Ri7reSyZBB
|
||||
W5yrFZaNDVsghQBbRqsQ0pEqm2YEVJFFiSewZ34Z06NC9/GfAzLvcrR40T+se+dX
|
||||
UJoDBPN5ZcYZjNGPBQjujsw/IOpMMMYuNZruHXT0wTprmWmcPuItqVI/+GFurNir
|
||||
3RO0Ge4WCl8QF3LkiAecBIKfTpv3kA==
|
||||
=Ti4+
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 17 20:02:58 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.19.90
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/plasma-5.19.90
|
||||
- Changes since 5.19.5:
|
||||
* filetypestest: forward-port QEXPECT_FAIL for Qt bug (fixed)
|
||||
* autotest: remove dependency on developer build of Qt
|
||||
* autotests: ensure there's at least one application for text/plain
|
||||
* Fix porting error in testDeleteMimeType(), masked by the 5s delay in QMimeDatabase...
|
||||
* autotests: backport XDG_DATA_DIRS
|
||||
* This test was failing due to QTBUG-85436 which I just fixed.
|
||||
* Port away from Q_FOREACH
|
||||
* Code cleanups and modernization
|
||||
* Fix filetype editor not saving the apps list on the second Apply
|
||||
* Update: kde4-config -> kf5-config
|
||||
* Add utility to inhibit various actions
|
||||
* Remove explicit use of ECM_KDE_MODULE_DIR, is part of ECM_MODULE_PATH
|
||||
* FileTypesTest: adapt to KF logging category name change in KF 5.73
|
||||
* [kstart] Port to ApplicationLauncherJob and CommandLauncherJob
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 1 11:38:48 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -19,15 +19,15 @@
|
||||
%define kf5_version 5.54.0
|
||||
%bcond_without lang
|
||||
Name: kde-cli-tools5
|
||||
Version: 5.19.5
|
||||
Version: 5.19.90
|
||||
Release: 0
|
||||
Summary: Additional CLI tools for KDE applications
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: http://www.kde.org
|
||||
Source: https://download.kde.org/stable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz
|
||||
Source: kde-cli-tools-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz.sig
|
||||
Source1: kde-cli-tools-%{version}.tar.xz.sig
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
# PATCH-FIX-OPENSUSE kdesu-add-some-i18n-love.patch -- boo#852256
|
||||
@ -116,6 +116,7 @@ fi
|
||||
%{_kf5_bindir}/kdesu
|
||||
%{_kf5_bindir}/kcmshell5
|
||||
%{_kf5_bindir}/kdecp5
|
||||
%{_kf5_bindir}/kde-inhibit
|
||||
%{_kf5_bindir}/kdemv5
|
||||
%{_kf5_bindir}/kde-open5
|
||||
%{_kf5_bindir}/keditfiletype5
|
||||
|
Loading…
x
Reference in New Issue
Block a user