From 4dcf411adcb517837a054e68124e3fe561f62321 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 27 Oct 2008 16:59:43 +0000 Subject: [PATCH] - Add Charlie patch to dither in lower color modes (bug 468276) --- plymouth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plymouth.spec b/plymouth.spec index 197247f..1fcb24d 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -5,7 +5,7 @@ Summary: Plymouth Graphical Boot Animation and Logger Name: plymouth Version: 0.6.0 -Release: 0.2008.10.24.2%{?dist} +Release: 0.2008.10.27.1%{?dist} License: GPLv2+ Group: System Environment/Base Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2 @@ -303,6 +303,9 @@ fi %defattr(-, root, root) %changelog +* Mon Oct 27 2008 Ray Strode 0.6.0-0.2008.10.27.1 +- Add Charlie patch to dither in lower color modes (bug 468276) + * Sun Oct 26 2008 Jeremy Katz - 0.6.0-0.2008.10.24.2 - More requires changing to avoid loops (#467356)