From 2db8369827d5968c7459f6dcded65abfbb6324bf62d9b37bf1fda9bbe39043df Mon Sep 17 00:00:00 2001 From: Cliff Zhao Date: Thu, 29 Nov 2018 10:22:31 +0000 Subject: [PATCH] Accepting request 652588 from home:qzhao:branches:Base:System Update to version 0.9.4+git20181129.a7ec3e6: * Add new BGRT theme, using the firmware boot splash as background * two-step: bgrt: Deal with quirky firmwares, Add ACPI BGRT extension support, Speed up background-tile drawing on HiDPI screens, Use a pixel-buffer instead of an image for the view's background * ply-pixel-buffer: Add ply_pixel_buffer_rotate_upright helper, Add ply_pixel_buffer_get/set_device_rotation helpers, Fix marking buffers as opaque when doing a solid fill, Fix fill_with_buffer fastpath when device_scale != 1. OBS-URL: https://build.opensuse.org/request/show/652588 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=214 --- plymouth-0.9.4+git20181122.aaa140b.tar.xz | 3 --- plymouth-0.9.4+git20181129.a7ec3e6.tar.xz | 3 +++ plymouth.changes | 14 ++++++++++++++ plymouth.spec | 22 +++++++++++++++++++--- 4 files changed, 36 insertions(+), 6 deletions(-) delete mode 100644 plymouth-0.9.4+git20181122.aaa140b.tar.xz create mode 100644 plymouth-0.9.4+git20181129.a7ec3e6.tar.xz diff --git a/plymouth-0.9.4+git20181122.aaa140b.tar.xz b/plymouth-0.9.4+git20181122.aaa140b.tar.xz deleted file mode 100644 index 885c6ff..0000000 --- a/plymouth-0.9.4+git20181122.aaa140b.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf6faea2951b73e961974d1a5b963cc1f02bb3b5bf8d710c1b666e2f5271fd19 -size 5678136 diff --git a/plymouth-0.9.4+git20181129.a7ec3e6.tar.xz b/plymouth-0.9.4+git20181129.a7ec3e6.tar.xz new file mode 100644 index 0000000..e9de8b5 --- /dev/null +++ b/plymouth-0.9.4+git20181129.a7ec3e6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec2c3a035a9a42ea34c7d244c605ab6aa70fa283d278549c08682a79db382b21 +size 6099608 diff --git a/plymouth.changes b/plymouth.changes index 565a0af..3134d43 100644 --- a/plymouth.changes +++ b/plymouth.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Nov 29 07:54:27 UTC 2018 - qzhao@suse.com + +- Update to version 0.9.4+git20181129.a7ec3e6: + * Add new BGRT theme, using the firmware boot splash as background + * two-step: bgrt: Deal with quirky firmwares, Add ACPI BGRT + extension support, Speed up background-tile drawing on HiDPI + screens, Use a pixel-buffer instead of an image for the view's + background + * ply-pixel-buffer: Add ply_pixel_buffer_rotate_upright helper, + Add ply_pixel_buffer_get/set_device_rotation helpers, Fix marking + buffers as opaque when doing a solid fill, Fix fill_with_buffer + fastpath when device_scale != 1. + ------------------------------------------------------------------- Fri Nov 23 10:09:29 UTC 2018 - qzhao@suse.com diff --git a/plymouth.spec b/plymouth.spec index 112fb65..b3f5fa4 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -22,7 +22,7 @@ %define plymouth_initrd_file /boot/initrd-plymouth.img Name: plymouth -Version: 0.9.4+git20181122.aaa140b +Version: 0.9.4+git20181129.a7ec3e6 Release: 0 Summary: Graphical Boot Animation and Logger License: GPL-2.0-or-later @@ -325,7 +325,7 @@ This package contains the "Tribar" boot splash theme for Plymouth %package theme-script -Summary: Plymouth "Script" plugin +Summary: Plymouth "Script" theme Group: System/Base Requires: %{name}-plugin-script = %{version} Requires(post): %{name}-scripts @@ -333,9 +333,20 @@ BuildArch: noarch %description theme-script This package contains the "script" boot splash theme for -Plymouth. It it is a simple example theme the uses the "script" +Plymouth. It is a simple example theme the uses the "script" plugin. +%package theme-bgrt +Summary: Plymouth "bgrt" theme +Group: System/Base +Requires: %{name}-plugin-script = %{version} +Requires(post): %{name}-scripts +BuildArch: noarch + +%description theme-bgrt +This package contains the "bgrt" boot splash theme for +Plymouth. + %prep %autosetup -p1 @@ -633,4 +644,9 @@ fi %{_datadir}/plymouth/themes/script/script.script %{_datadir}/plymouth/themes/script/script.plymouth +%files theme-bgrt +%defattr(-, root, root) +%dir %{_datadir}/plymouth/themes/bgrt +%{_datadir}/plymouth/themes/bgrt/*.* + %changelog