Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ktimer for openSUSE:Factory checked 
in at 2025-08-16 20:38:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktimer (Old)
 and      /work/SRC/openSUSE:Factory/.ktimer.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktimer"

Sat Aug 16 20:38:43 2025 rev:170 rq:1299694 version:25.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktimer/ktimer.changes    2025-07-06 
17:16:12.051538809 +0200
+++ /work/SRC/openSUSE:Factory/.ktimer.new.1085/ktimer.changes  2025-08-16 
20:42:30.075997117 +0200
@@ -1,0 +2,17 @@
+Fri Aug  8 07:47:56 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 25.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/25.08.0/
+- No code change since 25.07.80
+
+-------------------------------------------------------------------
+Mon Jul 14 14:25:43 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 25.07.80
+  * New feature release
+- Changes since 25.04.3:
+  * Set window icon
+
+-------------------------------------------------------------------

Old:
----
  ktimer-25.04.3.tar.xz
  ktimer-25.04.3.tar.xz.sig

New:
----
  ktimer-25.08.0.tar.xz
  ktimer-25.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ ktimer.spec ++++++
--- /var/tmp/diff_new_pack.V8F7g7/_old  2025-08-16 20:42:31.328049077 +0200
+++ /var/tmp/diff_new_pack.V8F7g7/_new  2025-08-16 20:42:31.340049575 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ktimer
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,12 @@
 #
 
 
-%define kf6_version 6.6.0
-%define qt6_version 6.6.0
+%define kf6_version 6.14.0
+%define qt6_version 6.8.0
 
 %bcond_without released
 Name:           ktimer
-Version:        25.04.3
+Version:        25.08.0
 Release:        0
 Summary:        Countdown Launcher
 License:        GPL-2.0-or-later


++++++ ktimer-25.04.3.tar.xz -> ktimer-25.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-25.04.3/CMakeLists.txt 
new/ktimer-25.08.0/CMakeLists.txt
--- old/ktimer-25.04.3/CMakeLists.txt   2025-06-30 18:17:25.000000000 +0200
+++ new/ktimer-25.08.0/CMakeLists.txt   2025-08-01 00:09:44.000000000 +0200
@@ -1,7 +1,7 @@
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "25")
-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}")
 cmake_minimum_required (VERSION 3.16 FATAL_ERROR)
 project(ktimer VERSION ${RELEASE_SERVICE_VERSION})
@@ -48,7 +48,7 @@
 )
 
 ecm_set_disabled_deprecation_versions(QT 6.8.0
-    KF 6.12.0
+    KF 6.14.0
 )
 add_definitions(-DQT_NO_CONTEXTLESS_CONNECT)
 add_executable(ktimer)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-25.04.3/main.cpp new/ktimer-25.08.0/main.cpp
--- old/ktimer-25.04.3/main.cpp 2025-06-30 18:17:25.000000000 +0200
+++ new/ktimer-25.08.0/main.cpp 2025-08-01 00:09:44.000000000 +0200
@@ -27,6 +27,7 @@
                          i18n("(c) 2001, Stefan Schimanski"),
                          QStringLiteral("https://apps.kde.org/ktimer";));
     aboutData.addAuthor(i18n("Stefan Schimanski"), QString(), 
QStringLiteral("schi...@kde.org"));
+    QApplication::setWindowIcon(QIcon::fromTheme(QStringLiteral("ktimer")));
     QCommandLineParser parser;
     KAboutData::setApplicationData(aboutData);
     aboutData.setupCommandLine(&parser);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-25.04.3/org.kde.ktimer.appdata.xml 
new/ktimer-25.08.0/org.kde.ktimer.appdata.xml
--- old/ktimer-25.04.3/org.kde.ktimer.appdata.xml       2025-06-30 
18:17:25.000000000 +0200
+++ new/ktimer-25.08.0/org.kde.ktimer.appdata.xml       2025-08-01 
00:09:44.000000000 +0200
@@ -203,6 +203,7 @@
   </provides>
   <launchable type="desktop-id">org.kde.ktimer.desktop</launchable>
   <releases>
+    <release version="25.08.0" date="2025-08-14"/>
     <release version="25.04.3" date="2025-07-03"/>
     <release version="25.04.2" date="2025-06-05"/>
     <release version="25.04.1" date="2025-05-08"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-25.04.3/po/ar/ktimer.po 
new/ktimer-25.08.0/po/ar/ktimer.po
--- old/ktimer-25.04.3/po/ar/ktimer.po  2025-06-30 18:17:25.000000000 +0200
+++ new/ktimer-25.08.0/po/ar/ktimer.po  2025-08-01 00:09:44.000000000 +0200
@@ -21,7 +21,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
-"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
+"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-25.04.3/po/ca/docs/ktimer/index.docbook 
new/ktimer-25.08.0/po/ca/docs/ktimer/index.docbook
--- old/ktimer-25.04.3/po/ca/docs/ktimer/index.docbook  2025-06-30 
18:17:25.000000000 +0200
+++ new/ktimer-25.08.0/po/ca/docs/ktimer/index.docbook  2025-08-01 
00:09:44.000000000 +0200
@@ -119,7 +119,7 @@
 >Nou</guibutton
 >. A continuació, escriviu l'ordre que voleu executar en el quadre <guilabel
 >Línia d'ordres:</guilabel
->. Després podeu ajustar la configuració, o iniciar el temporitzador de compte 
enrere. Quan s'acabi el temps, l'ordre serà executada.</para>
+>. Després podeu ajustar la configuració, o iniciar el temporitzador de compte 
enrere. Quan s'acabi el temps, l'ordre s'executarà.</para>
 
 <screenshot>
 <screeninfo
@@ -136,11 +136,11 @@
 </screenshot>
 
 <para
->Usarem el &konqueror; com a exemple. Per defecte, s'executarà en 100 segons 
una vegada el compte enrere del temporitzador hagi començat.</para>
+>Usarem el &konqueror; com a exemple. Per defecte, s'executarà d'aquí a 100 
segons una vegada el compte enrere del temporitzador hagi començat.</para>
 
 <screenshot>
 <screeninfo
->El compte enrere ja està en marxa: El &konqueror; s'executarà en 56 
segons.</screeninfo>
+>El compte enrere ja està en marxa: El &konqueror; s'executarà d'aquí a 56 
segons.</screeninfo>
        <mediaobject>
          <imageobject>
            <imagedata fileref="running.png" format="PNG"/>
@@ -153,7 +153,7 @@
 </screenshot>
 
 <para
->Ara començarà la tasca. Ja porta en execució una estona i està en mig del 
compte enrere. En 56 segons s'iniciarà el &konqueror;.</para>
+>Ara començarà la tasca. Ja porta en execució una estona i està en mig del 
compte enrere. D'aquí a 56 segons s'iniciarà el &konqueror;.</para>
 
 <para
 >Veieu aquesta barra de desplaçament? La podeu utilitzar per a incrementar o 
 >reduir ràpidament la quantitat de temps en una tasca.</para>
@@ -173,7 +173,7 @@
 </screenshot>
 
 <para
->Ara s'ha programat l'execució de dos &konqueror;. La de dalt començarà en 20 
segons, i la de baix està actualment aturada. Podeu afegir més ordres. Tot i 
que mai desitgeu tenir tants &konqueror;, és probable que vulgueu utilitzar 
altres executables. Potser el vostre propi script de l'intèrpret 
d'ordres.</para>
+>Ara s'ha programat l'execució de dos &konqueror;. La de dalt començarà d'aquí 
a 20 segons, i la de baix està actualment aturada. Podeu afegir més ordres. Tot 
i que mai desitgeu tenir tants &konqueror;, és probable que vulgueu utilitzar 
altres executables. Potser el vostre propi script de l'intèrpret 
d'ordres.</para>
 
 <para
 >Si voleu iniciar una tasca nova amb un retard determinat després de 
 >finalitzar la tasca anterior a la llista, marqueu l'opció <guilabel
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-25.04.3/po/ca/ktimer.po 
new/ktimer-25.08.0/po/ca/ktimer.po
--- old/ktimer-25.04.3/po/ca/ktimer.po  2025-06-30 18:17:25.000000000 +0200
+++ new/ktimer-25.08.0/po/ca/ktimer.po  2025-08-01 00:09:44.000000000 +0200
@@ -350,3 +350,9 @@
 msgid "Enter a program you would like to run when the countdown is zero"
 msgstr ""
 "Introduïu un programa que voleu executar quan el compte enrere sigui zero"
+
+#~ msgid "You can change the amount of time here."
+#~ msgstr "Aquí podeu canviar la durada."
+
+#~ msgid "This many seconds are left"
+#~ msgstr "Aquests són els segons que falten"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-25.04.3/po/es/ktimer.po 
new/ktimer-25.08.0/po/es/ktimer.po
--- old/ktimer-25.04.3/po/es/ktimer.po  2025-06-30 18:17:25.000000000 +0200
+++ new/ktimer-25.08.0/po/es/ktimer.po  2025-08-01 00:09:44.000000000 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: ktimer\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2024-08-30 00:42+0000\n"
-"PO-Revision-Date: 2025-05-18 14:40+0100\n"
+"PO-Revision-Date: 2025-05-18 14:39+0100\n"
 "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
 "Language: es\n"

Reply via email to