Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kbreakout for openSUSE:Factory checked in at 2022-11-04 17:35:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kbreakout (Old) and /work/SRC/openSUSE:Factory/.kbreakout.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kbreakout" Fri Nov 4 17:35:35 2022 rev:127 rq:1033241 version:22.08.3 Changes: -------- --- /work/SRC/openSUSE:Factory/kbreakout/kbreakout.changes 2022-10-15 16:37:30.258160171 +0200 +++ /work/SRC/openSUSE:Factory/.kbreakout.new.2275/kbreakout.changes 2022-11-04 17:37:59.769760575 +0100 @@ -1,0 +2,8 @@ +Tue Nov 1 11:20:09 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Update to 22.08.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.08.3/ + +------------------------------------------------------------------- Old: ---- kbreakout-22.08.2.tar.xz kbreakout-22.08.2.tar.xz.sig New: ---- kbreakout-22.08.3.tar.xz kbreakout-22.08.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kbreakout.spec ++++++ --- /var/tmp/diff_new_pack.QQOmMa/_old 2022-11-04 17:38:00.769765799 +0100 +++ /var/tmp/diff_new_pack.QQOmMa/_new 2022-11-04 17:38:00.773765820 +0100 @@ -20,7 +20,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: kbreakout -Version: 22.08.2 +Version: 22.08.3 Release: 0 Summary: Breakout-like game by KDE License: GPL-2.0-or-later ++++++ kbreakout-22.08.2.tar.xz -> kbreakout-22.08.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbreakout-22.08.2/CMakeLists.txt new/kbreakout-22.08.3/CMakeLists.txt --- old/kbreakout-22.08.2/CMakeLists.txt 2022-10-10 22:10:57.000000000 +0200 +++ new/kbreakout-22.08.3/CMakeLists.txt 2022-10-30 22:09:34.000000000 +0100 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set(RELEASE_SERVICE_VERSION_MAJOR "22") set(RELEASE_SERVICE_VERSION_MINOR "08") -set(RELEASE_SERVICE_VERSION_MICRO "2") +set(RELEASE_SERVICE_VERSION_MICRO "3") 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-22.08.2/po/zh_CN/kbreakout.po new/kbreakout-22.08.3/po/zh_CN/kbreakout.po --- old/kbreakout-22.08.2/po/zh_CN/kbreakout.po 2022-10-11 06:54:11.000000000 +0200 +++ new/kbreakout-22.08.3/po/zh_CN/kbreakout.po 2022-11-01 01:08:14.000000000 +0100 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-07-08 00:43+0000\n" -"PO-Revision-Date: 2022-10-02 15:52\n" +"PO-Revision-Date: 2022-10-30 07:51\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-22.08.2/src/org.kde.kbreakout.appdata.xml new/kbreakout-22.08.3/src/org.kde.kbreakout.appdata.xml --- old/kbreakout-22.08.2/src/org.kde.kbreakout.appdata.xml 2022-10-10 22:10:57.000000000 +0200 +++ new/kbreakout-22.08.3/src/org.kde.kbreakout.appdata.xml 2022-10-30 22:09:34.000000000 +0100 @@ -20,6 +20,7 @@ <name xml:lang="gl">KBreakOut</name> <name xml:lang="id">KBreakOut</name> <name xml:lang="it">KBreakOut</name> + <name xml:lang="ka">KBreakOut</name> <name xml:lang="ko">KBreakOut</name> <name xml:lang="nl">KBreakOut</name> <name xml:lang="nn">KBreakOut</name> @@ -152,6 +153,7 @@ <caption xml:lang="gl">Xogando a KBreakOut</caption> <caption xml:lang="id">Memainkan KBreakOut</caption> <caption xml:lang="it">Giocare a KBreakOut</caption> + <caption xml:lang="ka">KBreakOut-?????? ??????????????????</caption> <caption xml:lang="ko">KBreakOut ?????????</caption> <caption xml:lang="nl">KBreakOut spelen</caption> <caption xml:lang="nn">Spelar KBreakOut</caption> @@ -172,10 +174,10 @@ </screenshots> <project_group>KDE</project_group> <releases> + <release version="22.08.3" date="2022-11-03"/> <release version="22.08.2" date="2022-10-13"/> <release version="22.08.1" date="2022-09-08"/> <release version="22.08.0" date="2022-08-18"/> - <release version="22.04.3" date="2022-07-07"/> </releases> <content_rating type="oars-1.1"/> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbreakout-22.08.2/src/org.kde.kbreakout.desktop new/kbreakout-22.08.3/src/org.kde.kbreakout.desktop --- old/kbreakout-22.08.2/src/org.kde.kbreakout.desktop 2022-10-10 22:10:57.000000000 +0200 +++ new/kbreakout-22.08.3/src/org.kde.kbreakout.desktop 2022-10-30 22:09:34.000000000 +0100 @@ -21,6 +21,7 @@ Name[id]=KBreakOut Name[it]=KBreakOut Name[ja]=KBreakOut +Name[ka]=KBreakOut Name[kk]=KBreakOut Name[km]=KBreakOut Name[ko]=KBreakOut @@ -124,6 +125,7 @@ Comment[gl]=Xogo arcade cl??sico. Comment[id]=Permainan arkade klasik Comment[it]=Gioco arcade classico +Comment[ka]=??????????????????????????? ?????????????????? Comment[ko]=?????? ???????????? ?????? Comment[nl]=Klassiek arcadespel Comment[nn]=Klassisk arkadespel diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbreakout-22.08.2/themes/crystal.desktop new/kbreakout-22.08.3/themes/crystal.desktop --- old/kbreakout-22.08.2/themes/crystal.desktop 2022-10-10 22:10:57.000000000 +0200 +++ new/kbreakout-22.08.3/themes/crystal.desktop 2022-10-30 22:09:34.000000000 +0100 @@ -21,6 +21,7 @@ Name[id]=Crystal clear Name[it]=Puro cristallo Name[ja]=??????????????????????????? +Name[ka]=????????????????????????????????? ??????????????? Name[kk]=?????????? ???????? Name[km]=????????????????????????????????????????????? Name[ko]=?????? ?????? diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbreakout-22.08.2/themes/simple.desktop new/kbreakout-22.08.3/themes/simple.desktop --- old/kbreakout-22.08.2/themes/simple.desktop 2022-10-10 22:10:57.000000000 +0200 +++ new/kbreakout-22.08.3/themes/simple.desktop 2022-10-30 22:09:34.000000000 +0100 @@ -21,6 +21,7 @@ Name[id]=Simple Name[it]=Semplice Name[ja]=???????????? +Name[ka]=????????????????????? Name[kk]=?????????????????? Name[km]=?????????????????? Name[ko]=????????? diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbreakout-22.08.2/themes/web20.desktop new/kbreakout-22.08.3/themes/web20.desktop --- old/kbreakout-22.08.2/themes/web20.desktop 2022-10-10 22:10:57.000000000 +0200 +++ new/kbreakout-22.08.3/themes/web20.desktop 2022-10-30 22:09:34.000000000 +0100 @@ -21,6 +21,7 @@ Name[id]=WEB 2.0 Name[it]=WEB 2.0 Name[ja]=WEB 2.0 +Name[ka]=WEB 2.0 Name[kk]=WEB 2.0 Name[km]=WEB 2.0 Name[ko]=??? 2.0
