Hello community,

here is the log from the commit of package kolourpaint for openSUSE:Leap:15.2 
checked in at 2020-06-15 05:31:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/kolourpaint (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.kolourpaint.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kolourpaint"

Mon Jun 15 05:31:02 2020 rev:46 rq:813938 version:20.04.2

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/kolourpaint/kolourpaint.changes        
2020-05-25 13:42:10.619344326 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.kolourpaint.new.3606/kolourpaint.changes      
2020-06-15 05:31:05.926300405 +0200
@@ -1,0 +2,9 @@
+Tue Jun  9 12:15:27 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 20.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-06-apps-update
+- No code change since 20.04.1
+
+-------------------------------------------------------------------

Old:
----
  kolourpaint-20.04.1.tar.xz
  kolourpaint-20.04.1.tar.xz.sig

New:
----
  kolourpaint-20.04.2.tar.xz
  kolourpaint-20.04.2.tar.xz.sig

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

Other differences:
------------------
++++++ kolourpaint.spec ++++++
--- /var/tmp/diff_new_pack.PGQQIK/_old  2020-06-15 05:31:06.366301821 +0200
+++ /var/tmp/diff_new_pack.PGQQIK/_new  2020-06-15 05:31:06.370301834 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kolourpaint
-Version:        20.04.1
+Version:        20.04.2
 Release:        0
 # See bnc#717722 for license details
 Summary:        Paint Program


++++++ kolourpaint-20.04.1.tar.xz -> kolourpaint-20.04.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-20.04.1/CMakeLists.txt 
new/kolourpaint-20.04.2/CMakeLists.txt
--- old/kolourpaint-20.04.1/CMakeLists.txt      2020-05-12 03:15:49.000000000 
+0200
+++ new/kolourpaint-20.04.2/CMakeLists.txt      2020-06-09 02:32:30.000000000 
+0200
@@ -1,7 +1,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "20")
 set(RELEASE_SERVICE_VERSION_MINOR "04")
-set(RELEASE_SERVICE_VERSION_MICRO "1")
+set(RELEASE_SERVICE_VERSION_MICRO "2")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 cmake_minimum_required(VERSION 3.10.0 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-20.04.1/org.kde.kolourpaint.appdata.xml 
new/kolourpaint-20.04.2/org.kde.kolourpaint.appdata.xml
--- old/kolourpaint-20.04.1/org.kde.kolourpaint.appdata.xml     2020-05-11 
23:13:23.000000000 +0200
+++ new/kolourpaint-20.04.2/org.kde.kolourpaint.appdata.xml     2020-06-08 
19:52:05.000000000 +0200
@@ -373,9 +373,9 @@
     <binary>kolourpaint</binary>
   </provides>
   <releases>
+    <release version="20.04.2" date="2020-06-11"/>
     <release version="20.04.1" date="2020-05-14"/>
     <release version="20.04.0" date="2020-04-23"/>
     <release version="19.12.2" date="2020-02-06"/>
-    <release version="19.12.1" date="2020-01-09"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-20.04.1/po/cs/kolourpaint.po 
new/kolourpaint-20.04.2/po/cs/kolourpaint.po
--- old/kolourpaint-20.04.1/po/cs/kolourpaint.po        2020-05-12 
03:15:48.000000000 +0200
+++ new/kolourpaint-20.04.2/po/cs/kolourpaint.po        2020-06-09 
02:32:29.000000000 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák <v...@pelcak.org>, 2010, 2011, 2012, 2013, 2015, 2016, 2017.
+# Vít Pelčák <v...@pelcak.org>, 2010, 2011, 2012, 2013, 2015, 2016, 2017, 2020.
 # Tomáš Chvátal <tomas.chva...@gmail.com>, 2013.
 #
 msgid ""
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.04.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-20.04.1/po/fr/kolourpaint.po 
new/kolourpaint-20.04.2/po/fr/kolourpaint.po
--- old/kolourpaint-20.04.1/po/fr/kolourpaint.po        2020-05-12 
03:15:48.000000000 +0200
+++ new/kolourpaint-20.04.2/po/fr/kolourpaint.po        2020-06-09 
02:32:29.000000000 +0200
@@ -13,20 +13,21 @@
 # Sebastien Renard <ren...@kde.org>, 2015.
 # Yoann Laissus <yoann.lais...@gmail.com>, 2018.
 # Simon Depiets <sdepi...@gmail.com>, 2019.
+# Xavier Besnard <xavier.besn...@neuf.fr>, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-02-18 03:11+0100\n"
-"PO-Revision-Date: 2019-12-30 16:41+0800\n"
-"Last-Translator: Simon Depiets <sdepi...@gmail.com>\n"
-"Language-Team: French <kde-francoph...@kde.org>\n"
+"PO-Revision-Date: 2020-06-02 20:34+0200\n"
+"Last-Translator: Xavier Besnard <xavier.besn...@neuf.fr>\n"
+"Language-Team: FR\n"
 "Language: fr\n"
 "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"
-"X-Generator: Lokalize 20.03.70\n"
+"X-Generator: Lokalize 20.04.1\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -2251,7 +2252,7 @@
 #: tools/selection/text/kpToolText_Commands.cpp:69
 #, kde-format
 msgid "Text: Backspace"
-msgstr "Texte : Retour arrière"
+msgstr "Texte : retour arrière"
 
 #: tools/selection/text/kpToolText_Commands.cpp:86
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-20.04.1/po/it/kolourpaint.po 
new/kolourpaint-20.04.2/po/it/kolourpaint.po
--- old/kolourpaint-20.04.1/po/it/kolourpaint.po        2020-05-12 
03:15:48.000000000 +0200
+++ new/kolourpaint-20.04.2/po/it/kolourpaint.po        2020-06-09 
02:32:29.000000000 +0200
@@ -3,7 +3,7 @@
 # Federico Cozzi <federicoco...@federicocozzi.it>, 2004, 2005.
 # Luciano Montanaro <mikel...@cirulla.net>, 2004.
 # Federico Zenith <federico.zen...@member.fsf.org>, 2004, 2005.
-# Luigi Toscano <luigi.tosc...@tiscali.it>, 2005, 2007, 2008, 2009, 2011, 
2012, 2013, 2015, 2016, 2017.
+# Luigi Toscano <luigi.tosc...@tiscali.it>, 2005, 2007, 2008, 2009, 2011, 
2012, 2013, 2015, 2016, 2017, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
@@ -17,7 +17,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 2.0\n"
+"X-Generator: Lokalize 19.12.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-20.04.1/po/nn/kolourpaint.po 
new/kolourpaint-20.04.2/po/nn/kolourpaint.po
--- old/kolourpaint-20.04.1/po/nn/kolourpaint.po        2020-05-12 
03:15:48.000000000 +0200
+++ new/kolourpaint-20.04.2/po/nn/kolourpaint.po        2020-06-09 
02:32:29.000000000 +0200
@@ -1,7 +1,7 @@
 # Translation of kolourpaint to Norwegian Nynorsk
 #
 # Eirik U. Birkeland <eir...@gmail.com>, 2008, 2009.
-# Karl Ove Hufthammer <k...@huftis.org>, 2008, 2013, 2016, 2017.
+# Karl Ove Hufthammer <k...@huftis.org>, 2008, 2013, 2016, 2017, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
@@ -15,7 +15,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 2.0\n"
+"X-Generator: Lokalize 20.04.1\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-20.04.1/po/pl/kolourpaint.po 
new/kolourpaint-20.04.2/po/pl/kolourpaint.po
--- old/kolourpaint-20.04.1/po/pl/kolourpaint.po        2020-05-12 
03:15:48.000000000 +0200
+++ new/kolourpaint-20.04.2/po/pl/kolourpaint.po        2020-06-09 
02:32:29.000000000 +0200
@@ -7,20 +7,20 @@
 # Maciej Wikło <maciej.wi...@wp.pl>, 2008.
 # Marta Rybczyńska <kde-i...@rybczynska.net>, 2008, 2010.
 # Marta Rybczynska <kde-i...@rybczynska.net>, 2009.
-# Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>, 2011, 2012, 2014, 2015, 
2016, 2017, 2019.
+# Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>, 2011, 2012, 2014, 2015, 
2016, 2017, 2019, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: kolourpaint\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-02-18 03:11+0100\n"
-"PO-Revision-Date: 2019-01-20 07:18+0100\n"
+"PO-Revision-Date: 2020-05-16 08:59+0200\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
 "Language: pl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 19.03.70\n"
+"X-Generator: Lokalize 20.07.70\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
 
@@ -1498,7 +1498,7 @@
 #, kde-format
 msgctxt "@title:window"
 msgid "Copy to File"
-msgstr "Kopiuj do pliku"
+msgstr "Skopiuj do pliku"
 
 #: mainWindow/kpMainWindow_Edit.cpp:905
 #, kde-format


Reply via email to