rpms/plymouth/devel plymouth.spec, 1.38, 1.39 serial-console.patch, 1.1, 1.2

Ray Strode (rstrode) fedora-extras-commits at redhat.com
Wed Aug 13 21:33:48 UTC 2008


Author: rstrode

Update of /cvs/pkgs/rpms/plymouth/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21941

Modified Files:
	plymouth.spec serial-console.patch 
Log Message:
- Update previous patch to remove some assertions



Index: plymouth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/plymouth.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- plymouth.spec	13 Aug 2008 20:54:40 -0000	1.38
+++ plymouth.spec	13 Aug 2008 21:33:18 -0000	1.39
@@ -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 @@
 %{_libdir}/plymouth/spinfinity.so
 
 %changelog
+* Wed Aug 13 2008 Ray Strode <rstrode at redhat.com> 0.5.0-20.2008.08.13
+- Update previous patch to remove some assertions
+
 * Wed Aug 13 2008 Ray Strode <rstrode at redhat.com> 0.5.0-19.2008.08.13
 - add a patch that may help serial console users
 

serial-console.patch:

Index: serial-console.patch
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/serial-console.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- serial-console.patch	13 Aug 2008 20:54:40 -0000	1.1
+++ serial-console.patch	13 Aug 2008 21:33:18 -0000	1.2
@@ -261,10 +261,18 @@
    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)
      {




More information about the fedora-extras-commits mailing list