Hello community,
here is the log from the commit of package libkdecoration2 for
openSUSE:Leap:15.2 checked in at 2020-03-09 17:58:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/libkdecoration2 (Old)
and /work/SRC/openSUSE:Leap:15.2/.libkdecoration2.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkdecoration2"
Mon Mar 9 17:58:40 2020 rev:86 rq:780687 version:5.18.2
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/libkdecoration2/libkdecoration2.changes
2020-02-16 18:29:19.438749522 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.libkdecoration2.new.26092/libkdecoration2.changes
2020-03-09 17:58:41.772618864 +0100
@@ -1,0 +2,18 @@
+Tue Feb 25 14:07:17 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Update to 5.18.2
+ * New bugfix release
+ * For more details please see:
+ * https://www.kde.org/announcements/plasma-5.18.2.php
+- No code changes since 5.18.1
+
+-------------------------------------------------------------------
+Tue Feb 18 14:05:56 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Update to 5.18.1
+ * New bugfix release
+ * For more details please see:
+ * https://www.kde.org/announcements/plasma-5.18.1.php
+- No code changes since 5.18.0
+
+-------------------------------------------------------------------
Old:
----
kdecoration-5.18.0.tar.xz
kdecoration-5.18.0.tar.xz.sig
New:
----
kdecoration-5.18.2.tar.xz
kdecoration-5.18.2.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libkdecoration2.spec ++++++
--- /var/tmp/diff_new_pack.nMP7Tf/_old 2020-03-09 17:58:42.600619276 +0100
+++ /var/tmp/diff_new_pack.nMP7Tf/_new 2020-03-09 17:58:42.600619276 +0100
@@ -1,7 +1,7 @@
#
# spec file for package libkdecoration2
#
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,15 +22,15 @@
%define lname_private libkdecorations2private%{private_sover}
%bcond_without lang
Name: libkdecoration2
-Version: 5.18.0
+Version: 5.18.2
Release: 0
Summary: KDE's window decorations library
License: GPL-2.0-or-later
Group: System/GUI/KDE
-Url: http://www.kde.org
-Source: kdecoration-%{version}.tar.xz
+URL: http://www.kde.org
+Source:
https://download.kde.org/stable/plasma/%{version}/kdecoration-%{version}.tar.xz
%if %{with lang}
-Source1: kdecoration-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/kdecoration-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
Source3: baselibs.conf
++++++ kdecoration-5.18.0.tar.xz -> kdecoration-5.18.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdecoration-5.18.0/CMakeLists.txt
new/kdecoration-5.18.2/CMakeLists.txt
--- old/kdecoration-5.18.0/CMakeLists.txt 2020-02-06 14:05:42.000000000
+0100
+++ new/kdecoration-5.18.2/CMakeLists.txt 2020-02-25 14:03:56.000000000
+0100
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.0)
project(decoration-api)
-set(PROJECT_VERSION "5.18.0")
+set(PROJECT_VERSION "5.18.2")
set(QT_MIN_VERSION "5.12.0")
set(KF5_MIN_VERSION "5.66.0")