Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2013-10-25 18:54:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemd (Old)
 and      /work/SRC/openSUSE:Factory/.systemd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemd"

Changes:
--------
systemd-rpm-macros.changes: same change
--- /work/SRC/openSUSE:Factory/systemd/systemd.changes  2013-10-21 
15:15:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd.changes     2013-10-25 
18:54:16.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Oct 25 12:12:48 UTC 2013 - [email protected]
+
+- Add upstream patch 
+  0001-analyze-set-white-background.patch
+  to make SVG output of systemd analyze readable
+
+-------------------------------------------------------------------

New:
----
  0001-analyze-set-white-background.patch

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

Other differences:
------------------
systemd-rpm-macros.spec: same change
++++++ systemd.spec ++++++
--- /var/tmp/diff_new_pack.B4BOFd/_old  2013-10-25 18:54:18.000000000 +0200
+++ /var/tmp/diff_new_pack.B4BOFd/_new  2013-10-25 18:54:18.000000000 +0200
@@ -234,6 +234,8 @@
 Patch77:        0001-shared-util-Fix-glob_extend-argument.patch
 # PATCH-FIX-UPSTREAM 0001-Fix-bad-assert-in-show_pid_array.patch 
[email protected] -- Fix bad assert in show_pid_array
 Patch78:        0001-Fix-bad-assert-in-show_pid_array.patch
+# PATCH-FIX-UPSTREAM 0001-analyze-set-white-background.patch [email protected] 
-- Make background of systemd-analyze SVG white
+Patch79:        0001-analyze-set-white-background.patch
 
 # udev patches
 # PATCH-FIX-OPENSUSE 1001-re-enable-by_path-links-for-ata-devices.patch
@@ -512,6 +514,7 @@
 %patch76 -p1
 %patch77 -p1
 %patch78 -p1
+%patch79 -p1
 
 # udev patches
 %patch1001 -p1

++++++ 0001-analyze-set-white-background.patch ++++++
>From 418e37506e6a419a808a82081ca1616caa03a206 Mon Sep 17 00:00:00 2001
From: Thomas Hindoe Paaboel Andersen <[email protected]>
Date: Mon, 21 Oct 2013 19:29:23 +0000
Subject: analyze: set white backgound

In programs like eog and gimp the transparant background did not
look very good.

https://bugs.freedesktop.org/show_bug.cgi?id=70720
---
diff --git a/src/analyze/systemd-analyze.c b/src/analyze/systemd-analyze.c
index 26769d6..0cc4de7 100644
--- a/src/analyze/systemd-analyze.c
+++ b/src/analyze/systemd-analyze.c
@@ -507,6 +507,7 @@ static int analyze_plot(DBusConnection *bus) {
         /* style sheet */
         svg("<defs>\n  <style type=\"text/css\">\n    <![CDATA[\n"
             "      rect       { stroke-width: 1; stroke-opacity: 0; }\n"
+            "      rect.background   { fill: rgb(255,255,255); }\n"
             "      rect.activating   { fill: rgb(255,0,0); fill-opacity: 0.7; 
}\n"
             "      rect.active       { fill: rgb(200,150,150); fill-opacity: 
0.7; }\n"
             "      rect.deactivating { fill: rgb(150,100,100); fill-opacity: 
0.7; }\n"
@@ -528,6 +529,7 @@ static int analyze_plot(DBusConnection *bus) {
             "      text.sec   { font-size: 10px; }\n"
             "    ]]>\n   </style>\n</defs>\n\n");
 
+        svg("<rect class=\"background\" width=\"100%%\" height=\"100%%\" 
/>\n");
         svg("<text x=\"20\" y=\"50\">%s</text>", pretty_times);
         svg("<text x=\"20\" y=\"30\">%s %s (%s %s) %s</text>",
             isempty(osname) ? "Linux" : osname,
--
cgit v0.9.0.2-2-gbebe
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to