From 02e9b5ea9146897a8fdae90eee6f99432da13ab0 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Aug 13 2008 21:33:18 +0000 Subject: - Update previous patch to remove some assertions --- diff --git a/plymouth.spec b/plymouth.spec index b2b827b..b84f1e6 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -1,7 +1,7 @@ Summary: Plymouth Graphical Boot Animation and Logger Name: plymouth Version: 0.5.0 -Release: 19.2008.08.13%{?dist} +Release: 20.2008.08.13%{?dist} License: GPLv2+ Group: System Environment/Base Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2 @@ -208,6 +208,9 @@ fi %{_libdir}/plymouth/spinfinity.so %changelog +* Wed Aug 13 2008 Ray Strode 0.5.0-20.2008.08.13 +- Update previous patch to remove some assertions + * Wed Aug 13 2008 Ray Strode 0.5.0-19.2008.08.13 - add a patch that may help serial console users diff --git a/serial-console.patch b/serial-console.patch index 5b430de..e1fbaa7 100644 --- a/serial-console.patch +++ b/serial-console.patch @@ -261,10 +261,18 @@ index 29f402e..6e39f86 100644 ply_answer_free (answer); } diff --git a/src/ply-boot-splash.c b/src/ply-boot-splash.c -index 8ccaf6c..3fd6331 100644 +index 8ccaf6c..9aae09c 100644 --- a/src/ply-boot-splash.c +++ b/src/ply-boot-splash.c -@@ -226,7 +226,7 @@ ply_boot_splash_ask_for_password (ply_boot_splash_t *splash, +@@ -169,7 +169,6 @@ ply_boot_splash_show (ply_boot_splash_t *splash) + assert (splash->plugin_interface != NULL); + assert (splash->plugin != NULL); + assert (splash->plugin_interface->show_splash_screen != NULL); +- assert (splash->window != NULL); + + ply_trace ("showing splash screen\n"); + if (!splash->plugin_interface->show_splash_screen (splash->plugin, +@@ -226,7 +225,7 @@ ply_boot_splash_ask_for_password (ply_boot_splash_t *splash, if (splash->plugin_interface->ask_for_password == NULL) {