From 4919ee4647b06e00c3411ce07dc7329f1b97cd321260ed110549b52dcbb94d95 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Fri, 13 Jan 2017 16:34:32 +0000 Subject: [PATCH] Accepting request 450047 from home:Vogtinator:plasma59 Update to Plasma 5.9 Beta OBS-URL: https://build.opensuse.org/request/show/450047 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze?expand=0&rev=141 --- breeze-5.8.5.tar.xz | 3 --- breeze-5.8.95.tar.xz | 3 +++ breeze.changes | 24 ++++++++++++++++++++++++ breeze.spec | 11 ++++++----- breeze4-style.changes | 24 ++++++++++++++++++++++++ breeze4-style.spec | 6 +++--- 6 files changed, 60 insertions(+), 11 deletions(-) delete mode 100644 breeze-5.8.5.tar.xz create mode 100644 breeze-5.8.95.tar.xz diff --git a/breeze-5.8.5.tar.xz b/breeze-5.8.5.tar.xz deleted file mode 100644 index 3884730..0000000 --- a/breeze-5.8.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1dc453ac2461bb6edf2d115741afb2f1933d9476e1b0e5470451d1c01d096bd -size 33279848 diff --git a/breeze-5.8.95.tar.xz b/breeze-5.8.95.tar.xz new file mode 100644 index 0000000..90b4091 --- /dev/null +++ b/breeze-5.8.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beaf2e89e52b3cd550de18ce33bcb1af22f86666158bd8d69ceafe3073a05d82 +size 30677572 diff --git a/breeze.changes b/breeze.changes index 4260f19..64ddb27 100644 --- a/breeze.changes +++ b/breeze.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Jan 12 20:39:58 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.8.95 (Plasma 5.9 Beta) + * New feature release + * For more details please see: + https://www.kde.org/announcements/plasma-5.8.95.php +- Changes: + * Draw scrollbar as focused when scrollbar itself have focus. + * Plasma 5.9 wallpaper "Canopee". + * Implement drag from free space also for QtQuickControls. + * Default to no arrows. + * Make scrollbar size configurable. + * Removed unnecessary ifdef. + * Fix flickering arrows. + * Fixed warning about unused variable. + * Fixed warning about unused variables. + * Fixed compilation for KDE4. + * The combobox needs to be 2 pixels wider for contents to fit. + * Show full scrollbar only on mouse over. + * Fix broken kcfgc files. + * [kstyle] Implement window moving on Wayland. + * Fix crash on exit. + ------------------------------------------------------------------- Tue Dec 27 18:31:45 UTC 2016 - fabian@ritter-vogt.de diff --git a/breeze.spec b/breeze.spec index 8610b91..dc60e84 100644 --- a/breeze.spec +++ b/breeze.spec @@ -1,7 +1,7 @@ # # spec file for package breeze # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,11 +18,11 @@ %bcond_without lang Name: breeze -Version: 5.8.5 +Version: 5.8.95 Release: 0 -# Full Plasma 5 version (e.g. 5.8.5) +# 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.90 in KUF) +# 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}')} BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 0.0.13 @@ -40,6 +40,7 @@ BuildRequires: cmake(KF5Package) BuildRequires: cmake(KF5Wayland) >= %{_plasma5_version} BuildRequires: cmake(KF5WindowSystem) BuildRequires: cmake(Qt5DBus) >= 5.4.0 +BuildRequires: cmake(Qt5Quick) >= 5.4.0 BuildRequires: cmake(Qt5Widgets) >= 5.4.0 BuildRequires: cmake(Qt5X11Extras) >= 5.4.0 BuildRequires: pkgconfig(x11-xcb) @@ -53,7 +54,7 @@ Summary: Plasma Desktop artwork, styles and assets License: GPL-2.0+ Group: System/GUI/KDE Url: http://www.kde.org -Source: http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz +Source: http://download.kde.org/unstable/plasma/%{version}/%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description diff --git a/breeze4-style.changes b/breeze4-style.changes index 55b3a58..b43e0cb 100644 --- a/breeze4-style.changes +++ b/breeze4-style.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Jan 12 20:39:58 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.8.95 (Plasma 5.9 Beta) + * New feature release + * For more details please see: + https://www.kde.org/announcements/plasma-5.8.95.php +- Changes: + * Draw scrollbar as focused when scrollbar itself have focus. + * Plasma 5.9 wallpaper "Canopee". + * Implement drag from free space also for QtQuickControls. + * Default to no arrows. + * Make scrollbar size configurable. + * Removed unnecessary ifdef. + * Fix flickering arrows. + * Fixed warning about unused variable. + * Fixed warning about unused variables. + * Fixed compilation for KDE4. + * The combobox needs to be 2 pixels wider for contents to fit. + * Show full scrollbar only on mouse over. + * Fix broken kcfgc files. + * [kstyle] Implement window moving on Wayland. + * Fix crash on exit. + ------------------------------------------------------------------- Tue Dec 27 18:31:45 UTC 2016 - fabian@ritter-vogt.de diff --git a/breeze4-style.spec b/breeze4-style.spec index 78ef08d..ec625d7 100644 --- a/breeze4-style.spec +++ b/breeze4-style.spec @@ -1,7 +1,7 @@ # # spec file for package breeze4-style # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: breeze4-style -Version: 5.8.5 +Version: 5.8.95 Release: 0 BuildRequires: automoc4 BuildRequires: cmake >= 2.8.12 @@ -29,7 +29,7 @@ Summary: Plasma Desktop artwork, styles and assets License: GPL-2.0+ Group: System/GUI/KDE Url: http://www.kde.org -Source: http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz +Source: http://download.kde.org/unstable/plasma/%{version}/breeze-%{version}.tar.xz # PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch boo#973728 wbauer@tmo.at -- fixes collapse/expand icon in Q3ListView that still may be used by some KDE4 applications (knode e.g.) Patch: add-support-for-Q3ListView-to-the-KDE4-style.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build