Hello community,

here is the log from the commit of package oxygen5 for openSUSE:Factory checked 
in at 2017-06-16 10:51:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/oxygen5 (Old)
 and      /work/SRC/openSUSE:Factory/.oxygen5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "oxygen5"

Fri Jun 16 10:51:06 2017 rev:50 rq:503584 version:5.10.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/oxygen5/oxygen5.changes  2017-06-10 
17:55:37.416664470 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen5.new/oxygen5.changes     2017-06-16 
10:51:07.930337967 +0200
@@ -1,0 +2,10 @@
+Tue Jun 13 21:35:01 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.2.php
+- Changes since 5.10.1:
+  * Fixed calculation of top border.
+
+-------------------------------------------------------------------

Old:
----
  oxygen-5.10.1.tar.xz

New:
----
  oxygen-5.10.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ oxygen5.spec ++++++
--- /var/tmp/diff_new_pack.oOpYvc/_old  2017-06-16 10:51:08.630239444 +0200
+++ /var/tmp/diff_new_pack.oOpYvc/_new  2017-06-16 10:51:08.634238880 +0200
@@ -20,7 +20,7 @@
 %define kwin_deco 1
 
 Name:           oxygen5
-Version:        5.10.1
+Version:        5.10.2
 Release:        0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++++++ oxygen-5.10.1.tar.xz -> oxygen-5.10.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.10.1/CMakeLists.txt 
new/oxygen-5.10.2/CMakeLists.txt
--- old/oxygen-5.10.1/CMakeLists.txt    2017-06-06 13:43:56.000000000 +0200
+++ new/oxygen-5.10.2/CMakeLists.txt    2017-06-13 20:29:28.000000000 +0200
@@ -1,5 +1,5 @@
 project(oxygen)
-set(PROJECT_VERSION "5.10.1")
+set(PROJECT_VERSION "5.10.2")
 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.10.1/kdecoration/oxygendecoration.cpp 
new/oxygen-5.10.2/kdecoration/oxygendecoration.cpp
--- old/oxygen-5.10.1/kdecoration/oxygendecoration.cpp  2017-06-06 
13:42:39.000000000 +0200
+++ new/oxygen-5.10.2/kdecoration/oxygendecoration.cpp  2017-06-13 
20:27:23.000000000 +0200
@@ -347,7 +347,7 @@
     {
         auto s = settings();
         const auto c = client().data();
-        const Qt::Edges edges = c->adjacentScreenEdges();
+        const auto edges = c->adjacentScreenEdges();
 
         // left, right and bottom borders
         auto testFlag = [&]( Qt::Edge edge ) { return edges.testFlag(edge) && 
!m_internalSettings->drawBorderOnMaximizedWindows(); };
@@ -360,10 +360,10 @@
         else {
 
             QFontMetrics fm(s->font());
-            top += qMax(fm.boundingRect(c->caption()).height(), buttonHeight() 
);
+            top += qMax(fm.height(), buttonHeight() );
 
             // padding below
-            const int baseSize = settings()->smallSpacing();
+            const int baseSize = s->smallSpacing();
             top += baseSize*Metrics::TitleBar_BottomMargin;
 
             // padding above
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.10.1/po/fi/oxygen_style_demo.po 
new/oxygen-5.10.2/po/fi/oxygen_style_demo.po
--- old/oxygen-5.10.1/po/fi/oxygen_style_demo.po        2017-06-06 
13:43:06.000000000 +0200
+++ new/oxygen-5.10.2/po/fi/oxygen_style_demo.po        2017-06-13 
20:28:04.000000000 +0200
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the kde-workspace package.
 # Ilpo Kantonen <i...@iki.fi>, 2005.
 # Teemu Rytilahti <teemu.rytila...@kde-fi.org>, 2008.
-# Tommi Nieminen <transla...@legisign.org>, 2009, 2010, 2011, 2012, 2014.
+# Tommi Nieminen <transla...@legisign.org>, 2009, 2010, 2011, 2012, 2014, 2017.
 # Lasse Liehu <lasse.li...@gmail.com>, 2011, 2012, 2013, 2014, 2015.
 # Jorma Karvonen <karvonen.jo...@gmail.com>, 2011.
 #
@@ -14,8 +14,8 @@
 "Project-Id-Version: kstyle_config\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-04-25 05:45+0200\n"
-"PO-Revision-Date: 2015-08-24 13:26+0200\n"
-"Last-Translator: Lasse Liehu <lasse.li...@gmail.com>\n"
+"PO-Revision-Date: 2017-06-08 21:11+0200\n"
+"Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
@@ -86,7 +86,7 @@
 #: oxygendemodialog.cpp:88
 #, kde-format
 msgid "Style"
-msgstr ""
+msgstr "Tyyli"
 
 #: oxygendemodialog.cpp:105
 #, kde-format
@@ -218,7 +218,7 @@
 #: oxygenschemechooser.cpp:53
 #, kde-format
 msgid "&Color Theme"
-msgstr ""
+msgstr "&Väriteema"
 
 #: oxygensimulator.h:91
 #, kde-format
@@ -228,7 +228,7 @@
 #: oxygenstylechooser.cpp:53
 #, kde-format
 msgid "Select the application widget style"
-msgstr ""
+msgstr "Valitse sovelluksen käyttöliittymätyyli"
 
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox)
 #: ui/oxygenbenchmarkwidget.ui:29


Reply via email to