Plasma 5.14 Beta - I'll try to add tarball signatures and .keyring in a followup sr. The unresolvables are due to a missing verbump in KUF, but it built fine before adjusting kf5_version.
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kinfocenter5?expand=0&rev=206
This commit is contained in:
parent
60795e2f94
commit
d505080843
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4dfd9534758815b3801da615efc9baa57a24b00dc0d9c6e7c61d0f1c7902997
|
||||
size 1286000
|
3
kinfocenter-5.13.90.tar.xz
Normal file
3
kinfocenter-5.13.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca670c6adc2d45ed28f90c68c79ddf5a5b2cb0bddf1bbd09ce08387ed2d6c393
|
||||
size 1319964
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
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,21 @@
|
||||
#
|
||||
|
||||
|
||||
%global kf5_version 5.45.0
|
||||
%global kf5_version 5.50.0
|
||||
|
||||
%bcond_without lang
|
||||
Name: kinfocenter5
|
||||
Version: 5.13.5
|
||||
Version: 5.13.90
|
||||
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: http://download.kde.org/unstable/plasma/%{version}/kinfocenter-%{version}.tar.xz
|
||||
# PATCH-FIX-OPENSUSE plasma-session-name.patch
|
||||
Patch0: plasma-session-name.patch
|
||||
BuildRequires: extra-cmake-modules >= 1.2.0
|
||||
|
Loading…
Reference in New Issue
Block a user