Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package oxygen5 for openSUSE:Factory checked in at 2021-07-09 23:57:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/oxygen5 (Old) and /work/SRC/openSUSE:Factory/.oxygen5.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "oxygen5" Fri Jul 9 23:57:13 2021 rev:124 rq:904518 version:5.22.3 Changes: -------- --- /work/SRC/openSUSE:Factory/oxygen5/oxygen5.changes 2021-06-27 18:59:04.268275210 +0200 +++ /work/SRC/openSUSE:Factory/.oxygen5.new.2625/oxygen5.changes 2021-07-09 23:57:39.877305900 +0200 @@ -1,0 +2,9 @@ +Tue Jul 6 12:01:49 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.22.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.22.2 +- No code changes since 5.22.2.1 + +------------------------------------------------------------------- Old: ---- oxygen-5.22.2.1.tar.xz oxygen-5.22.2.1.tar.xz.sig New: ---- oxygen-5.22.3.tar.xz oxygen-5.22.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ oxygen5.spec ++++++ --- /var/tmp/diff_new_pack.H2D8fe/_old 2021-07-09 23:57:40.417301701 +0200 +++ /var/tmp/diff_new_pack.H2D8fe/_new 2021-07-09 23:57:40.417301701 +0200 @@ -20,19 +20,19 @@ %define kwin_deco 1 Name: oxygen5 -Version: 5.22.2.1 +Version: 5.22.3 Release: 0 # Full Plasma 5 version (e.g. 5.8.95) -%{!?_plasma5_bugfix: %define _plasma5_bugfix 5.22.2} +%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}} # Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF) %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')} Summary: Oxygen style, KWin decoration, cursors and sounds License: GPL-2.0-or-later Group: System/GUI/KDE URL: https://www.kde.org -Source: https://download.kde.org/stable/plasma/5.22.2/oxygen-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/oxygen-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/5.22.2/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.22.2.1.tar.xz -> oxygen-5.22.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.22.2.1/CMakeLists.txt new/oxygen-5.22.3/CMakeLists.txt --- old/oxygen-5.22.2.1/CMakeLists.txt 2021-06-22 21:04:46.000000000 +0200 +++ new/oxygen-5.22.3/CMakeLists.txt 2021-07-06 12:24:04.000000000 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) project(oxygen) -set(PROJECT_VERSION "5.22.2") +set(PROJECT_VERSION "5.22.3") set(PROJECT_VERSION_MAJOR 5) include(GenerateExportHeader)