Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package plymouth-theme-breeze6 for
openSUSE:Factory checked in at 2024-06-22 13:23:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plymouth-theme-breeze6 (Old)
and /work/SRC/openSUSE:Factory/.plymouth-theme-breeze6.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plymouth-theme-breeze6"
Sat Jun 22 13:23:22 2024 rev:6 rq:1181154 version:6.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/plymouth-theme-breeze6/plymouth-theme-breeze6.changes
2024-05-27 11:55:40.737411662 +0200
+++
/work/SRC/openSUSE:Factory/.plymouth-theme-breeze6.new.18349/plymouth-theme-breeze6.changes
2024-06-22 13:23:56.091788994 +0200
@@ -1,0 +2,21 @@
+Thu Jun 13 10:58:57 UTC 2024 - Fabian Vogt <[email protected]>
+
+- Update to 6.1.0:
+ * New bugfix release
+ * For more details see https://kde.org/announcements/plasma/6/6.1.0
+- Changes since 6.0.90:
+ * update version for new release
+
+-------------------------------------------------------------------
+Sat May 25 11:20:10 UTC 2024 - Fabian Vogt <[email protected]>
+
+- Update to 6.0.90:
+ * New feature release
+ * For more details see https://kde.org/announcements/plasma/6/6.0.90
+- Changes since 6.0.5:
+ * set ecm to KF6 version
+ * update version for new release
+ * Fix CI dependency data
+ * Enforce passing tests
+
+-------------------------------------------------------------------
Old:
----
breeze-plymouth-6.0.5.tar.xz
breeze-plymouth-6.0.5.tar.xz.sig
New:
----
breeze-plymouth-6.1.0.tar.xz
breeze-plymouth-6.1.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plymouth-theme-breeze6.spec ++++++
--- /var/tmp/diff_new_pack.OKTnAy/_old 2024-06-22 13:23:56.527804937 +0200
+++ /var/tmp/diff_new_pack.OKTnAy/_new 2024-06-22 13:23:56.527804937 +0200
@@ -34,20 +34,20 @@
%endif
%endif
-%define kf6_version 6.0.0
+%define kf6_version 6.2.0
%define rname breeze-plymouth
%bcond_without released
Name: plymouth-theme-breeze6
-Version: 6.0.5
+Version: 6.1.0
Release: 0
Summary: Plymouth "Breeze" theme
License: GPL-2.0-or-later
URL: https://www.kde.org
-Source:
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz
+Source: %{rname}-%{version}.tar.xz
%if %{with released}
-Source1:
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig
+Source1: %{rname}-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: cmake >= 3.16
++++++ breeze-plymouth-6.0.5.tar.xz -> breeze-plymouth-6.1.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/breeze-plymouth-6.0.5/.kde-ci.yml
new/breeze-plymouth-6.1.0/.kde-ci.yml
--- old/breeze-plymouth-6.0.5/.kde-ci.yml 2024-05-21 18:48:07.000000000
+0200
+++ new/breeze-plymouth-6.1.0/.kde-ci.yml 2024-06-13 12:34:59.000000000
+0200
@@ -1,8 +1,9 @@
Dependencies:
- 'on': ['Linux', 'FreeBSD']
'require':
- 'frameworks/extra-cmake-modules': '@stable'
+ 'frameworks/extra-cmake-modules': '@stable-kf6'
Options:
# force installation into the install prefix
cmake-options: '-DINSTALL_BROKEN_PLYMOUTH_DATA=ON'
+ require-passing-tests-on: ['Linux', 'FreeBSD', 'Windows']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/breeze-plymouth-6.0.5/CMakeLists.txt
new/breeze-plymouth-6.1.0/CMakeLists.txt
--- old/breeze-plymouth-6.0.5/CMakeLists.txt 2024-05-21 18:48:07.000000000
+0200
+++ new/breeze-plymouth-6.1.0/CMakeLists.txt 2024-06-13 12:34:59.000000000
+0200
@@ -1,10 +1,10 @@
project(breeze-plymouth)
-set(PROJECT_VERSION "6.0.5")
+set(PROJECT_VERSION "6.1.0")
set(PROJECT_VERSION_MAJOR 6)
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-find_package(ECM 6.0.5 REQUIRED NO_MODULE)
+find_package(ECM 6.2.0 REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} )
include(FeatureSummary)