Hello community, here is the log from the commit of package kolourpaint for openSUSE:Factory checked in at 2018-06-15 14:42:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kolourpaint (Old) and /work/SRC/openSUSE:Factory/.kolourpaint.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kolourpaint" Fri Jun 15 14:42:45 2018 rev:92 rq:615569 version:18.04.2 Changes: -------- --- /work/SRC/openSUSE:Factory/kolourpaint/kolourpaint.changes 2018-05-16 18:41:52.146695607 +0200 +++ /work/SRC/openSUSE:Factory/.kolourpaint.new/kolourpaint.changes 2018-06-15 14:42:48.543949531 +0200 @@ -1,0 +2,10 @@ +Fri Jun 08 05:06:52 UTC 2018 - [email protected] + +- Update to 18.04.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.04.2.php +- Changes since 18.04.1: + * Fix color palette cell size + +------------------------------------------------------------------- Old: ---- kolourpaint-18.04.1.tar.xz New: ---- kolourpaint-18.04.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kolourpaint.spec ++++++ --- /var/tmp/diff_new_pack.e37I1Q/_old 2018-06-15 14:42:50.015895688 +0200 +++ /var/tmp/diff_new_pack.e37I1Q/_new 2018-06-15 14:42:50.023895396 +0200 @@ -19,7 +19,7 @@ %bcond_without lang Name: kolourpaint -Version: 18.04.1 +Version: 18.04.2 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) ++++++ kolourpaint-18.04.1.tar.xz -> kolourpaint-18.04.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolourpaint-18.04.1/CMakeLists.txt new/kolourpaint-18.04.2/CMakeLists.txt --- old/kolourpaint-18.04.1/CMakeLists.txt 2018-05-08 02:11:23.000000000 +0200 +++ new/kolourpaint-18.04.2/CMakeLists.txt 2018-06-05 02:30:18.000000000 +0200 @@ -43,7 +43,7 @@ # KDE Application Version, managed by release script set(KDE_APPLICATIONS_VERSION_MAJOR "18") set(KDE_APPLICATIONS_VERSION_MINOR "04") -set(KDE_APPLICATIONS_VERSION_MICRO "1") +set(KDE_APPLICATIONS_VERSION_MICRO "2") set(KDE_APPLICATIONS_VERSION "${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolourpaint-18.04.1/lgpl/generic/widgets/kpColorCellsBase.cpp new/kolourpaint-18.04.2/lgpl/generic/widgets/kpColorCellsBase.cpp --- old/kolourpaint-18.04.1/lgpl/generic/widgets/kpColorCellsBase.cpp 2018-05-02 14:17:16.000000000 +0200 +++ new/kolourpaint-18.04.2/lgpl/generic/widgets/kpColorCellsBase.cpp 2018-06-02 00:51:29.000000000 +0200 @@ -87,7 +87,9 @@ setRowCount( rows ); setColumnCount( cols ); + verticalHeader()->setMinimumSectionSize(16); verticalHeader()->hide(); + horizontalHeader()->setMinimumSectionSize(16); horizontalHeader()->hide(); d->colors = new QColor [ rows * cols ]; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolourpaint-18.04.1/po/pt_BR/kolourpaint.po new/kolourpaint-18.04.2/po/pt_BR/kolourpaint.po --- old/kolourpaint-18.04.1/po/pt_BR/kolourpaint.po 2018-05-08 02:11:22.000000000 +0200 +++ new/kolourpaint-18.04.2/po/pt_BR/kolourpaint.po 2018-06-05 02:30:13.000000000 +0200 @@ -6,13 +6,13 @@ # Lisiane Sztoltz Teixeira <[email protected]>, 2004. # Henrique Pinto <[email protected]>, 2005. # André Marcelo Alvarenga <[email protected]>, 2008, 2009, 2010, 2011, 2012, 2014, 2015. -# Luiz Fernando Ranghetti <[email protected]>, 2009, 2010, 2016, 2017. +# Luiz Fernando Ranghetti <[email protected]>, 2009, 2010, 2016, 2017, 2018. msgid "" msgstr "" "Project-Id-Version: kolourpaint\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-07-16 03:17+0200\n" -"PO-Revision-Date: 2017-11-03 18:54-0300\n" +"PO-Revision-Date: 2018-06-02 00:16-0300\n" "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" "Language: pt_BR\n" @@ -1760,7 +1760,7 @@ #: mainWindow/kpMainWindow_Settings.cpp:72 #, kde-format msgid "Draw Anti-Aliased" -msgstr "" +msgstr "Desenhar suavizado" #: mainWindow/kpMainWindow_StatusBar.cpp:156 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolourpaint-18.04.1/po/zh_CN/kolourpaint.po new/kolourpaint-18.04.2/po/zh_CN/kolourpaint.po --- old/kolourpaint-18.04.1/po/zh_CN/kolourpaint.po 2018-05-08 02:11:23.000000000 +0200 +++ new/kolourpaint-18.04.2/po/zh_CN/kolourpaint.po 2018-06-05 02:30:14.000000000 +0200 @@ -13,7 +13,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-07-16 03:17+0200\n" -"PO-Revision-Date: 2018-04-26 06:10-0400\n" +"PO-Revision-Date: 2018-05-18 06:31-0400\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -1175,7 +1175,7 @@ #: kolourpaintui.rc:36 #, kde-format msgid "&View" -msgstr "查看(&V)" +msgstr "视图(&V)" #. i18n: ectx: Menu (image) #: kolourpaintui.rc:71 kolourpaintui.rc:207
