Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kolourpaint for openSUSE:Leap:16.0 checked in at 2025-08-07 21:00:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/kolourpaint (Old) and /work/SRC/openSUSE:Leap:16.0/.kolourpaint.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kolourpaint" Thu Aug 7 21:00:48 2025 rev:4 rq:1292873 version:25.04.3 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/kolourpaint/kolourpaint.changes 2025-04-23 18:08:54.729339857 +0200 +++ /work/SRC/openSUSE:Leap:16.0/.kolourpaint.new.1085/kolourpaint.changes 2025-08-07 21:02:42.750471384 +0200 @@ -1,0 +2,30 @@ +Tue Jul 1 15:27:11 UTC 2025 - Christophe Marin <[email protected]> + +- Update to 25.04.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/25.04.3/ +- No code change since 25.04.2 + +------------------------------------------------------------------- +Tue Jun 3 21:12:35 UTC 2025 - Christophe Marin <[email protected]> + +- 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:23 UTC 2025 - Christophe Marin <[email protected]> + +- Update to 25.04.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/25.04.1/ +- Changes since 25.04.0: + * CI: Flatpak - Delete whitespace + * CI: Flatpak - Disable testing for all KDE projects + * CI: Flatpak - Update to 6.8 runtime + +------------------------------------------------------------------- Old: ---- kolourpaint-25.04.0.tar.xz kolourpaint-25.04.0.tar.xz.sig New: ---- kolourpaint-25.04.3.tar.xz kolourpaint-25.04.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kolourpaint.spec ++++++ --- /var/tmp/diff_new_pack.mDb9s7/_old 2025-08-07 21:02:43.018482542 +0200 +++ /var/tmp/diff_new_pack.mDb9s7/_new 2025-08-07 21:02:43.018482542 +0200 @@ -21,7 +21,7 @@ %bcond_without released Name: kolourpaint -Version: 25.04.0 +Version: 25.04.3 Release: 0 Summary: Paint Program # See boo#717722 for license details ++++++ kolourpaint-25.04.0.tar.xz -> kolourpaint-25.04.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolourpaint-25.04.0/.flatpak-manifest.json new/kolourpaint-25.04.3/.flatpak-manifest.json --- old/kolourpaint-25.04.0/.flatpak-manifest.json 2025-04-10 05:10:29.000000000 +0200 +++ new/kolourpaint-25.04.3/.flatpak-manifest.json 2025-06-30 18:13:45.000000000 +0200 @@ -2,17 +2,19 @@ "id": "org.kde.kolourpaint", "branch": "master", "runtime": "org.kde.Platform", - "runtime-version": "6.7", + "runtime-version": "6.8", "sdk": "org.kde.Sdk", "command": "kolourpaint", "tags": ["nightly"], "desktop-file-name-suffix": " (Nightly)", "finish-args": ["--share=ipc", "--socket=cups", "--socket=fallback-x11", "--socket=wayland", "--filesystem=host" ], - "modules": [ { "name": "kolourpaint", "buildsystem": "cmake-ninja", + "config-opts": [ + "-DBUILD_TESTING=OFF" + ], "sources": [ { "type": "dir", "path": "." } ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolourpaint-25.04.0/CMakeLists.txt new/kolourpaint-25.04.3/CMakeLists.txt --- old/kolourpaint-25.04.0/CMakeLists.txt 2025-04-10 05:10:29.000000000 +0200 +++ new/kolourpaint-25.04.3/CMakeLists.txt 2025-06-30 18:13:45.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(kolourpaint VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolourpaint-25.04.0/org.kde.kolourpaint.appdata.xml new/kolourpaint-25.04.3/org.kde.kolourpaint.appdata.xml --- old/kolourpaint-25.04.0/org.kde.kolourpaint.appdata.xml 2025-04-10 05:10:29.000000000 +0200 +++ new/kolourpaint-25.04.3/org.kde.kolourpaint.appdata.xml 2025-06-30 18:13:45.000000000 +0200 @@ -466,6 +466,9 @@ <binary>kolourpaint</binary> </provides> <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/kolourpaint-25.04.0/po/ca@valencia/kolourpaint.po new/kolourpaint-25.04.3/po/ca@valencia/kolourpaint.po --- old/kolourpaint-25.04.0/po/ca@valencia/kolourpaint.po 2025-04-10 05:10:29.000000000 +0200 +++ new/kolourpaint-25.04.3/po/ca@valencia/kolourpaint.po 2025-06-30 18:13:45.000000000 +0200 @@ -2401,7 +2401,7 @@ "són prou similars.</p><p>Amb tot, si hi ha massa efecte i es canvien píxels " "amb colors que no considereu que siguen similars (p. ex., si <b>omplir</b> " "canvia massa píxels), hauríeu de disminuir este valor.</p><p>Per a " -"configurar-lo, cliqueu en el cub.</p></qt>" +"configurar-lo, cliqueu damunt del cub.</p></qt>" #: widgets/colorSimilarity/kpColorSimilarityHolder.cpp:93 #, kde-format @@ -2631,7 +2631,7 @@ "the color of the source cell.</p></qt>" msgstr "" "<qt><p>Per a seleccionar el color de primer pla amb el qual dibuixaran les " -"eines, cliqueu amb el botó esquerre en una cel·la de color. Per a " +"eines, cliqueu amb el botó esquerre damunt d'una cel·la de color. Per a " "seleccionar el color de fons, cliqueu amb el botó dret.</p><p>Per a canviar " "el color de la mateixa cel·la, feu-hi doble clic.</p><p>També podeu " "intercanviar el color d'una cel·la amb una altra arrossegant i deixant anar. " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolourpaint-25.04.0/po/es/docs/kolourpaint/index.docbook new/kolourpaint-25.04.3/po/es/docs/kolourpaint/index.docbook --- old/kolourpaint-25.04.0/po/es/docs/kolourpaint/index.docbook 2025-04-10 05:10:29.000000000 +0200 +++ new/kolourpaint-25.04.3/po/es/docs/kolourpaint/index.docbook 2025-06-30 18:13:45.000000000 +0200 @@ -912,12 +912,12 @@ <para >Es posible guardar la selección en un archivo usando la opción <guimenuitem ->Copiar en archivo...</guimenuitem +>Copiar en archivo…</guimenuitem > del menú de contexto o la opción <menuchoice ><guimenu >Editar</guimenu ><guimenuitem ->Copiar en archivo...</guimenuitem +>Copiar en archivo…</guimenuitem ></menuchoice > del menú principal. </para> </sect1> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolourpaint-25.04.0/po/es/kolourpaint.po new/kolourpaint-25.04.3/po/es/kolourpaint.po --- old/kolourpaint-25.04.0/po/es/kolourpaint.po 2025-04-10 05:10:29.000000000 +0200 +++ new/kolourpaint-25.04.3/po/es/kolourpaint.po 2025-06-30 18:13:45.000000000 +0200 @@ -1,4 +1,6 @@ # Spanish translations for kolourpaint.po package. +# Copyright (C) 2004-2025 This file is copyright: +# This file is distributed under the same license as the kolourpaint package. # # SPDX-FileCopyrightText: 2004 Miguel Revilla Rodríguez <[email protected]> # SPDX-FileCopyrightText: 2004, 2005 Pablo de Vicente <[email protected]> @@ -10,7 +12,7 @@ "Project-Id-Version: kolourpaint\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2025-01-09 00:39+0000\n" -"PO-Revision-Date: 2025-03-18 12:25+0100\n" +"PO-Revision-Date: 2025-05-18 13:07+0100\n" "Last-Translator: Eloy Cuadra <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" "Language: es\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolourpaint-25.04.0/po/eu/kolourpaint.po new/kolourpaint-25.04.3/po/eu/kolourpaint.po --- old/kolourpaint-25.04.0/po/eu/kolourpaint.po 2025-04-10 05:10:29.000000000 +0200 +++ new/kolourpaint-25.04.3/po/eu/kolourpaint.po 2025-06-30 18:13:45.000000000 +0200 @@ -1,7 +1,7 @@ # Translation for kolourpaint.po to Euskara/Basque (eu). # Copyright (C) 2005-2024 This file is copyright: # This file is distributed under the same license as the kolourpaint package. -# SPDX-FileCopyrightText: 2023, 2024 KDE euskaratzeko proiektuko arduraduna <[email protected]> +# SPDX-FileCopyrightText: 2023, 2024, 2025 KDE euskaratzeko proiektuko arduraduna <[email protected]> # # Translators: # Marcos <[email protected]>, 2005. @@ -14,25 +14,25 @@ "Project-Id-Version: kolourpaint\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2025-01-09 00:39+0000\n" -"PO-Revision-Date: 2024-10-09 21:03+0200\n" +"PO-Revision-Date: 2025-05-26 17:32+0200\n" "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n" "Language-Team: Basque <[email protected]>\n" "Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 24.08.1\n" +"X-Generator: Lokalize 25.04.1\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Ion Gaztañaga, Marcos Goyenetxe" +msgstr "Ion Gaztañaga,Marcos Goyenetxe" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "[email protected], [email protected]" +msgstr "[email protected],[email protected]" #: commands/imagelib/effects/kpEffectBalanceCommand.cpp:17 #: dialogs/imagelib/effects/kpEffectsDialog.cpp:80 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolourpaint-25.04.0/po/fi/kolourpaint.po new/kolourpaint-25.04.3/po/fi/kolourpaint.po --- old/kolourpaint-25.04.0/po/fi/kolourpaint.po 2025-04-10 05:10:29.000000000 +0200 +++ new/kolourpaint-25.04.3/po/fi/kolourpaint.po 2025-06-30 18:13:45.000000000 +0200 @@ -3,7 +3,7 @@ # Author: Artnay # Author: Karvjorm # Author: Lliehu -# SPDX-FileCopyrightText: 2011, 2016, 2018, 2021, 2023, 2024 Tommi Nieminen <[email protected]> +# SPDX-FileCopyrightText: 2011, 2016, 2018, 2021, 2023, 2024, 2025 Tommi Nieminen <[email protected]> # Kim Enkovaara <[email protected]>, 2004, 2006. # Ilpo Kantonen <[email protected]>, 2004. # Mikko Piippo <[email protected]>, 2007. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolourpaint-25.04.0/po/pl/kolourpaint.po new/kolourpaint-25.04.3/po/pl/kolourpaint.po --- old/kolourpaint-25.04.0/po/pl/kolourpaint.po 2025-04-10 05:10:29.000000000 +0200 +++ new/kolourpaint-25.04.3/po/pl/kolourpaint.po 2025-06-30 18:13:45.000000000 +0200 @@ -22,7 +22,6 @@ "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 23.08.5\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kolourpaint-25.04.0/snapcraft.yaml new/kolourpaint-25.04.3/snapcraft.yaml --- old/kolourpaint-25.04.0/snapcraft.yaml 2025-04-10 05:10:29.000000000 +0200 +++ new/kolourpaint-25.04.3/snapcraft.yaml 2025-06-30 18:13:45.000000000 +0200 @@ -16,6 +16,12 @@ command: usr/bin/kolourpaint plugs: - home + - audio-playback + environment: + ALSA_CONFIG_PATH: "$SNAP/kf6/etc/asound.conf" +layout: + /usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/alsa-lib: + bind: $SNAP/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/alsa-lib slots: session-dbus-interface: interface: dbus @@ -28,24 +34,19 @@ plugin: cmake source: . source-type: local + build-packages: + - libpulse0 + stage-packages: + - libpulse0 + - libasound2 + - libasound2-plugins + - libasound2-data cmake-parameters: - -DCMAKE_INSTALL_PREFIX=/usr - -DCMAKE_BUILD_TYPE=Release - -DQT_MAJOR_VERSION=6 - - -DBUILD_WITH_QT6=ON - -DBUILD_TESTING=OFF - - -DCMAKE_INSTALL_SYSCONFDIR=/etc - - -DCMAKE_INSTALL_LOCALSTATEDIR=/var - - -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON - - -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF - - -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON - - -DCMAKE_INSTALL_RUNSTATEDIR=/run - - -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON - - -DCMAKE_VERBOSE_MAKEFILE=ON - - -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 + 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" override-pull: |
