Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package aurorae6 for openSUSE:Factory checked in at 2025-10-22 12:11:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aurorae6 (Old) and /work/SRC/openSUSE:Factory/.aurorae6.new.18484 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aurorae6" Wed Oct 22 12:11:23 2025 rev:7 rq:1312741 version:6.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/aurorae6/aurorae6.changes 2025-09-11 14:37:55.236195094 +0200 +++ /work/SRC/openSUSE:Factory/.aurorae6.new.18484/aurorae6.changes 2025-10-22 12:11:45.735966705 +0200 @@ -1,0 +2,29 @@ +Thu Oct 16 18:12:56 UTC 2025 - Fabian Vogt <[email protected]> + +- Update to 6.5.0: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.5.0 +- Changes since 6.4.91: + * Update version for new release 6.5.0 + +------------------------------------------------------------------- +Thu Oct 2 14:44:23 UTC 2025 - Fabian Vogt <[email protected]> + +- Update to 6.4.91: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.4.91 +- Changes since 6.4.90: + * Update version for new release 6.4.91 + +------------------------------------------------------------------- +Tue Sep 23 06:38:30 UTC 2025 - Fabian Vogt <[email protected]> + +- Update to 6.4.90: + * New feature release + * For more details see https://kde.org/announcements/plasma/6/6.4.90 +- Changes since 6.4.5: + * Update version for new release 6.4.90 + * Drop unused dependency and mark KSvg as runtime + * update version for new release + +------------------------------------------------------------------- Old: ---- aurorae-6.4.5.tar.xz aurorae-6.4.5.tar.xz.sig New: ---- aurorae-6.5.0.tar.xz aurorae-6.5.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aurorae6.spec ++++++ --- /var/tmp/diff_new_pack.Q03wxl/_old 2025-10-22 12:11:46.303990655 +0200 +++ /var/tmp/diff_new_pack.Q03wxl/_new 2025-10-22 12:11:46.307990823 +0200 @@ -16,8 +16,8 @@ # -%define kf6_version 6.14.0 -%define qt6_version 6.8.0 +%define kf6_version 6.18.0 +%define qt6_version 6.9.0 %define rname aurorae # Full Plasma 6 version (e.g. 6.0.0) @@ -26,14 +26,14 @@ %{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk -F. '{print $1"."$2}')} %bcond_without released Name: aurorae6 -Version: 6.4.5 +Version: 6.5.0 Release: 0 Summary: Themeable window decoration for KWin License: GPL-2.0-or-later URL: https://www.kde.org/ -Source0: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz +Source0: %{rname}-%{version}.tar.xz %if %{with released} -Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig +Source1: %{rname}-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} ++++++ aurorae-6.4.5.tar.xz -> aurorae-6.5.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aurorae-6.4.5/CMakeLists.txt new/aurorae-6.5.0/CMakeLists.txt --- old/aurorae-6.4.5/CMakeLists.txt 2025-09-09 10:23:50.000000000 +0200 +++ new/aurorae-6.5.0/CMakeLists.txt 2025-10-16 11:03:13.000000000 +0200 @@ -1,15 +1,15 @@ cmake_minimum_required(VERSION 3.16) -set(PROJECT_VERSION "6.4.5") # Handled by release scripts +set(PROJECT_VERSION "6.5.0") # Handled by release scripts project(aurorae VERSION ${PROJECT_VERSION}) set(CMAKE_C_STANDARD 99) set(CMAKE_CXX_STANDARD 23) set(CMAKE_CXX_STANDARD_REQUIRED ON) -set(PROJECT_DEP_VERSION "6.4.5") -set(QT_MIN_VERSION "6.8.0") -set(KF6_MIN_VERSION "6.14.0") +set(PROJECT_DEP_VERSION "6.5.0") +set(QT_MIN_VERSION "6.9.0") +set(KF6_MIN_VERSION "6.18.0") set(KDE_COMPILERSETTINGS_LEVEL "5.82") find_package(ECM ${KF6_MIN_VERSION} REQUIRED NO_MODULE) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aurorae-6.4.5/po/de/aurorae.po new/aurorae-6.5.0/po/de/aurorae.po --- old/aurorae-6.4.5/po/de/aurorae.po 2025-09-09 10:23:50.000000000 +0200 +++ new/aurorae-6.5.0/po/de/aurorae.po 2025-10-16 11:03:13.000000000 +0200 @@ -2,8 +2,6 @@ # German translation for aurorae. # Copyright (C) 2025 This file is copyright: # This file is distributed under the same license as the aurorae package. -# Automatically generated, 2025. -# msgid "" msgstr "" "Project-Id-Version: aurorae\n" @@ -11,7 +9,7 @@ "POT-Creation-Date: 2025-03-15 00:43+0000\n" "PO-Revision-Date: 2025-02-23 11:57+0100\n" "Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"Language-Team: German <[email protected]>\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aurorae-6.4.5/po/lt/aurorae.po new/aurorae-6.5.0/po/lt/aurorae.po --- old/aurorae-6.4.5/po/lt/aurorae.po 1970-01-01 01:00:00.000000000 +0100 +++ new/aurorae-6.5.0/po/lt/aurorae.po 2025-10-16 11:03:13.000000000 +0200 @@ -0,0 +1,130 @@ +# Lithuanian translations for aurorae package. +# Copyright (C) 2025 This file is copyright: +# This file is distributed under the same license as the aurorae package. +# Automatically generated, 2025. +# +msgid "" +msgstr "" +"Project-Id-Version: aurorae\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2025-03-15 00:43+0000\n" +"PO-Revision-Date: 2025-09-04 14:14+0300\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: lt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n%10>=2 && (n%100<10 || n" +"%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n" +"X-Generator: Poedit 3.6\n" + +#: src/config/auroraeconfig.cpp:48 +#, kde-format +msgctxt "@item:inlistbox Button size:" +msgid "Tiny" +msgstr "Mažytis" + +#: src/config/auroraeconfig.cpp:49 +#, kde-format +msgctxt "@item:inlistbox Button size:" +msgid "Normal" +msgstr "Normalus" + +#: src/config/auroraeconfig.cpp:50 +#, kde-format +msgctxt "@item:inlistbox Button size:" +msgid "Large" +msgstr "Didelis" + +#: src/config/auroraeconfig.cpp:51 +#, kde-format +msgctxt "@item:inlistbox Button size:" +msgid "Very Large" +msgstr "Labai didelis" + +#: src/config/auroraeconfig.cpp:52 +#, kde-format +msgctxt "@item:inlistbox Button size:" +msgid "Huge" +msgstr "Didžiulis" + +#: src/config/auroraeconfig.cpp:53 +#, kde-format +msgctxt "@item:inlistbox Button size:" +msgid "Very Huge" +msgstr "Milžiniškas" + +#: src/config/auroraeconfig.cpp:54 +#, kde-format +msgctxt "@item:inlistbox Button size:" +msgid "Oversized" +msgstr "Per didelis" + +#: src/config/auroraeconfig.cpp:57 +#, kde-format +msgid "Button size:" +msgstr "Mygtukų dydis:" + +#. i18n: ectx: property (windowTitle), widget (QWidget, PlastikConfigDialog) +#: themes/plastik/package/contents/ui/config.ui:14 +#, kde-format +msgid "Config Dialog" +msgstr "Konfigūracijos dialogas" + +#. i18n: ectx: property (title), widget (KButtonGroup, titleAlign) +#: themes/plastik/package/contents/ui/config.ui:23 +#, kde-format +msgid "Title &Alignment" +msgstr "Antraščių &lygiavimas" + +#. i18n: ectx: property (text), widget (QRadioButton, kcfg_titleAlignLeft) +#: themes/plastik/package/contents/ui/config.ui:29 +#, kde-format +msgid "Left" +msgstr "Kairėje" + +#. i18n: ectx: property (text), widget (QRadioButton, kcfg_titleAlignCenter) +#: themes/plastik/package/contents/ui/config.ui:36 +#, kde-format +msgid "Center" +msgstr "Centre" + +#. i18n: ectx: property (text), widget (QRadioButton, kcfg_titleAlignRight) +#: themes/plastik/package/contents/ui/config.ui:43 +#, kde-format +msgid "Right" +msgstr "Dešinėje" + +#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_coloredBorder) +#: themes/plastik/package/contents/ui/config.ui:53 +#, kde-format +msgid "" +"Check this option if the window border should be painted in the titlebar " +"color. Otherwise it will be painted in the background color." +msgstr "" +"Pažymėkite šią parinktį jei norite, kad langų rėmeliai būtų piešiami " +"naudojant antraštės juostos spalvas. Priešingu atveju, jie bus piešiami " +"naudojant įprastas fono spalvas." + +#. i18n: ectx: property (text), widget (QCheckBox, kcfg_coloredBorder) +#: themes/plastik/package/contents/ui/config.ui:56 +#, kde-format +msgid "Colored window border" +msgstr "Spalvotas lango rėmelis" + +#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_animateButtons) +#: themes/plastik/package/contents/ui/config.ui:66 +#, kde-format +msgid "" +"Check this option if you want the buttons to fade in when the mouse pointer " +"hovers over them and fade out again when it moves away." +msgstr "" +"Pažymėkite šią parinktį jei norite, kad mygtukai, užvedus ant jų pelę, " +"laipniškai išryškėtų, o po to, pelę patraukus, vėl laipsniškai išnyktų." + +#. i18n: ectx: property (text), widget (QCheckBox, kcfg_animateButtons) +#: themes/plastik/package/contents/ui/config.ui:69 +#, kde-format +msgid "Animate buttons" +msgstr "Animuoti mygtukus" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aurorae-6.4.5/src/config/kcm_auroraeconfig.json new/aurorae-6.5.0/src/config/kcm_auroraeconfig.json --- old/aurorae-6.4.5/src/config/kcm_auroraeconfig.json 2025-09-09 10:23:50.000000000 +0200 +++ new/aurorae-6.5.0/src/config/kcm_auroraeconfig.json 2025-10-16 11:03:13.000000000 +0200 @@ -15,11 +15,13 @@ "Description[it]": "Motore di temi per la decorazione delle finestre", "Description[ka]": "ფანჯრის დეკორაციის თემის ძრავა", "Description[ko]": "창 장식 테마 엔진", + "Description[lt]": "Langų dekoracijų apipavidalinimo modulis", "Description[lv]": "Logu noformējuma motīva dzinis", "Description[nb]": "Temamotor for vindusdekorasjon", "Description[nl]": "Engine voor thema van vensterdecoraties", "Description[pl]": "Silnik ozdabiania okien", "Description[pt_BR]": "Motor de tema de decoração de janela", + "Description[ro]": "Motor pentru tematici de decorațiuni de fereastră", "Description[ru]": "Механизм поддержки оформления окон", "Description[sl]": "Tematski mehanizem za dekoracijo oken", "Description[sv]": "Temagränssnitt för fönsterdekorationer", @@ -42,11 +44,13 @@ "Name[it]": "Decorazione delle finestre Aurorae", "Name[ka]": "ფანჯრის დეკორაცია Aurorae", "Name[ko]": "Aurorae 창 장식", + "Name[lt]": "Aurorae langų dekoracijos", "Name[lv]": "„Aurorae“ logu dekorācija", "Name[nb]": "Aurorae-vindusdekorasjon", "Name[nl]": "Vensterdecoratie van Aurorae", "Name[pl]": "Ozdabianie okien Aurorae", "Name[pt_BR]": "Decoração de Janela Aurorae", + "Name[ro]": "Decorație de fereastră Aurorae", "Name[ru]": "Оформление окон Aurorae", "Name[sl]": "Dekoracija oken Aurorae", "Name[sv]": "Aurora fönsterdekorationer", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aurorae-6.4.5/themes/plastik/package/metadata.json new/aurorae-6.5.0/themes/plastik/package/metadata.json --- old/aurorae-6.4.5/themes/plastik/package/metadata.json 2025-09-09 10:23:50.000000000 +0200 +++ new/aurorae-6.5.0/themes/plastik/package/metadata.json 2025-10-16 11:03:13.000000000 +0200 @@ -19,11 +19,13 @@ "Name[it]": "Martin Gräßlin", "Name[ka]": "მარტინ გრესსლინი", "Name[ko]": "Martin Gräßlin", + "Name[lt]": "Martin Gräßlin", "Name[lv]": "Martin Gräßlin", "Name[nb]": "Martin Gräßlin", "Name[nl]": "Martin Gräßlin", "Name[pl]": "Martin Gräßlin", "Name[pt_BR]": "Martin Gräßlin", + "Name[ro]": "Martin Gräßlin", "Name[ru]": "Martin Gräßlin", "Name[sl]": "Martin Gräßlin", "Name[sv]": "Martin Gräßlin", @@ -48,11 +50,13 @@ "Description[it]": "Il tema classico conosciuto dai tempi di KDE 3", "Description[ka]": "კლასიკური თემა KDE 3 -დან", "Description[ko]": "KDE 3의 고전 테마", + "Description[lt]": "Klasikinis apipavidalinimas, žinomas iš KDE 3", "Description[lv]": "Pazīstamais motīvs no KDE 3", "Description[nb]": "Det klassiske temaet kjent fra KDE 3", "Description[nl]": "Het klassieke thema bekend van KDE 3", "Description[pl]": "Klasyczny wygląd znany z KDE 3", "Description[pt_BR]": "O tema clássico conhecido do KDE 3", + "Description[ro]": "Tematica clasică cunoscută din KDE 3", "Description[ru]": "Классическая тема, известная со времён KDE 3", "Description[sl]": "Klasična tema znana iz KDE 3", "Description[sv]": "Det klassiska temat känt från KDE 3", @@ -77,11 +81,13 @@ "Name[it]": "Plastik", "Name[ka]": "Plastik", "Name[ko]": "Plastik", + "Name[lt]": "Plastik", "Name[lv]": "Plastik", "Name[nb]": "Plastik", "Name[nl]": "Plastik", "Name[pl]": "Plastik", "Name[pt_BR]": "Plastik", + "Name[ro]": "Plastik", "Name[ru]": "Plastik", "Name[sl]": "Plastik", "Name[sv]": "Plastik",
