Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kcalc for openSUSE:Factory checked 
in at 2025-11-08 16:27:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcalc (Old)
 and      /work/SRC/openSUSE:Factory/.kcalc.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcalc"

Sat Nov  8 16:27:25 2025 rev:174 rq:1316180 version:25.08.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcalc/kcalc.changes      2025-10-13 
17:23:40.950125667 +0200
+++ /work/SRC/openSUSE:Factory/.kcalc.new.1980/kcalc.changes    2025-11-08 
16:28:04.303984653 +0100
@@ -1,0 +2,9 @@
+Thu Nov  6 18:37:28 UTC 2025 - Christophe Marin <[email protected]>
+
+- Update to 25.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/25.08.3/
+- No code change since 25.08.2
+
+-------------------------------------------------------------------

Old:
----
  kcalc-25.08.2.tar.xz
  kcalc-25.08.2.tar.xz.sig

New:
----
  kcalc-25.08.3.tar.xz
  kcalc-25.08.3.tar.xz.sig

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

Other differences:
------------------
++++++ kcalc.spec ++++++
--- /var/tmp/diff_new_pack.wQ7pY8/_old  2025-11-08 16:28:05.292026014 +0100
+++ /var/tmp/diff_new_pack.wQ7pY8/_new  2025-11-08 16:28:05.292026014 +0100
@@ -21,7 +21,7 @@
 
 %bcond_without released
 Name:           kcalc
-Version:        25.08.2
+Version:        25.08.3
 Release:        0
 Summary:        Scientific Calculator
 License:        GPL-2.0-or-later


++++++ kcalc-25.08.2.tar.xz -> kcalc-25.08.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-25.08.2/CMakeLists.txt 
new/kcalc-25.08.3/CMakeLists.txt
--- old/kcalc-25.08.2/CMakeLists.txt    2025-09-30 23:41:46.000000000 +0200
+++ new/kcalc-25.08.3/CMakeLists.txt    2025-11-03 04:17:23.000000000 +0100
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "25")
 set (RELEASE_SERVICE_VERSION_MINOR "08")
-set (RELEASE_SERVICE_VERSION_MICRO "2")
+set (RELEASE_SERVICE_VERSION_MICRO "3")
 set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 project(kcalc VERSION ${RELEASE_SERVICE_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-25.08.2/org.kde.kcalc.appdata.xml 
new/kcalc-25.08.3/org.kde.kcalc.appdata.xml
--- old/kcalc-25.08.2/org.kde.kcalc.appdata.xml 2025-09-30 23:41:46.000000000 
+0200
+++ new/kcalc-25.08.3/org.kde.kcalc.appdata.xml 2025-11-03 04:17:23.000000000 
+0100
@@ -590,6 +590,7 @@
   <project_group>KDE</project_group>
   <launchable type="desktop-id">org.kde.kcalc.desktop</launchable>
   <releases>
+    <release version="25.08.3" date="2025-11-06"/>
     <release version="25.08.2" date="2025-10-09"/>
     <release version="25.08.1" date="2025-09-11"/>
     <release version="25.08.0" date="2025-08-14"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-25.08.2/org.kde.kcalc.desktop 
new/kcalc-25.08.3/org.kde.kcalc.desktop
--- old/kcalc-25.08.2/org.kde.kcalc.desktop     2025-09-30 23:41:46.000000000 
+0200
+++ new/kcalc-25.08.3/org.kde.kcalc.desktop     2025-11-03 04:17:23.000000000 
+0100
@@ -83,6 +83,7 @@
 Comment[bg]=Калкулатор, който предлага много математически функции, като 
тригонометрични функции, логически операции и статистически изчисления
 Comment[ca]=Calculadora que ofereix moltes funcions matemàtiques, com funcions 
trigonomètriques, operacions lògiques i càlculs estadístics
 Comment[ca@valencia]=Calculadora que oferix moltes funcions matemàtiques, com 
funcions trigonomètriques, operacions lògiques i càlculs estadístics
+Comment[cs]=Kalkulačka, která nabízí mnoho matematických funkcí, jako jsou 
trigonometrické funkce, logické operace a statistické výpočty
 Comment[da]=Lommeregner som tilbyder mange matematiske funktioner, såsom 
trigonometriske funktioner, logiske operationer og statistiske beregninger
 Comment[de]=Taschenrechner mit vielen mathematischen Funktionen wie 
Trigonometrische Funktionen, logische Operationen und statistische Berechnungen
 Comment[el]=Αριθμομηχανή η οποία προσφέρει πολλές μαθηματικές συναρτήσεις, 
όπως τριγωνομετρικές συναρτήσεις, λογικές πράξεις και στατιστικούς υπολογισμούς
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-25.08.2/po/ca/kcalc.po 
new/kcalc-25.08.3/po/ca/kcalc.po
--- old/kcalc-25.08.2/po/ca/kcalc.po    2025-09-30 23:41:46.000000000 +0200
+++ new/kcalc-25.08.3/po/ca/kcalc.po    2025-11-03 04:17:23.000000000 +0100
@@ -1,12 +1,12 @@
 # Translation of kcalc.po to Catalan
 # Copyright (C) 1998-2025 This_file_is_part_of_KDE
 #
-# Sebastià Pla i Sanz <[email protected]>, 1998, 1999, 2000, 2001, 2005.
-# Albert Astals Cid <[email protected]>, 2002, 2003, 2004, 2005, 2007.
-# Joan Maspons <[email protected]>, 2009.
-# Manuel Tortosa Moreno <[email protected]>, 2009.
-# Antoni Bella Pérez <[email protected]>, 2016, 2018, 2019, 2020, 2021.
-# Josep M. Ferrer <[email protected]>, 2005, 2006, 2007, 2008, 2009, 2010, 
2011, 2012, 2013, 2014, 2015, 2019, 2020, 2021, 2022, 2023, 2024, 2025.
+# SPDX-FileCopyrightText: 1998, 1999, 2000, 2001, 2005 Sebastià Pla i Sanz 
<[email protected]>
+# SPDX-FileCopyrightText: 2002, 2003, 2004, 2005, 2007 Albert Astals Cid 
<[email protected]>
+# SPDX-FileCopyrightText: 2009 Joan Maspons <[email protected]>
+# SPDX-FileCopyrightText: 2009 Manuel Tortosa Moreno <[email protected]>
+# SPDX-FileCopyrightText: 2016, 2018, 2019, 2020, 2021 Antoni Bella Pérez 
<[email protected]>
+# SPDX-FileCopyrightText: 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2019, 2020, 2021, 2022, 2023, 2024, 2025 Josep M. Ferrer 
<[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: kcalc\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-25.08.2/po/ca@valencia/kcalc.po 
new/kcalc-25.08.3/po/ca@valencia/kcalc.po
--- old/kcalc-25.08.2/po/ca@valencia/kcalc.po   2025-09-30 23:41:46.000000000 
+0200
+++ new/kcalc-25.08.3/po/ca@valencia/kcalc.po   2025-11-03 04:17:23.000000000 
+0100
@@ -1,12 +1,12 @@
 # Translation of kcalc.po to Catalan (Valencian)
 # Copyright (C) 1998-2025 This_file_is_part_of_KDE
 #
-# Sebastià Pla i Sanz <[email protected]>, 1998, 1999, 2000, 2001, 2005.
-# Albert Astals Cid <[email protected]>, 2002, 2003, 2004, 2005, 2007.
-# Joan Maspons <[email protected]>, 2009.
-# Manuel Tortosa Moreno <[email protected]>, 2009.
-# Antoni Bella Pérez <[email protected]>, 2016, 2018, 2019, 2020, 2021.
-# Josep M. Ferrer <[email protected]>, 2005, 2006, 2007, 2008, 2009, 2010, 
2011, 2012, 2013, 2014, 2015, 2019, 2020, 2021, 2022, 2023, 2024, 2025.
+# SPDX-FileCopyrightText: 1998, 1999, 2000, 2001, 2005 Sebastià Pla i Sanz 
<[email protected]>
+# SPDX-FileCopyrightText: 2002, 2003, 2004, 2005, 2007 Albert Astals Cid 
<[email protected]>
+# SPDX-FileCopyrightText: 2009 Joan Maspons <[email protected]>
+# SPDX-FileCopyrightText: 2009 Manuel Tortosa Moreno <[email protected]>
+# SPDX-FileCopyrightText: 2016, 2018, 2019, 2020, 2021 Antoni Bella Pérez 
<[email protected]>
+# SPDX-FileCopyrightText: 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2019, 2020, 2021, 2022, 2023, 2024, 2025 Josep M. Ferrer 
<[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: kcalc\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-25.08.2/po/de/kcalc.po 
new/kcalc-25.08.3/po/de/kcalc.po
--- old/kcalc-25.08.2/po/de/kcalc.po    2025-09-30 23:41:46.000000000 +0200
+++ new/kcalc-25.08.3/po/de/kcalc.po    2025-11-03 04:17:23.000000000 +0100
@@ -1,13 +1,13 @@
 # SPDX-FileCopyrightText: 2009, 2010, 2023, 2024 Johannes Obermayr 
<[email protected]>
-# Gregor Zumstein <[email protected]>, 2003, 2004, 2005.
-# Thomas Diehl <[email protected]>, 2003.
-# Thomas Reitelbach <[email protected]>, 2005, 2006, 2010.
-# Stephan Johach <[email protected]>, 2005, 2006.
-# Gregor Zumstein <[email protected]>, 2007, 2008, 2009.
-# Burkhard Lück <[email protected]>, 2008, 2009, 2012, 2013, 2014, 2015, 
2018, 2019, 2021.
-# Panagiotis Papadopoulos <[email protected]>, 2009, 2010.
-# Rolf Eike Beer <[email protected]>, 2009.
-# Frederik Schwarzer <[email protected]>, 2010, 2011, 2016, 2021, 2022.
+# SPDX-FileCopyrightText: 2003, 2004, 2005 Gregor Zumstein 
<[email protected]>
+# SPDX-FileCopyrightText: 2003 Thomas Diehl <[email protected]>
+# SPDX-FileCopyrightText: 2005, 2006, 2010 Thomas Reitelbach 
<[email protected]>
+# SPDX-FileCopyrightText: 2005, 2006 Stephan Johach <[email protected]>
+# SPDX-FileCopyrightText: 2007, 2008, 2009 Gregor Zumstein 
<[email protected]>
+# SPDX-FileCopyrightText: 2008, 2009, 2012, 2013, 2014, 2015, 2018, 2019, 2021 
Burkhard Lück <[email protected]>
+# SPDX-FileCopyrightText: 2009, 2010 Panagiotis Papadopoulos <[email protected]>
+# SPDX-FileCopyrightText: 2009 Rolf Eike Beer <[email protected]>
+# SPDX-FileCopyrightText: 2010, 2011, 2016, 2021, 2022 Frederik Schwarzer 
<[email protected]>
 # SPDX-FileCopyrightText: 2024 Mirko Schaal <[email protected]>
 # SPDX-FileCopyrightText: 2025 Philipp Kiemle <[email protected]>
 # SPDX-FileCopyrightText: 2025 Frank Steinmetzger <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-25.08.2/po/pl/kcalc.po 
new/kcalc-25.08.3/po/pl/kcalc.po
--- old/kcalc-25.08.2/po/pl/kcalc.po    2025-09-30 23:41:46.000000000 +0200
+++ new/kcalc-25.08.3/po/pl/kcalc.po    2025-11-03 04:17:23.000000000 +0100
@@ -1,5 +1,5 @@
 # translation of kcalc.po to Polish
-# Version: $Revision: 1710141 $
+# Version: $Revision: 1721831 $
 # translation of kcalc.po to
 # KTranslator Generated File
 # SPDX-FileCopyrightText: 2012, 2013, 2014, 2015, 2017, 2018, 2019, 2021, 
2022, 2023, 2024, 2025 Łukasz Wojniłowicz <[email protected]>
@@ -15,16 +15,16 @@
 "Project-Id-Version: kcalc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-05-18 00:45+0000\n"
-"PO-Revision-Date: 2025-05-31 09:23+0200\n"
+"PO-Revision-Date: 2025-11-01 09:29+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
-"Language-Team: Polish <[email protected]>\n"
+"Language-Team: pl\n"
 "Language: pl\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%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 24.12.3\n"
+"X-Generator: Lokalize 25.08.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -136,7 +136,7 @@
 #: constants.ui:117 constants.ui:138
 #, kde-format
 msgid "Predefined"
-msgstr "Z zestawu"
+msgstr "Ze stałych"
 
 #. i18n: ectx: property (text), widget (QLabel, buttonlabel)
 #: fonts.ui:21
@@ -700,7 +700,7 @@
 #, kde-format
 msgctxt "Modulo"
 msgid "mod"
-msgstr "dzieleniemodulo"
+msgstr "mod"
 
 #. i18n: ectx: property (toolTip), widget (KCalcButton, pbMod)
 #: kcalc.cpp:582 kcalc.ui:629
@@ -1405,19 +1405,19 @@
 #: kcalc.ui:405
 #, kde-format
 msgid "&Deg"
-msgstr "&Stopień"
+msgstr "&Stopnie"
 
 #. i18n: ectx: property (text), widget (QRadioButton, radRadio)
 #: kcalc.ui:412
 #, kde-format
 msgid "&Rad"
-msgstr "&Radian"
+msgstr "&Radiany"
 
 #. i18n: ectx: property (text), widget (QRadioButton, gradRadio)
 #: kcalc.ui:419
 #, kde-format
 msgid "&Grad"
-msgstr "&Stopień"
+msgstr "&Grady"
 
 #. i18n: ectx: property (toolTip), widget (QComboBox, numeralSystemComboBox)
 #: kcalc.ui:426

Reply via email to