Accepting request 140245 from home:elvigia:branches:Base:System

- Update to an slightly newer git snapshot to fix regression
  from 0.8.8 

- Version 0.8.8
* main: Try to own socket before anything else
* main: silently succeed if plymouthd is started a second time
* service: start plymouthd unconditionally
* x11: make window fullscreen by default
* x11: only create windows when necessary  

- plymoith-sd-notforking.patch: Make plymouthd to not use
  Service type "forking"
- ply-sdunitdir.patch: Must install units in %{_unitdir} as
  returned by pkg-config not in a hardcoded location.

OBS-URL: https://build.opensuse.org/request/show/140245
OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=90
This commit is contained in:
Raymond Wooninck
2012-11-05 18:19:28 +00:00
committed by Git OBS Bridge
parent 1a63490de9
commit 7c28e203e3
6 changed files with 101 additions and 8 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Nov 5 17:35:39 UTC 2012 - crrodriguez@opensuse.org
- Update to an slightly newer git snapshot to fix regression
from 0.8.8
-------------------------------------------------------------------
Thu Nov 1 21:36:22 UTC 2012 - crrodriguez@opensuse.org
- Version 0.8.8
* main: Try to own socket before anything else
* main: silently succeed if plymouthd is started a second time
* service: start plymouthd unconditionally
* x11: make window fullscreen by default
* x11: only create windows when necessary
-------------------------------------------------------------------
Thu Nov 1 20:35:34 UTC 2012 - crrodriguez@opensuse.org
- plymoith-sd-notforking.patch: Make plymouthd to not use
Service type "forking"
- ply-sdunitdir.patch: Must install units in %{_unitdir} as
returned by pkg-config not in a hardcoded location.
-------------------------------------------------------------------
Fri Oct 12 08:59:08 UTC 2012 - tittiatcoke@gmail.com