Hello community,
here is the log from the commit of package plasma-browser-integration for
openSUSE:Factory checked in at 2020-10-30 11:47:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-browser-integration (Old)
and /work/SRC/openSUSE:Factory/.plasma-browser-integration.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma-browser-integration"
Fri Oct 30 11:47:39 2020 rev:48 rq:844611 version:5.20.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/plasma-browser-integration/plasma-browser-integration.changes
2020-10-22 14:25:33.874927063 +0200
+++
/work/SRC/openSUSE:Factory/.plasma-browser-integration.new.3463/plasma-browser-integration.changes
2020-10-30 11:47:57.205722507 +0100
@@ -1,0 +2,9 @@
+Tue Oct 27 20:43:53 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Update to 5.20.2
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma-5.20.2
+- No code changes since 5.20.1
+
+-------------------------------------------------------------------
Old:
----
plasma-browser-integration-5.20.1.tar.xz
plasma-browser-integration-5.20.1.tar.xz.sig
New:
----
plasma-browser-integration-5.20.2.tar.xz
plasma-browser-integration-5.20.2.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma-browser-integration.spec ++++++
--- /var/tmp/diff_new_pack.JVYqNF/_old 2020-10-30 11:47:57.777723014 +0100
+++ /var/tmp/diff_new_pack.JVYqNF/_new 2020-10-30 11:47:57.781723018 +0100
@@ -21,15 +21,15 @@
%bcond_with browser_extension
%bcond_without lang
Name: plasma-browser-integration
-Version: 5.20.1
+Version: 5.20.2
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.20.1.tar.xz ->
plasma-browser-integration-5.20.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/plasma-browser-integration-5.20.1/CMakeLists.txt
new/plasma-browser-integration-5.20.2/CMakeLists.txt
--- old/plasma-browser-integration-5.20.1/CMakeLists.txt 2020-10-20
14:03:48.000000000 +0200
+++ new/plasma-browser-integration-5.20.2/CMakeLists.txt 2020-10-27
13:23:43.000000000 +0100
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.0)
project(plasma-browser-integration)
-set(PROJECT_VERSION "5.20.1")
+set(PROJECT_VERSION "5.20.2")
set(PROJECT_VERSION_MAJOR 5)
set(QT_MIN_VERSION "5.9.0")