Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package oxygen6 for openSUSE:Factory checked in at 2024-07-17 15:14:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/oxygen6 (Old) and /work/SRC/openSUSE:Factory/.oxygen6.new.17339 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "oxygen6" Wed Jul 17 15:14:45 2024 rev:9 rq:1188003 version:6.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/oxygen6/oxygen6.changes 2024-07-04 16:24:34.434358229 +0200 +++ /work/SRC/openSUSE:Factory/.oxygen6.new.17339/oxygen6.changes 2024-07-17 15:15:24.538634334 +0200 @@ -1,0 +2,9 @@ +Tue Jul 16 13:24:19 UTC 2024 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.1.3: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.1.3 +- Changes since 6.1.2: + * update version for new release + +------------------------------------------------------------------- Old: ---- oxygen-6.1.2.tar.xz oxygen-6.1.2.tar.xz.sig New: ---- oxygen-6.1.3.tar.xz oxygen-6.1.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ oxygen6.spec ++++++ --- /var/tmp/diff_new_pack.dS8mXG/_old 2024-07-17 15:15:25.150656743 +0200 +++ /var/tmp/diff_new_pack.dS8mXG/_new 2024-07-17 15:15:25.150656743 +0200 @@ -34,7 +34,7 @@ # Latest ABI-stable Plasma (e.g. 6.0 in KF6, but 6.0.80 in KUF) %{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk -F. '{print $1"."$2}')} Name: oxygen6 -Version: 6.1.2 +Version: 6.1.3 Release: 0 Summary: Oxygen style, KWin decoration and cursors License: GPL-2.0-or-later ++++++ oxygen-6.1.2.tar.xz -> oxygen-6.1.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oxygen-6.1.2/CMakeLists.txt new/oxygen-6.1.3/CMakeLists.txt --- old/oxygen-6.1.2/CMakeLists.txt 2024-07-02 11:13:27.000000000 +0200 +++ new/oxygen-6.1.3/CMakeLists.txt 2024-07-16 13:09:04.000000000 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.25) project(oxygen) -set(PROJECT_VERSION "6.1.2") +set(PROJECT_VERSION "6.1.3") set(PROJECT_VERSION_MAJOR 6) include(GenerateExportHeader) @@ -8,7 +8,7 @@ include(FeatureSummary) ################# Qt/KDE ################# -set(PROJECT_DEP_VERSION "6.1.2") +set(PROJECT_DEP_VERSION "6.1.3") set(QT5_MIN_VERSION "5.15.2") set(KF5_MIN_VERSION "5.102.0") set(QT_MIN_VERSION "6.6.0")