[tigervnc/f19] Actually apply patch for bug #923655.

Tim Waugh twaugh at fedoraproject.org
Tue Jul 15 15:03:06 UTC 2014


commit 5dd4c9c52c2ab1c7928d99eb1eebd7a9667c7509
Author: Tim Waugh <twaugh at redhat.com>
Date:   Tue Jul 15 12:59:29 2014 +0100

    Actually apply patch for bug #923655.
    
    Resolves: rhbz#923655

 tigervnc.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/tigervnc.spec b/tigervnc.spec
index 567c3be..7e5d2b0 100644
--- a/tigervnc.spec
+++ b/tigervnc.spec
@@ -1,6 +1,6 @@
 Name:		tigervnc
 Version:	1.3.0
-Release:	12%{?dist}
+Release:	13%{?dist}
 Summary:	A TigerVNC remote display system
 
 Group:		User Interface/Desktops
@@ -51,6 +51,7 @@ Patch13:	tigervnc-cursor.patch
 Patch14:	tigervnc-CVE-2014-0011.patch
 Patch15:	tigervnc-inputreset.patch
 Patch16:	tigervnc-pointersync.patch
+Patch17:	tigervnc-xstartup.patch
 
 %description
 Virtual Network Computing (VNC) is a remote display system which
@@ -188,6 +189,9 @@ popd
 # Keep pointer in sync when using module (upstream bug #152).
 %patch16 -p1 -b .pointersync
 
+# Clearer xstartup file (bug #923655).
+%patch17 -p1 -b .xstartup
+
 %build
 %ifarch sparcv9 sparc64 s390 s390x
 export CFLAGS="$RPM_OPT_FLAGS -fPIC"
@@ -356,6 +360,10 @@ fi
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Tue Jul 15 2014 Tim Waugh <twaugh at redhat.com> 1.3.0-13
+- Actually apply patch for this earlier fix:
+  - Clearer xstartup file (bug #923655).
+
 * Mon Jul 14 2014 Tim Waugh <twaugh at redhat.com> 1.3.0-12
 - Input reset fixes from upstream (bug #1116956).
 


More information about the scm-commits mailing list