Hello community, here is the log from the commit of package kwin5 for openSUSE:Factory checked in at 2016-04-12 19:05:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kwin5 (Old) and /work/SRC/openSUSE:Factory/.kwin5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwin5" Changes: -------- --- /work/SRC/openSUSE:Factory/kwin5/kwin5.changes 2016-04-07 13:29:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kwin5.new/kwin5.changes 2016-04-12 19:05:06.000000000 +0200 @@ -1,0 +2,8 @@ +Tue Apr 5 15:53:49 UTC 2016 - [email protected] + +- Update to 5.6.2 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.6.2.php + +------------------------------------------------------------------- Old: ---- kwin-5.6.1.tar.xz New: ---- kwin-5.6.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kwin5.spec ++++++ --- /var/tmp/diff_new_pack.5B4EI7/_old 2016-04-12 19:05:07.000000000 +0200 +++ /var/tmp/diff_new_pack.5B4EI7/_new 2016-04-12 19:05:07.000000000 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: kwin5 -Version: 5.6.1 +Version: 5.6.2 Release: 0 Summary: KDE Window Manager License: GPL-2.0+ ++++++ kwin-5.6.1.tar.xz -> kwin-5.6.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwin-5.6.1/CMakeLists.txt new/kwin-5.6.2/CMakeLists.txt --- old/kwin-5.6.1/CMakeLists.txt 2016-03-29 16:14:04.000000000 +0200 +++ new/kwin-5.6.2/CMakeLists.txt 2016-04-05 15:48:34.000000000 +0200 @@ -1,5 +1,5 @@ project(KWIN) -set(PROJECT_VERSION "5.6.1") +set(PROJECT_VERSION "5.6.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/kwin-5.6.1/autotests/wayland/pointer_input.cpp new/kwin-5.6.2/autotests/wayland/pointer_input.cpp --- old/kwin-5.6.1/autotests/wayland/pointer_input.cpp 2016-03-29 16:13:17.000000000 +0200 +++ new/kwin-5.6.2/autotests/wayland/pointer_input.cpp 2016-04-05 15:47:25.000000000 +0200 @@ -96,8 +96,8 @@ kwinApp()->setConfig(KSharedConfig::openConfig(QString(), KConfig::SimpleConfig)); - qputenv("XCURSOR_THEME", QByteArrayLiteral("breeze_cursors")); - qputenv("XCURSOR_SIZE", QByteArrayLiteral("32")); + qputenv("XCURSOR_THEME", QByteArrayLiteral("DMZ-White")); + qputenv("XCURSOR_SIZE", QByteArrayLiteral("24")); kwinApp()->start(); QVERIFY(workspaceCreatedSpy.wait()); @@ -908,19 +908,19 @@ // now create an effect and set an override cursor QScopedPointer<HelperEffect> effect(new HelperEffect); - effects->startMouseInterception(effect.data(), Qt::OpenHandCursor); - const QImage openHand = p->cursorImage(); - QVERIFY(!openHand.isNull()); - QVERIFY(openHand != fallback); + effects->startMouseInterception(effect.data(), Qt::SizeAllCursor); + const QImage sizeAll = p->cursorImage(); + QVERIFY(!sizeAll.isNull()); + QVERIFY(sizeAll != fallback); QVERIFY(leftSpy.wait()); // let's change to arrow cursor, this should be our fallback effects->defineCursor(Qt::ArrowCursor); QCOMPARE(p->cursorImage(), fallback); - // back to openhand - effects->defineCursor(Qt::OpenHandCursor); - QCOMPARE(p->cursorImage(), openHand); + // back to size all + effects->defineCursor(Qt::SizeAllCursor); + QCOMPARE(p->cursorImage(), sizeAll); // move cursor outside the window area Cursor::setPos(800, 800); @@ -929,8 +929,8 @@ QCOMPARE(p->cursorImage(), fallback); // start mouse interception again - effects->startMouseInterception(effect.data(), Qt::OpenHandCursor); - QCOMPARE(p->cursorImage(), openHand); + effects->startMouseInterception(effect.data(), Qt::SizeAllCursor); + QCOMPARE(p->cursorImage(), sizeAll); // move cursor to area of window Cursor::setPos(window->geometry().center()); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwin-5.6.1/po/cs/kcmkwinrules.po new/kwin-5.6.2/po/cs/kcmkwinrules.po --- old/kwin-5.6.1/po/cs/kcmkwinrules.po 2016-03-29 16:13:22.000000000 +0200 +++ new/kwin-5.6.2/po/cs/kcmkwinrules.po 2016-04-05 15:47:33.000000000 +0200 @@ -303,8 +303,8 @@ #: ruleswidget.cpp:66 msgid "" -"Enable this checkbox to alter this window property for the specified " -"window(s)." +"Enable this checkbox to alter this window property for the specified window" +"(s)." msgstr "Povolte ke změně této vlastnosti pro daná okna." #: ruleswidget.cpp:68 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwin-5.6.1/po/cs/kcmkwm.po new/kwin-5.6.2/po/cs/kcmkwm.po --- old/kwin-5.6.1/po/cs/kcmkwm.po 2016-03-29 16:13:22.000000000 +0200 +++ new/kwin-5.6.2/po/cs/kcmkwm.po 2016-04-05 15:47:33.000000000 +0200 @@ -953,8 +953,8 @@ #. i18n: ectx: property (text), item, widget (KComboBox, coTiInAct2) #. i18n: ectx: property (text), item, widget (KComboBox, coTiAct3) #. i18n: ectx: property (text), item, widget (KComboBox, coTiInAct3) -#: mouse.ui:75 mouse.ui:257 mouse.ui:330 mouse.ui:401 mouse.ui:474 mouse.ui:545 -#: mouse.ui:618 +#: mouse.ui:75 mouse.ui:257 mouse.ui:330 mouse.ui:401 mouse.ui:474 +#: mouse.ui:545 mouse.ui:618 msgid "Shade" msgstr "Sbalit" @@ -966,8 +966,8 @@ #. i18n: ectx: property (text), item, widget (KComboBox, coTiInAct2) #. i18n: ectx: property (text), item, widget (KComboBox, coTiAct3) #. i18n: ectx: property (text), item, widget (KComboBox, coTiInAct3) -#: mouse.ui:85 mouse.ui:262 mouse.ui:335 mouse.ui:406 mouse.ui:479 mouse.ui:550 -#: mouse.ui:623 +#: mouse.ui:85 mouse.ui:262 mouse.ui:335 mouse.ui:406 mouse.ui:479 +#: mouse.ui:550 mouse.ui:623 msgid "Close" msgstr "Zavřít" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwin-5.6.1/po/cs/kwin.po new/kwin-5.6.2/po/cs/kwin.po --- old/kwin-5.6.1/po/cs/kwin.po 2016-03-29 16:13:22.000000000 +0200 +++ new/kwin-5.6.2/po/cs/kwin.po 2016-04-05 15:47:33.000000000 +0200 @@ -1,7 +1,7 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Lukáš Tinkl <[email protected]>, 2010, 2011, 2012. -# Vít Pelčák <[email protected]>, 2010, 2011, 2012, 2013, 2014, 2015. +# Vít Pelčák <[email protected]>, 2010, 2011, 2012, 2013, 2014, 2015, 2016. # Tomáš Chvátal <[email protected]>, 2012. # msgid "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwin-5.6.1/po/pt_BR/kcmkwinrules.po new/kwin-5.6.2/po/pt_BR/kcmkwinrules.po --- old/kwin-5.6.1/po/pt_BR/kcmkwinrules.po 2016-03-29 16:13:39.000000000 +0200 +++ new/kwin-5.6.2/po/pt_BR/kcmkwinrules.po 2016-04-05 15:48:01.000000000 +0200 @@ -1,19 +1,19 @@ # Translation of kcmkwinrules.po to Brazilian Portuguese -# Copyright (C) 2004-2015 This_file_is_part_of_KDE +# Copyright (C) 2004-2016 This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # # Marcus Gama <[email protected]>, 2004. # Lisiane Sztoltz Teixeira <[email protected]>, 2004, 2005. # Marcus Gama <[email protected]>, 2006. # Diniz Bortolotto <[email protected]>, 2007, 2008. -# André Marcelo Alvarenga <[email protected]>, 2009, 2010, 2011, 2012, 2013, 2014, 2015. +# André Marcelo Alvarenga <[email protected]>, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016. # Luiz Fernando Ranghetti <[email protected]>, 2010, 2011, 2012. msgid "" msgstr "" "Project-Id-Version: kcmkwinrules\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2015-11-19 09:30+0000\n" -"PO-Revision-Date: 2015-11-19 22:38-0200\n" +"PO-Revision-Date: 2016-03-30 22:50-0300\n" "Last-Translator: André Marcelo Alvarenga <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]>\n" "Language: pt_BR\n" @@ -21,7 +21,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" @@ -1165,7 +1165,7 @@ #. i18n: ectx: property (text), widget (QCheckBox, enable_blockcompositing) #: ruleswidgetbase.ui:2514 msgid "Block compositing" -msgstr "Composição por blocos" +msgstr "Bloquear composição" #: yesnobox.h:35 msgid "Yes" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwin-5.6.1/po/sr/kwin_effects.po new/kwin-5.6.2/po/sr/kwin_effects.po --- old/kwin-5.6.1/po/sr/kwin_effects.po 2016-03-29 16:13:43.000000000 +0200 +++ new/kwin-5.6.2/po/sr/kwin_effects.po 2016-04-05 15:48:06.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kwin_effects\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-03-05 11:25+0000\n" +"POT-Creation-Date: 2016-03-25 11:33+0000\n" "PO-Revision-Date: 2016-03-20 15:25+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" @@ -374,7 +374,7 @@ msgid "Start animation when moving windows towards screen edges" msgstr "Започни анимацију на померање прозора ка ивицама екрана" -#: desktopgrid/desktopgrid.cpp:72 desktopgrid/desktopgrid_config.cpp:67 +#: desktopgrid/desktopgrid.cpp:71 desktopgrid/desktopgrid_config.cpp:67 msgid "Show Desktop Grid" msgstr "Прикажи мрежу површи" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwin-5.6.1/po/sr@ijekavian/kwin_effects.po new/kwin-5.6.2/po/sr@ijekavian/kwin_effects.po --- old/kwin-5.6.1/po/sr@ijekavian/kwin_effects.po 2016-03-29 16:13:44.000000000 +0200 +++ new/kwin-5.6.2/po/sr@ijekavian/kwin_effects.po 2016-04-05 15:48:06.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kwin_effects\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-03-05 11:25+0000\n" +"POT-Creation-Date: 2016-03-25 11:33+0000\n" "PO-Revision-Date: 2016-03-20 15:25+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" @@ -374,7 +374,7 @@ msgid "Start animation when moving windows towards screen edges" msgstr "Започни анимацију на помијерање прозора ка ивицама екрана" -#: desktopgrid/desktopgrid.cpp:72 desktopgrid/desktopgrid_config.cpp:67 +#: desktopgrid/desktopgrid.cpp:71 desktopgrid/desktopgrid_config.cpp:67 msgid "Show Desktop Grid" msgstr "Прикажи мрежу површи" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwin-5.6.1/po/sr@ijekavianlatin/kwin_effects.po new/kwin-5.6.2/po/sr@ijekavianlatin/kwin_effects.po --- old/kwin-5.6.1/po/sr@ijekavianlatin/kwin_effects.po 2016-03-29 16:13:44.000000000 +0200 +++ new/kwin-5.6.2/po/sr@ijekavianlatin/kwin_effects.po 2016-04-05 15:48:06.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kwin_effects\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-03-05 11:25+0000\n" +"POT-Creation-Date: 2016-03-25 11:33+0000\n" "PO-Revision-Date: 2016-03-20 15:25+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" @@ -374,7 +374,7 @@ msgid "Start animation when moving windows towards screen edges" msgstr "Započni animaciju na pomijeranje prozora ka ivicama ekrana" -#: desktopgrid/desktopgrid.cpp:72 desktopgrid/desktopgrid_config.cpp:67 +#: desktopgrid/desktopgrid.cpp:71 desktopgrid/desktopgrid_config.cpp:67 msgid "Show Desktop Grid" msgstr "Prikaži mrežu površi" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwin-5.6.1/po/sr@latin/kwin_effects.po new/kwin-5.6.2/po/sr@latin/kwin_effects.po --- old/kwin-5.6.1/po/sr@latin/kwin_effects.po 2016-03-29 16:13:44.000000000 +0200 +++ new/kwin-5.6.2/po/sr@latin/kwin_effects.po 2016-04-05 15:48:07.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kwin_effects\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2016-03-05 11:25+0000\n" +"POT-Creation-Date: 2016-03-25 11:33+0000\n" "PO-Revision-Date: 2016-03-20 15:25+0100\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" @@ -374,7 +374,7 @@ msgid "Start animation when moving windows towards screen edges" msgstr "Započni animaciju na pomeranje prozora ka ivicama ekrana" -#: desktopgrid/desktopgrid.cpp:72 desktopgrid/desktopgrid_config.cpp:67 +#: desktopgrid/desktopgrid.cpp:71 desktopgrid/desktopgrid_config.cpp:67 msgid "Show Desktop Grid" msgstr "Prikaži mrežu površi"
