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-08-24 12:05:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/katomic (Old) and /work/SRC/openSUSE:Factory/.katomic.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "katomic" Mon Aug 24 12:05:57 2026 rev:173 rq:1372357 version:26.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/katomic/katomic.changes 2026-07-02 22:12:12.466546632 +0200 +++ /work/SRC/openSUSE:Factory/.katomic.new.1258/katomic.changes 2026-08-24 12:09:33.884548930 +0200 @@ -1,0 +2,23 @@ +Sun Aug 16 07:26:49 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 26.08.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/26.08.0/ +- No code change since 26.07.90 + +------------------------------------------------------------------- +Sat Aug 1 11:38:32 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 26.07.90 + * New feature release +- No code change since 26.07.80 + +------------------------------------------------------------------- +Sat Jul 18 11:11:11 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 26.07.80 + * New feature release +- No code change since 26.04.3 + +------------------------------------------------------------------- Old: ---- katomic-26.04.3.tar.xz katomic-26.04.3.tar.xz.sig New: ---- katomic-26.08.0.tar.xz katomic-26.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ katomic.spec ++++++ --- /var/tmp/diff_new_pack.3LqTLk/_old 2026-08-24 12:09:35.096591745 +0200 +++ /var/tmp/diff_new_pack.3LqTLk/_new 2026-08-24 12:09:35.099591851 +0200 @@ -16,12 +16,12 @@ # -%define kf6_version 6.19.0 +%define kf6_version 6.27.0 %define qt6_version 6.9.0 %bcond_without released Name: katomic -Version: 26.04.3 +Version: 26.08.0 Release: 0 Summary: Sokoban-like logic game License: GPL-2.0-or-later @@ -32,14 +32,14 @@ Source2: applications.keyring %endif BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} +BuildRequires: cmake(KDEGames6) BuildRequires: cmake(KF6Config) >= %{kf6_version} -BuildRequires: cmake(KF6Crash) >= %{kf6_version} BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version} +BuildRequires: cmake(KF6Crash) >= %{kf6_version} BuildRequires: cmake(KF6DBusAddons) >= %{kf6_version} BuildRequires: cmake(KF6DocTools) >= %{kf6_version} BuildRequires: cmake(KF6I18n) >= %{kf6_version} BuildRequires: cmake(KF6IconThemes) >= %{kf6_version} -BuildRequires: cmake(KDEGames6) BuildRequires: cmake(KF6NewStuff) >= %{kf6_version} BuildRequires: cmake(KF6WidgetsAddons) >= %{kf6_version} BuildRequires: cmake(KF6XmlGui) >= %{kf6_version} @@ -67,7 +67,6 @@ %find_lang %{name} --with-man --with-html --all-name - %files %license LICENSES/* %doc %lang(en) %{_kf6_htmldir}/en/katomic/ ++++++ katomic-26.04.3.tar.xz -> katomic-26.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/katomic-26.04.3/CMakeLists.txt new/katomic-26.08.0/CMakeLists.txt --- old/katomic-26.04.3/CMakeLists.txt 2026-06-27 09:43:53.000000000 +0200 +++ new/katomic-26.08.0/CMakeLists.txt 2026-08-12 10:34:43.000000000 +0200 @@ -2,8 +2,8 @@ # KDE Application Version, managed by release script set(RELEASE_SERVICE_VERSION_MAJOR "26") -set(RELEASE_SERVICE_VERSION_MINOR "04") -set(RELEASE_SERVICE_VERSION_MICRO "3") +set(RELEASE_SERVICE_VERSION_MINOR "08") +set(RELEASE_SERVICE_VERSION_MICRO "0") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(katomic VERSION ${RELEASE_SERVICE_VERSION}) @@ -52,7 +52,7 @@ ecm_set_disabled_deprecation_versions( QT 6.10.0 - KF 6.21.0 + KF 6.27.0 KDEGAMES 6.0 ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/katomic-26.04.3/levels/default_levels.dat new/katomic-26.08.0/levels/default_levels.dat --- old/katomic-26.04.3/levels/default_levels.dat 2026-06-27 09:43:53.000000000 +0200 +++ new/katomic-26.08.0/levels/default_levels.dat 2026-08-12 10:34:43.000000000 +0200 @@ -46,6 +46,7 @@ Name[sr@latin]=Prvobitni nivoi Name[sv]=Originalnivåer Name[tr]=Özgün düzeyler +Name[ug]=ئەسلى دەرىجە Name[uk]=Вбудовані рівні Name[zh_CN]=原始关卡 Name[zh_TW]=原始關卡 @@ -6631,6 +6632,7 @@ Name[sr@latin]=Kafein Name[sv]=Koffein Name[tr]=Kafein +Name[ug]=قەھۋەخانا ھالىتى Name[uk]=Кофеїн Name[zh_CN]=咖啡因 Name[zh_TW]=咖啡因 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/katomic-26.04.3/po/de/katomic.po new/katomic-26.08.0/po/de/katomic.po --- old/katomic-26.04.3/po/de/katomic.po 2026-06-27 09:43:53.000000000 +0200 +++ new/katomic-26.08.0/po/de/katomic.po 2026-08-12 10:34:43.000000000 +0200 @@ -1,11 +1,11 @@ -# SPDX-FileCopyrightText: 2024 Alois.spitzbart <[email protected]> # SPDX-FileCopyrightText: 2003 Thomas Diehl <[email protected]> -# SPDX-FileCopyrightText: 2005, 2007 Stefan Winter <[email protected]> # SPDX-FileCopyrightText: 2005 Stefan Winter <[email protected]> +# SPDX-FileCopyrightText: 2005, 2007 Stefan Winter <[email protected]> # SPDX-FileCopyrightText: 2005, 2008 Thomas Reitelbach <[email protected]> -# SPDX-FileCopyrightText: 2009, 2010 Johannes Obermayr <[email protected]> # SPDX-FileCopyrightText: 2009, 2021 Burkhard Lück <[email protected]> +# SPDX-FileCopyrightText: 2009-2010 Johannes Obermayr <[email protected]> # SPDX-FileCopyrightText: 2012 Frederik Schwarzer <[email protected]> +# SPDX-FileCopyrightText: 2024 Alois.spitzbart <[email protected]> msgid "" msgstr "" "Project-Id-Version: katomic\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/katomic-26.04.3/po/nn/katomic.po new/katomic-26.08.0/po/nn/katomic.po --- old/katomic-26.04.3/po/nn/katomic.po 2026-06-27 09:43:53.000000000 +0200 +++ new/katomic-26.08.0/po/nn/katomic.po 2026-08-12 10:34:43.000000000 +0200 @@ -1,5 +1,6 @@ # Translation of katomic to Norwegian Nynorsk # +# Karl Ove Hufthammer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2016, 2021, 2024. msgid "" msgstr "" "Project-Id-Version: katomic\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/katomic-26.04.3/po/tr/katomic.po new/katomic-26.08.0/po/tr/katomic.po --- old/katomic-26.04.3/po/tr/katomic.po 2026-06-27 09:43:53.000000000 +0200 +++ new/katomic-26.08.0/po/tr/katomic.po 2026-08-12 10:34:43.000000000 +0200 @@ -7,13 +7,13 @@ # Ömer Fadıl USTA <[email protected]>, 2002-2003. # obsoleteman <[email protected]>, 2008-2009. # Volkan Gezer <[email protected]>, 2013. -# SPDX-FileCopyrightText: 2022, 2023, 2024, 2025 Emir SARI <[email protected]> +# SPDX-FileCopyrightText: 2022, 2023, 2024, 2025, 2026 Emir SARI <[email protected]> msgid "" msgstr "" "Project-Id-Version: kdegames-kde4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2025-11-17 11:49+0000\n" -"PO-Revision-Date: 2025-03-07 23:30+0300\n" +"PO-Revision-Date: 2026-05-02 19:54+0300\n" "Last-Translator: Emir SARI <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" "Language: tr\n" @@ -21,12 +21,12 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 25.03.70\n" +"X-Generator: Lokalize 25.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Muhammet Kara" +msgstr "Muhammet KARA" #, kde-format msgctxt "EMAIL OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/katomic-26.04.3/po/ug/katomic.po new/katomic-26.08.0/po/ug/katomic.po --- old/katomic-26.04.3/po/ug/katomic.po 2026-06-27 09:43:53.000000000 +0200 +++ new/katomic-26.08.0/po/ug/katomic.po 2026-08-12 10:34:43.000000000 +0200 @@ -8,31 +8,31 @@ "Project-Id-Version: katomic\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2025-11-17 11:49+0000\n" -"PO-Revision-Date: 2013-09-08 07:05+0900\n" -"Last-Translator: Gheyret Kenji <[email protected]>\n" +"PO-Revision-Date: 2026-05-30 17:02-0400\n" +"Last-Translator: Abduqadir Abliz <[email protected]>\n" "Language-Team: Uyghur Computer Science Association <[email protected]>\n" "Language: ug\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Poedit 3.9\n" #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "ئابدۇقادىر ئابلىز, غەيرەت كەنجى" +msgstr "ئابدۇقادىر ئابلىز، غەيرەت كەنجى" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "[email protected], [email protected]" +msgstr "[email protected], [email protected]" #: chooselevelsetdialog.cpp:29 -#, fuzzy, kde-format -#| msgid "Level Sets" +#, kde-format msgctxt "@title:window" msgid "Level Sets" -msgstr "دەرىجە تەڭشەك" +msgstr "" #: gamewidget.cpp:84 #, kde-format @@ -92,11 +92,10 @@ msgstr "" #: levelsetdelegate.cpp:81 -#, fuzzy, kde-format -#| msgid "by %1" +#, kde-format msgctxt "@info author attribution" msgid "By %1" -msgstr "ئاپتور %1" +msgstr "" #: levelsetdelegate.cpp:87 #, kde-format @@ -119,7 +118,7 @@ #: main.cpp:50 #, kde-format msgid "KAtomic" -msgstr "KAtomic" +msgstr "" #: main.cpp:52 #, kde-format @@ -141,12 +140,12 @@ #: main.cpp:55 #, kde-format msgid "Original author" -msgstr "ئەسلى ئاپتور" +msgstr "ئەسلى يازغۇچى" #: main.cpp:56 #, kde-format msgid "Dmitry Suzdalev" -msgstr "Dmitry Suzdalev" +msgstr "" #: main.cpp:56 #, kde-format @@ -171,7 +170,7 @@ #: main.cpp:60 #, kde-format msgid "Dave Corrie" -msgstr "Dave Corrie" +msgstr "" #: main.cpp:61 #, kde-format @@ -186,7 +185,7 @@ #: main.cpp:62 #, kde-format msgid "Danny Allen" -msgstr "Danny Allen" +msgstr "" #: main.cpp:62 #, kde-format @@ -196,7 +195,7 @@ #: main.cpp:63 #, kde-format msgid "Johann Ollivier Lapeyre" -msgstr "Johann Ollivier Lapeyre" +msgstr "" #: main.cpp:63 #, kde-format @@ -206,7 +205,7 @@ #: main.cpp:64 #, kde-format msgid "Brian Croom" -msgstr "Brian Croom" +msgstr "" #: main.cpp:64 #, kde-format @@ -226,8 +225,7 @@ msgstr "" #: toplevel.cpp:41 -#, fuzzy, kde-format -#| msgid "Level:" +#, kde-format msgctxt "@label" msgid "Level:" msgstr "دەرىجە:" @@ -251,57 +249,49 @@ msgstr "" #: toplevel.cpp:97 -#, fuzzy, kde-format -#| msgid "Level:" +#, kde-format msgctxt "@action" msgid "Next Level" -msgstr "دەرىجە:" +msgstr "" #: toplevel.cpp:103 -#, fuzzy, kde-format -#| msgid "Level Sets" +#, kde-format msgctxt "@action" msgid "Choose Level Set…" -msgstr "دەرىجە تەڭشەك" +msgstr "" #: toplevel.cpp:107 -#, fuzzy, kde-format -#| msgid "Animation Speed" +#, kde-format msgctxt "@title:menu" msgid "Animation Speed" -msgstr "جانلاندۇرۇم تېزلىكى" +msgstr "" #: toplevel.cpp:110 -#, fuzzy, kde-format -#| msgid "Slow" +#, kde-format msgctxt "@item animation speed" msgid "Slow" msgstr "ئاستا" #: toplevel.cpp:111 -#, fuzzy, kde-format -#| msgid "Normal" +#, kde-format msgctxt "@item animation speed" msgid "Normal" -msgstr "نورمال" +msgstr "ئادەتتىكى" #: toplevel.cpp:112 -#, fuzzy, kde-format -#| msgid "Fast" +#, kde-format msgctxt "@item animation speed" msgid "Fast" msgstr "تېز" #: toplevel.cpp:120 -#, fuzzy, kde-format -#| msgid "Undo All" +#, kde-format msgctxt "@action" msgid "Undo All" -msgstr "ھەممىدىن يېنىۋال" +msgstr "" #: toplevel.cpp:125 -#, fuzzy, kde-format -#| msgid "Redo All" +#, kde-format msgctxt "@action" msgid "Redo All" msgstr "ھەممىنى قايتا قىلىش" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/katomic-26.04.3/src/org.kde.katomic.appdata.xml new/katomic-26.08.0/src/org.kde.katomic.appdata.xml --- old/katomic-26.04.3/src/org.kde.katomic.appdata.xml 2026-06-27 09:43:53.000000000 +0200 +++ new/katomic-26.08.0/src/org.kde.katomic.appdata.xml 2026-08-12 10:34:43.000000000 +0200 @@ -89,6 +89,7 @@ <summary xml:lang="sr-ijekavianlatin">Logička igra nalik na Sokoban</summary> <summary xml:lang="sv">Sokoban-liknande logiskt spel</summary> <summary xml:lang="tr">Sokoban benzeri Mantık Oyunu</summary> + <summary xml:lang="ug">Sokoban غا ئوخشايدىغان لوگىكىلىق ئويۇن</summary> <summary xml:lang="uk">Логічна гра, подібна до гри «Сокобан»</summary> <summary xml:lang="zh-CN">类似推箱子的逻辑游戏</summary> <summary xml:lang="zh-TW">倉庫番(sokoban)式的智力遊戲</summary> @@ -154,6 +155,7 @@ <binary>katomic</binary> </provides> <releases> + <release version="26.08.0" date="2026-08-20"/> <release version="26.04.3" date="2026-07-02"/> <release version="26.04.2" date="2026-06-04"/> <release version="26.04.1" date="2026-05-07"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/katomic-26.04.3/src/org.kde.katomic.desktop new/katomic-26.08.0/src/org.kde.katomic.desktop --- old/katomic-26.04.3/src/org.kde.katomic.desktop 2026-06-27 09:43:53.000000000 +0200 +++ new/katomic-26.08.0/src/org.kde.katomic.desktop 2026-08-12 10:34:43.000000000 +0200 @@ -66,7 +66,6 @@ Name[te]=కెఎటామిక్ Name[tg]=KАтомҳо Name[tr]=K Atomik -Name[ug]=KAtomic Name[uk]=Веселі атоми Name[vi]=KAtomic Name[wa]=KAtomic
