]> git.pld-linux.org Git - packages/xfce4-session.git/commitdiff
- fix verbose logging enabled by default auto/th/xfce4-session-4.12.1-2
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 15 Oct 2016 20:55:37 +0000 (22:55 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 15 Oct 2016 20:55:37 +0000 (22:55 +0200)
- rel 2

verbose-logging.patch [new file with mode: 0644]
xfce4-session.spec

diff --git a/verbose-logging.patch b/verbose-logging.patch
new file mode 100644 (file)
index 0000000..3b9f247
--- /dev/null
@@ -0,0 +1,28 @@
+From 26f9ae8df629f02af0773df2ed82db6b85c5b556 Mon Sep 17 00:00:00 2001
+From: Eric Koegel <eric.koegel@gmail.com>
+Date: Sat, 28 Mar 2015 16:57:24 +0300
+Subject: Make verbose logging conditional (Bug #11698)
+
+Bug report and patch submitted by Zhihao Yuan
+
+Signed-off-by: Eric Koegel <eric.koegel@gmail.com>
+
+diff --git a/xfce4-session/xfsm-global.h b/xfce4-session/xfsm-global.h
+index d2e0c29..d458712 100644
+--- a/xfce4-session/xfsm-global.h
++++ b/xfce4-session/xfsm-global.h
+@@ -49,7 +49,10 @@ extern XfsmSplashScreen *splash_screen;
+ #if defined(G_HAVE_ISO_VARARGS)
+ #define xfsm_verbose(...)\
+-    xfsm_verbose_real (__func__, __FILE__, __LINE__, __VA_ARGS__)
++G_STMT_START{ \
++  if (G_UNLIKELY (verbose)) \
++    xfsm_verbose_real (__func__, __FILE__, __LINE__, __VA_ARGS__); \
++}G_STMT_END
+ #else
+-- 
+cgit v0.10.1
+
index 14af12731348ff0317ad9b1709737329e1107713..1b84def84669ed227f47e66938bbb04493f16a64 100644 (file)
@@ -7,7 +7,7 @@ Summary:        Xfce session manager
 Summary(pl.UTF-8):     Zarządca sesji Xfce
 Name:          xfce4-session
 Version:       4.12.1
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         X11/Applications
 Source0:       http://archive.xfce.org/src/xfce/%{name}/4.12/%{name}-%{version}.tar.bz2
@@ -18,6 +18,7 @@ Source1:      http://www.blues.gda.pl/SOURCES/%{name}-ubuntu_icons.tar.bz2
 # http://lists.fedoraproject.org/pipermail/devel-announce/2011-February/000758.html
 Source2:        polkit-mate-authentication-agent-1.desktop
 Patch0:                %{name}-ubuntu_icons.patch
+Patch1:                verbose-logging.patch
 URL:           http://www.xfce.org/projects/xfce4-session
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -94,6 +95,7 @@ Statyczna biblioteka zarządcy sesji dla środowiska Xfce.
 %prep
 %setup -q -a1
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__intltoolize}
This page took 0.07312 seconds and 4 git commands to generate.