Plasma 5.15.0 - maybe final tars

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kde-cli-tools5?expand=0&rev=220
This commit is contained in:
Fabian Vogt 2019-02-07 20:23:34 +00:00 committed by Git OBS Bridge
parent a1d240d722
commit 17268c35d3
6 changed files with 41 additions and 28 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAlxAc0cACgkQ7JTRj38F
mX5x/wf9FVpFvzbH3vZ0cUSOQkndzPkMAWUPILjDZYuGlxpoRUsOatw0a+xyVfqJ
qMGALyRVyXifE7ZWmPB654arnm5HFVUD368GQH2hvlKHD23fMmnhhkz4A3OvHKmr
K+UD7MaaJ3xAuyorWLaRhHkITTai3w7vyFMBv8yC4Cm99QXj2hSoUpuI2V/rkY3R
9e2qdrGrUuX+okxf8Dcbo3NL2Xs+6VGodDDuQMgJp5og9LrdjLQFVOsU/ZEiemvu
Q7jTu4Qtkjm3rK6aZRl9uVy6P77xrtP6FCqbwIhK4wO1sd/pr62NoNZcA88E2pPu
SleYUOFdPLROcZfCRM9Ygfsz0Fqp+w==
=XaWd
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAlxcFwEACgkQ7JTRj38F
mX7avgf/dltlwDJeJHr5VbCx6Xz7CZKXm/uppbhCtwSgZ9polAvMgDW4JxNSGdqA
nxSBKZ43jFwmEyceG/D93YLl17FD2m01h02hX4i6K31co37w1BlFFkXvEFDnEdZH
lLz9i8AlcOeZGe93XDS3zUs2wa5vZkhxO+h/qd3PhKGOMWFAwITPAHZuMeTHZFr2
mjeltgVTXxMO7OxTZ8LGDqx34xGaIgroHZB22s745OL1MFs76jyHmmSnJVyTL734
EVTgHZ9M2oMEmYztl11Bv7ROmMQYYXbJNI8izJudN2H8QDGB3N4XwnjAwOBNw6ne
r6K45fLxR3jdmZBJ7llndLOOo396CQ==
=Cp1W
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Feb 7 16:02:50 UTC 2019 - fabian@ritter-vogt.de
- Update to 5.15.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.15.0.php
- Changes since 5.14.90:
* [KRun] Dont follow redirection to speed up and avoid incorrect behavior
* Load Plasma QtQuick settings in KCMShell (kde#403314)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 17 18:46:00 UTC 2019 - fabian@ritter-vogt.de Thu Jan 17 18:46:00 UTC 2019 - fabian@ritter-vogt.de

View File

@ -16,17 +16,18 @@
# #
%define kf5_version 5.54.0
%bcond_without lang %bcond_without lang
Name: kde-cli-tools5 Name: kde-cli-tools5
Version: 5.14.90 Version: 5.15.0
Release: 0 Release: 0
Summary: Additional CLI tools for KDE applications Summary: Additional CLI tools for KDE applications
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: System/GUI/KDE Group: System/GUI/KDE
Url: http://www.kde.org Url: http://www.kde.org
Source: https://download.kde.org/unstable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz Source: kde-cli-tools-%{version}.tar.xz
%if %{with lang} %if %{with lang}
Source1: https://download.kde.org/unstable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz.sig Source1: kde-cli-tools-%{version}.tar.xz.sig
Source2: plasma.keyring Source2: plasma.keyring
%endif %endif
# PATCH-FIX-OPENSUSE kdesu-add-some-i18n-love.patch -- boo#852256 # PATCH-FIX-OPENSUSE kdesu-add-some-i18n-love.patch -- boo#852256
@ -34,17 +35,18 @@ Patch0: kdesu-add-some-i18n-love.patch
BuildRequires: extra-cmake-modules >= 1.3.0 BuildRequires: extra-cmake-modules >= 1.3.0
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: xz BuildRequires: xz
BuildRequires: cmake(KF5Activities) >= 5.16.0 BuildRequires: cmake(KF5Activities) >= %{kf5_version}
BuildRequires: cmake(KF5Config) >= 5.16.0 BuildRequires: cmake(KF5Config) >= %{kf5_version}
BuildRequires: cmake(KF5DocTools) >= 5.16.0 BuildRequires: cmake(KF5Declarative) >= %{kf5_version}
BuildRequires: cmake(KF5I18n) >= 5.16.0 BuildRequires: cmake(KF5DocTools) >= %{kf5_version}
BuildRequires: cmake(KF5IconThemes) >= 5.16.0 BuildRequires: cmake(KF5I18n) >= %{kf5_version}
BuildRequires: cmake(KF5Init) >= 5.16.0 BuildRequires: cmake(KF5IconThemes) >= %{kf5_version}
BuildRequires: cmake(KF5KCMUtils) >= 5.16.0 BuildRequires: cmake(KF5Init) >= %{kf5_version}
BuildRequires: cmake(KF5KDELibs4Support) >= 5.16.0 BuildRequires: cmake(KF5KCMUtils) >= %{kf5_version}
BuildRequires: cmake(KF5KIO) >= 5.16.0 BuildRequires: cmake(KF5KDELibs4Support) >= %{kf5_version}
BuildRequires: cmake(KF5Su) >= 5.16.0 BuildRequires: cmake(KF5KIO) >= %{kf5_version}
BuildRequires: cmake(KF5WindowSystem) >= 5.16.0 BuildRequires: cmake(KF5Su) >= %{kf5_version}
BuildRequires: cmake(KF5WindowSystem) >= %{kf5_version}
# Needs KWorkSpace::detectPlatform # Needs KWorkSpace::detectPlatform
BuildRequires: cmake(LibKWorkspace) >= 5.12.4 BuildRequires: cmake(LibKWorkspace) >= 5.12.4
BuildRequires: cmake(Qt5DBus) >= 5.4.0 BuildRequires: cmake(Qt5DBus) >= 5.4.0