From d5050808431b6361a6f090362b8e560ad61327acd6b3fbc8a454c3e5d21a5fbe Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 15 Sep 2018 12:29:40 +0000 Subject: [PATCH] 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 --- kinfocenter-5.13.5.tar.xz | 3 --- kinfocenter-5.13.90.tar.xz | 3 +++ kinfocenter5.changes | 21 +++++++++++++++++++++ kinfocenter5.spec | 12 ++++++------ 4 files changed, 30 insertions(+), 9 deletions(-) delete mode 100644 kinfocenter-5.13.5.tar.xz create mode 100644 kinfocenter-5.13.90.tar.xz diff --git a/kinfocenter-5.13.5.tar.xz b/kinfocenter-5.13.5.tar.xz deleted file mode 100644 index a53f9c5..0000000 --- a/kinfocenter-5.13.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4dfd9534758815b3801da615efc9baa57a24b00dc0d9c6e7c61d0f1c7902997 -size 1286000 diff --git a/kinfocenter-5.13.90.tar.xz b/kinfocenter-5.13.90.tar.xz new file mode 100644 index 0000000..d272500 --- /dev/null +++ b/kinfocenter-5.13.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca670c6adc2d45ed28f90c68c79ddf5a5b2cb0bddf1bbd09ce08387ed2d6c393 +size 1319964 diff --git a/kinfocenter5.changes b/kinfocenter5.changes index d4cfaa2..240f5b9 100644 --- a/kinfocenter5.changes +++ b/kinfocenter5.changes @@ -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 diff --git a/kinfocenter5.spec b/kinfocenter5.spec index 86ceac1..3661e83 100644 --- a/kinfocenter5.spec +++ b/kinfocenter5.spec @@ -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