Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package granatier for openSUSE:Factory 
checked in at 2023-03-03 22:26:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/granatier (Old)
 and      /work/SRC/openSUSE:Factory/.granatier.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "granatier"

Fri Mar  3 22:26:19 2023 rev:131 rq:1068754 version:22.12.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/granatier/granatier.changes      2023-02-04 
14:16:12.657805474 +0100
+++ /work/SRC/openSUSE:Factory/.granatier.new.31432/granatier.changes   
2023-03-03 22:27:50.883208727 +0100
@@ -1,0 +2,8 @@
+Tue Feb 28 09:45:33 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 22.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.3/
+
+-------------------------------------------------------------------

Old:
----
  granatier-22.12.2.tar.xz
  granatier-22.12.2.tar.xz.sig

New:
----
  granatier-22.12.3.tar.xz
  granatier-22.12.3.tar.xz.sig

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

Other differences:
------------------
++++++ granatier.spec ++++++
--- /var/tmp/diff_new_pack.BBWesu/_old  2023-03-03 22:27:51.619211074 +0100
+++ /var/tmp/diff_new_pack.BBWesu/_new  2023-03-03 22:27:51.623211088 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package granatier
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           granatier
-Version:        22.12.2
+Version:        22.12.3
 Release:        0
 Summary:        Bomberman-like game
 License:        GPL-2.0-or-later


++++++ granatier-22.12.2.tar.xz -> granatier-22.12.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-22.12.2/CMakeLists.txt 
new/granatier-22.12.3/CMakeLists.txt
--- old/granatier-22.12.2/CMakeLists.txt        2023-01-30 00:03:31.000000000 
+0100
+++ new/granatier-22.12.3/CMakeLists.txt        2023-02-25 05:54:37.000000000 
+0100
@@ -3,7 +3,7 @@
 # Release Service version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "22")
 set (RELEASE_SERVICE_VERSION_MINOR "12")
-set (RELEASE_SERVICE_VERSION_MICRO "2")
+set (RELEASE_SERVICE_VERSION_MICRO "3")
 set (RELEASE_SERVICE_COMPACT_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}")
 
 # Bump GRANATIER_BASE_VERSION once new features are added
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-22.12.2/po/cs/granatier.po 
new/granatier-22.12.3/po/cs/granatier.po
--- old/granatier-22.12.2/po/cs/granatier.po    2023-01-30 00:03:31.000000000 
+0100
+++ new/granatier-22.12.3/po/cs/granatier.po    2023-02-25 05:54:37.000000000 
+0100
@@ -2,22 +2,22 @@
 # This file is distributed under the same license as the PACKAGE package.
 # Vít Pelčák <v...@pelcak.org>, 2010, 2011, 2012, 2015.
 # Tomáš Chvátal <tomas.chva...@gmail.com>, 2012.
-# Vit Pelcak <v...@pelcak.org>, 2022.
+# Vit Pelcak <v...@pelcak.org>, 2022, 2023.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: granatier\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-20 00:43+0000\n"
-"PO-Revision-Date: 2022-07-14 14:30+0200\n"
-"Last-Translator: Vit Pelcak <vpel...@suse.cz>\n"
+"PO-Revision-Date: 2023-02-24 11:09+0100\n"
+"Last-Translator: Vit Pelcak <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 22.04.3\n"
+"X-Generator: Lokalize 22.12.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -297,7 +297,7 @@
 #: main.cpp:80
 #, kde-format
 msgid "Copyright (c) 2009-2015 The Granatier Team!"
-msgstr "Copyright (c) 2009-2015 Tým Granatiera"
+msgstr "Autorská práva (c) 2009-2015 Tým Granatiera"
 
 #: main.cpp:84
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-22.12.2/po/zh_CN/granatier.po 
new/granatier-22.12.3/po/zh_CN/granatier.po
--- old/granatier-22.12.2/po/zh_CN/granatier.po 2023-01-30 00:03:31.000000000 
+0100
+++ new/granatier-22.12.3/po/zh_CN/granatier.po 2023-02-25 05:54:37.000000000 
+0100
@@ -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:43+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-22.12.2/src/org.kde.granatier.appdata.xml 
new/granatier-22.12.3/src/org.kde.granatier.appdata.xml
--- old/granatier-22.12.2/src/org.kde.granatier.appdata.xml     2023-01-30 
00:03:31.000000000 +0100
+++ new/granatier-22.12.3/src/org.kde.granatier.appdata.xml     2023-02-25 
05:54:37.000000000 +0100
@@ -171,10 +171,10 @@
     <binary>granatier</binary>
   </provides>
   <releases>
+    <release version="1.4.22123" date="2023-03-02"/>
     <release version="1.4.22122" date="2023-02-02"/>
     <release version="1.4.22121" date="2023-01-05"/>
     <release version="1.4.22120" date="2022-12-08"/>
-    <release version="1.4.22083" date="2022-11-03"/>
   </releases>
   <content_rating type="oars-1.1">
     <content_attribute id="violence-cartoon">mild</content_attribute>

Reply via email to