Hello community, here is the log from the commit of package oxygen5 for openSUSE:Factory checked in at 2016-10-18 10:01:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/oxygen5 (Old) and /work/SRC/openSUSE:Factory/.oxygen5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "oxygen5" Changes: -------- --- /work/SRC/openSUSE:Factory/oxygen5/oxygen5.changes 2016-10-04 15:53:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.oxygen5.new/oxygen5.changes 2016-10-18 10:01:09.000000000 +0200 @@ -1,0 +2,13 @@ +Tue Oct 11 15:44:28 UTC 2016 - [email protected] + +- Update to 5.8.1 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.8.1.php + +------------------------------------------------------------------- +Wed Oct 5 07:58:49 UTC 2016 - [email protected] + +- Add Source: URL back + +------------------------------------------------------------------- Old: ---- oxygen-5.8.0.tar.xz New: ---- oxygen-5.8.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ oxygen5.spec ++++++ --- /var/tmp/diff_new_pack.9Tt4NE/_old 2016-10-18 10:01:10.000000000 +0200 +++ /var/tmp/diff_new_pack.9Tt4NE/_new 2016-10-18 10:01:10.000000000 +0200 @@ -20,14 +20,14 @@ %define kwin_deco 1 Name: oxygen5 -Version: 5.8.0 +Version: 5.8.1 Release: 0 %{!?_plasma5_version: %global _plasma5_version %{version}} Summary: Oxygen style, KWin decoration, cursors and sounds License: GPL-2.0+ Group: System/GUI/KDE Url: http://www.kde.org -Source: oxygen-%{version}.tar.xz +Source: http://download.kde.org/stable/plasma/%{version}/oxygen-%{version}.tar.xz Source1: baselibs.conf BuildRequires: extra-cmake-modules >= 0.0.9 BuildRequires: kf5-filesystem ++++++ oxygen-5.8.0.tar.xz -> oxygen-5.8.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.8.0/CMakeLists.txt new/oxygen-5.8.1/CMakeLists.txt --- old/oxygen-5.8.0/CMakeLists.txt 2016-09-29 13:30:56.000000000 +0200 +++ new/oxygen-5.8.1/CMakeLists.txt 2016-10-11 14:38:56.000000000 +0200 @@ -1,5 +1,5 @@ project(oxygen) -set(PROJECT_VERSION "5.8.0") +set(PROJECT_VERSION "5.8.1") set(PROJECT_VERSION_MAJOR 5) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.8.0/kdecoration/oxygen.json new/oxygen-5.8.1/kdecoration/oxygen.json --- old/oxygen-5.8.0/kdecoration/oxygen.json 2016-09-29 13:30:27.000000000 +0200 +++ new/oxygen-5.8.1/kdecoration/oxygen.json 2016-10-11 14:37:53.000000000 +0200 @@ -11,6 +11,7 @@ "Description[et]": "Plasma töölaua akende dekoratsioon Oxygeni visuaalse stiiliga", "Description[fi]": "Oxygen-tyyliä käyttävä ikkunan kehys Plasma-työpöydälle", "Description[gl]": "Decoración de xanelas que usa o estilo visual Oxygen para o escritorio Plasma.", + "Description[it]": "Decorazione per finestre che usa lo stile visuale di Oxygen per il desktop Plasma", "Description[nl]": "Vensterdecoratie met gebruik van de visuele stijl Oxygen voor het Plasma bureaublad", "Description[nn]": "Vindaugspynt som brukar Oxygen-stilen for Plasma-skrivebordet", "Description[pl]": "Wystrój okien przy użyciu stylu wizualnego Tlenu dla Pulpitu Plazmy", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.8.0/kstyle/oxygenstyleplugin.cpp new/oxygen-5.8.1/kstyle/oxygenstyleplugin.cpp --- old/oxygen-5.8.0/kstyle/oxygenstyleplugin.cpp 2016-09-29 13:30:27.000000000 +0200 +++ new/oxygen-5.8.1/kstyle/oxygenstyleplugin.cpp 2016-10-11 14:37:53.000000000 +0200 @@ -35,15 +35,7 @@ { if( key.toLower() == QStringLiteral( "oxygen" ) ) { - QStyle* style = new Style(); - #if QT_VERSION >= 0x050000 - // Delete style when using ::exit() otherwise it'll outlive the unloaded plugin and we'll get a crash - // (see 2ffe20e1bfe93c921c5372b4d21447b1de308d4b) - connect(this, &QObject::destroyed, style, [style]() { - delete style; - }); - #endif - return style; + return new Style; } return nullptr; }
