Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kio_audiocd for openSUSE:Factory checked in at 2026-02-06 19:03:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kio_audiocd (Old) and /work/SRC/openSUSE:Factory/.kio_audiocd.new.1670 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kio_audiocd" Fri Feb 6 19:03:38 2026 rev:168 rq:1331271 version:25.12.2 Changes: -------- --- /work/SRC/openSUSE:Factory/kio_audiocd/kio_audiocd.changes 2026-01-12 10:20:04.918441918 +0100 +++ /work/SRC/openSUSE:Factory/.kio_audiocd.new.1670/kio_audiocd.changes 2026-02-06 19:04:33.133476486 +0100 @@ -1,0 +2,11 @@ +Tue Feb 3 10:05:13 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 25.12.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/25.12.2/ +- Changes since 25.12.1: + * update docpath in json + * rename English docbook folders + +------------------------------------------------------------------- Old: ---- audiocd-kio-25.12.1.tar.xz audiocd-kio-25.12.1.tar.xz.sig New: ---- audiocd-kio-25.12.2.tar.xz audiocd-kio-25.12.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kio_audiocd.spec ++++++ --- /var/tmp/diff_new_pack.u8cdCq/_old 2026-02-06 19:04:33.837506074 +0100 +++ /var/tmp/diff_new_pack.u8cdCq/_new 2026-02-06 19:04:33.841506243 +0100 @@ -22,7 +22,7 @@ %bcond_without released Name: kio_audiocd -Version: 25.12.1 +Version: 25.12.2 Release: 0 Summary: KDE I/O Slave for Audio CDs License: GPL-2.0-or-later @@ -78,7 +78,7 @@ %files %license COPYING* %doc %lang(en) %{_kf6_htmldir}/en/kcontrol/ -%doc %lang(en) %{_kf6_htmldir}/en/kioslave5/ +%doc %lang(en) %{_kf6_htmldir}/en/kioworker6/ %{_kf6_applicationsdir}/kcm_audiocd.desktop %{_kf6_appstreamdir}/org.kde.kio_audiocd.metainfo.xml %{_kf6_configkcfgdir}/audiocd_*_encoder.kcfg @@ -102,5 +102,5 @@ %files lang -f %{name}.lang %exclude %{_kf6_htmldir}/en/kcontrol/ -%exclude %{_kf6_htmldir}/en/kioslave5/ +%exclude %{_kf6_htmldir}/en/kioworker6/ ++++++ audiocd-kio-25.12.1.tar.xz -> audiocd-kio-25.12.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/audiocd-kio-25.12.1/CMakeLists.txt new/audiocd-kio-25.12.2/CMakeLists.txt --- old/audiocd-kio-25.12.1/CMakeLists.txt 2026-01-05 04:40:29.000000000 +0100 +++ new/audiocd-kio-25.12.2/CMakeLists.txt 2026-01-30 04:46:41.000000000 +0100 @@ -2,7 +2,7 @@ set (RELEASE_SERVICE_VERSION_MAJOR "25") set (RELEASE_SERVICE_VERSION_MINOR "12") -set (RELEASE_SERVICE_VERSION_MICRO "1") +set (RELEASE_SERVICE_VERSION_MICRO "2") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") set (RELEASE_SERVICE_COMPACT_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/audiocd-kio-25.12.1/audiocd.json new/audiocd-kio-25.12.2/audiocd.json --- old/audiocd-kio-25.12.1/audiocd.json 2026-01-05 04:40:29.000000000 +0100 +++ new/audiocd-kio-25.12.2/audiocd.json 2026-01-30 04:46:41.000000000 +0100 @@ -4,7 +4,7 @@ "Class": ":local", "Icon": "media-optical-audio", "ShowPreviews": false, - "X-DocPath": "kioslave5/audiocd/index.html", + "X-DocPath": "kioworker6/audiocd/index.html", "copyFromFile": true, "copyToFile": false, "deleting": false, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/audiocd-kio-25.12.1/data/org.kde.kio_audiocd.metainfo.xml new/audiocd-kio-25.12.2/data/org.kde.kio_audiocd.metainfo.xml --- old/audiocd-kio-25.12.1/data/org.kde.kio_audiocd.metainfo.xml 2026-01-05 04:40:29.000000000 +0100 +++ new/audiocd-kio-25.12.2/data/org.kde.kio_audiocd.metainfo.xml 2026-01-30 04:46:41.000000000 +0100 @@ -189,6 +189,7 @@ </categories> <icon type="stock">media-optical-audio</icon> <releases> + <release version="5.1.25122" date="2026-02-05"/> <release version="5.1.25121" date="2026-01-08"/> <release version="5.1.25120" date="2025-12-11"/> <release version="5.1.0" date="2025-11-06"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/audiocd-kio-25.12.1/doc/CMakeLists.txt new/audiocd-kio-25.12.2/doc/CMakeLists.txt --- old/audiocd-kio-25.12.1/doc/CMakeLists.txt 2026-01-05 04:40:29.000000000 +0100 +++ new/audiocd-kio-25.12.2/doc/CMakeLists.txt 2026-01-30 04:46:41.000000000 +0100 @@ -1,2 +1,2 @@ ########### install files ############### -kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kioslave5/audiocd) +kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kioworker6/audiocd) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/audiocd-kio-25.12.1/kcmaudiocd/doc/CMakeLists.txt new/audiocd-kio-25.12.2/kcmaudiocd/doc/CMakeLists.txt --- old/audiocd-kio-25.12.1/kcmaudiocd/doc/CMakeLists.txt 2026-01-05 04:40:29.000000000 +0100 +++ new/audiocd-kio-25.12.2/kcmaudiocd/doc/CMakeLists.txt 2026-01-30 04:46:41.000000000 +0100 @@ -1,3 +1,3 @@ ########### install files ############### # -kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kcontrol/audiocd) +kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kcontrol/kcmaudiocd) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/audiocd-kio-25.12.1/kcmaudiocd/kcm_audiocd.json new/audiocd-kio-25.12.2/kcmaudiocd/kcm_audiocd.json --- old/audiocd-kio-25.12.1/kcmaudiocd/kcm_audiocd.json 2026-01-05 04:40:29.000000000 +0100 +++ new/audiocd-kio-25.12.2/kcmaudiocd/kcm_audiocd.json 2026-01-30 04:46:41.000000000 +0100 @@ -106,7 +106,7 @@ "KCModule" ] }, - "X-DocPath": "kcontrol/audiocd/index.html", + "X-DocPath": "kcontrol/kcmaudiocd/index.html", "X-KDE-Keywords": "Audio CD,CD,Ogg,Vorbis,Encoding,CDDA,Bitrate", "X-KDE-Keywords[ar]": "أقراص,صوتية,اقراص صوتية, أقراص صوتية, ترميز, صوت, أغاني, صوتيات, أصوات, قرص, صوتي, قرص صوتي", "X-KDE-Keywords[az]": "Audio CD,CD,Ogg,Vorbis,Encoding,CDDA,Bitrate,Şifrələmə,Bitreyt", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/audiocd-kio-25.12.1/po/ca@valencia/kcmaudiocd.po new/audiocd-kio-25.12.2/po/ca@valencia/kcmaudiocd.po --- old/audiocd-kio-25.12.1/po/ca@valencia/kcmaudiocd.po 2026-01-05 04:40:29.000000000 +0100 +++ new/audiocd-kio-25.12.2/po/ca@valencia/kcmaudiocd.po 2026-01-30 04:46:41.000000000 +0100 @@ -46,7 +46,7 @@ #: audiocdconfig.ui:59 #, kde-format msgid "Use &error correction when reading the CD" -msgstr "Utilitza l'esmena d'&errors en llegir el CD" +msgstr "Utilitza l'esmena d'&errors mentre es llig el CD" #. i18n: ectx: property (text), widget (QCheckBox, ec_skip_check) #: audiocdconfig.ui:69 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/audiocd-kio-25.12.1/po/ga/audiocd_encoder_flac.po new/audiocd-kio-25.12.2/po/ga/audiocd_encoder_flac.po --- old/audiocd-kio-25.12.1/po/ga/audiocd_encoder_flac.po 1970-01-01 01:00:00.000000000 +0100 +++ new/audiocd-kio-25.12.2/po/ga/audiocd_encoder_flac.po 2026-01-30 04:46:41.000000000 +0100 @@ -0,0 +1,31 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the audiocd-kio package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: audiocd-kio\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: Irish Gaelic <[email protected]>\n" +"Language: ga\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n < 11 ? " +"3 : 4\n" + +#. i18n: ectx: label, entry (flac_compression_level), group (Flac) +#: audiocd_flac_encoder.kcfg:9 +#, kde-format +msgid "Flac compression level" +msgstr "" + +#. i18n: ectx: property (title), widget (QGroupBox, groupBox) +#: encoderflacconfig.ui:17 +#, kde-format +msgid "Flac Compression Level" +msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/audiocd-kio-25.12.1/po/ga/audiocd_encoder_opus.po new/audiocd-kio-25.12.2/po/ga/audiocd_encoder_opus.po --- old/audiocd-kio-25.12.1/po/ga/audiocd_encoder_opus.po 1970-01-01 01:00:00.000000000 +0100 +++ new/audiocd-kio-25.12.2/po/ga/audiocd_encoder_opus.po 2026-01-30 04:46:41.000000000 +0100 @@ -0,0 +1,250 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the audiocd-kio package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: audiocd-kio\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2025-11-17 14:40+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: Irish Gaelic <[email protected]>\n" +"Language: ga\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n < 11 ? " +"3 : 4\n" + +#. i18n: ectx: label, entry (opus_enc_complexity), group (Vorbis) +#: audiocd_opus_encoder.kcfg:10 +#, kde-format +msgid "Vorbis Encoding Complexity or Bitrate" +msgstr "" + +#. i18n: ectx: label, entry (set_opus_cbr), group (Vorbis) +#: audiocd_opus_encoder.kcfg:15 +#, kde-format +msgid "Constant bitrate specified" +msgstr "" + +#. i18n: ectx: label, entry (set_opus_cvbr), group (Vorbis) +#: audiocd_opus_encoder.kcfg:19 +#, kde-format +msgid "Constrained variable bitrate specified" +msgstr "" + +#. i18n: ectx: label, entry (set_opus_vbr), group (Vorbis) +#: audiocd_opus_encoder.kcfg:23 +#, kde-format +msgid "Average variable bitrate specified" +msgstr "" + +#. i18n: ectx: label, entry (opus_comments), group (Vorbis) +#: audiocd_opus_encoder.kcfg:28 +#, kde-format +msgid "Add Comments" +msgstr "" + +#. i18n: ectx: label, entry (opus_complexity), group (Vorbis) +#: audiocd_opus_encoder.kcfg:32 +#, kde-format +msgid "Complexity" +msgstr "" + +#. i18n: ectx: label, entry (opus_cbr), group (Vorbis) +#: audiocd_opus_encoder.kcfg:39 +#, kde-format +msgid "Constant bitrate" +msgstr "" + +#. i18n: ectx: label, entry (opus_cvbr), group (Vorbis) +#: audiocd_opus_encoder.kcfg:46 +#, kde-format +msgid "Constrained variable bitrate" +msgstr "" + +#. i18n: ectx: label, entry (opus_vbr), group (Vorbis) +#: audiocd_opus_encoder.kcfg:53 +#, kde-format +msgid "Average variable bitrate" +msgstr "" + +#. i18n: ectx: property (title), widget (QGroupBox, opus_enc_method) +#: encoderopusconfig.ui:17 +#, kde-format +msgid "&Encoding Method" +msgstr "" + +#. i18n: ectx: property (text), widget (QRadioButton, kcfg_opus_enc_complexity) +#: encoderopusconfig.ui:32 +#, kde-format +msgid "Comp&lexity based" +msgstr "" + +#. i18n: ectx: property (text), widget (QRadioButton, kcfg_opus_enc_bitrate) +#: encoderopusconfig.ui:42 +#, kde-format +msgid "Bi&trate based" +msgstr "" + +#. i18n: ectx: property (title), widget (QGroupBox, opus_bitrate_settings) +#: encoderopusconfig.ui:55 +#, kde-format +msgid "Opus Bitrate Settings" +msgstr "" + +#. i18n: ectx: property (currentText), widget (QComboBox, kcfg_opus_cbr) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cbr) +#. i18n: ectx: property (currentText), widget (QComboBox, kcfg_opus_vbr) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_vbr) +#. i18n: ectx: property (currentText), widget (QComboBox, kcfg_opus_cvbr) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cvbr) +#: encoderopusconfig.ui:67 encoderopusconfig.ui:104 encoderopusconfig.ui:172 +#: encoderopusconfig.ui:209 encoderopusconfig.ui:240 encoderopusconfig.ui:277 +#, kde-format +msgid "96 kbps" +msgstr "" + +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cbr) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_vbr) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cvbr) +#: encoderopusconfig.ui:74 encoderopusconfig.ui:179 encoderopusconfig.ui:247 +#, kde-format +msgid "6 kbps" +msgstr "" + +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cbr) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_vbr) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cvbr) +#: encoderopusconfig.ui:79 encoderopusconfig.ui:184 encoderopusconfig.ui:252 +#, kde-format +msgid "12 kbps" +msgstr "" + +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cbr) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_vbr) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cvbr) +#: encoderopusconfig.ui:84 encoderopusconfig.ui:189 encoderopusconfig.ui:257 +#, kde-format +msgid "24 kbps" +msgstr "" + +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cbr) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_vbr) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cvbr) +#: encoderopusconfig.ui:89 encoderopusconfig.ui:194 encoderopusconfig.ui:262 +#, kde-format +msgid "48 kbps" +msgstr "" + +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cbr) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_vbr) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cvbr) +#: encoderopusconfig.ui:94 encoderopusconfig.ui:199 encoderopusconfig.ui:267 +#, kde-format +msgid "64 kbps" +msgstr "" + +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cbr) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_vbr) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cvbr) +#: encoderopusconfig.ui:99 encoderopusconfig.ui:204 encoderopusconfig.ui:272 +#, kde-format +msgid "80 kbps" +msgstr "" + +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cbr) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_vbr) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cvbr) +#: encoderopusconfig.ui:109 encoderopusconfig.ui:214 encoderopusconfig.ui:282 +#, kde-format +msgid "128 kbps" +msgstr "" + +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cbr) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_vbr) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cvbr) +#: encoderopusconfig.ui:114 encoderopusconfig.ui:219 encoderopusconfig.ui:287 +#, kde-format +msgid "160 kbps" +msgstr "" + +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cbr) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_vbr) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cvbr) +#: encoderopusconfig.ui:119 encoderopusconfig.ui:224 encoderopusconfig.ui:292 +#, kde-format +msgid "192 kbps" +msgstr "" + +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cbr) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_vbr) +#. i18n: ectx: property (text), item, widget (QComboBox, kcfg_opus_cvbr) +#: encoderopusconfig.ui:124 encoderopusconfig.ui:229 encoderopusconfig.ui:297 +#, kde-format +msgid "256 kbps" +msgstr "" + +#. i18n: ectx: property (text), widget (QRadioButton, kcfg_set_opus_vbr) +#: encoderopusconfig.ui:132 +#, kde-format +msgid "Avera&ge variable bitrate:" +msgstr "" + +#. i18n: ectx: property (text), widget (QRadioButton, kcfg_set_opus_cbr) +#: encoderopusconfig.ui:155 +#, kde-format +msgid "Cons&tant bitrate:" +msgstr "" + +#. i18n: ectx: property (text), widget (QRadioButton, kcfg_set_opus_cvbr) +#: encoderopusconfig.ui:162 +#, kde-format +msgid "Co&nstrained variable bitrate:" +msgstr "" + +#. i18n: ectx: property (whatsThis), widget (QGroupBox, opus_complexity_settings) +#: encoderopusconfig.ui:321 +#, kde-format +msgid "" +"You can set the complexity of the encoded stream here. A higher value " +"implies a higher complexity but encodes slower." +msgstr "" + +#. i18n: ectx: property (title), widget (QGroupBox, opus_complexity_settings) +#: encoderopusconfig.ui:324 +#, kde-format +msgid "Opus Co&mplexity Setting" +msgstr "" + +#. i18n: ectx: property (whatsThis), widget (QSlider, complexitySlider) +#. i18n: ectx: property (whatsThis), widget (QSpinBox, kcfg_opus_complexity) +#: encoderopusconfig.ui:347 encoderopusconfig.ui:374 +#, kde-format +msgid "Higher is better but slower" +msgstr "" + +#. i18n: ectx: property (title), widget (QGroupBox, fileOptions) +#: encoderopusconfig.ui:393 +#, kde-format +msgid "Options" +msgstr "" + +#. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_opus_comments) +#: encoderopusconfig.ui:411 +#, kde-format +msgid "" +"Add a description of the song to the file header. This makes it easy for the " +"user to get advanced song information shown by his media player. You can get " +"this information automatically via the Internet. Look at the <i>\"CDDB " +"Retrieval\"</i> control module for details." +msgstr "" + +#. i18n: ectx: property (text), widget (QCheckBox, kcfg_opus_comments) +#: encoderopusconfig.ui:414 +#, kde-format +msgid "Add &track information" +msgstr ""
