Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kbreakout for openSUSE:Factory 
checked in at 2023-10-12 23:42:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kbreakout (Old)
 and      /work/SRC/openSUSE:Factory/.kbreakout.new.1807 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kbreakout"

Thu Oct 12 23:42:35 2023 rev:138 rq:1117259 version:23.08.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/kbreakout/kbreakout.changes      2023-09-15 
22:06:08.658570777 +0200
+++ /work/SRC/openSUSE:Factory/.kbreakout.new.1807/kbreakout.changes    
2023-10-12 23:44:30.826120143 +0200
@@ -1,0 +2,9 @@
+Tue Oct 10 18:27:10 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.2/
+- No code change since 23.08.1
+
+-------------------------------------------------------------------

Old:
----
  kbreakout-23.08.1.tar.xz
  kbreakout-23.08.1.tar.xz.sig

New:
----
  kbreakout-23.08.2.tar.xz
  kbreakout-23.08.2.tar.xz.sig

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

Other differences:
------------------
++++++ kbreakout.spec ++++++
--- /var/tmp/diff_new_pack.pEUZUE/_old  2023-10-12 23:44:31.718152442 +0200
+++ /var/tmp/diff_new_pack.pEUZUE/_new  2023-10-12 23:44:31.718152442 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:           kbreakout
-Version:        23.08.1
+Version:        23.08.2
 Release:        0
 Summary:        Breakout-like game by KDE
 License:        GPL-2.0-or-later


++++++ kbreakout-23.08.1.tar.xz -> kbreakout-23.08.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbreakout-23.08.1/CMakeLists.txt 
new/kbreakout-23.08.2/CMakeLists.txt
--- old/kbreakout-23.08.1/CMakeLists.txt        2023-09-09 10:42:08.000000000 
+0200
+++ new/kbreakout-23.08.2/CMakeLists.txt        2023-10-07 17:34:11.000000000 
+0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "23")
 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(kbreakout VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbreakout-23.08.1/po/pt_BR/kbreakout.po 
new/kbreakout-23.08.2/po/pt_BR/kbreakout.po
--- old/kbreakout-23.08.1/po/pt_BR/kbreakout.po 2023-09-09 10:42:08.000000000 
+0200
+++ new/kbreakout-23.08.2/po/pt_BR/kbreakout.po 2023-10-07 17:34:11.000000000 
+0200
@@ -2,22 +2,22 @@
 # Copyright (C) 2009-2015 This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Luiz Fernando Ranghetti <[email protected]>, 2009, 2017, 2021, 2022.
+# Luiz Fernando Ranghetti <[email protected]>, 2009, 2017, 2021, 2022, 
2023.
 # André Marcelo Alvarenga <[email protected]>, 2010, 2011, 2012, 2013, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: kbreakout\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-20 00:44+0000\n"
-"PO-Revision-Date: 2022-07-12 12:00-0300\n"
+"PO-Revision-Date: 2023-09-18 10:19-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
-"Language-Team: Portuguese <[email protected]>\n"
+"Language-Team: Brazilian Portuguese <[email protected]>\n"
 "Language: pt_BR\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 21.12.3\n"
+"X-Generator: Lokalize 22.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -110,7 +110,7 @@
 #: main.cpp:55
 #, kde-format
 msgid "port to KGameRenderer"
-msgstr "modificações para o KGameRenderer"
+msgstr "migração para o KGameRenderer"
 
 #: main.cpp:57
 #, kde-format
@@ -120,7 +120,7 @@
 #: main.cpp:58
 #, kde-format
 msgid "port to QtQuick"
-msgstr "Porte para o QtQuick"
+msgstr "migração para o QtQuick"
 
 #: mainwindow.cpp:108
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbreakout-23.08.1/po/zh_CN/kbreakout.po 
new/kbreakout-23.08.2/po/zh_CN/kbreakout.po
--- old/kbreakout-23.08.1/po/zh_CN/kbreakout.po 2023-09-09 10:42:08.000000000 
+0200
+++ new/kbreakout-23.08.2/po/zh_CN/kbreakout.po 2023-10-07 17:34:11.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-20 00:44+0000\n"
-"PO-Revision-Date: 2023-09-02 02:59\n"
+"PO-Revision-Date: 2023-09-16 10:11\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbreakout-23.08.1/src/org.kde.kbreakout.appdata.xml 
new/kbreakout-23.08.2/src/org.kde.kbreakout.appdata.xml
--- old/kbreakout-23.08.1/src/org.kde.kbreakout.appdata.xml     2023-09-09 
10:42:08.000000000 +0200
+++ new/kbreakout-23.08.2/src/org.kde.kbreakout.appdata.xml     2023-10-07 
17:34:11.000000000 +0200
@@ -186,10 +186,10 @@
     <binary>kbreakout</binary>
   </provides>
   <releases>
+    <release version="23.08.2" date="2023-10-12"/>
     <release version="23.08.1" date="2023-09-14"/>
     <release version="23.08.0" date="2023-08-24"/>
     <release version="23.04.3" date="2023-07-06"/>
-    <release version="23.04.2" date="2023-06-08"/>
   </releases>
   <content_rating type="oars-1.1"/>
 </component>

Reply via email to