Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package plymouth-theme-breeze for
openSUSE:Factory checked in at 2022-10-11 18:01:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plymouth-theme-breeze (Old)
and /work/SRC/openSUSE:Factory/.plymouth-theme-breeze.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plymouth-theme-breeze"
Tue Oct 11 18:01:48 2022 rev:110 rq:1009095 version:5.26.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/plymouth-theme-breeze/plymouth-theme-breeze.changes
2022-09-08 14:22:39.706531575 +0200
+++
/work/SRC/openSUSE:Factory/.plymouth-theme-breeze.new.2275/plymouth-theme-breeze.changes
2022-10-11 18:04:16.781961614 +0200
@@ -1,0 +2,20 @@
+Thu Oct 6 14:48:50 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Update to 5.26.0
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.26.0
+- No code changes since 5.25.90
+
+-------------------------------------------------------------------
+Thu Sep 15 20:48:02 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Update to 5.25.90
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.25.90
+- Changes since 5.25.5:
+ * Add Linux CI
+ * Allow to force installation of the Plymouth theme into CMAKE_PREFIX_PATH
+
+-------------------------------------------------------------------
Old:
----
breeze-plymouth-5.25.5.tar.xz
breeze-plymouth-5.25.5.tar.xz.sig
New:
----
breeze-plymouth-5.26.0.tar.xz
breeze-plymouth-5.26.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plymouth-theme-breeze.spec ++++++
--- /var/tmp/diff_new_pack.e4wiGW/_old 2022-10-11 18:04:17.233962345 +0200
+++ /var/tmp/diff_new_pack.e4wiGW/_new 2022-10-11 18:04:17.237962351 +0200
@@ -36,15 +36,15 @@
%bcond_without released
Name: plymouth-theme-breeze
-Version: 5.25.5
+Version: 5.26.0
Release: 0
Summary: Plymouth "Breeze" theme
License: GPL-2.0+
Group: System/Base
URL: http://www.kde.org
-Source:
https://download.kde.org/stable/plasma/%{version}/breeze-plymouth-%{version}.tar.xz
+Source: breeze-plymouth-%{version}.tar.xz
%if %{with released}
-Source1:
https://download.kde.org/stable/plasma/%{version}/breeze-plymouth-%{version}.tar.xz.sig
+Source1: breeze-plymouth-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: cmake >= 3.16
++++++ breeze-plymouth-5.25.5.tar.xz -> breeze-plymouth-5.26.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/breeze-plymouth-5.25.5/.gitlab-ci.yml
new/breeze-plymouth-5.26.0/.gitlab-ci.yml
--- old/breeze-plymouth-5.25.5/.gitlab-ci.yml 1970-01-01 01:00:00.000000000
+0100
+++ new/breeze-plymouth-5.26.0/.gitlab-ci.yml 2022-10-06 14:09:22.000000000
+0200
@@ -0,0 +1,6 @@
+# SPDX-FileCopyrightText: None
+# SPDX-License-Identifier: CC0-1.0
+
+include:
+ -
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
+ -
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/breeze-plymouth-5.25.5/.kde-ci.yml
new/breeze-plymouth-5.26.0/.kde-ci.yml
--- old/breeze-plymouth-5.25.5/.kde-ci.yml 1970-01-01 01:00:00.000000000
+0100
+++ new/breeze-plymouth-5.26.0/.kde-ci.yml 2022-10-06 14:09:22.000000000
+0200
@@ -0,0 +1,8 @@
+Dependencies:
+- 'on': ['Linux', 'FreeBSD']
+ 'require':
+ 'frameworks/extra-cmake-modules': '@stable'
+
+Options:
+ # force installation into the install prefix
+ cmake-options: '-DINSTALL_BROKEN_PLYMOUTH_DATA=ON'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/breeze-plymouth-5.25.5/CMakeLists.txt
new/breeze-plymouth-5.26.0/CMakeLists.txt
--- old/breeze-plymouth-5.25.5/CMakeLists.txt 2022-09-06 14:00:09.000000000
+0200
+++ new/breeze-plymouth-5.26.0/CMakeLists.txt 2022-10-06 14:09:22.000000000
+0200
@@ -1,5 +1,5 @@
project(breeze-plymouth)
-set(PROJECT_VERSION "5.25.5")
+set(PROJECT_VERSION "5.26.0")
set(PROJECT_VERSION_MAJOR 5)
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
@@ -33,6 +33,18 @@
add_feature_info(DISTRO_NAME On "name to use on splash screen is
'${DISTRO_NAME}'")
add_feature_info(DISTRO_VERSION On "extra version to use on splash screen is
'${DISTRO_VERSION}'")
+# Allow to force installation into CMAKE_INSTALL_PREFIX, even if that would
+# result in a non-functional installation. This is needed e.g. for the CI
+option(INSTALL_BROKEN_PLYMOUTH_DATA "Force installation into
CMAKE_INSTALL_PREFIX, will possibly result in a non-functional installation and
is only intended for CI/development use!" OFF)
+if (INSTALL_BROKEN_PLYMOUTH_DATA)
+ message(WARNING "Installing Plymouth theme to the wrong location!")
+ set(PLYMOUTH_THEME_INSTALL_DIR
"${CMAKE_INSTALL_PREFIX}/${Plymouth_THEMESDIR}")
+ set(PLYMOUTH_PLUGIN_INSTALL_DIR
"${CMAKE_INSTALL_PREFIX}/${Plymouth_PLUGINSDIR}")
+else()
+ set(PLYMOUTH_THEME_INSTALL_DIR ${Plymouth_THEMESDIR})
+ set(PLYMOUTH_PLUGIN_INSTALL_DIR ${Plymouth_PLUGINSDIR})
+endif()
+
add_subdirectory(breeze-text)
add_subdirectory(breeze)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/breeze-plymouth-5.25.5/breeze/CMakeLists.txt
new/breeze-plymouth-5.26.0/breeze/CMakeLists.txt
--- old/breeze-plymouth-5.25.5/breeze/CMakeLists.txt 2022-09-06
14:00:09.000000000 +0200
+++ new/breeze-plymouth-5.26.0/breeze/CMakeLists.txt 2022-10-06
14:09:22.000000000 +0200
@@ -13,6 +13,6 @@
preview.png
${CMAKE_CURRENT_BINARY_DIR}/breeze.script
${CMAKE_CURRENT_BINARY_DIR}/breeze.plymouth
- DESTINATION ${Plymouth_THEMESDIR}/breeze)
+ DESTINATION ${PLYMOUTH_THEME_INSTALL_DIR}/breeze)
install(DIRECTORY images
- DESTINATION ${Plymouth_THEMESDIR}/breeze)
+ DESTINATION ${PLYMOUTH_THEME_INSTALL_DIR}/breeze)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/breeze-plymouth-5.25.5/breeze-text/CMakeLists.txt
new/breeze-plymouth-5.26.0/breeze-text/CMakeLists.txt
--- old/breeze-plymouth-5.25.5/breeze-text/CMakeLists.txt 2022-09-06
14:00:09.000000000 +0200
+++ new/breeze-plymouth-5.26.0/breeze-text/CMakeLists.txt 2022-10-06
14:09:22.000000000 +0200
@@ -1,8 +1,8 @@
add_library(breeze-text MODULE plugin.c ply-text-progress-bar.c)
target_link_libraries(breeze-text ${Plymouth_LIBRARIES} ${MATH_LIBRARY})
target_include_directories(breeze-text PRIVATE ${Plymouth_INCLUDE_DIRS})
-install(TARGETS breeze-text DESTINATION ${Plymouth_PLUGINSDIR})
+install(TARGETS breeze-text DESTINATION ${PLYMOUTH_PLUGIN_INSTALL_DIR})
configure_file(breeze-text.plymouth.cmake
${CMAKE_CURRENT_BINARY_DIR}/breeze-text.plymouth)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/breeze-text.plymouth preview.png
- DESTINATION ${Plymouth_THEMESDIR}/breeze-text)
+ DESTINATION ${PLYMOUTH_THEME_INSTALL_DIR}/breeze-text)