update to 0.9.3.20160705git [release 0.9.3.20160705git-1mamba;Tue Jul 05 2016]

This commit is contained in:
Silvan Calarco 2024-01-06 10:21:50 +01:00
parent 468d222770
commit 7268b816f7
3 changed files with 16 additions and 13 deletions

View File

@ -1,8 +0,0 @@
--- plymouth-0.9.2.20150815git/src/plymouthd.defaults.orig 2015-08-16 00:23:06.410330232 +0200
+++ plymouth-0.9.2.20150815git/src/plymouthd.defaults 2015-08-16 00:23:14.738258452 +0200
@@ -2,4 +2,4 @@
# upgrades.
[Daemon]
Theme=spinner
-ShowDelay=5
+ShowDelay=0

View File

@ -0,0 +1,9 @@
--- plymouth-0.9.3.20160705git/src/plymouthd.defaults.orig 2016-07-05 22:41:45.615656378 +0200
+++ plymouth-0.9.3.20160705git/src/plymouthd.defaults 2016-07-05 22:43:14.505678660 +0200
@@ -2,5 +2,5 @@
# upgrades.
[Daemon]
Theme=spinner
-ShowDelay=5
+ShowDelay=0
DeviceTimeout=5

View File

@ -1,22 +1,21 @@
Name: plymouth
Epoch: 1
Version: 0.9.2.20150815git
Release: 2mamba
Version: 0.9.3.20160705git
Release: 1mamba
Summary: Provides a graphical boot animation while the boot process happens in the background
Group: System/Kernel and Hardware
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.freedesktop.org/wiki/Software/Plymouth
Source: git://anongit.freedesktop.org/git/plymouth/master/plymouth-%{version}.tar.bz2
#Source: http://www.freedesktop.org/software/plymouth/releases/plymouth-%{version}.tar.bz2
Source: https+git://anongit.freedesktop.org/git/plymouth/master/plymouth-%{version}.tar.bz2
Source1: initrd-functions
Patch0: %{name}-0.8.3-libpng-1.4.patch
Patch2: %{name}-0.8.3-fix_tty1_echo.patch
Patch3: %{name}-0.8.5-dont_disable_fb_if_console_cmdline_is_passed.patch
Patch4: plymouth-0.8.8-fix-crash-on-deactivate.patch
Patch5: plymouth-0.9.2.20150815git-ensure-start-drm-before-plymouth.patch
Patch6: plymouth-0.9.2.20150815git-disable_ShowDelay.patch
Patch6: plymouth-0.9.3.20160705git-disable_ShowDelay.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -262,6 +261,9 @@ mkinitrd $INITRAMFS $KVER -f -q
%{_datadir}/plymouth/themes/tribar/*
%changelog
* Tue Jul 05 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.3.20160705git-1mamba
- update to 0.9.3.20160705git
* Sun Aug 16 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.2.20150815git-2mamba
- plymouth-start.service: patched to trigger udev drm drivers before running plymouthd
- plymouthd.defaults: patch to set ShowDelay=0