Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kontrast for openSUSE:Factory 
checked in at 2021-02-07 15:19:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kontrast (Old)
 and      /work/SRC/openSUSE:Factory/.kontrast.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kontrast"

Sun Feb  7 15:19:26 2021 rev:3 rq:869373 version:20.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/kontrast/kontrast.changes        2021-01-10 
19:44:04.329888610 +0100
+++ /work/SRC/openSUSE:Factory/.kontrast.new.28504/kontrast.changes     
2021-02-07 15:22:12.622075235 +0100
@@ -1,0 +2,9 @@
+Wed Feb  3 08:29:14 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 20.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2021-02-apps-update
+- No code change since 20.12.1
+
+-------------------------------------------------------------------

Old:
----
  kontrast-20.12.1.tar.xz
  kontrast-20.12.1.tar.xz.sig

New:
----
  kontrast-20.12.2.tar.xz
  kontrast-20.12.2.tar.xz.sig

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

Other differences:
------------------
++++++ kontrast.spec ++++++
--- /var/tmp/diff_new_pack.zxJKbw/_old  2021-02-07 15:22:13.246075948 +0100
+++ /var/tmp/diff_new_pack.zxJKbw/_new  2021-02-07 15:22:13.250075952 +0100
@@ -19,7 +19,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kontrast
-Version:        20.12.1
+Version:        20.12.2
 Release:        0
 Summary:        Contrast checker
 License:        GPL-3.0-or-later AND CC0-1.0

++++++ applications.keyring ++++++
Binary files /var/tmp/diff_new_pack.zxJKbw/_old and 
/var/tmp/diff_new_pack.zxJKbw/_new differ

++++++ kontrast-20.12.1.tar.xz -> kontrast-20.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontrast-20.12.1/.clang-format 
new/kontrast-20.12.2/.clang-format
--- old/kontrast-20.12.1/.clang-format  2021-01-03 09:46:09.000000000 +0100
+++ new/kontrast-20.12.2/.clang-format  2021-01-29 21:29:40.000000000 +0100
@@ -17,8 +17,8 @@
 # 4 spaces indent
 TabWidth: 4
 
-# 3 * 80 wide lines
-ColumnLimit: 240
+# 2 * 80 wide lines
+ColumnLimit: 160
 
 # sort includes inside line separated groups
 SortIncludes: true
@@ -32,9 +32,6 @@
 # horizontally aligns arguments after an open bracket.
 AlignAfterOpenBracket: Align
 
-# align trailing comments
-AlignTrailingComments: true
-
 # don't move all parameters to new line
 AllowAllParametersOfDeclarationOnNextLine: false
 
@@ -50,12 +47,16 @@
 # don't move parameters to own lines if they are not all on the same
 BinPackParameters: false
 
-# don't break binary ops
-BreakBeforeBinaryOperators: None
+# In case we have an if statement whith multiple lines the operator should be 
at the beginning of the line
+# but we do not want to break assignments
+BreakBeforeBinaryOperators: NonAssignment
 
 # format C++11 braced lists like function calls
 Cpp11BracedListStyle: true
 
+# do not put a space before C++11 braced lists
+SpaceBeforeCpp11BracedList: false
+
 # remove empty lines
 KeepEmptyLinesAtTheStartOfBlocks: false
 
@@ -67,3 +68,6 @@
 
 # macros for which the opening brace stays attached.
 ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH, forever, Q_FOREVER, 
QBENCHMARK, QBENCHMARK_ONCE ]
+
+# keep lambda formatting multi-line if not empty
+AllowShortLambdasOnASingleLine: Empty
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontrast-20.12.1/CMakeLists.txt 
new/kontrast-20.12.2/CMakeLists.txt
--- old/kontrast-20.12.1/CMakeLists.txt 2021-01-05 02:27:34.000000000 +0100
+++ new/kontrast-20.12.2/CMakeLists.txt 2021-02-02 01:55:58.000000000 +0100
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "20")
 set (RELEASE_SERVICE_VERSION_MINOR "12")
-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}")
 
 project(kontrast VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontrast-20.12.1/org.kde.kontrast.appdata.xml 
new/kontrast-20.12.2/org.kde.kontrast.appdata.xml
--- old/kontrast-20.12.1/org.kde.kontrast.appdata.xml   2021-01-03 
09:46:09.000000000 +0100
+++ new/kontrast-20.12.2/org.kde.kontrast.appdata.xml   2021-01-29 
21:29:40.000000000 +0100
@@ -18,6 +18,7 @@
   <name xml:lang="fi">Kontrast</name>
   <name xml:lang="fr">Kontrast</name>
   <name xml:lang="hi">??????????????????????????? (Kontrast)</name>
+  <name xml:lang="id">Kontrast</name>
   <name xml:lang="it">Kontrast</name>
   <name xml:lang="ko">Kontrast</name>
   <name xml:lang="nl">Kontrast</name>
@@ -42,6 +43,7 @@
   <summary xml:lang="fi">V??rikontrastin tarkistus</summary>
   <summary xml:lang="fr">Un v??rificateur de contraste de couleurs</summary>
   <summary xml:lang="hi">?????? ????????? ??????????????????????????? 
???????????????</summary>
+  <summary xml:lang="id">Sebuah Pemeriksa Kontras Warna</summary>
   <summary xml:lang="it">Un controllo del contrasto</summary>
   <summary xml:lang="ko">??? ?????? ?????????</summary>
   <summary xml:lang="nl">Een controleprogramma op contrast</summary>
@@ -67,6 +69,7 @@
     <p xml:lang="es">Kontrast es un verificador de contraste de color que le 
indica si sus combinaciones de colores son lo suficientemente distintas como 
para ser legibles y accesibles.</p>
     <p xml:lang="fi">Kontrast on v??rikontrastitarkistin, joka kertoo, ovatko 
v??riyhdistelm??t saavutettavia my??s v??rin??k??rajoitteisille.</p>
     <p xml:lang="fr">Kontrast est un v??rificateur de contraste de couleurs. 
Il vous indique si votre combinaison de couleurs suffisamment distinctes pour 
??tre lisible et accessible.</p>
+    <p xml:lang="id">Kontrast adalah pemeriksa kontras warna dan memberi tahu 
kamu jika kombinasi warnamu cukup berbeda untuk bisa dibaca dan diakses.</p>
     <p xml:lang="it">Kontrast ?? un controllore del contrasto dei colori che 
ti dice se le tue combinazioni di colori sono abbastanza distinguibili da 
essere leggibili ed accessibili.</p>
     <p xml:lang="ko">Kontrast??? ??? ?????? ??????????????????. ??? ????????? 
?????? ?????? ??? ?????? ????????? ????????? ????????? ?????? ?????????.</p>
     <p xml:lang="nl">Kontrast is een controleprogramma op kleurcontrast en 
vertelt u of uw kleurencombinaties voldoende onderscheid maken om leesbaar en 
toegankelijk te zijn.</p>
@@ -88,6 +91,7 @@
   <url type="homepage">https://kde.org/applications/en/kontrast</url>
   <url type="donation">https://liberapay.com/Carl/</url>
   <releases>
+    <release version="20.12.2" date="2021-02-04"/>
     <release version="20.12.1" date="2021-01-07"/>
     <release version="20.12.0" date="2020-12-10">
       <description>
@@ -101,17 +105,6 @@
         <p>Fix unable to copy text color in favorite page</p>
       </description>
     </release>
-    <release version="1.0.1" date="2020-08-27">
-      <description>
-        <p>Fix critical error: saved colors were not displayed.</p>
-        <p>Fix minor error: desktop file didn't contain a main category.</p>
-      </description>
-      <artifacts>
-        <artifact type="source">
-          
<location>https://download.kde.org/stable/kontrast/kontrast-1.0.1.tar.xz</location>
-        </artifact>
-      </artifacts>
-    </release>
   </releases>
   <developer_name>Carl Schwan</developer_name>
   <developer_name xml:lang="ca">Carl Schwan</developer_name>
@@ -123,6 +116,7 @@
   <developer_name xml:lang="es">Carl Schwan</developer_name>
   <developer_name xml:lang="fi">Carl Schwan</developer_name>
   <developer_name xml:lang="fr">Carl Schwan</developer_name>
+  <developer_name xml:lang="id">Carl Schwan</developer_name>
   <developer_name xml:lang="it">Carl Schwan</developer_name>
   <developer_name xml:lang="ko">Carl Schwan</developer_name>
   <developer_name xml:lang="nl">Carl Schwan</developer_name>
@@ -147,6 +141,7 @@
       <caption xml:lang="es">Vista principal de Kontrast</caption>
       <caption xml:lang="fi">Kontrastin p????n??kym??</caption>
       <caption xml:lang="fr">Affichage principal de Kontrast</caption>
+      <caption xml:lang="id">Tampilan utama Kontrast</caption>
       <caption xml:lang="it">Vista principale di Kontrast</caption>
       <caption xml:lang="ko">Kontrast ??? ??????</caption>
       <caption xml:lang="nl">Hoofdweergave van Kontrast</caption>
@@ -171,6 +166,7 @@
       <caption xml:lang="es">Vista principal de Kontrast para m??vil</caption>
       <caption xml:lang="fi">Mobiili-Kontrastin p????n??kym??</caption>
       <caption xml:lang="fr">Affichage principal de Kontrast sur plate-forme 
mobile</caption>
+      <caption xml:lang="id">Tampilan utama Kontrast di ponsel</caption>
       <caption xml:lang="it">Vista principale di Kontrast nei dispositivi 
mobili</caption>
       <caption xml:lang="ko">????????? ??????????????? Kontrast ??? 
??????</caption>
       <caption xml:lang="nl">Hoofdweergave van Kontrast op mobiel</caption>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontrast-20.12.1/po/fr/kontrast.po 
new/kontrast-20.12.2/po/fr/kontrast.po
--- old/kontrast-20.12.1/po/fr/kontrast.po      2021-01-05 02:27:34.000000000 
+0100
+++ new/kontrast-20.12.2/po/fr/kontrast.po      2021-02-02 01:55:58.000000000 
+0100
@@ -1,10 +1,10 @@
-# Xavier Besnard <xavier.besn...@neuf.fr>, 2020.
+# Xavier Besnard <xavier.besn...@neuf.fr>, 2020, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: kontrast\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-12-13 08:22+0100\n"
-"PO-Revision-Date: 2020-09-05 11:31+0200\n"
+"PO-Revision-Date: 2021-01-13 07:52+0100\n"
 "Last-Translator: Xavier Besnard <xavier.besn...@neuf.fr>\n"
 "Language-Team: FR\n"
 "Language: fr\n"
@@ -12,7 +12,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 20.08.1\n"
+"X-Generator: Lokalize 20.12.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -77,7 +77,7 @@
 "determined by the difference in the color and brightness of the object and "
 "other objects within the same field of view."
 msgstr ""
-"Le contraste est la diff??rence de couleurs entre deux objets  permettant de "
+"Le contraste est la diff??rence de couleurs entre deux objets permettant de "
 "les distinguer. Dans la perception visuelle du monde r??el, le contrast est "
 "d??termin?? par la diff??rence entre la couleur et la luminosit?? des objets 
et "
 "d'autres objets dans le m??me champs de vision."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontrast-20.12.1/po/zh_CN/kontrast.po 
new/kontrast-20.12.2/po/zh_CN/kontrast.po
--- old/kontrast-20.12.1/po/zh_CN/kontrast.po   2021-01-05 02:27:34.000000000 
+0100
+++ new/kontrast-20.12.2/po/zh_CN/kontrast.po   2021-02-02 01:55:58.000000000 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-12-13 08:22+0100\n"
-"PO-Revision-Date: 2021-01-03 09:07\n"
+"PO-Revision-Date: 2021-01-28 05:08\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to