Actually apply patch for bug #923655.

Resolves: rhbz#923655
This commit is contained in:
Tim Waugh 2014-07-15 12:59:29 +01:00
parent e1f9d02733
commit 5dd4c9c52c

View File

@ -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@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@redhat.com> 1.3.0-12
- Input reset fixes from upstream (bug #1116956).