Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kteatime for openSUSE:Leap:16.0 checked in at 2025-08-07 21:00:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/kteatime (Old) and /work/SRC/openSUSE:Leap:16.0/.kteatime.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kteatime" Thu Aug 7 21:00:59 2025 rev:4 rq:1292919 version:25.04.3 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/kteatime/kteatime.changes 2025-04-23 18:09:15.494210221 +0200 +++ /work/SRC/openSUSE:Leap:16.0/.kteatime.new.1085/kteatime.changes 2025-08-07 21:03:14.479792310 +0200 @@ -1,0 +2,28 @@ +Tue Jul 1 15:27:21 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 25.04.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/25.04.3/ +- Changes since 25.04.2: + * Fix tea remove button in settings (kde#504726) + +------------------------------------------------------------------- +Tue Jun 3 21:12:46 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 25.04.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/25.04.2/ +- No code change since 25.04.1 + +------------------------------------------------------------------- +Wed May 7 21:00:33 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 25.04.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/25.04.1/ +- No code change since 25.04.0 + +------------------------------------------------------------------- Old: ---- kteatime-25.04.0.tar.xz kteatime-25.04.0.tar.xz.sig New: ---- kteatime-25.04.3.tar.xz kteatime-25.04.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kteatime.spec ++++++ --- /var/tmp/diff_new_pack.cQh0hi/_old 2025-08-07 21:03:14.787805133 +0200 +++ /var/tmp/diff_new_pack.cQh0hi/_new 2025-08-07 21:03:14.791805299 +0200 @@ -21,7 +21,7 @@ %bcond_without released Name: kteatime -Version: 25.04.0 +Version: 25.04.3 Release: 0 Summary: Timer for various types of tea License: GPL-2.0-or-later ++++++ kteatime-25.04.0.tar.xz -> kteatime-25.04.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.04.0/CMakeLists.txt new/kteatime-25.04.3/CMakeLists.txt --- old/kteatime-25.04.0/CMakeLists.txt 2025-04-07 23:36:54.000000000 +0200 +++ new/kteatime-25.04.3/CMakeLists.txt 2025-06-30 18:38:08.000000000 +0200 @@ -3,7 +3,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 "0") +set (RELEASE_SERVICE_VERSION_MICRO "3") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(kteatime VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.04.0/org.kde.kteatime.appdata.xml new/kteatime-25.04.3/org.kde.kteatime.appdata.xml --- old/kteatime-25.04.0/org.kde.kteatime.appdata.xml 2025-04-07 23:36:54.000000000 +0200 +++ new/kteatime-25.04.3/org.kde.kteatime.appdata.xml 2025-06-30 18:38:08.000000000 +0200 @@ -165,6 +165,9 @@ </provides> <launchable type="desktop-id">org.kde.kteatime.desktop</launchable> <releases> + <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"/> <release version="25.04.0" date="2025-04-17"/> <release version="24.12.3" date="2025-03-06"/> <release version="24.12.2" date="2025-02-06"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.04.0/po/es/docs/kteatime/index.docbook new/kteatime-25.04.3/po/es/docs/kteatime/index.docbook --- old/kteatime-25.04.0/po/es/docs/kteatime/index.docbook 2025-04-07 23:36:54.000000000 +0200 +++ new/kteatime-25.04.3/po/es/docs/kteatime/index.docbook 2025-06-30 18:38:08.000000000 +0200 @@ -140,12 +140,12 @@ > y <guimenuitem >Té verde</guimenuitem >. Estos tés están preconfigurados con un tiempo predeterminado. Mucha gente >se ha quejado diciendo que esos tiempos no son correctos. Recuerde que la >cantidad de tiempo que toma preparar una taza de té se basa principalmente en >el gusto personal. Los tiempos elegidos son aproximados. Si sigue leyendo, >sabrá como cambiar o borrar los tiempos predefinidos y como definir su propio >plazo de tiempo. Una forma fácil y rápida de establecer un tiempo >personalizado es eligiendo <guimenuitem ->Personalizado...</guimenuitem +>Personalizado…</guimenuitem > en el menú.</para> <para >Al pulsar <guimenuitem ->Configurar notificaciones...</guimenuitem +>Configurar notificaciones…</guimenuitem > se muestran las preferencias de las notificaciones de &kde; para > &kteatime;.</para> </sect1> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.04.0/po/es/kteatime.po new/kteatime-25.04.3/po/es/kteatime.po --- old/kteatime-25.04.0/po/es/kteatime.po 2025-04-07 23:36:54.000000000 +0200 +++ new/kteatime-25.04.3/po/es/kteatime.po 2025-06-30 18:38:08.000000000 +0200 @@ -1,21 +1,22 @@ -# translation of kteatime.po to Spanish -# traducción de kteatime.po a Español -# translation of kteatime.po to -# Eduardo Sanchez <k...@sombragris.org>, 2003, 2005, 2007, 2008. -# Jaime Robles <ja...@kde.org>, 2004, 2008, 2009. -# Eduardo Sanchez <i...@cbvm.edu.py>, 2004. -# Eduardo Sanchez <li...@sombragris.org>, 2005. -# Santiago Fernandez Sancho <sa...@kde-es.org>, 2006. -# Pablo de Vicente <pablo.device...@gmail.com>, 2006. -# Cristina Yenyxe Gonzalez Garcia <the.blue.valky...@gmail.com>, 2009. -# Eloy Cuadra <ecua...@eloihr.net>, 2010, 2018, 2019, 2021. -# Javier Vinal <fjvi...@gmail.com>, 2014. +# Spanish translations for kteatime.po package. +# Copyright (C) 2003-2025 This file is copyright: +# This file is distributed under the same license as the kteatime package. +# +# SPDX-FileCopyrightText: 2003, 2005, 2007, 2008 Eduardo Sanchez <k...@sombragris.org> +# SPDX-FileCopyrightText: 2004, 2008, 2009 Jaime Robles <ja...@kde.org> +# SPDX-FileCopyrightText: 2004 Eduardo Sanchez <i...@cbvm.edu.py> +# SPDX-FileCopyrightText: 2005 Eduardo Sanchez <li...@sombragris.org> +# SPDX-FileCopyrightText: 2006 Santiago Fernandez Sancho <sa...@kde-es.org> +# SPDX-FileCopyrightText: 2006 Pablo de Vicente <pablo.device...@gmail.com> +# SPDX-FileCopyrightText: 2009 Cristina Yenyxe Gonzalez Garcia <the.blue.valky...@gmail.com> +# SPDX-FileCopyrightText: 2010, 2018, 2019, 2021, 2025 Eloy Cuadra <ecua...@eloihr.net> +# SPDX-FileCopyrightText: 2014 Javier Vinal <fjvi...@gmail.com> msgid "" msgstr "" "Project-Id-Version: kteatime\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2024-04-20 00:40+0000\n" -"PO-Revision-Date: 2021-01-18 00:32+0100\n" +"PO-Revision-Date: 2025-05-18 15:14+0100\n" "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n" "Language-Team: Spanish <kde-l10n...@kde.org>\n" "Language: es\n" @@ -376,12 +377,12 @@ #: src/toplevel.cpp:90 #, kde-format msgid "&Configure..." -msgstr "&Configurar..." +msgstr "&Configurar…" #: src/toplevel.cpp:98 #, kde-format msgid "&Custom..." -msgstr "&Personalizado..." +msgstr "&Personalizado…" #: src/toplevel.cpp:154 #, kde-format @@ -414,9 +415,3 @@ msgctxt "%1 is the time, %2 is the name of the tea" msgid "%1 left for %2." msgstr "faltan %1 para %2." - -#~ msgid "Anonymous Tea" -#~ msgstr "Té anónimo" - -#~ msgid "&Anonymous..." -#~ msgstr "&Anónimo..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.04.0/snapcraft.yaml new/kteatime-25.04.3/snapcraft.yaml --- old/kteatime-25.04.0/snapcraft.yaml 2025-04-07 23:36:54.000000000 +0200 +++ new/kteatime-25.04.3/snapcraft.yaml 2025-06-30 18:38:08.000000000 +0200 @@ -1,11 +1,11 @@ -# SPDX-FileCopyrightText: 2024 Scarlett Moore <sgmo...@kde.org> +# SPDX-FileCopyrightText: 2024-2025 Scarlett Moore <sgmo...@kde.org> # # SPDX-License-Identifier: CC0-1.0 --- name: kteatime confinement: strict grade: stable -base: core22 +base: core24 adopt-info: kteatime apps: kteatime: @@ -15,21 +15,12 @@ desktop: usr/share/applications/org.kde.kteatime.desktop command: usr/bin/kteatime plugs: - - audio-record + - audio-playback slots: session-dbus-interface: interface: dbus name: org.kde.kteatime bus: session -package-repositories: - - type: apt - components: - - main - suites: - - jammy - key-id: 444DABCF3667D0283F894EDDE6D4736255751E5D - url: http://origin.archive.neon.kde.org/user - key-server: keyserver.ubuntu.com parts: kteatime: parse-info: @@ -58,6 +49,9 @@ - -DCMAKE_INSTALL_LIBDIR=lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR - --log-level=STATUS - -DCMAKE_LIBRARY_PATH=lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR + build-environment: &build-environment + - LD_LIBRARY_PATH: > + "/snap/mesa-2404/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:$CRAFT_STAGE/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:/snap/kde-qt6-core24-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/libproxy:$LD_LIBRARY_PATH" prime: - -usr/lib/*/cmake/* - -usr/include/* @@ -67,17 +61,25 @@ - -usr/lib/gcc/$CRAFT_ARCH_TRIPLET_BUILD_FOR/6.0.0 - -usr/lib/aspell/* - -usr/share/lintian + gpu-2404: + after: [kteatime] + source: https://github.com/canonical/gpu-snap.git + plugin: dump + override-prime: | + craftctl default + ${CRAFT_PART_SRC}/bin/gpu-2404-cleanup mesa-2404 + prime: + - bin/gpu-2404-wrapper cleanup: after: - kteatime plugin: nil build-snaps: - - core22 - - kf6-core22 - - qt-common-themes + - core24 + - kf6-core24 override-prime: | set -eux - for snap in "core22" "kf6-core22" "qt-common-themes"; do + for snap in "core24" "kf6-core24"; do cd "/snap/$snap/current" && find . -type f,l -exec rm -rf "${CRAFT_PRIME}/{}" \; done diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kteatime-25.04.0/src/settings.cpp new/kteatime-25.04.3/src/settings.cpp --- old/kteatime-25.04.0/src/settings.cpp 2025-04-07 23:36:54.000000000 +0200 +++ new/kteatime-25.04.3/src/settings.cpp 2025-06-30 18:38:08.000000000 +0200 @@ -217,6 +217,9 @@ bool state = !items.isEmpty(); + if (m_model->rowCount() > 1 && !state) + return; + mUi->teaPropertiesGroup->setEnabled(state); mUi->teaNameEdit->setEnabled(state); mUi->minutesSpin->setEnabled(state);