Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package katomic for openSUSE:Factory checked 
in at 2026-02-06 19:06:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/katomic (Old)
 and      /work/SRC/openSUSE:Factory/.katomic.new.1670 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "katomic"

Fri Feb  6 19:06:41 2026 rev:167 rq:1331215 version:25.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/katomic/katomic.changes  2026-01-12 
10:26:13.985669922 +0100
+++ /work/SRC/openSUSE:Factory/.katomic.new.1670/katomic.changes        
2026-02-06 19:09:31.758026953 +0100
@@ -1,0 +2,11 @@
+Tue Feb  3 10:05:27 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 25.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/25.12.2/
+- Changes since 25.12.1:
+  * documentation.yml is no more needed
+  * Add missing include
+
+-------------------------------------------------------------------

Old:
----
  katomic-25.12.1.tar.xz
  katomic-25.12.1.tar.xz.sig

New:
----
  katomic-25.12.2.tar.xz
  katomic-25.12.2.tar.xz.sig

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

Other differences:
------------------
++++++ katomic.spec ++++++
--- /var/tmp/diff_new_pack.0zsImT/_old  2026-02-06 19:09:32.422054860 +0100
+++ /var/tmp/diff_new_pack.0zsImT/_new  2026-02-06 19:09:32.426055029 +0100
@@ -21,7 +21,7 @@
 
 %bcond_without released
 Name:           katomic
-Version:        25.12.1
+Version:        25.12.2
 Release:        0
 Summary:        Sokoban-like logic game
 License:        GPL-2.0-or-later


++++++ katomic-25.12.1.tar.xz -> katomic-25.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-25.12.1/.gitlab-ci.yml 
new/katomic-25.12.2/.gitlab-ci.yml
--- old/katomic-25.12.1/.gitlab-ci.yml  2026-01-03 11:42:13.000000000 +0100
+++ new/katomic-25.12.2/.gitlab-ci.yml  2026-01-29 14:10:08.000000000 +0100
@@ -15,4 +15,3 @@
       - /gitlab-templates/craft-macos-arm64-qt6.yml
       - /gitlab-templates/xml-lint.yml
       - /gitlab-templates/yaml-lint.yml
-      - /gitlab-templates/documentation.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-25.12.1/CMakeLists.txt 
new/katomic-25.12.2/CMakeLists.txt
--- old/katomic-25.12.1/CMakeLists.txt  2026-01-03 11:42:13.000000000 +0100
+++ new/katomic-25.12.2/CMakeLists.txt  2026-01-29 14:10:08.000000000 +0100
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "25")
 set(RELEASE_SERVICE_VERSION_MINOR "12")
-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(katomic VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-25.12.1/po/ca@valencia/katomic.po 
new/katomic-25.12.2/po/ca@valencia/katomic.po
--- old/katomic-25.12.1/po/ca@valencia/katomic.po       2026-01-03 
11:42:13.000000000 +0100
+++ new/katomic-25.12.2/po/ca@valencia/katomic.po       2026-01-29 
14:10:08.000000000 +0100
@@ -46,7 +46,7 @@
 msgid ""
 "Failed to load level set \"%1\". Check if it is installed on your computer."
 msgstr ""
-"No s'ha pogut carregar el conjunt de nivells «%1». Comproveu si està "
+"Ha fallat mentre es carregava el conjunt de nivells «%1». Comproveu si està "
 "instal·lat en el vostre ordinador."
 
 #: gamewidget.cpp:140
@@ -235,8 +235,8 @@
 "KAtomic failed to find its default level set and will quit. Please check "
 "your installation."
 msgstr ""
-"KAtomic ha fallat en trobar el seu conjunt de nivells predeterminat i ara es "
-"pararà. Comproveu la instal·lació."
+"KAtomic ha fallat mentre es trobava el seu conjunt de nivells predeterminat "
+"i ara es pararà. Comproveu la instal·lació."
 
 #: toplevel.cpp:41
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-25.12.1/src/levelset.h 
new/katomic-25.12.2/src/levelset.h
--- old/katomic-25.12.1/src/levelset.h  2026-01-03 11:42:13.000000000 +0100
+++ new/katomic-25.12.2/src/levelset.h  2026-01-29 14:10:08.000000000 +0100
@@ -13,8 +13,9 @@
 
 #include <KSharedConfig>
 
-#include <QString>
+#include <QHash>
 #include <QList>
+#include <QString>
 
 class Molecule;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-25.12.1/src/org.kde.katomic.appdata.xml 
new/katomic-25.12.2/src/org.kde.katomic.appdata.xml
--- old/katomic-25.12.1/src/org.kde.katomic.appdata.xml 2026-01-03 
11:42:13.000000000 +0100
+++ new/katomic-25.12.2/src/org.kde.katomic.appdata.xml 2026-01-29 
14:10:08.000000000 +0100
@@ -153,6 +153,7 @@
     <binary>katomic</binary>
   </provides>
   <releases>
+    <release version="25.12.2" date="2026-02-05"/>
     <release version="25.12.1" date="2026-01-08"/>
     <release version="25.12.0" date="2025-12-11"/>
     <release version="25.08.3" date="2025-11-06"/>

Reply via email to