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 1.3.0-13 +- Actually apply patch for this earlier fix: + - Clearer xstartup file (bug #923655). + * Mon Jul 14 2014 Tim Waugh 1.3.0-12 - Input reset fixes from upstream (bug #1116956).