diff --git a/plymouth-0.9.2.20150815git-disable_ShowDelay.patch b/plymouth-0.9.2.20150815git-disable_ShowDelay.patch deleted file mode 100644 index 26c1c32..0000000 --- a/plymouth-0.9.2.20150815git-disable_ShowDelay.patch +++ /dev/null @@ -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 diff --git a/plymouth-0.9.3.20160705git-disable_ShowDelay.patch b/plymouth-0.9.3.20160705git-disable_ShowDelay.patch new file mode 100644 index 0000000..e4158e8 --- /dev/null +++ b/plymouth-0.9.3.20160705git-disable_ShowDelay.patch @@ -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 diff --git a/plymouth.spec b/plymouth.spec index 743e98f..bec162f 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -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 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 0.9.3.20160705git-1mamba +- update to 0.9.3.20160705git + * Sun Aug 16 2015 Silvan Calarco 0.9.2.20150815git-2mamba - plymouth-start.service: patched to trigger udev drm drivers before running plymouthd - plymouthd.defaults: patch to set ShowDelay=0