From 8da224a33c50767c8693b6e15a3bfcf0143dfcc5 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Jun 20 2016 20:00:23 +0000 Subject: misc fixes - Fix color palette issue - Fix splash at shutdown (if shutdown takes longer than 5 secs) - Make sure text based splashes update terminal size when fbcon loads --- diff --git a/.gitignore b/.gitignore index 6f8b3e9..5488d64 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ plymouth-0.8.4.tar.bz2 /plymouth-0.8.8.tar.bz2 /plymouth-0.8.9.tar.bz2 /plymouth-0.9.3.tar.bz2 +/plymouth-0.9.3.tar.xz diff --git a/plymouth.spec b/plymouth.spec index 9b03460..c249074 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -3,18 +3,18 @@ %define plymouth_libdir %{_libdir} %define plymouth_initrd_file /boot/initrd-plymouth.img -%define snapshot_date 20160616 -%define snapshot_hash c2073146 +%define snapshot_date 20160620 +%define snapshot_hash 0e65b86c Summary: Graphical Boot Animation and Logger Name: plymouth Version: 0.9.3 -Release: 0.5.%{?snapshot_date}git%{?snapshot_hash}%{?dist} +Release: 0.6.%{?snapshot_date}git%{?snapshot_hash}%{?dist} License: GPLv2+ URL: http://www.freedesktop.org/wiki/Software/Plymouth Group: System Environment/Base -Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2 +Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.xz Source1: boot-duration Source2: charge.plymouth Source3: plymouth-update-initrd @@ -444,6 +444,11 @@ fi %files system-theme %changelog +* Mon Jun 20 2016 Ray Strode - 0.9.3-0.6.git +- Fix color palette issue +- Fix splash at shutdown (if shutdown takes longer than 5 secs) +- Make sure text based splashes update terminal size when fbcon loads + * Thu Jun 16 2016 Ray Strode - 0.9.3-0.5.git - really (?) fix password prompt on text plugin Resolves: #1344141 diff --git a/sources b/sources index 0750fcd..69c1b6e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1bd6397e68493965186f768805c25751 plymouth-0.9.3.tar.bz2 +f825a0b67823ffeaf0343d814b56ec46 plymouth-0.9.3.tar.xz