Accepting request 640295 from KDE:Frameworks5
Plasma 5.14.0 final (attempt 2) (forwarded request 640244 from Vogtinator) OBS-URL: https://build.opensuse.org/request/show/640295 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kinfocenter5?expand=0&rev=74
This commit is contained in:
commit
03152be860
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4dfd9534758815b3801da615efc9baa57a24b00dc0d9c6e7c61d0f1c7902997
|
||||
size 1286000
|
3
kinfocenter-5.14.0.tar.xz
Normal file
3
kinfocenter-5.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f21e9a418619818d1b687c70e8e95675cb9709c819492f9456821bd10e93815d
|
||||
size 1316176
|
11
kinfocenter-5.14.0.tar.xz.sig
Normal file
11
kinfocenter-5.14.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAlu3lxYACgkQEZaMRJKM
|
||||
rvz0gAf+JDJzWPNgzRdLdAaogJ3lcB5/ceWaduivxI3MCb2ehnxd8ckDxqzwSTXg
|
||||
06WPBBrxnHUF8C4/TkBwYfRwmZkCYf/AQraCnA3OBpnA23ZGyBzEBgEfuSyOyfQR
|
||||
DgZFP4d/EfA2g8HElAcf/lG1D5jFZgVk28YBwepsMLOwT1rct+iHEbqECvBJkc8Q
|
||||
kDSN+DjwRK8sHMMSmOU5x7fQ/1mDXM9nXguDgk6CJ8uWL9sjtUTPjFN1UwplHO7d
|
||||
ppvOmTbX9ANHSHe45NAOFNSaHNKcegIUZ29lVWVoB0lUZy56FoQ6LE0p1Sn4cSmJ
|
||||
p2301yaPtp+/Gkmoh9RqkQ4DHr+zjA==
|
||||
=qmSG
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 5 10:01:10 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.14.0
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.14.0.php
|
||||
- Changes since 5.13.90:
|
||||
* Use QtQuick.Controls 2.0 Label in energy and fileindexmonitor KCM
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 15 16:25:28 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Add tarball signature and keyring containing keys of release managers
|
||||
Jonathan Riddell and Bhushan Shah
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 13 17:25:00 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.13.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.13.90.php
|
||||
- Changes since 5.13.5:
|
||||
* QT_MIN_VERSIONS is Qt 5.11 for Plasma 5.14. Agreed at kickoff meeting. Set everywhere for clearity and consistency.
|
||||
* Add "Copy Info" button to the About System KCM (kde#366266)
|
||||
* Fix minor EBN issues
|
||||
* Move "update" button from the left side to the right side in NIC module
|
||||
* Add QStringLiteral when necessary
|
||||
* increase version as for other apps
|
||||
* Warning--
|
||||
* Use QStringLiteral where it's possible
|
||||
* Implement sorting of the device tree items (kde#380355)
|
||||
* Do not duplicate work of KAboutData::setupCommandLine()
|
||||
* Fix wrong full form of acronym SMB in kinfocenter docbook
|
||||
* Improve single-instance application behavior
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 4 10:58:40 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -16,21 +16,25 @@
|
||||
#
|
||||
|
||||
|
||||
%global kf5_version 5.45.0
|
||||
%global kf5_version 5.50.0
|
||||
|
||||
%bcond_without lang
|
||||
Name: kinfocenter5
|
||||
Version: 5.13.5
|
||||
Version: 5.14.0
|
||||
Release: 0
|
||||
# Full Plasma 5 version (e.g. 5.8.95)
|
||||
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
|
||||
# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF)
|
||||
%{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
||||
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
|
||||
# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF)
|
||||
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
||||
Summary: Utility that provides information about a computer system
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/KDE
|
||||
Url: http://www.kde.org/
|
||||
Source: http://download.kde.org/stable/plasma/%{version}/kinfocenter-%{version}.tar.xz
|
||||
Source: kinfocenter-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: kinfocenter-%{version}.tar.xz.sig
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
# PATCH-FIX-OPENSUSE plasma-session-name.patch
|
||||
Patch0: plasma-session-name.patch
|
||||
BuildRequires: extra-cmake-modules >= 1.2.0
|
||||
|
BIN
plasma.keyring
Normal file
BIN
plasma.keyring
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user