|
@@ -6,7 +6,7 @@ Summary: Graphical Boot Animation and Logger
|
|
|
Summary(ja): グラフィカルブートアニメーション
|
|
|
Name: plymouth
|
|
|
Version: 0.8.3
|
|
|
-Release: 8%{?_dist_release}
|
|
|
+Release: 9%{?_dist_release}
|
|
|
License: GPLv2+
|
|
|
Group: System Environment/Base
|
|
|
URL: http://freedesktop.org/software/plymouth/releases
|
|
@@ -21,6 +21,10 @@ Source12: plymouth-theme-charge.tar.bz2
|
|
|
Patch10: plymouth-0.8.3-fix-crash-on-retain-splash.patch
|
|
|
Patch11: plymouth-0.8.3-save-original-tty-lock-settings.patch
|
|
|
Patch12: plymouth-0.8.3-ply084.patch
|
|
|
+Patch13: plymouth-0.8.3-avoid-sigpipe.patch
|
|
|
+Patch14: plymouth-0.8.3-terminal-OPOST.patch
|
|
|
+Patch15: plymouth-0.8.3-terminal-no-ISTRIP.patch
|
|
|
+Patch16: plymouth-0.8.3-event-loop-number.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
@@ -256,6 +260,10 @@ plugin.
|
|
|
%patch10 -p1 -b .fix-crash
|
|
|
%patch11 -p1 -b .save-original-tty-lock-settings
|
|
|
%patch12 -p1 -b .update-scripts-from-ply084
|
|
|
+%patch13 -p1 -b .avoid-sigpipe
|
|
|
+%patch14 -p1 -b .terminal-OPOST
|
|
|
+%patch15 -p1 -b .terminal-no-ISTRIP
|
|
|
+%patch16 -p1 -b .event-loop-number
|
|
|
|
|
|
# Change the default theme
|
|
|
sed -i -e 's/fade-in/script/g' src/plymouthd.defaults
|
|
@@ -454,6 +462,15 @@ fi
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Jun 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-9
|
|
|
+- add patch13 from ubuntu
|
|
|
+ - Pass MSG_NOSIGNAL when writing to Plymouth. This stops clients from
|
|
|
+ getting SIGPIPE'd when Plymouth goes away unexpectedly. (LP: 717153)
|
|
|
+- add patch14,15,16 from upstream
|
|
|
+ - Add OPOST to tty attributes
|
|
|
+ - Don't set ISTRIP in terminal attributes
|
|
|
+ - Handle more than 8 events at once
|
|
|
+
|
|
|
* Thu Jun 09 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-8
|
|
|
- update script theme
|
|
|
|