Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package oxygen5 for openSUSE:Factory checked in at 2022-10-20 11:10:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/oxygen5 (Old) and /work/SRC/openSUSE:Factory/.oxygen5.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "oxygen5" Thu Oct 20 11:10:58 2022 rev:147 rq:1029843 version:5.26.1 Changes: -------- --- /work/SRC/openSUSE:Factory/oxygen5/oxygen5.changes 2022-10-11 18:04:17.557962869 +0200 +++ /work/SRC/openSUSE:Factory/.oxygen5.new.2275/oxygen5.changes 2022-10-20 11:11:15.843965276 +0200 @@ -1,0 +2,9 @@ +Tue Oct 18 11:27:32 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.26.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.26.1 +- No code changes since 5.26.0 + +------------------------------------------------------------------- Old: ---- oxygen-5.26.0.tar.xz oxygen-5.26.0.tar.xz.sig New: ---- oxygen-5.26.1.tar.xz oxygen-5.26.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ oxygen5.spec ++++++ --- /var/tmp/diff_new_pack.ENA7o9/_old 2022-10-20 11:11:16.463966532 +0200 +++ /var/tmp/diff_new_pack.ENA7o9/_new 2022-10-20 11:11:16.467966541 +0200 @@ -20,7 +20,7 @@ %define kwin_deco 1 Name: oxygen5 -Version: 5.26.0 +Version: 5.26.1 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 released} -Source1: oxygen-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/oxygen-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: extra-cmake-modules >= 5.98.0 ++++++ oxygen-5.26.0.tar.xz -> oxygen-5.26.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-5.26.0/CMakeLists.txt new/oxygen-5.26.1/CMakeLists.txt --- old/oxygen-5.26.0/CMakeLists.txt 2022-10-06 14:26:09.000000000 +0200 +++ new/oxygen-5.26.1/CMakeLists.txt 2022-10-18 12:35:05.000000000 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) project(oxygen) -set(PROJECT_VERSION "5.26.0") +set(PROJECT_VERSION "5.26.1") set(PROJECT_VERSION_MAJOR 5) include(GenerateExportHeader)