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-02-07 23:37:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plymouth-theme-breeze (Old)
 and      /work/SRC/openSUSE:Factory/.plymouth-theme-breeze.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plymouth-theme-breeze"

Mon Feb  7 23:37:25 2022 rev:98 rq:951908 version:5.24.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/plymouth-theme-breeze/plymouth-theme-breeze.changes  
    2022-01-11 21:20:56.981029730 +0100
+++ 
/work/SRC/openSUSE:Factory/.plymouth-theme-breeze.new.1898/plymouth-theme-breeze.changes
    2022-02-07 23:38:13.314390458 +0100
@@ -1,0 +2,19 @@
+Sat Feb  5 19:51:04 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.24.0
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.24.0
+- No code changes since 5.23.90
+
+-------------------------------------------------------------------
+Thu Jan 13 20:30:44 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.23.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.23.90
+- Changes since 5.23.5:
+  * use new cmake 3.22 feature to get distro pretty name
+
+-------------------------------------------------------------------

Old:
----
  breeze-plymouth-5.23.5.tar.xz
  breeze-plymouth-5.23.5.tar.xz.sig

New:
----
  breeze-plymouth-5.24.0.tar.xz
  breeze-plymouth-5.24.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ plymouth-theme-breeze.spec ++++++
--- /var/tmp/diff_new_pack.P6IcPd/_old  2022-02-07 23:38:13.826386955 +0100
+++ /var/tmp/diff_new_pack.P6IcPd/_new  2022-02-07 23:38:13.834386900 +0100
@@ -34,17 +34,17 @@
 %endif
 %endif
 
-%bcond_without lang
+%bcond_without released
 Name:           plymouth-theme-breeze
-Version:        5.23.5
+Version:        5.24.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
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/breeze-plymouth-%{version}.tar.xz.sig
+Source:         breeze-plymouth-%{version}.tar.xz
+%if %{with released}
+Source1:        breeze-plymouth-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  cmake >= 3.16

++++++ breeze-plymouth-5.23.5.tar.xz -> breeze-plymouth-5.24.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-plymouth-5.23.5/CMakeLists.txt 
new/breeze-plymouth-5.24.0/CMakeLists.txt
--- old/breeze-plymouth-5.23.5/CMakeLists.txt   2022-01-04 09:49:41.000000000 
+0100
+++ new/breeze-plymouth-5.24.0/CMakeLists.txt   2022-02-03 15:25:31.000000000 
+0100
@@ -1,5 +1,5 @@
 project(breeze-plymouth)
-set(PROJECT_VERSION "5.23.5")
+set(PROJECT_VERSION "5.24.0")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
@@ -19,11 +19,19 @@
 # plymouth plugin names (i.e we want breeze-text.so not libbreeze-text.so).
 set(CMAKE_SHARED_MODULE_PREFIX "")
 
-set(DISTRO_NAME "Plasma" CACHE STRING "Name to use on splash screen")
-set(DISTRO_VERSION ${PROJECT_VERSION} CACHE STRING "Version to use on splash 
screen")
+if(NOT DISTRO_NAME AND "${CMAKE_VERSION}" VERSION_GREATER_EQUAL "3.22.0")
+    cmake_host_system_information(RESULT PRETTY_NAME QUERY DISTRIB_PRETTY_NAME)
+endif()
+
+if(NOT PRETTY_NAME)
+    set(PRETTY_NAME "Plasma ${PROJECT_VERSION}")
+endif()
+
+set(DISTRO_NAME "${PRETTY_NAME}" CACHE STRING "Name to use on splash screen 
(defaults to os-release)")
+set(DISTRO_VERSION "" CACHE STRING "Version to use on splash screen") # prefer 
to have the version in the name, makes it easier for os-release data
 
 add_feature_info(DISTRO_NAME On "name to use on splash screen is 
'${DISTRO_NAME}'")
-add_feature_info(DISTRO_VERSION On "version to use on splash screen is 
'${DISTRO_VERSION}'")
+add_feature_info(DISTRO_VERSION On "extra version to use on splash screen is 
'${DISTRO_VERSION}'")
 
 add_subdirectory(breeze-text)
 add_subdirectory(breeze)

Reply via email to