Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package step for openSUSE:Factory checked in 
at 2026-09-12 21:21:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/step (Old)
 and      /work/SRC/openSUSE:Factory/.step.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "step"

Sat Sep 12 21:21:07 2026 rev:191 rq:1377299 version:26.08.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/step/step.changes        2026-08-24 
12:14:41.039527997 +0200
+++ /work/SRC/openSUSE:Factory/.step.new.1265/step.changes      2026-09-12 
21:24:50.006222436 +0200
@@ -1,0 +2,9 @@
+Tue Sep  8 09:38:40 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/26.08.1/
+- No code change since 26.08.0
+
+-------------------------------------------------------------------

Old:
----
  step-26.08.0.tar.xz
  step-26.08.0.tar.xz.sig

New:
----
  step-26.08.1.tar.xz
  step-26.08.1.tar.xz.sig

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

Other differences:
------------------
++++++ step.spec ++++++
--- /var/tmp/diff_new_pack.ltuuQF/_old  2026-09-12 21:24:51.441282161 +0200
+++ /var/tmp/diff_new_pack.ltuuQF/_new  2026-09-12 21:24:51.442282203 +0200
@@ -21,7 +21,7 @@
 
 %bcond_without released
 Name:           step
-Version:        26.08.0
+Version:        26.08.1
 Release:        0
 Summary:        An interactive physics simulator
 License:        GPL-2.0-or-later


++++++ step-26.08.0.tar.xz -> step-26.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-26.08.0/CMakeLists.txt 
new/step-26.08.1/CMakeLists.txt
--- old/step-26.08.0/CMakeLists.txt     2026-08-12 05:58:47.000000000 +0200
+++ new/step-26.08.1/CMakeLists.txt     2026-09-08 05:39:46.000000000 +0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "26")
 set(RELEASE_SERVICE_VERSION_MINOR "08")
-set(RELEASE_SERVICE_VERSION_MICRO "0")
+set(RELEASE_SERVICE_VERSION_MICRO "1")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(step VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-26.08.0/org.kde.step.appdata.xml 
new/step-26.08.1/org.kde.step.appdata.xml
--- old/step-26.08.0/org.kde.step.appdata.xml   2026-08-12 05:58:47.000000000 
+0200
+++ new/step-26.08.1/org.kde.step.appdata.xml   2026-09-08 05:39:46.000000000 
+0200
@@ -476,7 +476,7 @@
       <li xml:lang="ar">عدة أدوات حل مختلفة: حتى الترتيب الثامن، صريحًا 
وضمنيًا، مع أو دون خطوة زمنية قابلة للتكيف (تتطلب معظم أدوات الحل مكتبة 
GSL)</li>
       <li xml:lang="bs">Nekoliko različitih rješavača: do osmog poretka, 
eksplicitno i implicitno, sa ili bez prilagodljivog vremesnog koraka(većina 
rješavača zahtjeva GSL biblioteku)</li>
       <li xml:lang="ca">Diversos solucionadors diferents: fins al vuitè ordre, 
explícits i implícits, amb adaptació o sense de pas de temps (la majoria dels 
solucionadors requereixen la biblioteca «GSL»)</li>
-      <li xml:lang="ca-valencia">Diversos solucionadors diferents: fins al 
vuitè ordre, explícits i implícits, amb adaptació o sense de pas de temps (la 
majoria dels solucionadors requerixen la biblioteca «GSL»)</li>
+      <li xml:lang="ca-valencia">Diversos solucionadors diferents: fins al 
huité ordre, explícits i implícits, amb adaptació o sense de pas de temps (la 
majoria dels solucionadors requerixen la biblioteca «GSL»)</li>
       <li xml:lang="cs">Několik různých řešitelů: až 8. řádu, explicitní i 
implicitní, s adaptivním časovým krokem nebo bez něj (většina řešitelů vyžaduje 
knihovnu GSL)</li>
       <li xml:lang="de">Mehrere verschiedene Gleichungslösungssysteme: bis zur 
achten Ordnung, explizit und implizit, mit oder ohne angepassten Zeitschritten. 
Die meisten Gleichungslösungssysteme benötigen die GSL-Bibliothek.</li>
       <li xml:lang="el">Διάφοροι διαλύτες: μέχρι 8ης τάξης, εξωτερικοί και 
εσωτερικοί, με ή χωρίς προσαρμοσμένο χρονικό βήμα (οι περισσότεροι διαλύτες 
απαιτούν τη βιβλιοθήκη GSL)</li>
@@ -733,6 +733,7 @@
   </provides>
   <launchable type="desktop-id">org.kde.step.desktop</launchable>
   <releases>
+    <release version="26.08.1" date="2026-09-10"/>
     <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"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-26.08.0/po/ca/step.po 
new/step-26.08.1/po/ca/step.po
--- old/step-26.08.0/po/ca/step.po      2026-08-12 05:58:47.000000000 +0200
+++ new/step-26.08.1/po/ca/step.po      2026-09-08 05:39:46.000000000 +0200
@@ -2,9 +2,9 @@
 # Copyright (C) 2008-2025 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2 or later.
 #
-# SPDX-FileCopyrightText: 2008, 2009, 2010, 2011, 2012, 2014 Orestes Mas 
Casals <[email protected]>
+# SPDX-FileCopyrightText: 2008-2012, 2014 Orestes Mas Casals 
<[email protected]>
 # SPDX-FileCopyrightText: 2009 Manuel Tortosa <[email protected]>
-# SPDX-FileCopyrightText: 2009, 2010, 2011, 2015, 2016, 2017, 2018, 2019, 
2021, 2025 Josep M. Ferrer <[email protected]>
+# SPDX-FileCopyrightText: 2009-2011, 2015-2019, 2021, 2025 Josep M. Ferrer 
<[email protected]>
 # SPDX-FileCopyrightText: 2014, 2020, 2022 Antoni Bella Pérez 
<[email protected]>
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-26.08.0/po/ca/step_example_files.po 
new/step-26.08.1/po/ca/step_example_files.po
--- old/step-26.08.0/po/ca/step_example_files.po        2026-08-12 
05:58:47.000000000 +0200
+++ new/step-26.08.1/po/ca/step_example_files.po        2026-09-08 
05:39:46.000000000 +0200
@@ -3,7 +3,7 @@
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# SPDX-FileCopyrightText: 2019, 2020, 2021, 2022 Josep M. Ferrer 
<[email protected]>
+# SPDX-FileCopyrightText: 2019-2022 Josep M. Ferrer <[email protected]>
 # SPDX-FileCopyrightText: 2020 Antoni Bella Pérez <[email protected]>
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-26.08.0/po/ca/step_objinfo_files.po 
new/step-26.08.1/po/ca/step_objinfo_files.po
--- old/step-26.08.0/po/ca/step_objinfo_files.po        2026-08-12 
05:58:47.000000000 +0200
+++ new/step-26.08.1/po/ca/step_objinfo_files.po        2026-09-08 
05:39:46.000000000 +0200
@@ -1,16 +1,16 @@
 # Translation of step_objinfo_files.po to Catalan
-# Copyright (C) 2019-2025 This_file_is_part_of_KDE
+# Copyright (C) 2019-2026 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # SPDX-FileCopyrightText: 2020, 2022, 2025 Antoni Bella Pérez 
<[email protected]>
-# SPDX-FileCopyrightText: 2019, 2020, 2021, 2022, 2024, 2025 Josep M. Ferrer 
<[email protected]>
+# SPDX-FileCopyrightText: 2019-2022, 2024-2026 Josep M. Ferrer 
<[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: step\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 11:49+0000\n"
-"PO-Revision-Date: 2025-06-10 21:59+0200\n"
+"PO-Revision-Date: 2026-09-06 16:41+0200\n"
 "Last-Translator: Josep M. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca\n"
@@ -19,7 +19,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 22.12.3\n"
+"X-Generator: Lokalize 25.04.0\n"
 
 #: objectinfo/anchor.html:6
 #, kde-format
@@ -96,7 +96,7 @@
 "continuarà girant a menys que actuï un parell extern.</li>\n"
 "\t\t<li><b>energia cinètica:</b> El treball necessari per a accelerar el cos "
 "d'una massa indicada des del repòs a la seva velocitat actual.</li>\n"
-"\t\t<li><b>mida:</b> Defineix l'amplada i l'alçada del quadre.</li>\n"
+"\t\t<li><b>mida:</b> Defineix l'amplada i l'altura del quadre.</li>\n"
 "\t</ul>"
 
 #: objectinfo/chargedparticle.html:6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-26.08.0/po/ca@valencia/step.po 
new/step-26.08.1/po/ca@valencia/step.po
--- old/step-26.08.0/po/ca@valencia/step.po     2026-08-12 05:58:47.000000000 
+0200
+++ new/step-26.08.1/po/ca@valencia/step.po     2026-09-08 05:39:46.000000000 
+0200
@@ -2,9 +2,9 @@
 # Copyright (C) 2008-2025 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2 or later.
 #
-# SPDX-FileCopyrightText: 2008, 2009, 2010, 2011, 2012, 2014 Orestes Mas 
Casals <[email protected]>
+# SPDX-FileCopyrightText: 2008-2012, 2014 Orestes Mas Casals 
<[email protected]>
 # SPDX-FileCopyrightText: 2009 Manuel Tortosa <[email protected]>
-# SPDX-FileCopyrightText: 2009, 2010, 2011, 2015, 2016, 2017, 2018, 2019, 
2021, 2025 Josep M. Ferrer <[email protected]>
+# SPDX-FileCopyrightText: 2009-2011, 2015-2019, 2021, 2025 Josep M. Ferrer 
<[email protected]>
 # SPDX-FileCopyrightText: 2014, 2020, 2022 Antoni Bella Pérez 
<[email protected]>
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-26.08.0/po/ca@valencia/step_example_files.po 
new/step-26.08.1/po/ca@valencia/step_example_files.po
--- old/step-26.08.0/po/ca@valencia/step_example_files.po       2026-08-12 
05:58:47.000000000 +0200
+++ new/step-26.08.1/po/ca@valencia/step_example_files.po       2026-09-08 
05:39:46.000000000 +0200
@@ -3,7 +3,7 @@
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# SPDX-FileCopyrightText: 2019, 2020, 2021, 2022 Josep M. Ferrer 
<[email protected]>
+# SPDX-FileCopyrightText: 2019-2022 Josep M. Ferrer <[email protected]>
 # SPDX-FileCopyrightText: 2020 Antoni Bella Pérez <[email protected]>
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-26.08.0/po/ca@valencia/step_objinfo_files.po 
new/step-26.08.1/po/ca@valencia/step_objinfo_files.po
--- old/step-26.08.0/po/ca@valencia/step_objinfo_files.po       2026-08-12 
05:58:47.000000000 +0200
+++ new/step-26.08.1/po/ca@valencia/step_objinfo_files.po       2026-09-08 
05:39:46.000000000 +0200
@@ -1,16 +1,16 @@
 # Translation of step_objinfo_files.po to Catalan (Valencian)
-# Copyright (C) 2019-2025 This_file_is_part_of_KDE
+# Copyright (C) 2019-2026 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # SPDX-FileCopyrightText: 2020, 2022, 2025 Antoni Bella Pérez 
<[email protected]>
-# SPDX-FileCopyrightText: 2019, 2020, 2021, 2022, 2024, 2025 Josep M. Ferrer 
<[email protected]>
+# SPDX-FileCopyrightText: 2019-2022, 2024-2026 Josep M. Ferrer 
<[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: step\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 11:49+0000\n"
-"PO-Revision-Date: 2025-06-10 21:59+0200\n"
+"PO-Revision-Date: 2026-09-06 16:41+0200\n"
 "Last-Translator: Josep M. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca@valencia\n"
@@ -19,7 +19,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 22.12.3\n"
+"X-Generator: Lokalize 25.04.0\n"
 
 #: objectinfo/anchor.html:6
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-26.08.0/po/fr/step_objinfo_files.po 
new/step-26.08.1/po/fr/step_objinfo_files.po
--- old/step-26.08.0/po/fr/step_objinfo_files.po        2026-08-12 
05:58:47.000000000 +0200
+++ new/step-26.08.1/po/fr/step_objinfo_files.po        2026-09-08 
05:39:46.000000000 +0200
@@ -34,7 +34,7 @@
 #, kde-format
 msgctxt "box.html:title"
 msgid "Box"
-msgstr "Boîte"
+msgstr "Boite"
 
 #: objectinfo/box.html:9
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-26.08.0/poqm/ca/step_qt.po 
new/step-26.08.1/poqm/ca/step_qt.po
--- old/step-26.08.0/poqm/ca/step_qt.po 2026-08-12 05:58:47.000000000 +0200
+++ new/step-26.08.1/poqm/ca/step_qt.po 2026-09-08 05:39:46.000000000 +0200
@@ -4,8 +4,8 @@
 #
 # SPDX-FileCopyrightText: 2008, 2011 Orestes Mas Casals <[email protected]>
 # SPDX-FileCopyrightText: 2009 Manuel Tortosa <[email protected]>
-# SPDX-FileCopyrightText: 2009, 2010, 2012, 2015, 2016, 2017, 2018, 2019, 
2021, 2022, 2023 Josep M. Ferrer <[email protected]>
-# SPDX-FileCopyrightText: 2019, 2020 Antoni Bella Pérez 
<[email protected]>
+# SPDX-FileCopyrightText: 2009-2010, 2012, 2015-2019, 2021-2023 Josep M. 
Ferrer <[email protected]>
+# SPDX-FileCopyrightText: 2019-2020 Antoni Bella Pérez <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: step\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-26.08.0/poqm/ca@valencia/step_qt.po 
new/step-26.08.1/poqm/ca@valencia/step_qt.po
--- old/step-26.08.0/poqm/ca@valencia/step_qt.po        2026-08-12 
05:58:47.000000000 +0200
+++ new/step-26.08.1/poqm/ca@valencia/step_qt.po        2026-09-08 
05:39:46.000000000 +0200
@@ -4,8 +4,8 @@
 #
 # SPDX-FileCopyrightText: 2008, 2011 Orestes Mas Casals <[email protected]>
 # SPDX-FileCopyrightText: 2009 Manuel Tortosa <[email protected]>
-# SPDX-FileCopyrightText: 2009, 2010, 2012, 2015, 2016, 2017, 2018, 2019, 
2021, 2022, 2023 Josep M. Ferrer <[email protected]>
-# SPDX-FileCopyrightText: 2019, 2020 Antoni Bella Pérez 
<[email protected]>
+# SPDX-FileCopyrightText: 2009-2010, 2012, 2015-2019, 2021-2023 Josep M. 
Ferrer <[email protected]>
+# SPDX-FileCopyrightText: 2019-2020 Antoni Bella Pérez <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: step\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-26.08.0/poqm/fr/step_qt.po 
new/step-26.08.1/poqm/fr/step_qt.po
--- old/step-26.08.0/poqm/fr/step_qt.po 2026-08-12 05:58:47.000000000 +0200
+++ new/step-26.08.1/poqm/fr/step_qt.po 2026-09-08 05:39:46.000000000 +0200
@@ -1527,12 +1527,12 @@
 #: rigidbody.cc:76
 msgctxt "ObjectClass|"
 msgid "Box"
-msgstr "Boîte"
+msgstr "Boite"
 
 #: rigidbody.cc:76
 msgctxt "ObjectDescription|"
 msgid "Rigid box"
-msgstr "Boîte rigide"
+msgstr "Boite rigide"
 
 #: rigidbody.cc:77
 msgctxt "PropertyDescription|"

Reply via email to