Hello community, here is the log from the commit of package oxygen5 for openSUSE:Factory checked in at 2016-08-12 15:40:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-08-08 13:54:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.oxygen5.new/oxygen5.changes 2016-08-12 15:40:41.000000000 +0200 @@ -1,0 +2,8 @@ +Tue Aug 2 11:36:01 UTC 2016 - [email protected] + +- Update to 5.7.3 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.3.php + +------------------------------------------------------------------- Old: ---- oxygen-5.7.2.tar.xz New: ---- oxygen-5.7.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ oxygen5.spec ++++++ --- /var/tmp/diff_new_pack.6QQmge/_old 2016-08-12 15:40:42.000000000 +0200 +++ /var/tmp/diff_new_pack.6QQmge/_new 2016-08-12 15:40:42.000000000 +0200 @@ -20,7 +20,7 @@ %define kwin_deco 1 Name: oxygen5 -Version: 5.7.2 +Version: 5.7.3 Release: 0 Summary: Oxygen style, KWin decoration, cursors and sounds License: GPL-2.0+ ++++++ oxygen-5.7.2.tar.xz -> oxygen-5.7.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.7.2/CMakeLists.txt new/oxygen-5.7.3/CMakeLists.txt --- old/oxygen-5.7.2/CMakeLists.txt 2016-07-19 13:05:33.000000000 +0200 +++ new/oxygen-5.7.3/CMakeLists.txt 2016-08-02 11:43:29.000000000 +0200 @@ -1,5 +1,5 @@ project(oxygen) -set(PROJECT_VERSION "5.7.2") +set(PROJECT_VERSION "5.7.3") 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.7.2/kstyle/oxygenstyle.cpp new/oxygen-5.7.3/kstyle/oxygenstyle.cpp --- old/oxygen-5.7.2/kstyle/oxygenstyle.cpp 2016-07-19 13:04:53.000000000 +0200 +++ new/oxygen-5.7.3/kstyle/oxygenstyle.cpp 2016-08-02 11:42:52.000000000 +0200 @@ -3102,21 +3102,7 @@ //______________________________________________________________ QSize Style::tabWidgetSizeFromContents( const QStyleOption* option, const QSize& contentsSize, const QWidget* ) const - { - - // cast option and check - const QStyleOptionTabWidgetFrame* tabOption = qstyleoption_cast<const QStyleOptionTabWidgetFrame*>( option ); - if( !tabOption ) return expandSize( contentsSize, Metrics::Frame_FrameWidth ); - - // tab orientation - const bool verticalTabs( tabOption && isVerticalTab( tabOption->shape ) ); - - // need to reduce the size in the tabbar direction, due to a bug in QTabWidget::minimumSize - return verticalTabs ? - expandSize( contentsSize, Metrics::Frame_FrameWidth, Metrics::Frame_FrameWidth - 1 ): - expandSize( contentsSize, Metrics::Frame_FrameWidth - 1, Metrics::Frame_FrameWidth ); - - } + { return expandSize( contentsSize, Metrics::TabWidget_MarginWidth ); } //______________________________________________________________ QSize Style::tabBarTabSizeFromContents( const QStyleOption* option, const QSize& contentsSize, const QWidget* ) const diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.7.2/po/et/oxygen_kdecoration.po new/oxygen-5.7.3/po/et/oxygen_kdecoration.po --- old/oxygen-5.7.2/po/et/oxygen_kdecoration.po 2016-07-19 13:05:03.000000000 +0200 +++ new/oxygen-5.7.3/po/et/oxygen_kdecoration.po 2016-08-02 11:42:59.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-02-05 07:29+0000\n" -"PO-Revision-Date: 2016-01-11 10:25+0200\n" +"PO-Revision-Date: 2016-07-27 18:18+0300\n" "Last-Translator: Marek Laane <[email protected]>\n" "Language-Team: Estonian <[email protected]>\n" "Language: et\n" @@ -161,7 +161,7 @@ #. i18n: ectx: property (text), widget (QCheckBox, useWindowColors) #: config/ui/oxygenconfigurationui.ui:144 msgid "Use the same colors for title bar and window content" -msgstr "" +msgstr "Tiitliribal ja akna sisus samade värvide kasutamine" #. i18n: ectx: attribute (title), widget (QWidget, tab_3) #: config/ui/oxygenconfigurationui.ui:152
