Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package skladnik for openSUSE:Factory 
checked in at 2024-07-05 19:50:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skladnik (Old)
 and      /work/SRC/openSUSE:Factory/.skladnik.new.2080 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "skladnik"

Fri Jul  5 19:50:05 2024 rev:4 rq:1185683 version:24.05.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/skladnik/skladnik.changes        2024-06-14 
19:05:31.691050426 +0200
+++ /work/SRC/openSUSE:Factory/.skladnik.new.2080/skladnik.changes      
2024-07-05 19:56:49.902702172 +0200
@@ -1,0 +2,9 @@
+Tue Jul  2 13:55:20 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 24.05.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/24.05.2/
+- No code change since 24.05.1
+
+-------------------------------------------------------------------

Old:
----
  skladnik-24.05.1.tar.xz
  skladnik-24.05.1.tar.xz.sig

New:
----
  skladnik-24.05.2.tar.xz
  skladnik-24.05.2.tar.xz.sig

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

Other differences:
------------------
++++++ skladnik.spec ++++++
--- /var/tmp/diff_new_pack.1tDiB6/_old  2024-07-05 19:56:50.342718328 +0200
+++ /var/tmp/diff_new_pack.1tDiB6/_new  2024-07-05 19:56:50.346718475 +0200
@@ -21,7 +21,7 @@
 
 %bcond_without released
 Name:           skladnik
-Version:        24.05.1
+Version:        24.05.2
 Release:        0
 Summary:        Sokoban-like game
 License:        GPL-2.0-or-later


++++++ skladnik-24.05.1.tar.xz -> skladnik-24.05.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skladnik-24.05.1/CMakeLists.txt 
new/skladnik-24.05.2/CMakeLists.txt
--- old/skladnik-24.05.1/CMakeLists.txt 2024-06-10 05:31:07.000000000 +0200
+++ new/skladnik-24.05.2/CMakeLists.txt 2024-06-28 22:57:56.000000000 +0200
@@ -3,7 +3,7 @@
 # Release Service version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "24")
 set (RELEASE_SERVICE_VERSION_MINOR "05")
-set (RELEASE_SERVICE_VERSION_MICRO "1")
+set (RELEASE_SERVICE_VERSION_MICRO "2")
 set (RELEASE_SERVICE_COMPACT_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}")
 
 # Bump SKLADNIK_BASE_VERSION once new features are added
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skladnik-24.05.1/po/cs/skladnik.po 
new/skladnik-24.05.2/po/cs/skladnik.po
--- old/skladnik-24.05.1/po/cs/skladnik.po      2024-06-10 05:31:07.000000000 
+0200
+++ new/skladnik-24.05.2/po/cs/skladnik.po      2024-06-28 22:57:56.000000000 
+0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Vit Pelcak <[email protected]>, 2012, 2014, 2019, 2021, 2022.
+# SPDX-FileCopyrightText: 2012, 2014, 2019, 2021, 2022, 2024 Vit Pelcak 
<[email protected]>
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2024-04-20 00:37+0000\n"
-"PO-Revision-Date: 2021-08-19 10:55+0200\n"
+"PO-Revision-Date: 2024-05-30 10:43+0200\n"
 "Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\n"
@@ -15,7 +15,7 @@
 "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.08.1\n"
+"X-Generator: Lokalize 24.02.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -30,32 +30,32 @@
 #: InternalCollections.cpp:32
 #, kde-format
 msgid "Sasquatch"
-msgstr ""
+msgstr "Sasquatch"
 
 #: InternalCollections.cpp:36
 #, kde-format
 msgid "Mas Sasquatch"
-msgstr ""
+msgstr "Mas Sasquatch"
 
 #: InternalCollections.cpp:40
 #, kde-format
 msgid "Sasquatch III"
-msgstr ""
+msgstr "Sasquatch III"
 
 #: InternalCollections.cpp:44
 #, kde-format
 msgid "Microban (easy)"
-msgstr ""
+msgstr "Microban (easy)"
 
 #: InternalCollections.cpp:48
 #, kde-format
 msgid "Sasquatch IV"
-msgstr ""
+msgstr "Sasquatch IV"
 
 #: main.cpp:26
 #, kde-format
 msgid "Skladnik"
-msgstr ""
+msgstr "Skladnik"
 
 #: main.cpp:28
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skladnik-24.05.1/src/org.kde.skladnik.metainfo.xml 
new/skladnik-24.05.2/src/org.kde.skladnik.metainfo.xml
--- old/skladnik-24.05.1/src/org.kde.skladnik.metainfo.xml      2024-06-10 
05:31:07.000000000 +0200
+++ new/skladnik-24.05.2/src/org.kde.skladnik.metainfo.xml      2024-06-28 
22:57:56.000000000 +0200
@@ -144,6 +144,7 @@
   </provides>
   <launchable type="desktop-id">org.kde.skladnik.desktop</launchable>
   <releases>
+    <release version="0.5.24052" date="2024-07-04"/>
     <release version="0.5.24051" date="2024-06-13"/>
     <release version="0.5.24050" date="2024-05-23"/>
     <release version="0.5.2" date="2024-02-29"/>

Reply via email to