Hello community, here is the log from the commit of package oxygen5 for openSUSE:Factory checked in at 2020-10-30 11:47:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/oxygen5 (Old) and /work/SRC/openSUSE:Factory/.oxygen5.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "oxygen5" Fri Oct 30 11:47:06 2020 rev:110 rq:844588 version:5.20.2 Changes: -------- --- /work/SRC/openSUSE:Factory/oxygen5/oxygen5.changes 2020-10-22 14:25:24.806918922 +0200 +++ /work/SRC/openSUSE:Factory/.oxygen5.new.3463/oxygen5.changes 2020-10-30 11:47:22.941692165 +0100 @@ -1,0 +2,9 @@ +Tue Oct 27 22:23:22 UTC 2020 - Fabian Vogt <fab...@ritter-vogt.de> + +- 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: ---- oxygen-5.20.1.tar.xz oxygen-5.20.1.tar.xz.sig New: ---- oxygen-5.20.2.tar.xz oxygen-5.20.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ oxygen5.spec ++++++ --- /var/tmp/diff_new_pack.2X3CbP/_old 2020-10-30 11:47:23.861692980 +0100 +++ /var/tmp/diff_new_pack.2X3CbP/_new 2020-10-30 11:47:23.865692984 +0100 @@ -20,7 +20,7 @@ %define kwin_deco 1 Name: oxygen5 -Version: 5.20.1 +Version: 5.20.2 Release: 0 # Full Plasma 5 version (e.g. 5.8.95) %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}} @@ -30,9 +30,9 @@ License: GPL-2.0-or-later Group: System/GUI/KDE URL: https://www.kde.org -Source: oxygen-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/oxygen-%{version}.tar.xz %if %{with lang} -Source1: oxygen-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/oxygen-%{version}.tar.xz.sig Source2: plasma.keyring %endif Source3: baselibs.conf ++++++ oxygen-5.20.1.tar.xz -> oxygen-5.20.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.20.1/CMakeLists.txt new/oxygen-5.20.2/CMakeLists.txt --- old/oxygen-5.20.1/CMakeLists.txt 2020-10-20 14:02:55.000000000 +0200 +++ new/oxygen-5.20.2/CMakeLists.txt 2020-10-27 13:22:45.000000000 +0100 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) project(oxygen) -set(PROJECT_VERSION "5.20.1") +set(PROJECT_VERSION "5.20.2") set(PROJECT_VERSION_MAJOR 5) include(GenerateExportHeader)