Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-10-12 14:21:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-08 
07:16:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-10-12 
14:25:00.000000000 +0200
@@ -1,0 +2,17 @@
+Thu Oct 11 12:21:37 UTC 2012 - tittiatc...@gmail.com
+
+- Adjusted the upstream patch to remove the pid file. The original
+  one seems to cause issues with the DM killing plymouth 
+
+-------------------------------------------------------------------
+Thu Oct 11 09:13:33 UTC 2012 - tittiatc...@gmail.com
+
+- Fix the Pango installation within the initrd. This would 
+  resolve the error message that Pango cannot find any fonts
+
+-------------------------------------------------------------------
+Thu Sep 27 12:37:13 UTC 2012 - tittiatc...@gmail.com
+
+- fix the libdir path in plymouth-set-default-theme (bnc#780085)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ plymouth.spec ++++++
--- /var/tmp/diff_new_pack.d6rEAw/_old  2012-10-12 14:25:02.000000000 +0200
+++ /var/tmp/diff_new_pack.d6rEAw/_new  2012-10-12 14:25:02.000000000 +0200
@@ -155,7 +155,6 @@
 Requires:       gzip
 Requires:       plymouth
 Requires(post): mkinitrd
-BuildArch:      noarch
 
 %description scripts
 This package contains scripts that help integrate Plymouth with
@@ -310,7 +309,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch10 -p1
-%patch11 -p1
+#patch11 -p1
 
 # replace builddate with patch0date
 sed -i "s/__DATE__/\"$(stat -c %y %{_sourcedir}/%{name}.changes)\"/" src/main.c


++++++ plymouth-remove-pid-file.patch ++++++
--- /var/tmp/diff_new_pack.d6rEAw/_old  2012-10-12 14:25:02.000000000 +0200
+++ /var/tmp/diff_new_pack.d6rEAw/_new  2012-10-12 14:25:02.000000000 +0200
@@ -28,8 +28,8 @@
 +      ply_trace ("plymouthd is already running");
 +
 +      if (daemon_handle != NULL)
-+        ply_detach_daemon (daemon_handle, EX_OK);
-+      return EX_OK;
++        ply_detach_daemon (daemon_handle, EX_UNAVAILABLE);
++      return EX_UNAVAILABLE;
 +    }
 +
    state.boot_buffer = ply_buffer_new ();

++++++ suse-initrd-support ++++++
--- /var/tmp/diff_new_pack.d6rEAw/_old  2012-10-12 14:25:02.000000000 +0200
+++ /var/tmp/diff_new_pack.d6rEAw/_new  2012-10-12 14:25:02.000000000 +0200
@@ -117,17 +117,17 @@
 +done
 +
 +_libdir=`rpm --eval '%{_lib}'`
++mkdir -p $tmp_mnt/etc/pango
 +if [ "$_libdir" == "lib64" ];
 +  then
 +     _pangodir=`pango-querymodules-64 | grep ModulesPath | awk '{print $4}'`
-+     _pangomod="/etc/pango/pango64.modules"
++     pango-querymodules-64 > $tmp_mnt/etc/pango/pango.modules
 +     pangobasicfc="${_pangodir}/pango-basic-fc.so"
 +  else
 +     _pangodir=`pango-querymodules | grep ModulesPath | awk '{print $4}'`
-+     _pangomod="/etc/pango/pango.modules"
++     pango-querymodules > $tmp_mnt/etc/pango/pango.modules
 +     pangobasicfc="${_pangodir}/pango-basic-fc.so"
 +fi
-+install -D ${_pangomod} $tmp_mnt/${_pangomod}
 +install -D ${pangobasicfc} $tmp_mnt/${pangobasicfc}
 +mkdir -p $tmp_mnt/var/cache/fontconfig
 Index: plymouth-0.8.6.1/scripts/plymouth-update-initrd

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to