Hello community,

here is the log from the commit of package kgamma5 for openSUSE:Factory checked 
in at 2016-08-13 18:30:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kgamma5 (Old)
 and      /work/SRC/openSUSE:Factory/.kgamma5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kgamma5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kgamma5/kgamma5.changes  2016-05-20 
11:55:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kgamma5.new/kgamma5.changes     2016-08-13 
18:30:11.000000000 +0200
@@ -1,0 +2,38 @@
+Tue Aug  2 11:35:54 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.7.3.php
+
+-------------------------------------------------------------------
+Wed Jul 20 08:54:20 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.7.2.php
+
+-------------------------------------------------------------------
+Wed Jul 13 06:13:26 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.7.1.php
+
+-------------------------------------------------------------------
+Tue Jul  5 11:21:49 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+
+-------------------------------------------------------------------
+Thu Jun 30 12:02:21 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * New feature release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.7.0.php
+
+-------------------------------------------------------------------

Old:
----
  kgamma5-5.6.4.tar.xz

New:
----
  kgamma5-5.7.3.tar.xz

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

Other differences:
------------------
++++++ kgamma5.spec ++++++
--- /var/tmp/diff_new_pack.6S4p4l/_old  2016-08-13 18:30:12.000000000 +0200
+++ /var/tmp/diff_new_pack.6S4p4l/_new  2016-08-13 18:30:12.000000000 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:           kgamma5
-Version:        5.6.4
+Version:        5.7.3
 Release:        0
 Summary:        Display gamma configuration
 License:        GPL-2.0+
@@ -58,6 +58,9 @@
 
 %install
   %kf5_makeinstall -C build
+%if %{with_lang}
+  %kf5_find_lang
+%endif
 
 %files
 %defattr(-,root,root)
@@ -70,8 +73,7 @@
 %doc %{_kf5_htmldir}/en/*/
 
 %if %{with lang}
-%files lang
-%{_kf5_localedir}
+%files lang -f %{name}.lang
 %endif
 
 %changelog

++++++ kgamma5-5.6.4.tar.xz -> kgamma5-5.7.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.6.4/CMakeLists.txt 
new/kgamma5-5.7.3/CMakeLists.txt
--- old/kgamma5-5.6.4/CMakeLists.txt    2016-05-10 18:33:38.000000000 +0200
+++ new/kgamma5-5.7.3/CMakeLists.txt    2016-08-02 11:36:08.000000000 +0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8.9)
 project(kgamma)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-set(PROJECT_VERSION "5.6.4")
+set(PROJECT_VERSION "5.7.3")
 set(QT_MIN_VERSION "5.4.0")
 find_package(ECM 1.0.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
@@ -14,7 +14,10 @@
 find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core Gui Widgets)
 
 find_package(KF5 REQUIRED COMPONENTS
+    Config
+    ConfigWidgets
     DocTools
+    I18n
     KDELibs4Support
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.6.4/kcmkgamma/CMakeLists.txt 
new/kgamma5-5.7.3/kcmkgamma/CMakeLists.txt
--- old/kgamma5-5.6.4/kcmkgamma/CMakeLists.txt  2016-05-10 18:33:21.000000000 
+0200
+++ new/kgamma5-5.7.3/kcmkgamma/CMakeLists.txt  2016-08-02 11:35:54.000000000 
+0200
@@ -10,7 +10,7 @@
 
 add_library(kcm_kgamma MODULE ${kcm_kgamma_PART_SRCS})
 
-target_link_libraries(kcm_kgamma ${X11_Xxf86vm_LIB} ${X11_LIBRARIES} Qt5::Core 
Qt5::Widgets KF5::KDELibs4Support)
+target_link_libraries(kcm_kgamma ${X11_Xxf86vm_LIB} ${X11_LIBRARIES} Qt5::Core 
Qt5::Widgets KF5::ConfigCore KF5::ConfigWidgets KF5::I18n KF5::KDELibs4Support)
 
 install(TARGETS kcm_kgamma DESTINATION ${KDE_INSTALL_PLUGINDIR})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.6.4/kcmkgamma/gammactrl.cpp 
new/kgamma5-5.7.3/kcmkgamma/gammactrl.cpp
--- old/kgamma5-5.6.4/kcmkgamma/gammactrl.cpp   2016-05-10 18:33:21.000000000 
+0200
+++ new/kgamma5-5.7.3/kcmkgamma/gammactrl.cpp   2016-08-02 11:35:54.000000000 
+0200
@@ -19,8 +19,6 @@
 #include <qlineedit.h>
 #include <qstring.h>
 
-#include <kdialog.h>
-
 #include "gammactrl.h"
 #include "xvidextwrap.h"
 #include "displaynumber.h"
@@ -45,8 +43,6 @@
   gchannel = channel;
   xv = xvid;
 
-  setSpacing(KDialog::spacingHint());
-
   slider = new QSlider(Qt::Horizontal, this);
   slider->setFixedHeight(24);
   slider->setTickPosition(QSlider::TicksBelow);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.6.4/kcmkgamma/kgamma.desktop 
new/kgamma5-5.7.3/kcmkgamma/kgamma.desktop
--- old/kgamma5-5.6.4/kcmkgamma/kgamma.desktop  2016-05-10 18:33:21.000000000 
+0200
+++ new/kgamma5-5.7.3/kcmkgamma/kgamma.desktop  2016-08-02 11:35:54.000000000 
+0200
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Comment=A monitor calibration tool
 Comment[ar]=أداة مراقب المعايرة
-Comment[ast]=Una ferramienta de calibración del monitor
+Comment[ast]=Una ferramienta de calibración de monitores
 Comment[bg]=Калибриране на монитора
 Comment[bs]=Alatka za kalibraciju monitora
 Comment[ca]=Una eina de calibratge del monitor
Files old/kgamma5-5.6.4/po/ar/messages.mo and 
new/kgamma5-5.7.3/po/ar/messages.mo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.6.4/po/ast/kcmkgamma.po 
new/kgamma5-5.7.3/po/ast/kcmkgamma.po
--- old/kgamma5-5.6.4/po/ast/kcmkgamma.po       2016-05-10 18:33:22.000000000 
+0200
+++ new/kgamma5-5.7.3/po/ast/kcmkgamma.po       2016-08-02 11:35:55.000000000 
+0200
@@ -1,15 +1,15 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# enolp <en...@softastur.org>, 2015.
+# enolp <en...@softastur.org>, 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-07-31 08:30+0000\n"
-"PO-Revision-Date: 2015-07-31 13:49+0100\n"
+"PO-Revision-Date: 2016-03-29 01:09+0100\n"
 "Last-Translator: enolp <en...@softastur.org>\n"
-"Language-Team: Asturian <alminsitrado...@softastur.org>\n"
+"Language-Team: Asturian <>\n"
 "Language: ast\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -63,7 +63,7 @@
 
 #: kgamma.cpp:266
 msgid "Save settings system wide"
-msgstr ""
+msgstr "Guardar axustes pa tol sistema"
 
 #: kgamma.cpp:270
 msgid "Sync screens"
@@ -72,7 +72,7 @@
 #: kgamma.cpp:278
 #, kde-format
 msgid "Screen %1"
-msgstr ""
+msgstr "Pantalla %1"
 
 #: kgamma.cpp:296
 msgid "Gamma correction is not supported by your graphics hardware or driver."
Files old/kgamma5-5.6.4/po/ast/messages.mo and 
new/kgamma5-5.7.3/po/ast/messages.mo differ
Files old/kgamma5-5.6.4/po/be/messages.mo and 
new/kgamma5-5.7.3/po/be/messages.mo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.6.4/po/bg/kcmkgamma.po 
new/kgamma5-5.7.3/po/bg/kcmkgamma.po
--- old/kgamma5-5.6.4/po/bg/kcmkgamma.po        2016-05-10 18:33:23.000000000 
+0200
+++ new/kgamma5-5.7.3/po/bg/kcmkgamma.po        2016-08-02 11:35:55.000000000 
+0200
@@ -2,7 +2,7 @@
 # Bulgarian translation of KDE.
 # This file is licensed under the GPL.
 #
-# $Id: kcmkgamma.po 1453980 2016-03-02 23:19:49Z ltoscano $
+# $Id: kcmkgamma.po 1462113 2016-06-16 19:23:52Z ltoscano $
 #
 # Zlatko Popov <zlatkopo...@fsa-bg.org>, 2006, 2007.
 msgid ""
Files old/kgamma5-5.6.4/po/bg/messages.mo and 
new/kgamma5-5.7.3/po/bg/messages.mo differ
Files old/kgamma5-5.6.4/po/br/messages.mo and 
new/kgamma5-5.7.3/po/br/messages.mo differ
Files old/kgamma5-5.6.4/po/bs/messages.mo and 
new/kgamma5-5.7.3/po/bs/messages.mo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.6.4/po/ca/kcmkgamma.po 
new/kgamma5-5.7.3/po/ca/kcmkgamma.po
--- old/kgamma5-5.6.4/po/ca/kcmkgamma.po        2016-05-10 18:33:23.000000000 
+0200
+++ new/kgamma5-5.7.3/po/ca/kcmkgamma.po        2016-08-02 11:35:55.000000000 
+0200
@@ -1,22 +1,23 @@
 # Translation of kcmkgamma.po to Catalan
-# Copyright (C) 2003-2015 This_file_is_part_of_KDE
+# Copyright (C) 2003-2016 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Josep Ma. Ferrer <txe...@gmail.com>, 2003, 2007, 2010, 2012, 2015.
+# Antoni Bella Pérez <antonibel...@yahoo.com>, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-07-31 08:30+0000\n"
-"PO-Revision-Date: 2015-06-07 18:09+0200\n"
-"Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
+"PO-Revision-Date: 2016-07-23 17:30+0100\n"
+"Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -70,7 +71,7 @@
 
 #: kgamma.cpp:270
 msgid "Sync screens"
-msgstr "Sincronia de pantalles"
+msgstr "Sincronia de les pantalles"
 
 #: kgamma.cpp:278
 #, kde-format
@@ -81,7 +82,7 @@
 msgid "Gamma correction is not supported by your graphics hardware or driver."
 msgstr ""
 "El vostre maquinari gràfic o el controlador encara no permeten la correcció "
-"gamma."
+"de la gamma."
 
 #: kgamma.cpp:604
 msgid ""
@@ -94,7 +95,7 @@
 "own KDE settings. On multi head systems you can correct the gamma values "
 "separately for all screens."
 msgstr ""
-"<h1> Monitor Gamma</h1> Aquesta és una eina per a canviar la correcció gamma "
+"<h1>Monitor Gamma</h1> Aquesta és una eina per a canviar la correcció gamma "
 "del monitor. Empreu els quatre controls lliscants per a definir la correcció "
 "gamma, bé com un únic valor, o bé per separat en els components vermell, "
 "verd i blau. Potser us caldrà corregir els paràmetres de brillantor i "
Files old/kgamma5-5.6.4/po/ca/messages.mo and 
new/kgamma5-5.7.3/po/ca/messages.mo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.6.4/po/ca@valencia/kcmkgamma.po 
new/kgamma5-5.7.3/po/ca@valencia/kcmkgamma.po
--- old/kgamma5-5.6.4/po/ca@valencia/kcmkgamma.po       2016-05-10 
18:33:23.000000000 +0200
+++ new/kgamma5-5.7.3/po/ca@valencia/kcmkgamma.po       2016-08-02 
11:35:55.000000000 +0200
@@ -1,22 +1,23 @@
 # Translation of kcmkgamma.po to Catalan (Valencian)
-# Copyright (C) 2003-2015 This_file_is_part_of_KDE
+# Copyright (C) 2003-2016 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Josep Ma. Ferrer <txe...@gmail.com>, 2003, 2007, 2010, 2012, 2015.
+# Antoni Bella Pérez <antonibel...@yahoo.com>, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcmkgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-07-31 08:30+0000\n"
-"PO-Revision-Date: 2015-06-07 18:09+0200\n"
-"Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
+"PO-Revision-Date: 2016-07-23 17:30+0100\n"
+"Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -70,7 +71,7 @@
 
 #: kgamma.cpp:270
 msgid "Sync screens"
-msgstr "Sincronia de pantalles"
+msgstr "Sincronia de les pantalles"
 
 #: kgamma.cpp:278
 #, kde-format
@@ -81,7 +82,7 @@
 msgid "Gamma correction is not supported by your graphics hardware or driver."
 msgstr ""
 "El vostre maquinari gràfic o el controlador encara no permeten la correcció "
-"gamma."
+"de la gamma."
 
 #: kgamma.cpp:604
 msgid ""
@@ -94,8 +95,8 @@
 "own KDE settings. On multi head systems you can correct the gamma values "
 "separately for all screens."
 msgstr ""
-"<h1> Monitor Gamma</h1> Esta és una eina per a canviar la correcció gamma "
-"del monitor. Empreu els quatre controls lliscants per a definir la correcció "
+"<h1>Monitor Gamma</h1> Esta és una eina per a canviar la correcció gamma del "
+"monitor. Empreu els quatre controls lliscants per a definir la correcció "
 "gamma, bé com un únic valor, o bé per separat en els components roig, verd i "
 "blau. Potser vos caldrà corregir els paràmetres de brillantor i contrast del "
 "monitor per a obtindre bons resultats. Les imatges de prova vos ajudaran a "
Files old/kgamma5-5.6.4/po/ca@valencia/messages.mo and 
new/kgamma5-5.7.3/po/ca@valencia/messages.mo differ
Files old/kgamma5-5.6.4/po/cs/messages.mo and 
new/kgamma5-5.7.3/po/cs/messages.mo differ
Files old/kgamma5-5.6.4/po/cy/messages.mo and 
new/kgamma5-5.7.3/po/cy/messages.mo differ
Files old/kgamma5-5.6.4/po/da/messages.mo and 
new/kgamma5-5.7.3/po/da/messages.mo differ
Files old/kgamma5-5.6.4/po/de/messages.mo and 
new/kgamma5-5.7.3/po/de/messages.mo differ
Files old/kgamma5-5.6.4/po/el/messages.mo and 
new/kgamma5-5.7.3/po/el/messages.mo differ
Files old/kgamma5-5.6.4/po/en_GB/messages.mo and 
new/kgamma5-5.7.3/po/en_GB/messages.mo differ
Files old/kgamma5-5.6.4/po/eo/messages.mo and 
new/kgamma5-5.7.3/po/eo/messages.mo differ
Files old/kgamma5-5.6.4/po/es/messages.mo and 
new/kgamma5-5.7.3/po/es/messages.mo differ
Files old/kgamma5-5.6.4/po/et/messages.mo and 
new/kgamma5-5.7.3/po/et/messages.mo differ
Files old/kgamma5-5.6.4/po/eu/messages.mo and 
new/kgamma5-5.7.3/po/eu/messages.mo differ
Files old/kgamma5-5.6.4/po/fa/messages.mo and 
new/kgamma5-5.7.3/po/fa/messages.mo differ
Files old/kgamma5-5.6.4/po/fi/messages.mo and 
new/kgamma5-5.7.3/po/fi/messages.mo differ
Files old/kgamma5-5.6.4/po/fr/messages.mo and 
new/kgamma5-5.7.3/po/fr/messages.mo differ
Files old/kgamma5-5.6.4/po/fy/messages.mo and 
new/kgamma5-5.7.3/po/fy/messages.mo differ
Files old/kgamma5-5.6.4/po/ga/messages.mo and 
new/kgamma5-5.7.3/po/ga/messages.mo differ
Files old/kgamma5-5.6.4/po/gl/messages.mo and 
new/kgamma5-5.7.3/po/gl/messages.mo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.6.4/po/he/kcmkgamma.po 
new/kgamma5-5.7.3/po/he/kcmkgamma.po
--- old/kgamma5-5.6.4/po/he/kcmkgamma.po        2016-05-10 18:33:25.000000000 
+0200
+++ new/kgamma5-5.7.3/po/he/kcmkgamma.po        2016-08-02 11:35:57.000000000 
+0200
@@ -4,19 +4,20 @@
 # Amir Tal <t...@whatsup.org.il>, 2003.
 # Diego Iastrubni <elc...@kdemail.net>, 2004.
 # Diego Iastrubni <elc...@kde.org>, 2005.
+# elkana bardugo <ttv...@gmail.com>, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: kgamma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-07-31 08:30+0000\n"
-"PO-Revision-Date: 2005-10-28 22:59+0200\n"
-"Last-Translator: Diego Iastrubni <elc...@kde.org>\n"
+"PO-Revision-Date: 2016-06-23 14:51+0200\n"
+"Last-Translator: elkana bardugo <ttv...@gmail.com>\n"
 "Language-Team: Hebrew <kde-l10n...@kde.org>\n"
 "Language: he\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #: kgamma.cpp:145
@@ -64,9 +65,8 @@
 msgstr "כחול:"
 
 #: kgamma.cpp:266
-#, fuzzy
 msgid "Save settings system wide"
-msgstr "שמור הגדרות לקובץ XF86Config"
+msgstr "שמור את ההגדרות לכל המערכת"
 
 #: kgamma.cpp:270
 msgid "Sync screens"
Files old/kgamma5-5.6.4/po/he/messages.mo and 
new/kgamma5-5.7.3/po/he/messages.mo differ
Files old/kgamma5-5.6.4/po/hi/messages.mo and 
new/kgamma5-5.7.3/po/hi/messages.mo differ
Files old/kgamma5-5.6.4/po/hne/messages.mo and 
new/kgamma5-5.7.3/po/hne/messages.mo differ
Files old/kgamma5-5.6.4/po/hr/messages.mo and 
new/kgamma5-5.7.3/po/hr/messages.mo differ
Files old/kgamma5-5.6.4/po/hu/messages.mo and 
new/kgamma5-5.7.3/po/hu/messages.mo differ
Files old/kgamma5-5.6.4/po/ia/messages.mo and 
new/kgamma5-5.7.3/po/ia/messages.mo differ
Files old/kgamma5-5.6.4/po/is/messages.mo and 
new/kgamma5-5.7.3/po/is/messages.mo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.6.4/po/it/kcmkgamma.po 
new/kgamma5-5.7.3/po/it/kcmkgamma.po
--- old/kgamma5-5.6.4/po/it/kcmkgamma.po        2016-05-10 18:33:26.000000000 
+0200
+++ new/kgamma5-5.7.3/po/it/kcmkgamma.po        2016-08-02 11:35:57.000000000 
+0200
@@ -15,7 +15,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: kgamma.cpp:145
 msgid "&Select test picture:"
Files old/kgamma5-5.6.4/po/it/messages.mo and 
new/kgamma5-5.7.3/po/it/messages.mo differ
Files old/kgamma5-5.6.4/po/ja/messages.mo and 
new/kgamma5-5.7.3/po/ja/messages.mo differ
Files old/kgamma5-5.6.4/po/kk/messages.mo and 
new/kgamma5-5.7.3/po/kk/messages.mo differ
Files old/kgamma5-5.6.4/po/km/messages.mo and 
new/kgamma5-5.7.3/po/km/messages.mo differ
Files old/kgamma5-5.6.4/po/ko/messages.mo and 
new/kgamma5-5.7.3/po/ko/messages.mo differ
Files old/kgamma5-5.6.4/po/lt/messages.mo and 
new/kgamma5-5.7.3/po/lt/messages.mo differ
Files old/kgamma5-5.6.4/po/lv/messages.mo and 
new/kgamma5-5.7.3/po/lv/messages.mo differ
Files old/kgamma5-5.6.4/po/mk/messages.mo and 
new/kgamma5-5.7.3/po/mk/messages.mo differ
Files old/kgamma5-5.6.4/po/mr/messages.mo and 
new/kgamma5-5.7.3/po/mr/messages.mo differ
Files old/kgamma5-5.6.4/po/ms/messages.mo and 
new/kgamma5-5.7.3/po/ms/messages.mo differ
Files old/kgamma5-5.6.4/po/nb/messages.mo and 
new/kgamma5-5.7.3/po/nb/messages.mo differ
Files old/kgamma5-5.6.4/po/nds/messages.mo and 
new/kgamma5-5.7.3/po/nds/messages.mo differ
Files old/kgamma5-5.6.4/po/ne/messages.mo and 
new/kgamma5-5.7.3/po/ne/messages.mo differ
Files old/kgamma5-5.6.4/po/nl/messages.mo and 
new/kgamma5-5.7.3/po/nl/messages.mo differ
Files old/kgamma5-5.6.4/po/nn/messages.mo and 
new/kgamma5-5.7.3/po/nn/messages.mo differ
Files old/kgamma5-5.6.4/po/oc/messages.mo and 
new/kgamma5-5.7.3/po/oc/messages.mo differ
Files old/kgamma5-5.6.4/po/pa/messages.mo and 
new/kgamma5-5.7.3/po/pa/messages.mo differ
Files old/kgamma5-5.6.4/po/pl/messages.mo and 
new/kgamma5-5.7.3/po/pl/messages.mo differ
Files old/kgamma5-5.6.4/po/pt/messages.mo and 
new/kgamma5-5.7.3/po/pt/messages.mo differ
Files old/kgamma5-5.6.4/po/pt_BR/messages.mo and 
new/kgamma5-5.7.3/po/pt_BR/messages.mo differ
Files old/kgamma5-5.6.4/po/ro/messages.mo and 
new/kgamma5-5.7.3/po/ro/messages.mo differ
Files old/kgamma5-5.6.4/po/ru/messages.mo and 
new/kgamma5-5.7.3/po/ru/messages.mo differ
Files old/kgamma5-5.6.4/po/se/messages.mo and 
new/kgamma5-5.7.3/po/se/messages.mo differ
Files old/kgamma5-5.6.4/po/si/messages.mo and 
new/kgamma5-5.7.3/po/si/messages.mo differ
Files old/kgamma5-5.6.4/po/sk/messages.mo and 
new/kgamma5-5.7.3/po/sk/messages.mo differ
Files old/kgamma5-5.6.4/po/sl/messages.mo and 
new/kgamma5-5.7.3/po/sl/messages.mo differ
Files old/kgamma5-5.6.4/po/sq/messages.mo and 
new/kgamma5-5.7.3/po/sq/messages.mo differ
Files old/kgamma5-5.6.4/po/sr/messages.mo and 
new/kgamma5-5.7.3/po/sr/messages.mo differ
Files old/kgamma5-5.6.4/po/sr@ijekavian/messages.mo and 
new/kgamma5-5.7.3/po/sr@ijekavian/messages.mo differ
Files old/kgamma5-5.6.4/po/sr@ijekavianlatin/messages.mo and 
new/kgamma5-5.7.3/po/sr@ijekavianlatin/messages.mo differ
Files old/kgamma5-5.6.4/po/sr@latin/messages.mo and 
new/kgamma5-5.7.3/po/sr@latin/messages.mo differ
Files old/kgamma5-5.6.4/po/sv/messages.mo and 
new/kgamma5-5.7.3/po/sv/messages.mo differ
Files old/kgamma5-5.6.4/po/ta/messages.mo and 
new/kgamma5-5.7.3/po/ta/messages.mo differ
Files old/kgamma5-5.6.4/po/tg/messages.mo and 
new/kgamma5-5.7.3/po/tg/messages.mo differ
Files old/kgamma5-5.6.4/po/th/messages.mo and 
new/kgamma5-5.7.3/po/th/messages.mo differ
Files old/kgamma5-5.6.4/po/tr/messages.mo and 
new/kgamma5-5.7.3/po/tr/messages.mo differ
Files old/kgamma5-5.6.4/po/ug/messages.mo and 
new/kgamma5-5.7.3/po/ug/messages.mo differ
Files old/kgamma5-5.6.4/po/uk/messages.mo and 
new/kgamma5-5.7.3/po/uk/messages.mo differ
Files old/kgamma5-5.6.4/po/zh_CN/messages.mo and 
new/kgamma5-5.7.3/po/zh_CN/messages.mo differ
Files old/kgamma5-5.6.4/po/zh_HK/messages.mo and 
new/kgamma5-5.7.3/po/zh_HK/messages.mo differ
Files old/kgamma5-5.6.4/po/zh_TW/messages.mo and 
new/kgamma5-5.7.3/po/zh_TW/messages.mo differ


Reply via email to