Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ktrip for openSUSE:Factory checked 
in at 2023-06-09 20:39:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktrip (Old)
 and      /work/SRC/openSUSE:Factory/.ktrip.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktrip"

Fri Jun  9 20:39:21 2023 rev:3 rq:1091645 version:23.04.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktrip/ktrip.changes      2023-05-12 
20:39:11.946497787 +0200
+++ /work/SRC/openSUSE:Factory/.ktrip.new.15902/ktrip.changes   2023-06-09 
20:42:09.728200391 +0200
@@ -1,0 +2,9 @@
+Tue Jun  6 20:01:40 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.04.2/
+- No code change since 23.04.1
+
+-------------------------------------------------------------------

Old:
----
  ktrip-23.04.1.tar.xz
  ktrip-23.04.1.tar.xz.sig

New:
----
  ktrip-23.04.2.tar.xz
  ktrip-23.04.2.tar.xz.sig

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

Other differences:
------------------
++++++ ktrip.spec ++++++
--- /var/tmp/diff_new_pack.vREZWA/_old  2023-06-09 20:42:10.264203504 +0200
+++ /var/tmp/diff_new_pack.vREZWA/_new  2023-06-09 20:42:10.268203527 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:           ktrip
-Version:        23.04.1
+Version:        23.04.2
 Release:        0
 Summary:        Public transport assistant targeted towards mobile Linux and 
Android
 License:        GPL-2.0-or-later


++++++ ktrip-23.04.1.tar.xz -> ktrip-23.04.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktrip-23.04.1/CMakeLists.txt 
new/ktrip-23.04.2/CMakeLists.txt
--- old/ktrip-23.04.1/CMakeLists.txt    2023-05-06 11:16:19.000000000 +0200
+++ new/ktrip-23.04.2/CMakeLists.txt    2023-06-02 21:48:33.000000000 +0200
@@ -6,7 +6,7 @@
 # KDE Applications version, managed by release script.
 set(RELEASE_SERVICE_VERSION_MAJOR "23")
 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}")
 
 project(ktrip VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktrip-23.04.1/org.kde.ktrip.appdata.xml 
new/ktrip-23.04.2/org.kde.ktrip.appdata.xml
--- old/ktrip-23.04.1/org.kde.ktrip.appdata.xml 2023-05-06 11:16:19.000000000 
+0200
+++ new/ktrip-23.04.2/org.kde.ktrip.appdata.xml 2023-06-02 21:48:33.000000000 
+0200
@@ -140,6 +140,7 @@
     <value key="KDE::matrix">#plasmamobile:kde.org</value>
   </custom>
   <releases>
+    <release version="23.04.2" date="2023-06-08"/>
     <release version="23.04.1" date="2023-05-11"/>
     <release version="23.04.0" date="2023-04-20"/>
     <release version="23.01" date="2023-01-30">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktrip-23.04.1/po/ja/ktrip.po 
new/ktrip-23.04.2/po/ja/ktrip.po
--- old/ktrip-23.04.1/po/ja/ktrip.po    2023-05-06 11:16:19.000000000 +0200
+++ new/ktrip-23.04.2/po/ja/ktrip.po    2023-06-02 21:48:33.000000000 +0200
@@ -10,7 +10,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=1; plural=0;\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
@@ -86,21 +86,18 @@
 msgid "Walking (%1 minute)"
 msgid_plural "Walking (%1 minutes)"
 msgstr[0] ""
-msgstr[1] ""
 
 #: qml/ConnectionDetailsPage.qml:50
 #, kde-format
 msgid "Waiting (%1 minute)"
 msgid_plural "Waiting (%1 minutes)"
 msgstr[0] ""
-msgstr[1] ""
 
 #: qml/ConnectionDetailsPage.qml:58
 #, kde-format
 msgid "Transfer (%1 minute)"
 msgid_plural "Transfer (%1 minutes)"
 msgstr[0] ""
-msgstr[1] ""
 
 #: qml/ConnectionDetailsPage.qml:94
 #, kde-format
@@ -133,7 +130,6 @@
 msgid "%1 change"
 msgid_plural "%1 changes"
 msgstr[0] ""
-msgstr[1] ""
 
 #: qml/ConnectionsPage.qml:106
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktrip-23.04.1/po/zh_CN/ktrip.po 
new/ktrip-23.04.2/po/zh_CN/ktrip.po
--- old/ktrip-23.04.1/po/zh_CN/ktrip.po 2023-05-06 11:16:19.000000000 +0200
+++ new/ktrip-23.04.2/po/zh_CN/ktrip.po 2023-06-02 21:48:33.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-11-29 00:50+0000\n"
-"PO-Revision-Date: 2023-04-29 08:36\n"
+"PO-Revision-Date: 2023-05-22 14:04\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to