rpms/plymouth/devel .cvsignore, 1.3, 1.4 plymouth.spec, 1.2, 1.3 sources, 1.3, 1.4

Ray Strode (rstrode) fedora-extras-commits at redhat.com
Thu Jun 12 14:41:19 UTC 2008


Author: rstrode

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

Modified Files:
	.cvsignore plymouth.spec sources 
Log Message:
- Update to version 0.3.0
- Better plugin handling
- Better integration with mkinitrd (pending mkinitrd changes)
- random bug fixes



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	9 Jun 2008 18:26:39 -0000	1.3
+++ .cvsignore	12 Jun 2008 14:40:29 -0000	1.4
@@ -1 +1 @@
-plymouth-0.2.0.tar.bz2
+plymouth-0.3.0.tar.bz2


Index: plymouth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/plymouth.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- plymouth.spec	9 Jun 2008 18:26:39 -0000	1.2
+++ plymouth.spec	12 Jun 2008 14:40:29 -0000	1.3
@@ -1,6 +1,6 @@
 Summary: Plymouth Graphical Boot Animation and Logger
 Name: plymouth
-Version: 0.2.0
+Version: 0.3.0
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Base
@@ -65,8 +65,10 @@
 
 %build
 %configure --enable-tracing --disable-tests --without-boot-entry \
+           --without-default-plugin                              \
            --with-logo=%{_datadir}/pixmaps/system-logo-white.png \
-           --with-background-color=0x005391
+           --with-background-start-color-stop=0x0073B3           \
+           --with-background-end-color-stop=0x00457E
 
 make
 
@@ -83,6 +85,29 @@
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
+if [ $1 -eq 1 ]; then
+    %{_sbindir}/plymouth-set-default-plugin --reset
+fi
+
+%post plugin-spinfinity
+if [ $1 -eq 1 ]; then
+    %{_sbindir}/plymouth-set-default-plugin spinfinity
+fi
+
+%postun plugin-spinfinity
+if [ $1 -eq 0 ]; then
+    %{_sbindir}/plymouth-set-default-plugin --reset
+fi
+
+%post plugin-fade-in
+if [ $1 -eq 1 ]; then
+    %{_sbindir}/plymouth-set-default-plugin fade-in
+fi
+
+%postun plugin-fade-in
+if [ $1 -eq 0 ]; then
+    %{_sbindir}/plymouth-set-default-plugin --reset
+fi
 
 %files
 %defattr(-, root, root)
@@ -91,6 +116,7 @@
 %{_libexecdir}/plymouth/plymouthd
 %{_libexecdir}/plymouth/plymouth-update-initrd
 %{_libexecdir}/plymouth/plymouth-populate-initrd
+%{_sbindir}/plymouth-set-default-plugin
 %{_bindir}/plymouth
 %{_bindir}/rhgb-client
 %{_libdir}/plymouth/details.so
@@ -129,6 +155,12 @@
 %{_libdir}/plymouth/spinfinity.so
 
 %changelog
+* Thu Jun 12 2008 Ray Strode <rstrode at redhat.com> - 0.3.0-1
+- Update to version 0.3.0
+- Better plugin handling
+- Better integration with mkinitrd (pending mkinitrd changes)
+- random bug fixes
+
 * Mon Jun  9 2008 Ray Strode <rstrode at redhat.com> - 0.2.0-1
 - Update to version 0.2.0
 - Integrate more tightly with nash (pending nash changes)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	9 Jun 2008 18:26:39 -0000	1.3
+++ sources	12 Jun 2008 14:40:29 -0000	1.4
@@ -1 +1 @@
-19b7cc5a3728b04136f9dbfb627ea32d  plymouth-0.2.0.tar.bz2
+7f34e7ba1e43f08a4af70fd198ab39a8  plymouth-0.3.0.tar.bz2




More information about the fedora-extras-commits mailing list