rpms/plymouth/devel fix-harmless-spew.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 plymouth.spec, 1.11, 1.12 sources, 1.6, 1.7

Ray Strode (rstrode) fedora-extras-commits at redhat.com
Sun Jun 22 05:30:33 UTC 2008


Author: rstrode

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

Modified Files:
	.cvsignore plymouth.spec sources 
Added Files:
	fix-harmless-spew.patch 
Log Message:
- Update to version 0.4.0
- Only run if rhgb is on kernel command line
- Make text plugin more animated


fix-harmless-spew.patch:

--- NEW FILE fix-harmless-spew.patch ---
commit cc0fc4e577e4f397e7115eabfa74ce2f2629f29c
Author: Ray Strode <rstrode at redhat.com>
Date:   Sun Jun 22 01:19:18 2008 -0400

    /Really/ exit cleanly if rhgb isn't present on kernel cmdline
    
    Unlike b7f4399294fad3d70029526cd7334c50d8673214 which was
    broken

diff --git a/src/main.c b/src/main.c
index f554ce0..e855f68 100644
--- a/src/main.c
+++ b/src/main.c
@@ -454,7 +454,10 @@ main (int    argc,
   if (!initialize_environment (&state))
     {
       if (errno == 0)
-        return 0;
+        {
+          ply_detach_daemon (daemon_handle, 0);
+          return 0;
+        }
 
       ply_error ("could not setup basic operating environment: %m");
       ply_detach_daemon (daemon_handle, EX_OSERR);


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	16 Jun 2008 19:10:38 -0000	1.6
+++ .cvsignore	22 Jun 2008 05:29:51 -0000	1.7
@@ -1 +1 @@
-plymouth-0.3.2.tar.bz2
+plymouth-0.4.0.tar.bz2


Index: plymouth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/plymouth.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- plymouth.spec	18 Jun 2008 03:32:31 -0000	1.11
+++ plymouth.spec	22 Jun 2008 05:29:51 -0000	1.12
@@ -1,7 +1,7 @@
 Summary: Plymouth Graphical Boot Animation and Logger
 Name: plymouth
-Version: 0.3.2
-Release: 2%{?dist}
+Version: 0.4.0
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
@@ -12,7 +12,7 @@
 Provides: rhgb = 1:10.0.0
 
 Requires: system-logos >= 9.0.1
-Patch0: drop-text-mode.patch
+Patch0: fix-harmless-spew.patch
 
 %description
 Plymouth provides an attractive graphical boot animation in
@@ -63,7 +63,7 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .drop-text-mode
+%patch0 -p1 -b .fix-harmless-spew
 
 %build
 %configure --enable-tracing --disable-tests --without-boot-entry \
@@ -107,9 +107,9 @@
 fi
 
 %post plugin-fade-in
-if [ $1 -eq 1 ]; then
-    %{_sbindir}/plymouth-set-default-plugin fade-in
-fi
+#if [ $1 -eq 1 ]; then
+#    %{_sbindir}/plymouth-set-default-plugin fade-in
+#fi
 
 %postun plugin-fade-in
 if [ $1 -eq 0 ]; then
@@ -164,6 +164,11 @@
 %{_libdir}/plymouth/spinfinity.so
 
 %changelog
+* Sun Jun 22 2008 Ray Strode <rstrode at redhat.com> - 0.4.0-1
+- Update to version 0.4.0
+- Only run if rhgb is on kernel command line
+- Make text plugin more animated
+
 * Mon Jun 16 2008 Ray Strode <rstrode at redhat.com> - 0.3.2-2
 - dont go back to text mode on exit
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	16 Jun 2008 19:10:38 -0000	1.6
+++ sources	22 Jun 2008 05:29:51 -0000	1.7
@@ -1 +1 @@
-0341056421fde133e12f90cf9b3ed791  plymouth-0.3.2.tar.bz2
+e60b35f5458aa2ecd37ccbf7b0e5b044  plymouth-0.4.0.tar.bz2




More information about the fedora-extras-commits mailing list