Accepting request 126610 from Base:System

Update to the latest version. This addresses some of the indications from end-users where plymouth did not start with the right KMS setup. This was tested and the new version resolves this. (described in bnc#769209 and bnc#769397). The new version also provides the systemd integration, but is being removed as that this integration is currently still provided by the systemd package itself. It would be good if we could still have this in 12.2

OBS-URL: https://build.opensuse.org/request/show/126610
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plymouth?expand=0&rev=15
This commit is contained in:
Stephan Kulow 2012-06-29 13:21:41 +00:00 committed by Git OBS Bridge
commit b02b80ec5f
4 changed files with 25 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e272163adf99dec9ad16bd6ad72a0610f19da8146d413f310e1b118a03b90d6
size 1142933

3
plymouth-0.8.5.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cb6b626dd83c3187f1deb1e136da710c24b5660a76eafe18c559ab06fc22cc74
size 829175

View File

@ -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

View File

@ -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+
@ -352,6 +349,9 @@ rm -f %{buildroot}/%{_bindir}/rhgb-client
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 -rf %{buildroot}/lib/systemd
#Link the plymouth client binary also to /bin until the move to /usr is completed
mkdir %{buildroot}/bin
(cd %{buildroot}/bin; ln -s ../usr/bin/plymouth)