Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kirigami-gallery for 
openSUSE:Factory checked in at 2021-10-13 18:04:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kirigami-gallery (Old)
 and      /work/SRC/openSUSE:Factory/.kirigami-gallery.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kirigami-gallery"

Wed Oct 13 18:04:53 2021 rev:37 rq:923914 version:21.08.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/kirigami-gallery/kirigami-gallery.changes        
2021-09-04 22:37:03.728287350 +0200
+++ 
/work/SRC/openSUSE:Factory/.kirigami-gallery.new.2443/kirigami-gallery.changes  
    2021-10-13 18:08:18.679483830 +0200
@@ -1,0 +2,9 @@
+Tue Oct  5 16:28:18 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.08.2/
+- No code change since 21.08.1
+
+-------------------------------------------------------------------

Old:
----
  kirigami-gallery-21.08.1.tar.xz
  kirigami-gallery-21.08.1.tar.xz.sig

New:
----
  kirigami-gallery-21.08.2.tar.xz
  kirigami-gallery-21.08.2.tar.xz.sig

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

Other differences:
------------------
++++++ kirigami-gallery.spec ++++++
--- /var/tmp/diff_new_pack.RAkE4a/_old  2021-10-13 18:08:19.099484487 +0200
+++ /var/tmp/diff_new_pack.RAkE4a/_new  2021-10-13 18:08:19.103484495 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:           kirigami-gallery
-Version:        21.08.1
+Version:        21.08.2
 Release:        0
 Summary:        Gallery application built using Kirigami
 License:        LGPL-2.0-or-later


++++++ kirigami-gallery-21.08.1.tar.xz -> kirigami-gallery-21.08.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kirigami-gallery-21.08.1/CMakeLists.txt 
new/kirigami-gallery-21.08.2/CMakeLists.txt
--- old/kirigami-gallery-21.08.1/CMakeLists.txt 2021-08-31 02:39:44.000000000 
+0200
+++ new/kirigami-gallery-21.08.2/CMakeLists.txt 2021-10-05 07:47:12.000000000 
+0200
@@ -3,7 +3,7 @@
 # KDE Release Service Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "21")
 set (RELEASE_SERVICE_VERSION_MINOR "08")
-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(kirigami2gallery VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kirigami-gallery-21.08.1/org.kde.kirigami2.gallery.appdata.xml 
new/kirigami-gallery-21.08.2/org.kde.kirigami2.gallery.appdata.xml
--- old/kirigami-gallery-21.08.1/org.kde.kirigami2.gallery.appdata.xml  
2021-08-27 23:17:17.000000000 +0200
+++ new/kirigami-gallery-21.08.2/org.kde.kirigami2.gallery.appdata.xml  
2021-10-05 00:33:37.000000000 +0200
@@ -37,6 +37,7 @@
   <summary xml:lang="ast">Amuesa exemplos de los componentes de Kirigami y 
perm??tete xugar con ellos</summary>
   <summary xml:lang="ca">Mostra exemples de components del Kirigami i permet 
jugar-hi</summary>
   <summary xml:lang="ca-valencia">Mostra exemples de components del Kirigami i 
permet jugar-hi</summary>
+  <summary xml:lang="da">Viser eksempler p?? Kirigami-komponenter og lader dig 
lege med dem</summary>
   <summary xml:lang="de">Zeigt Beispiele von Kirigami-Komponenten und 
erm??glicht es, sie auszuprobieren</summary>
   <summary xml:lang="el">?????????????????? ???????????????????????? Kirigami 
???????????????????? ?????? ?????? ?????????????????? ???? ?????????????? ???? 
????????</summary>
   <summary xml:lang="en-GB">Shows examples of Kirigami components and allows 
you to play with them</summary>
@@ -103,6 +104,7 @@
   <developer_name xml:lang="ca">Marco Martin 
&lt;[email protected]&gt;</developer_name>
   <developer_name xml:lang="ca-valencia">Marco Martin 
&lt;[email protected]&gt;</developer_name>
   <developer_name xml:lang="cs">Marco Martin 
&lt;[email protected]&gt;</developer_name>
+  <developer_name xml:lang="da">Marco Martin 
&lt;[email protected]&gt;</developer_name>
   <developer_name xml:lang="de">Marco Martin 
&lt;[email protected]&gt;</developer_name>
   <developer_name xml:lang="el">Marco Martin 
&lt;[email protected]&gt;</developer_name>
   <developer_name xml:lang="en-GB">Marco Martin 
&lt;[email protected]&gt;</developer_name>
@@ -146,9 +148,9 @@
     <value 
key="KDE::google_play">https://play.google.com/store/apps/details?id=org.kde.kirigamigallery</value>
   </custom>
   <releases>
+    <release version="21.08.2" date="2021-10-07"/>
     <release version="21.08.1" date="2021-09-02"/>
     <release version="21.08.0" date="2021-08-12"/>
     <release version="5.47.0" date="2021-07-08"/>
-    <release version="5.47.0" date="2021-06-10"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kirigami-gallery-21.08.1/poqm/da/kirigamigallery_qt.po 
new/kirigami-gallery-21.08.2/poqm/da/kirigamigallery_qt.po
--- old/kirigami-gallery-21.08.1/poqm/da/kirigamigallery_qt.po  2021-08-31 
02:39:44.000000000 +0200
+++ new/kirigami-gallery-21.08.2/poqm/da/kirigamigallery_qt.po  2021-10-05 
07:47:11.000000000 +0200
@@ -1,8 +1,8 @@
-# Martin Schlander <[email protected]>, 2020.
+# Martin Schlander <[email protected]>, 2020, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"PO-Revision-Date: 2020-08-01 12:08+0200\n"
+"PO-Revision-Date: 2021-09-05 20:47+0200\n"
 "Last-Translator: Martin Schlander <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
 "Language: da\n"
@@ -26,7 +26,7 @@
 #: contents/ui/gallery/CardsGridViewGallery.qml:34
 msgctxt "CardsGridViewGallery|"
 msgid "Info"
-msgstr ""
+msgstr "Info"
 
 #: contents/ui/gallery/CardsLayoutGallery.qml:30
 msgctxt "CardsLayoutGallery|"
@@ -36,7 +36,7 @@
 #: contents/ui/gallery/CardsLayoutGallery.qml:34
 msgctxt "CardsLayoutGallery|"
 msgid "Info"
-msgstr ""
+msgstr "Info"
 
 #: contents/ui/gallery/CardsLayoutGallery.qml:53
 msgctxt "CardsLayoutGallery|"
@@ -74,7 +74,7 @@
 #: contents/ui/gallery/CardsLayoutGallery.qml:209
 msgctxt "CardsLayoutGallery|"
 msgid "Action1"
-msgstr ""
+msgstr "Handling1"
 
 #: contents/ui/gallery/CardsLayoutGallery.qml:78
 #: contents/ui/gallery/CardsLayoutGallery.qml:100
@@ -82,12 +82,12 @@
 #: contents/ui/gallery/CardsLayoutGallery.qml:213
 msgctxt "CardsLayoutGallery|"
 msgid "Action2"
-msgstr ""
+msgstr "Handling2"
 
 #: contents/ui/gallery/CardsLayoutGallery.qml:84
 msgctxt "CardsLayoutGallery|"
 msgid "Card"
-msgstr ""
+msgstr "Kort"
 
 #: contents/ui/gallery/CardsLayoutGallery.qml:88
 msgctxt "CardsLayoutGallery|"
@@ -101,22 +101,22 @@
 #: contents/ui/gallery/CardsLayoutGallery.qml:104
 msgctxt "CardsLayoutGallery|"
 msgid "Action3"
-msgstr ""
+msgstr "Handling3"
 
 #: contents/ui/gallery/CardsLayoutGallery.qml:108
 msgctxt "CardsLayoutGallery|"
 msgid "Action4"
-msgstr ""
+msgstr "Handling4"
 
 #: contents/ui/gallery/CardsLayoutGallery.qml:112
 msgctxt "CardsLayoutGallery|"
 msgid "Action5"
-msgstr ""
+msgstr "Handling5"
 
 #: contents/ui/gallery/CardsLayoutGallery.qml:116
 msgctxt "CardsLayoutGallery|"
 msgid "Action6"
-msgstr ""
+msgstr "Handling6"
 
 #: contents/ui/gallery/CardsLayoutGallery.qml:127
 msgctxt "CardsLayoutGallery|"
@@ -164,7 +164,7 @@
 #: contents/ui/gallery/CardsLayoutGallery.qml:200
 msgctxt "CardsLayoutGallery|"
 msgid "Ok"
-msgstr ""
+msgstr "OK"
 
 #: contents/ui/gallery/CardsLayoutGallery.qml:223
 msgctxt "CardsLayoutGallery|"
@@ -184,12 +184,12 @@
 #: contents/ui/gallery/CardsListViewGallery.qml:34
 msgctxt "CardsListViewGallery|"
 msgid "Info"
-msgstr ""
+msgstr "Info"
 
 #: contents/ui/gallery/CardsListViewGallery.qml:85
 msgctxt "CardsListViewGallery|"
 msgid "Product "
-msgstr ""
+msgstr "Produkt "
 
 #: contents/ui/gallery/CardsListViewGallery.qml:93
 msgctxt "CardsListViewGallery|"
@@ -197,26 +197,28 @@
 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam id risus id "
 "augue euismod accumsan."
 msgstr ""
+"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam id risus id "
+"augue euismod accumsan."
 
 #: contents/ui/gallery/CardsListViewGallery.qml:99
 msgctxt "CardsListViewGallery|"
 msgid "Install"
-msgstr ""
+msgstr "Install??r"
 
 #: contents/ui/gallery/components/InfoSheet.qml:53
 msgctxt "InfoSheet|"
 msgid "HIG..."
-msgstr ""
+msgstr "HIG..."
 
 #: contents/ui/gallery/components/InfoSheet.qml:58
 msgctxt "InfoSheet|"
 msgid "Source code..."
-msgstr ""
+msgstr "Kildekode..."
 
 #: contents/ui/gallery/components/InfoSheet.qml:63
 msgctxt "InfoSheet|"
 msgid "API..."
-msgstr ""
+msgstr "API..."
 
 #: contents/ui/gallery/DrawerGallery.qml:30
 msgctxt "DrawerGallery|"
@@ -226,12 +228,12 @@
 #: contents/ui/gallery/DrawerGallery.qml:35
 msgctxt "DrawerGallery|"
 msgid "Info"
-msgstr ""
+msgstr "Info"
 
 #: contents/ui/gallery/DrawerGallery.qml:42
 msgctxt "DrawerGallery|"
 msgid "Action 1"
-msgstr ""
+msgstr "Handling 1"
 
 #: contents/ui/gallery/DrawerGallery.qml:44
 msgctxt "DrawerGallery|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kirigami-gallery-21.08.1/poqm/zh_CN/kirigamigallery_qt.po 
new/kirigami-gallery-21.08.2/poqm/zh_CN/kirigamigallery_qt.po
--- old/kirigami-gallery-21.08.1/poqm/zh_CN/kirigamigallery_qt.po       
2021-08-31 02:39:44.000000000 +0200
+++ new/kirigami-gallery-21.08.2/poqm/zh_CN/kirigamigallery_qt.po       
2021-10-05 07:47:12.000000000 +0200
@@ -1,5 +1,9 @@
 msgid ""
 msgstr ""
+"Project-Id-Version: kdeorg\n"
+"PO-Revision-Date: 2021-09-27 13:11\n"
+"Language-Team: Chinese Simplified\n"
+"Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -11,10 +15,6 @@
 "X-Crowdin-File: /kf5-stable/messages/kirigami-gallery/kirigamigallery_qt."
 "pot\n"
 "X-Crowdin-File-ID: 8114\n"
-"Project-Id-Version: kdeorg\n"
-"Language-Team: Chinese Simplified\n"
-"Language: zh_CN\n"
-"PO-Revision-Date: 2021-08-30 11:46\n"
 
 #: contents/ui/gallery/ActionToolBarGallery.qml:35
 msgctxt "ActionToolBarGallery|"

Reply via email to