From 49e8ffc9804456ededa1f17dd27ecd4e86d2085197587719b92a1cb246bb18c0 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Fri, 29 Jun 2012 08:42:04 +0000 Subject: [PATCH 1/6] OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=56 --- plymouth-0.8.4.tar.bz2 | 3 --- plymouth-0.8.5.1.tar.bz2 | 3 +++ plymouth.changes | 18 ++++++++++++++++++ plymouth.spec | 5 +---- 4 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 plymouth-0.8.4.tar.bz2 create mode 100644 plymouth-0.8.5.1.tar.bz2 diff --git a/plymouth-0.8.4.tar.bz2 b/plymouth-0.8.4.tar.bz2 deleted file mode 100644 index 96b3499..0000000 --- a/plymouth-0.8.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e272163adf99dec9ad16bd6ad72a0610f19da8146d413f310e1b118a03b90d6 -size 1142933 diff --git a/plymouth-0.8.5.1.tar.bz2 b/plymouth-0.8.5.1.tar.bz2 new file mode 100644 index 0000000..ceb6403 --- /dev/null +++ b/plymouth-0.8.5.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6b626dd83c3187f1deb1e136da710c24b5660a76eafe18c559ab06fc22cc74 +size 829175 diff --git a/plymouth.changes b/plymouth.changes index 67ed3e2..16e445c 100644 --- a/plymouth.changes +++ b/plymouth.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Jun 29 08:35:41 UTC 2012 - tittiatcoke@gmail.com + +- Update to 0.8.5.1 + + two-step splash plugin quit fixes + + add generic driver to drm renderer plugin + This allows new modesetting drivers to work with plymouth + automatically + + fixes for video cards that don't support 32bpp + + add alignment and width features to label controls + + new documentation + + event loop fix + + more serial console fixes + + better systemd integration + + new flush api to client library + + Allow plymouth to build the drm renderer without the driver + dependent libdrm_* libraries. + ------------------------------------------------------------------- Thu Jun 21 09:48:11 UTC 2012 - lnussel@suse.de diff --git a/plymouth.spec b/plymouth.spec index 979045f..bd97f9d 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -21,12 +21,9 @@ %define plymouth_libdir %{_libdir} %define plymouth_initrd_file /boot/initrd-plymouth.img -%define tarversion 0.8.4 -%define patchversion 201110131555 - Name: plymouth #Version: %{tarversion}_git%{patchversion} -Version: 0.8.4 +Version: 0.8.5.1 Release: 0 Summary: Graphical Boot Animation and Logger License: GPL-2.0+ From 80e306516d50549c80477c61c970bb9f91935302dedf6f3d91ec327c83739eac Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Fri, 29 Jun 2012 09:12:44 +0000 Subject: [PATCH 2/6] OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=57 --- plymouth.spec | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/plymouth.spec b/plymouth.spec index bd97f9d..00b6435 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -311,6 +311,17 @@ This package contains the "script" boot splash theme for Plymouth. It it is a simple example theme the uses the "script" plugin. +%package systemd +Summary: systemd integration for Plymouth +Group: System/Base +Requires: %{name} = %{version} +Requires: systemd +Obsoletes: systemd-plymouth <= 44.10.1 +Provides: systemd-plymouth = 44.10.2 + +%description systemd +This package contains the service files for the systemd integration + %prep %setup -q %patch1 -p1 @@ -621,4 +632,8 @@ fi %{_datadir}/plymouth/logo.png %{_datadir}/plymouth/themes/openSUSE/ +%files systemd +%defattr(-, root, root) +/lib/systemd/system/* + %changelog From da7af6002cf8b1f8238f996b2b0c29f374b1f30dddaf28a09563eb2a49c1f160 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Fri, 29 Jun 2012 11:43:22 +0000 Subject: [PATCH 3/6] OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=58 --- plymouth.spec | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plymouth.spec b/plymouth.spec index 00b6435..8391a74 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -21,6 +21,8 @@ %define plymouth_libdir %{_libdir} %define plymouth_initrd_file /boot/initrd-plymouth.img +%define with_systemd 0 + Name: plymouth #Version: %{tarversion}_git%{patchversion} Version: 0.8.5.1 @@ -311,6 +313,7 @@ This package contains the "script" boot splash theme for Plymouth. It it is a simple example theme the uses the "script" plugin. +%if with_systemd %package systemd Summary: systemd integration for Plymouth Group: System/Base @@ -321,6 +324,7 @@ Provides: systemd-plymouth = 44.10.2 %description systemd This package contains the service files for the systemd integration +%endif %prep %setup -q @@ -359,6 +363,9 @@ make %{?_smp_mflags} rm -f %{buildroot}/%{_bindir}/rhgb-client rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-generate-initrd rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-populate-initrd +%if ! with_systemd +rm -f %{buildroot}/lib/systemd +%endif #Link the plymouth client binary also to /bin until the move to /usr is completed mkdir %{buildroot}/bin @@ -632,8 +639,10 @@ fi %{_datadir}/plymouth/logo.png %{_datadir}/plymouth/themes/openSUSE/ +%if with_systemd %files systemd %defattr(-, root, root) /lib/systemd/system/* +%endif %changelog From 7c671412fb521d85bf24a5a5c74f3f51abb2f3d4a63007a4d4d2c84234701ef1 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Fri, 29 Jun 2012 11:52:59 +0000 Subject: [PATCH 4/6] OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=59 --- plymouth.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plymouth.spec b/plymouth.spec index 8391a74..4696ecb 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -363,7 +363,7 @@ make %{?_smp_mflags} rm -f %{buildroot}/%{_bindir}/rhgb-client rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-generate-initrd rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-populate-initrd -%if ! with_systemd +%if with_systemd == 0 rm -f %{buildroot}/lib/systemd %endif From 48f067476ddd87c06a4935a31f59b47e1f25fdca37dee172913acb4647bcee3a Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Fri, 29 Jun 2012 11:54:05 +0000 Subject: [PATCH 5/6] OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=60 --- plymouth.spec | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/plymouth.spec b/plymouth.spec index 4696ecb..2b01d52 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -21,8 +21,6 @@ %define plymouth_libdir %{_libdir} %define plymouth_initrd_file /boot/initrd-plymouth.img -%define with_systemd 0 - Name: plymouth #Version: %{tarversion}_git%{patchversion} Version: 0.8.5.1 @@ -313,19 +311,6 @@ This package contains the "script" boot splash theme for Plymouth. It it is a simple example theme the uses the "script" plugin. -%if with_systemd -%package systemd -Summary: systemd integration for Plymouth -Group: System/Base -Requires: %{name} = %{version} -Requires: systemd -Obsoletes: systemd-plymouth <= 44.10.1 -Provides: systemd-plymouth = 44.10.2 - -%description systemd -This package contains the service files for the systemd integration -%endif - %prep %setup -q %patch1 -p1 @@ -363,9 +348,9 @@ make %{?_smp_mflags} rm -f %{buildroot}/%{_bindir}/rhgb-client rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-generate-initrd rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-populate-initrd -%if with_systemd == 0 + +# For now the systemd integration is still being delivered through the systemd packages rm -f %{buildroot}/lib/systemd -%endif #Link the plymouth client binary also to /bin until the move to /usr is completed mkdir %{buildroot}/bin @@ -639,10 +624,4 @@ fi %{_datadir}/plymouth/logo.png %{_datadir}/plymouth/themes/openSUSE/ -%if with_systemd -%files systemd -%defattr(-, root, root) -/lib/systemd/system/* -%endif - %changelog From e29145d02b4a1ec7a9337955ef5c81a508c8f727e451ecdfa4fb056bb247d126 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Fri, 29 Jun 2012 12:03:41 +0000 Subject: [PATCH 6/6] OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=61 --- plymouth.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plymouth.spec b/plymouth.spec index 2b01d52..3f0c765 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -350,7 +350,7 @@ rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-generate-initrd rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-populate-initrd # For now the systemd integration is still being delivered through the systemd packages -rm -f %{buildroot}/lib/systemd +rm -rf %{buildroot}/lib/systemd #Link the plymouth client binary also to /bin until the move to /usr is completed mkdir %{buildroot}/bin