Hello community,
here is the log from the commit of package plymouth-theme-breeze for
openSUSE:Factory checked in at 2020-02-10 21:52:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plymouth-theme-breeze (Old)
and /work/SRC/openSUSE:Factory/.plymouth-theme-breeze.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plymouth-theme-breeze"
Mon Feb 10 21:52:48 2020 rev:60 rq:772264 version:5.18.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/plymouth-theme-breeze/plymouth-theme-breeze.changes
2020-01-09 22:51:38.906740923 +0100
+++
/work/SRC/openSUSE:Factory/.plymouth-theme-breeze.new.26092/plymouth-theme-breeze.changes
2020-02-10 21:53:03.398178826 +0100
@@ -1,0 +2,24 @@
+Thu Feb 6 15:10:08 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Update to 5.18.0
+ * New bugfix release
+ * For more details please see:
+ * https://www.kde.org/announcements/plasma-5.18.0.php
+- No code changes since 5.17.90
+
+-------------------------------------------------------------------
+Thu Jan 23 11:20:42 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Replace %make_jobs with %cmake_build
+
+-------------------------------------------------------------------
+Thu Jan 16 14:04:22 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Update to 5.17.90
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/plasma-5.17.90.php
+- Changes since 5.17.5:
+ * Add KDEClangFormat cmake support
+
+-------------------------------------------------------------------
Old:
----
breeze-plymouth-5.17.5.tar.xz
breeze-plymouth-5.17.5.tar.xz.sig
New:
----
breeze-plymouth-5.18.0.tar.xz
breeze-plymouth-5.18.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plymouth-theme-breeze.spec ++++++
--- /var/tmp/diff_new_pack.6gJo8W/_old 2020-02-10 21:53:03.950179131 +0100
+++ /var/tmp/diff_new_pack.6gJo8W/_new 2020-02-10 21:53:03.954179134 +0100
@@ -36,15 +36,15 @@
%bcond_without lang
Name: plymouth-theme-breeze
-Version: 5.17.5
+Version: 5.18.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 lang}
-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 >= 2.8.12
@@ -74,7 +74,7 @@
%build
%cmake_kf5 -d build -- -DDISTRO_NAME=%{_distro_name}
-DDISTRO_VERSION=%{_distro_version} -DDISTRO_LOGO=%{_distro_logo}
- %make_jobs
+ %cmake_build
%install
%kf5_makeinstall -C build
++++++ breeze-plymouth-5.17.5.tar.xz -> breeze-plymouth-5.18.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/breeze-plymouth-5.17.5/CMakeLists.txt
new/breeze-plymouth-5.18.0/CMakeLists.txt
--- old/breeze-plymouth-5.17.5/CMakeLists.txt 2020-01-07 16:18:46.000000000
+0100
+++ new/breeze-plymouth-5.18.0/CMakeLists.txt 2020-02-06 14:02:03.000000000
+0100
@@ -1,5 +1,5 @@
project(breeze-plymouth)
-set(PROJECT_VERSION "5.17.5")
+set(PROJECT_VERSION "5.18.0")
set(PROJECT_VERSION_MAJOR 5)
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
@@ -8,6 +8,7 @@
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH}
${ECM_KDE_MODULE_DIR})
include(FeatureSummary)
+include(KDEClangFormat)
find_package(Plymouth REQUIRED)
@@ -26,4 +27,8 @@
add_subdirectory(breeze-text)
add_subdirectory(breeze)
+# add clang-format target for all our real source files
+file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h)
+kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES})
+
feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES
FATAL_ON_MISSING_REQUIRED_PACKAGES)