Hello community,
here is the log from the commit of package plymouth-theme-breeze for
openSUSE:Factory checked in at 2018-05-29 10:35:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plymouth-theme-breeze (Old)
and /work/SRC/openSUSE:Factory/.plymouth-theme-breeze.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plymouth-theme-breeze"
Tue May 29 10:35:24 2018 rev:29 rq:610901 version:5.12.90
Changes:
--------
---
/work/SRC/openSUSE:Factory/plymouth-theme-breeze/plymouth-theme-breeze.changes
2018-05-03 12:34:11.588410173 +0200
+++
/work/SRC/openSUSE:Factory/.plymouth-theme-breeze.new/plymouth-theme-breeze.changes
2018-05-29 10:35:26.881471534 +0200
@@ -1,0 +2,10 @@
+Sat May 19 14:16:38 CEST 2018 - [email protected]
+
+- Update to 5.12.90
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/plasma-5.12.90.php
+- Changes since 5.12.5:
+ * None
+
+-------------------------------------------------------------------
Old:
----
breeze-plymouth-5.12.5.tar.xz
New:
----
breeze-plymouth-5.12.90.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plymouth-theme-breeze.spec ++++++
--- /var/tmp/diff_new_pack.7HHefo/_old 2018-05-29 10:35:27.929432836 +0200
+++ /var/tmp/diff_new_pack.7HHefo/_new 2018-05-29 10:35:27.929432836 +0200
@@ -1,7 +1,7 @@
#
# spec file for package plymouth-theme-breeze
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 Markus S., [email protected]
#
# All modifications and additions to the file contributed by third parties
@@ -24,31 +24,31 @@
%define _distro_logo plasma
%endif
-%if 0%{?suse_version} == 1315
+%if 0%{?suse_version} == 1315 || 0%{?suse_version} == 1500
%define _distro_version Leap
-%endif
-
-%if 0%{?suse_version} > 1320
+%else
+%if 0%{?suse_version} == 1550
%define _distro_version Tumbleweed
+%else
+BuildRequires: fix-version-checks-in-here
+%endif
%endif
-
Name: plymouth-theme-breeze
-Version: 5.12.5
+Version: 5.12.90
Release: 0
+Summary: Plymouth "Breeze" theme
+License: GPL-2.0+
+Group: System/Base
+URL: http://www.kde.org
+Source:
http://download.kde.org/unstable/plasma/%{version}/breeze-plymouth-%{version}.tar.xz
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 1.8.0
BuildRequires: kf5-filesystem
BuildRequires: plymouth-devel
-Summary: Plymouth "Breeze" theme
-License: GPL-2.0+
-Group: System/Base
-Url: http://www.kde.org
-Source:
http://download.kde.org/stable/plasma/%{version}/breeze-plymouth-%{version}.tar.xz
Requires: %{name}-plugin-breeze = %{version}
Requires: plymouth-plugin-label-ft
Requires(post): plymouth-scripts
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package contains the "breeze" boot splash theme for
@@ -75,13 +75,11 @@
%kf5_makeinstall -C build
%files
-%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
%{_datadir}/plymouth/themes/breeze*/
%files plugin-breeze
-%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
%{_libdir}/plymouth/breeze-text.so
%changelog
++++++ breeze-plymouth-5.12.5.tar.xz -> breeze-plymouth-5.12.90.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/breeze-plymouth-5.12.5/CMakeLists.txt
new/breeze-plymouth-5.12.90/CMakeLists.txt
--- old/breeze-plymouth-5.12.5/CMakeLists.txt 2018-05-01 14:38:32.000000000
+0200
+++ new/breeze-plymouth-5.12.90/CMakeLists.txt 2018-05-18 14:13:25.000000000
+0200
@@ -1,5 +1,5 @@
project(breeze-plymouth)
-set(PROJECT_VERSION "5.12.5")
+set(PROJECT_VERSION "5.12.90")
set(PROJECT_VERSION_MAJOR 5)
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)