Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package plasma-browser-integration for openSUSE:Factory checked in at 2021-10-29 22:33:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma-browser-integration (Old) and /work/SRC/openSUSE:Factory/.plasma-browser-integration.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma-browser-integration" Fri Oct 29 22:33:27 2021 rev:66 rq:927696 version:5.23.2 Changes: -------- --- /work/SRC/openSUSE:Factory/plasma-browser-integration/plasma-browser-integration.changes 2021-10-23 00:51:24.785135499 +0200 +++ /work/SRC/openSUSE:Factory/.plasma-browser-integration.new.1890/plasma-browser-integration.changes 2021-10-29 22:34:05.331678848 +0200 @@ -1,0 +2,10 @@ +Tue Oct 26 14:56:02 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.23.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.23.2 +- Changes since 5.23.1: + * [History Runner] Skip blob URLs + +------------------------------------------------------------------- Old: ---- plasma-browser-integration-5.23.1.tar.xz plasma-browser-integration-5.23.1.tar.xz.sig New: ---- plasma-browser-integration-5.23.2.tar.xz plasma-browser-integration-5.23.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma-browser-integration.spec ++++++ --- /var/tmp/diff_new_pack.A8n9bU/_old 2021-10-29 22:34:05.899679063 +0200 +++ /var/tmp/diff_new_pack.A8n9bU/_new 2021-10-29 22:34:05.899679063 +0200 @@ -21,7 +21,7 @@ %bcond_with browser_extension %bcond_without lang Name: plasma-browser-integration -Version: 5.23.1 +Version: 5.23.2 Release: 0 Summary: Helper for the KDE Plasma Browser Integration License: GPL-3.0-or-later ++++++ plasma-browser-integration-5.23.1.tar.xz -> plasma-browser-integration-5.23.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-browser-integration-5.23.1/CMakeLists.txt new/plasma-browser-integration-5.23.2/CMakeLists.txt --- old/plasma-browser-integration-5.23.1/CMakeLists.txt 2021-10-19 14:55:12.000000000 +0200 +++ new/plasma-browser-integration-5.23.2/CMakeLists.txt 2021-10-26 14:32:10.000000000 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) project(plasma-browser-integration) -set(PROJECT_VERSION "5.23.1") +set(PROJECT_VERSION "5.23.2") set(PROJECT_VERSION_MAJOR 5) set(QT_MIN_VERSION "5.9.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-browser-integration-5.23.1/extension/_locales/ca/messages.json new/plasma-browser-integration-5.23.2/extension/_locales/ca/messages.json --- old/plasma-browser-integration-5.23.1/extension/_locales/ca/messages.json 2021-10-19 14:54:53.000000000 +0200 +++ new/plasma-browser-integration-5.23.2/extension/_locales/ca/messages.json 2021-10-26 14:31:46.000000000 +0200 @@ -60,7 +60,7 @@ "message": "Versi?? del servidor: $1" }, "options_about_kde": { - "message": "El KDE ??s una xarxa mundial d'enginyers inform??tics, artistes, escriptors, traductors i creadors compromesos amb el desenvolupament de <a href=\"$1\">programari lliure</a> (Free Software). El KDE ha creat l'entorn d'escriptori Plasma, centenars d'aplicacions, i moltes biblioteques de programari que les fan funcionar. El KDE ??s una iniciativa cooperativa: cap entitat individual controla la seva direcci?? ni els seus productes. Altrament, treballem conjuntament per a aconseguir l'objectiu com?? de crear el programari lliure m??s refinat del m??n. Donem la benvinguda a tothom a <a href=\"$2\">afegir-se i col??laborar</a> amb el KDE, incloent-vos. Visiteu <a href=\"$3\">$3</a> per a m??s informaci?? sobre la comunitat KDE i el programari que produ??m." + "message": "El KDE ??s una xarxa mundial d'enginyers inform??tics, artistes, escriptors, traductors i creadors compromesos amb el desenvolupament de <a href=\"$1\">programari lliure</a> (Free Software). El KDE ha creat l'entorn d'escriptori Plasma, centenars d'aplicacions, i moltes biblioteques de programari que les fan funcionar. El KDE ??s una iniciativa cooperativa: cap entitat individual controla la seva direcci?? ni els seus productes. Altrament, treballem conjuntament per a aconseguir l'objectiu com?? de crear el programari lliure m??s refinat del m??n. Donem la benvinguda a tothom a <a href=\"$2\">afegir-se i col??laborar</a> amb el KDE, incloent-vos-hi. Visiteu <a href=\"$3\">$3</a> per a m??s informaci?? sobre la comunitat KDE i el programari que produ??m." }, "options_about_license": { "message": "Llic??ncia: <a href=\"$1\">Llic??ncia p??blica general de GNU versi?? 3</a>" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-browser-integration-5.23.1/host/historyrunnerplugin.cpp new/plasma-browser-integration-5.23.2/host/historyrunnerplugin.cpp --- old/plasma-browser-integration-5.23.1/host/historyrunnerplugin.cpp 2021-10-19 14:54:53.000000000 +0200 +++ new/plasma-browser-integration-5.23.2/host/historyrunnerplugin.cpp 2021-10-26 14:31:46.000000000 +0200 @@ -126,6 +126,10 @@ url.setFragment(QString()); } + if (url.scheme() == QLatin1String("blob")) { + continue; + } + if (seenUrls.contains(url)) { continue; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-browser-integration-5.23.1/po/ca/plasma-browser-extension.po new/plasma-browser-integration-5.23.2/po/ca/plasma-browser-extension.po --- old/plasma-browser-integration-5.23.1/po/ca/plasma-browser-extension.po 2021-10-19 14:54:56.000000000 +0200 +++ new/plasma-browser-integration-5.23.2/po/ca/plasma-browser-extension.po 2021-10-26 14:31:50.000000000 +0200 @@ -10,7 +10,7 @@ "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-01-02 02:39:09.793433\n" -"PO-Revision-Date: 2021-01-02 16:21+0100\n" +"PO-Revision-Date: 2021-10-23 19:36+0200\n" "Last-Translator: Josep M. Ferrer <txe...@gmail.com>\n" "Language-Team: Catalan <kde-i18n...@kde.org>\n" "Language: ca\n" @@ -18,7 +18,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 20.12.0\n" #: browseraction_mpris_enable_on:0 msgctxt "Heading for list of domains to enable media controls on" @@ -158,8 +158,8 @@ "entitat individual controla la seva direcci?? ni els seus productes. " "Altrament, treballem conjuntament per a aconseguir l'objectiu com?? de crear " "el programari lliure m??s refinat del m??n. Donem la benvinguda a tothom a <a " -"href=\"$2\">afegir-se i col??laborar</a> amb el KDE, incloent-vos. Visiteu <a " -"href=\"$3\">$3</a> per a m??s informaci?? sobre la comunitat KDE i el " +"href=\"$2\">afegir-se i col??laborar</a> amb el KDE, incloent-vos-hi. Visiteu " +"<a href=\"$3\">$3</a> per a m??s informaci?? sobre la comunitat KDE i el " "programari que produ??m." #: options_about_license:0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-browser-integration-5.23.1/po/zh_CN/plasma-browser-extension.po new/plasma-browser-integration-5.23.2/po/zh_CN/plasma-browser-extension.po --- old/plasma-browser-integration-5.23.1/po/zh_CN/plasma-browser-extension.po 2021-10-19 14:55:11.000000000 +0200 +++ new/plasma-browser-integration-5.23.2/po/zh_CN/plasma-browser-extension.po 2021-10-26 14:32:09.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-01-02 02:39:09.793433\n" -"PO-Revision-Date: 2021-10-10 03:53\n" +"PO-Revision-Date: 2021-10-22 15:15\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-browser-integration-5.23.1/po/zh_CN/plasma-browser-integration-host.po new/plasma-browser-integration-5.23.2/po/zh_CN/plasma-browser-integration-host.po --- old/plasma-browser-integration-5.23.1/po/zh_CN/plasma-browser-integration-host.po 2021-10-19 14:55:11.000000000 +0200 +++ new/plasma-browser-integration-5.23.2/po/zh_CN/plasma-browser-integration-host.po 2021-10-26 14:32:09.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-08-29 00:19+0000\n" -"PO-Revision-Date: 2021-10-10 03:53\n" +"PO-Revision-Date: 2021-10-22 15:15\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-browser-integration-5.23.1/po/zh_CN/plasma-browser-integration-reminder.po new/plasma-browser-integration-5.23.2/po/zh_CN/plasma-browser-integration-reminder.po --- old/plasma-browser-integration-5.23.1/po/zh_CN/plasma-browser-integration-reminder.po 2021-10-19 14:55:11.000000000 +0200 +++ new/plasma-browser-integration-5.23.2/po/zh_CN/plasma-browser-integration-reminder.po 2021-10-26 14:32:09.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-08-29 00:19+0000\n" -"PO-Revision-Date: 2021-10-10 03:53\n" +"PO-Revision-Date: 2021-10-22 15:15\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"