Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-08-26 11:33:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
 and      /work/SRC/openSUSE:Factory/.plymouth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plymouth", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes        2012-08-08 
21:56:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-08-26 
11:33:38.000000000 +0200
@@ -1,0 +2,13 @@
+Wed Aug 22 14:04:13 UTC 2012 - [email protected]
+
+- Add plymouth-after-udev-settle.patch: ensure plymouth is started
+  after udev triggers has been started (git + name change due to
+  systemd < 183 in openSUSE 12.2).
+
+-------------------------------------------------------------------
+Wed Aug 22 11:41:57 UTC 2012 - [email protected]
+
+- Ensure that the right Pango version is used for copying one of
+  the pango modules
+
+-------------------------------------------------------------------

New:
----
  plymouth-after-udev-settle.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ plymouth.spec ++++++
--- /var/tmp/diff_new_pack.OsTpUG/_old  2012-08-26 11:33:39.000000000 +0200
+++ /var/tmp/diff_new_pack.OsTpUG/_new  2012-08-26 11:33:39.000000000 +0200
@@ -52,6 +52,8 @@
 Patch10:        0001-Some-greenish-openSUSE-colors.patch
 # PATCH-FIX-UPSTREAM -- Fix systemd service file
 Patch11:        plymouth-fix-systemd-service.patch
+# PATCH-FIX-UPSTREAM -- Start plymouth avec udev-trigger.service
+Patch12:        plymouth-after-udev-settle.patch
 BuildRequires:  automake
 BuildRequires:  kernel-headers
 BuildRequires:  libtool
@@ -317,6 +319,7 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch12 -p1
 
 # replace builddate with patch0date
 sed -i "s/__DATE__/\"$(stat -c %y %{_sourcedir}/%{name}.changes)\"/" src/main.c


++++++ plymouth-after-udev-settle.patch ++++++
Index: plymouth-0.8.6.1/systemd-units/plymouth-start.service.in
===================================================================
--- plymouth-0.8.6.1.orig/systemd-units/plymouth-start.service.in
+++ plymouth-0.8.6.1/systemd-units/plymouth-start.service.in
@@ -2,7 +2,7 @@
 Description=Show Plymouth Boot Screen
 DefaultDependencies=no
 Wants=systemd-ask-password-plymouth.path
-After=systemd-vconsole-setup.service systemd-udev-settle.service
+After=systemd-vconsole-setup.service udev-trigger.service
 Before=systemd-ask-password-plymouth.service
 ConditionKernelCommandLine=!plymouth.enable=0
 ConditionPathExists=!@plymouthruntimedir@/pid
++++++ suse-initrd-support ++++++
--- /var/tmp/diff_new_pack.OsTpUG/_old  2012-08-26 11:33:39.000000000 +0200
+++ /var/tmp/diff_new_pack.OsTpUG/_new  2012-08-26 11:33:39.000000000 +0200
@@ -121,11 +121,11 @@
 +  then
 +     _pangodir=`pango-querymodules-64 | grep ModulesPath | awk '{print $4}'`
 +     _pangomod="/etc/pango/pango64.modules"
-+     pangobasicfc="/usr/lib64/pango/1.6.0/modules/pango-basic-fc.so"
++     pangobasicfc="${_pangodir}/pango-basic-fc.so"
 +  else
 +     _pangodir=`pango-querymodules | grep ModulesPath | awk '{print $4}'`
 +     _pangomod="/etc/pango/pango.modules"
-+     pangobasicfc="/usr/lib/pango/1.6.0/modules/pango-basic-fc.so"
++     pangobasicfc="${_pangodir}/pango-basic-fc.so"
 +fi
 +install -D ${_pangomod} $tmp_mnt/${_pangomod}
 +install -D ${pangobasicfc} $tmp_mnt/${pangobasicfc}

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to