Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package krecorder for openSUSE:Factory checked in at 2023-05-12 20:36:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/krecorder (Old) and /work/SRC/openSUSE:Factory/.krecorder.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "krecorder" Fri May 12 20:36:03 2023 rev:2 rq:1086390 version:23.04.1 Changes: -------- --- /work/SRC/openSUSE:Factory/krecorder/krecorder.changes 2023-04-23 22:50:52.875870098 +0200 +++ /work/SRC/openSUSE:Factory/.krecorder.new.1533/krecorder.changes 2023-05-12 20:38:39.318318478 +0200 @@ -1,0 +2,9 @@ +Tue May 9 10:47:25 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.04.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.04.1/ +- No code change since 23.04.0 + +------------------------------------------------------------------- Old: ---- krecorder-23.04.0.tar.xz krecorder-23.04.0.tar.xz.sig New: ---- krecorder-23.04.1.tar.xz krecorder-23.04.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ krecorder.spec ++++++ --- /var/tmp/diff_new_pack.1BwY9i/_old 2023-05-12 20:38:39.954321973 +0200 +++ /var/tmp/diff_new_pack.1BwY9i/_new 2023-05-12 20:38:39.958321995 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: krecorder -Version: 23.04.0 +Version: 23.04.1 Release: 0 Summary: Audio recording application License: GPL-3.0-or-later ++++++ krecorder-23.04.0.tar.xz -> krecorder-23.04.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krecorder-23.04.0/CMakeLists.txt new/krecorder-23.04.1/CMakeLists.txt --- old/krecorder-23.04.0/CMakeLists.txt 2023-04-12 19:08:20.000000000 +0200 +++ new/krecorder-23.04.1/CMakeLists.txt 2023-05-06 11:15:55.000000000 +0200 @@ -9,7 +9,7 @@ # KDE Applications version, managed by release script. set(RELEASE_SERVICE_VERSION_MAJOR "23") set(RELEASE_SERVICE_VERSION_MINOR "04") -set(RELEASE_SERVICE_VERSION_MICRO "0") +set(RELEASE_SERVICE_VERSION_MICRO "1") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(krecorder VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krecorder-23.04.0/org.kde.krecorder.appdata.xml new/krecorder-23.04.1/org.kde.krecorder.appdata.xml --- old/krecorder-23.04.0/org.kde.krecorder.appdata.xml 2023-04-12 19:08:20.000000000 +0200 +++ new/krecorder-23.04.1/org.kde.krecorder.appdata.xml 2023-05-06 11:15:55.000000000 +0200 @@ -151,6 +151,7 @@ <url type="homepage">https://invent.kde.org/plasma-mobile/krecorder</url> <url type="bugtracker">https://invent.kde.org/plasma-mobile/krecorder/-/issues</url> <releases> + <release version="23.04.1" date="2023-05-11"/> <release version="23.04.0" date="2023-04-20"/> <release version="23.01" date="2023-01-30"> <url>https://plasma-mobile.org/2023/01/30/january-blog-post/</url> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krecorder-23.04.0/po/de/krecorder.po new/krecorder-23.04.1/po/de/krecorder.po --- old/krecorder-23.04.0/po/de/krecorder.po 2023-04-12 19:08:20.000000000 +0200 +++ new/krecorder-23.04.1/po/de/krecorder.po 2023-05-06 11:15:55.000000000 +0200 @@ -1,22 +1,22 @@ # Copyright (C) YEAR This file is copyright: # This file is distributed under the same license as the krecorder package. # Burkhard Lück <[email protected]>, 2020, 2021. -# Frederik Schwarzer <[email protected]>, 2022. +# Frederik Schwarzer <[email protected]>, 2022, 2023. # msgid "" msgstr "" "Project-Id-Version: krecorder\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-12-11 00:49+0000\n" -"PO-Revision-Date: 2022-02-26 03:19+0100\n" +"PO-Revision-Date: 2023-04-26 20:41+0200\n" "Last-Translator: Frederik Schwarzer <[email protected]>\n" "Language-Team: German <[email protected]>\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 21.08.0\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 22.07.70\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -46,10 +46,9 @@ "Aufnahme" #: contents/ui/DefaultPage.qml:35 -#, fuzzy, kde-format -#| msgid "Save recording" +#, kde-format msgid "Record a new recording" -msgstr "Aufnahme speichern" +msgstr "Neue Aufnahme aufnehmen" #: contents/ui/main.qml:23 #, kde-format @@ -63,10 +62,9 @@ msgstr "Wiedergabe" #: contents/ui/PlayerPage.qml:56 -#, fuzzy, kde-format -#| msgid "Recorder" +#, kde-format msgid "Recorded on %1" -msgstr "Recorder" +msgstr "Aufgenommen am %1" #: contents/ui/PlayerPage.qml:82 contents/ui/RecordPage.qml:83 #, kde-format @@ -74,8 +72,7 @@ msgstr "Pause" #: contents/ui/PlayerPage.qml:82 -#, fuzzy, kde-format -#| msgid "Play" +#, kde-format msgid "Play" msgstr "Wiedergabe" @@ -93,7 +90,7 @@ #: contents/ui/RecordingListDelegate.qml:83 #, kde-format msgid "Rename" -msgstr "" +msgstr "Umbenennen" #: contents/ui/RecordingListDelegate.qml:91 #: contents/ui/RecordingListPage.qml:188 contents/ui/RecordPage.qml:115 @@ -161,7 +158,7 @@ #: contents/ui/RecordingListPage.qml:241 #, kde-format msgid "Rename %1" -msgstr "" +msgstr "%1 umbenennen" #: contents/ui/RecordingListPage.qml:256 contents/ui/RecordPage.qml:165 #, kde-format @@ -181,13 +178,12 @@ #: contents/ui/RecordPage.qml:83 #, kde-format msgid "Continue" -msgstr "" +msgstr "Fortsetzen" #: contents/ui/RecordPage.qml:97 -#, fuzzy, kde-format -#| msgid "Recordings" +#, kde-format msgid "Stop Recording" -msgstr "Aufnahmen" +msgstr "Aufnahme beenden" #: contents/ui/RecordPage.qml:135 #, kde-format @@ -217,7 +213,7 @@ #: contents/ui/settings/SettingsComponent.qml:40 #, kde-format msgid "General" -msgstr "" +msgstr "Allgemein" #: contents/ui/settings/SettingsComponent.qml:45 #, kde-format @@ -225,35 +221,30 @@ msgstr "Ãber" #: contents/ui/settings/SettingsComponent.qml:63 -#, fuzzy, kde-format -#| msgid "Format:" +#, kde-format msgid "Audio Format" -msgstr "Format:" +msgstr "Audio-Format" #: contents/ui/settings/SettingsComponent.qml:65 -#, fuzzy, kde-format -#| msgid "Ogg Vorbis" +#, kde-format msgctxt "Ogg Vorbis file format" msgid "Ogg Vorbis" -msgstr "Ogg-Vorbis" +msgstr "Ogg Vorbis" #: contents/ui/settings/SettingsComponent.qml:65 -#, fuzzy, kde-format -#| msgid "Ogg Opus" +#, kde-format msgctxt "Ogg Opus file format" msgid "Ogg Opus" msgstr "Ogg Opus" #: contents/ui/settings/SettingsComponent.qml:65 -#, fuzzy, kde-format -#| msgid "FLAC" +#, kde-format msgctxt "FLAC file format" msgid "FLAC" msgstr "FLAC" #: contents/ui/settings/SettingsComponent.qml:65 -#, fuzzy, kde-format -#| msgid "MP3" +#, kde-format msgctxt "MP3 file format" msgid "MP3" msgstr "MP3" @@ -261,44 +252,43 @@ #: contents/ui/settings/SettingsComponent.qml:65 #, kde-format msgid "WAV file format" -msgstr "" +msgstr "WAV-Dateiformat" #: contents/ui/settings/SettingsComponent.qml:65 #, kde-format msgctxt "File format not listed" msgid "Other" -msgstr "" +msgstr "Weitere" #: contents/ui/settings/SettingsComponent.qml:92 -#, fuzzy, kde-format -#| msgid "Audio Quality:" +#, kde-format msgid "Audio Quality" -msgstr "Audio-Qualität:" +msgstr "Audio-Qualität" #: contents/ui/settings/SettingsComponent.qml:93 #, kde-format msgid "Lowest" -msgstr "" +msgstr "Niedrigste" #: contents/ui/settings/SettingsComponent.qml:93 #, kde-format msgid "Low" -msgstr "" +msgstr "Niedrig" #: contents/ui/settings/SettingsComponent.qml:93 #, kde-format msgid "Medium" -msgstr "" +msgstr "Mittel" #: contents/ui/settings/SettingsComponent.qml:93 #, kde-format msgid "High" -msgstr "" +msgstr "Hoch" #: contents/ui/settings/SettingsComponent.qml:93 #, kde-format msgid "Highest" -msgstr "" +msgstr "Höchste" #: contents/ui/settings/SettingsComponent.qml:94 #, kde-format @@ -308,25 +298,22 @@ #: contents/ui/settings/SettingsComponent.qml:128 #, kde-format msgid "Advanced" -msgstr "" +msgstr "Erweitert" #: contents/ui/settings/SettingsComponent.qml:133 -#, fuzzy, kde-format -#| msgid "Audio Input:" +#, kde-format msgid "Audio Input" -msgstr "Audioeingabe:" +msgstr "Audioeingabe" #: contents/ui/settings/SettingsComponent.qml:166 -#, fuzzy, kde-format -#| msgid "Audio Codec:" +#, kde-format msgid "Audio Codec" -msgstr "Audio-Codec:" +msgstr "Audio-Codec" #: contents/ui/settings/SettingsComponent.qml:199 -#, fuzzy, kde-format -#| msgid "Container Format:" +#, kde-format msgid "Container Format" -msgstr "Container-Format:" +msgstr "Container-Format" #: contents/ui/settings/SettingsComponent.qml:231 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krecorder-23.04.0/po/it/krecorder.po new/krecorder-23.04.1/po/it/krecorder.po --- old/krecorder-23.04.0/po/it/krecorder.po 2023-04-12 19:08:20.000000000 +0200 +++ new/krecorder-23.04.1/po/it/krecorder.po 2023-05-06 11:15:55.000000000 +0200 @@ -1,6 +1,6 @@ # Copyright (C) YEAR This file is copyright: # This file is distributed under the same license as the krecorder package. -# Paolo Zamponi <[email protected]>, 2020, 2021, 2022. +# Paolo Zamponi <[email protected]>, 2020, 2021, 2022. # msgid "" msgstr "" @@ -8,7 +8,7 @@ "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-12-11 00:49+0000\n" "PO-Revision-Date: 2022-11-27 08:12+0100\n" -"Last-Translator: Paolo Zamponi <[email protected]>\n" +"Last-Translator: Paolo Zamponi <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" "Language: it\n" "MIME-Version: 1.0\n" @@ -25,7 +25,7 @@ #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "[email protected]" +msgstr "[email protected]" #: contents/ui/DefaultPage.qml:23 contents/ui/PlayerPage.qml:31 #: contents/ui/RecordingListPage.qml:44 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krecorder-23.04.0/po/zh_CN/krecorder.po new/krecorder-23.04.1/po/zh_CN/krecorder.po --- old/krecorder-23.04.0/po/zh_CN/krecorder.po 2023-04-12 19:08:20.000000000 +0200 +++ new/krecorder-23.04.1/po/zh_CN/krecorder.po 2023-05-06 11:15:55.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-12-11 00:49+0000\n" -"PO-Revision-Date: 2023-04-10 14:13\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
