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-03-19 16:41:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-browser-integration (Old)
and /work/SRC/openSUSE:Factory/.plasma-browser-integration.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma-browser-integration"
Fri Mar 19 16:41:50 2021 rev:55 rq:879635 version:5.21.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/plasma-browser-integration/plasma-browser-integration.changes
2021-03-10 08:52:57.870623248 +0100
+++
/work/SRC/openSUSE:Factory/.plasma-browser-integration.new.2401/plasma-browser-integration.changes
2021-03-19 16:41:53.914012166 +0100
@@ -1,0 +2,9 @@
+Tue Mar 16 13:55:27 UTC 2021 - Fabian Vogt <[email protected]>
+
+- Update to 5.21.3
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.21.3
+- No code changes since 5.21.2
+
+-------------------------------------------------------------------
Old:
----
plasma-browser-integration-5.21.2.tar.xz
plasma-browser-integration-5.21.2.tar.xz.sig
New:
----
plasma-browser-integration-5.21.3.tar.xz
plasma-browser-integration-5.21.3.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma-browser-integration.spec ++++++
--- /var/tmp/diff_new_pack.eyErzO/_old 2021-03-19 16:41:54.610013106 +0100
+++ /var/tmp/diff_new_pack.eyErzO/_new 2021-03-19 16:41:54.614013111 +0100
@@ -21,15 +21,15 @@
%bcond_with browser_extension
%bcond_without lang
Name: plasma-browser-integration
-Version: 5.21.2
+Version: 5.21.3
Release: 0
Summary: Helper for the KDE Plasma Browser Integration
License: GPL-3.0-or-later
Group: Productivity/Networking/Web/Utilities
Url: https://cgit.kde.org/plasma-browser-integration.git
-Source: plasma-browser-integration-%{version}.tar.xz
+Source:
https://download.kde.org/stable/plasma/%{version}/plasma-browser-integration-%{version}.tar.xz
%if %{with lang}
-Source1: plasma-browser-integration-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-browser-integration-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: extra-cmake-modules >= %{kf5_version}
++++++ plasma-browser-integration-5.21.2.tar.xz ->
plasma-browser-integration-5.21.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/plasma-browser-integration-5.21.2/CMakeLists.txt
new/plasma-browser-integration-5.21.3/CMakeLists.txt
--- old/plasma-browser-integration-5.21.2/CMakeLists.txt 2021-03-02
14:05:28.000000000 +0100
+++ new/plasma-browser-integration-5.21.3/CMakeLists.txt 2021-03-16
13:32:11.000000000 +0100
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.0)
project(plasma-browser-integration)
-set(PROJECT_VERSION "5.21.2")
+set(PROJECT_VERSION "5.21.3")
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.21.2/extension/_locales/de/messages.json
new/plasma-browser-integration-5.21.3/extension/_locales/de/messages.json
--- old/plasma-browser-integration-5.21.2/extension/_locales/de/messages.json
2021-03-02 14:05:03.000000000 +0100
+++ new/plasma-browser-integration-5.21.3/extension/_locales/de/messages.json
2021-03-16 13:31:44.000000000 +0100
@@ -60,7 +60,7 @@
"message": "Version des Hosts: $1"
},
"options_about_kde": {
- "message": "KDE ist ein weltweite Gemeinschaft von Programmierern,
K??nstlern, Autoren, ??bersetzern und Unterst??tzern, die sich der Entwicklung
von <a href=\"$1\">Freier Software</a> verschrieben haben. KDE ver??ffentlicht
die Plasma-Arbeitsumgebung, hunderte von Anwendungen und viele Bibliotheken als
Grundlage. KDE ist ein Gemeinschaftsprojekt und wird nicht von einer einzelnen
Gruppe, Firma oder Organisation kontrolliert. Statt dessen wirdzusammen die
beste freie Software erstellt. Jeder ist eingeladen, bei <a href=\"$2\">KDE mit
zu machen</a>. Besuchen Sie <a href=\"$3\">$3</a>, um mehr Informationen ??ber
das KDE-Projekt zu erhalten."
+ "message": "KDE ist ein weltweite Gemeinschaft von Programmierern,
K??nstlern, Autoren, ??bersetzern und Unterst??tzern, die sich der Entwicklung
von <a href=\"$1\">Freier Software</a> verschrieben haben. KDE ver??ffentlicht
die Plasma-Arbeitsumgebung, hunderte von Anwendungen und viele Bibliotheken als
Grundlage. KDE ist ein Gemeinschaftsprojekt und wird nicht von einer einzelnen
Gruppe, Firma oder Organisation kontrolliert. Statt dessen wird zusammen die
beste freie Software erstellt. Jeder ist eingeladen, bei <a href=\"$2\">KDE mit
zu machen</a>. Besuchen Sie <a href=\"$3\">$3</a>, um mehr Informationen ??ber
das KDE-Projekt zu erhalten."
},
"options_about_license": {
"message": "Lizenz: <a href=\"$1\">GNU General Public License Version
3</a>"
@@ -69,7 +69,7 @@
"message": "??bersetzt von: $1"
},
"options_about_translators": {
- "message": "Your names"
+ "message": "Deutsches KDE-??bersetzerteam"
},
"options_heading_krunner": {
"message": "Plasma-Suche"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-browser-integration-5.21.2/host/plasma-runner-browserhistory.desktop
new/plasma-browser-integration-5.21.3/host/plasma-runner-browserhistory.desktop
---
old/plasma-browser-integration-5.21.2/host/plasma-runner-browserhistory.desktop
2021-03-02 14:05:03.000000000 +0100
+++
new/plasma-browser-integration-5.21.3/host/plasma-runner-browserhistory.desktop
2021-03-16 13:31:44.000000000 +0100
@@ -4,6 +4,7 @@
Name[ast]=Historial del restolador
Name[az]=Veb b??l??d??i tarix????si
Name[ca]=Historial del navegador
+Name[de]=Browser-Verlauf
Name[en_GB]=Browser History
Name[es]=Historial del navegador
Name[eu]=Arakatzailearen historia
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-browser-integration-5.21.2/host/plasma-runner-browsertabs.desktop
new/plasma-browser-integration-5.21.3/host/plasma-runner-browsertabs.desktop
---
old/plasma-browser-integration-5.21.2/host/plasma-runner-browsertabs.desktop
2021-03-02 14:05:03.000000000 +0100
+++
new/plasma-browser-integration-5.21.3/host/plasma-runner-browsertabs.desktop
2021-03-16 13:31:44.000000000 +0100
@@ -4,6 +4,7 @@
Name[ast]=Lling??etes del restolador
Name[az]=Veb b??l??d??i V??r??ql??ri
Name[ca]=Pestanyes del navegador
+Name[de]=Browser-Unterfenster
Name[en_GB]=Browser Tabs
Name[es]=Pesta??as del navegador
Name[eu]=Arakatzailearen fitxak
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-browser-integration-5.21.2/po/de/plasma-browser-extension.po
new/plasma-browser-integration-5.21.3/po/de/plasma-browser-extension.po
--- old/plasma-browser-integration-5.21.2/po/de/plasma-browser-extension.po
2021-03-02 14:05:09.000000000 +0100
+++ new/plasma-browser-integration-5.21.3/po/de/plasma-browser-extension.po
2021-03-16 13:31:51.000000000 +0100
@@ -1,4 +1,4 @@
-# Burkhard L??ck <[email protected]>, 2018, 2019, 2020.
+# Burkhard L??ck <[email protected]>, 2018, 2019, 2020, 2021.
# Kai Uwe Broulik <[email protected]>, 2019, 2021.
# Frederik Schwarzer <[email protected]>, 2020.
msgid ""
@@ -6,15 +6,15 @@
"Project-Id-Version: \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-04 23:14+0100\n"
-"Last-Translator: Kai Uwe Broulik <[email protected]>\n"
+"PO-Revision-Date: 2021-03-11 12:57+0100\n"
+"Last-Translator: Burkhard L??ck <[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.03.70\n"
+"X-Generator: Lokalize 19.12.3\n"
#: browseraction_mpris_enable_on:0
msgctxt "Heading for list of domains to enable media controls on"
@@ -148,8 +148,8 @@
"\"$1\">Freier Software</a> verschrieben haben. KDE ver??ffentlicht die
Plasma-"
"Arbeitsumgebung, hunderte von Anwendungen und viele Bibliotheken als "
"Grundlage. KDE ist ein Gemeinschaftsprojekt und wird nicht von einer "
-"einzelnen Gruppe, Firma oder Organisation kontrolliert. Statt dessen "
-"wirdzusammen die beste freie Software erstellt. Jeder ist eingeladen, bei <a "
+"einzelnen Gruppe, Firma oder Organisation kontrolliert. Statt dessen wird "
+"zusammen die beste freie Software erstellt. Jeder ist eingeladen, bei <a "
"href=\"$2\">KDE mit zu machen</a>. Besuchen Sie <a href=\"$3\">$3</a>, um "
"mehr Informationen ??ber das KDE-Projekt zu erhalten."
@@ -164,7 +164,7 @@
#: options_about_translators:0
msgctxt "Name of translators"
msgid "Your names"
-msgstr ""
+msgstr "Deutsches KDE-??bersetzerteam"
#: options_heading_krunner:0
msgctxt "Title for settings about KRunner plugins"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-browser-integration-5.21.2/po/zh_CN/plasma-browser-extension.po
new/plasma-browser-integration-5.21.3/po/zh_CN/plasma-browser-extension.po
--- old/plasma-browser-integration-5.21.2/po/zh_CN/plasma-browser-extension.po
2021-03-02 14:05:27.000000000 +0100
+++ new/plasma-browser-integration-5.21.3/po/zh_CN/plasma-browser-extension.po
2021-03-16 13:32:10.000000000 +0100
@@ -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-02-04 12:00\n"
+"PO-Revision-Date: 2021-03-14 15:43\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.21.2/po/zh_CN/plasma-browser-integration-host.po
new/plasma-browser-integration-5.21.3/po/zh_CN/plasma-browser-integration-host.po
---
old/plasma-browser-integration-5.21.2/po/zh_CN/plasma-browser-integration-host.po
2021-03-02 14:05:27.000000000 +0100
+++
new/plasma-browser-integration-5.21.3/po/zh_CN/plasma-browser-integration-host.po
2021-03-16 13:32:10.000000000 +0100
@@ -3,7 +3,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-01-19 02:44+0100\n"
-"PO-Revision-Date: 2021-02-04 12:00\n"
+"PO-Revision-Date: 2021-03-14 15:43\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.21.2/po/zh_CN/plasma-browser-integration-reminder.po
new/plasma-browser-integration-5.21.3/po/zh_CN/plasma-browser-integration-reminder.po
---
old/plasma-browser-integration-5.21.2/po/zh_CN/plasma-browser-integration-reminder.po
2021-03-02 14:05:27.000000000 +0100
+++
new/plasma-browser-integration-5.21.3/po/zh_CN/plasma-browser-integration-reminder.po
2021-03-16 13:32:10.000000000 +0100
@@ -8,7 +8,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-01-07 02:47+0100\n"
-"PO-Revision-Date: 2021-02-04 12:00\n"
+"PO-Revision-Date: 2021-03-14 15:43\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"