rpms/plymouth/devel .cvsignore, 1.10, 1.11 plymouth.spec, 1.118, 1.119 sources, 1.49, 1.50 plymouth-0.6.0-drop-nash.patch, 1.1, NONE plymouth-0.6.0-fix-heap-corruptor.patch, 1.1, NONE

Ray Strode rstrode at fedoraproject.org
Fri Mar 6 22:35:32 UTC 2009


Author: rstrode

Update of /cvs/pkgs/rpms/plymouth/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28000

Modified Files:
	.cvsignore plymouth.spec sources 
Removed Files:
	plymouth-0.6.0-drop-nash.patch 
	plymouth-0.6.0-fix-heap-corruptor.patch 
Log Message:
- Updated to development snapshot
- Guess progress better on second boot of persistent live images
- Drop upstream patches
- swap "solar" and "spinfinity" scriptlet behavior



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	22 Aug 2008 21:10:23 -0000	1.10
+++ .cvsignore	6 Mar 2009 22:35:01 -0000	1.11
@@ -1 +1 @@
-plymouth-0.6.0.tar.bz2
+plymouth-0.7.0.tar.bz2


Index: plymouth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/plymouth.spec,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- plymouth.spec	24 Feb 2009 18:45:06 -0000	1.118
+++ plymouth.spec	6 Mar 2009 22:35:01 -0000	1.119
@@ -4,8 +4,8 @@
 
 Summary: Graphical Boot Animation and Logger
 Name: plymouth
-Version: 0.6.0
-Release: 3%{?dist}
+Version: 0.7.0
+Release: 0.2009.03.06%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
@@ -20,9 +20,6 @@
 
 Obsoletes: plymouth-text-and-details-only < %{version}-%{release}
 
-Patch0: plymouth-0.6.0-drop-nash.patch
-Patch1: plymouth-0.6.0-fix-heap-corruptor.patch
-
 %description
 Plymouth provides an attractive graphical boot animation in
 place of the text messages that normally get shown.  Text
@@ -152,8 +149,6 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .drop-nash
-%patch1 -p1 -b .fix-heap-corruptor
 
 %build
 %configure --enable-tracing --disable-tests --without-boot-entry \
@@ -173,6 +168,10 @@
 
 make install DESTDIR=$RPM_BUILD_ROOT
 
+# Glow isn't quite ready for primetime
+rm -rf $RPM_BUILD_ROOT%{_datadir}/plymouth/glow/
+rm -f $RPM_BUILD_ROOT%{_libdir}/plymouth/glow.so
+
 find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 
@@ -201,7 +200,7 @@
 export LIB=%{_lib}
 if [ $1 -eq 0 ]; then
     if [ "$(%{_sbindir}/plymouth-set-default-plugin)" == "spinfinity" ]; then
-        %{_sbindir}/plymouth-set-default-plugin --reset
+        %{_sbindir}/plymouth-set-default-plugin text
     fi
 fi
 
@@ -223,7 +222,7 @@
 export LIB=%{_lib}
 if [ $1 -eq 0 ]; then
     if [ "$(%{_sbindir}/plymouth-set-default-plugin)" == "solar" ]; then
-        %{_sbindir}/plymouth-set-default-plugin text
+        %{_sbindir}/plymouth-set-default-plugin --reset
     fi
 fi
 
@@ -316,6 +315,12 @@
 %defattr(-, root, root)
 
 %changelog
+* Fri Mar  6 2009 Ray Strode <rstrode at redhat.com> 0.7.0-0.2009.03.06
+- Updated to development snapshot
+- Guess progress better on second boot of persistent live images
+- Drop upstream patches
+- swap "solar" and "spinfinity" scriptlet behavior
+
 * Tue Feb 24 2009 Ray Strode <rstrode at redhat.com> 0.6.0-3
 - Add fix-heap-corruptor patch from master.  Problem
   spotted by Mr. McCann.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/sources,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- sources	3 Dec 2008 15:16:39 -0000	1.49
+++ sources	6 Mar 2009 22:35:01 -0000	1.50
@@ -1 +1 @@
-e29e754e942e6fcaf5185772d18fd97e  plymouth-0.6.0.tar.bz2
+8e0a1cd4e4cf8ada175c763ed23e5a92  plymouth-0.7.0.tar.bz2


--- plymouth-0.6.0-drop-nash.patch DELETED ---


--- plymouth-0.6.0-fix-heap-corruptor.patch DELETED ---




More information about the fedora-extras-commits mailing list