diff --git a/tigervnc-xorg25909.patch b/tigervnc-xorg25909.patch deleted file mode 100644 index 9b05eb3..0000000 --- a/tigervnc-xorg25909.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 9f48f109872798c70d0215a0c67e4c6462803ee7 Mon Sep 17 00:00:00 2001 -From: Adam Tkac -Date: Mon, 21 Dec 2009 15:03:30 +0100 -Subject: [PATCH] Do not define members of include/eventstr.h:EventType enum conditionally. It can - break modules which are built in-tree. - ---- - include/eventstr.h | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) - -diff --git a/include/eventstr.h b/include/eventstr.h -index 0d5b1c6..79685c1 100644 ---- a/include/eventstr.h -+++ b/include/eventstr.h -@@ -58,17 +58,13 @@ enum EventType { - ET_ProximityOut, - ET_DeviceChanged, - ET_Hierarchy, --#if XFreeXDGA - ET_DGAEvent, --#endif - ET_RawKeyPress, - ET_RawKeyRelease, - ET_RawButtonPress, - ET_RawButtonRelease, - ET_RawMotion, --#ifdef XQUARTZ - ET_XQuartz, --#endif - ET_Internal = 0xFF /* First byte */ - }; - --- -1.6.5.5 - diff --git a/tigervnc.spec b/tigervnc.spec index 7156e78..1d1e91d 100644 --- a/tigervnc.spec +++ b/tigervnc.spec @@ -2,7 +2,7 @@ Name: tigervnc Version: 1.0.90 -Release: 0.2.%{snap}%{?dist} +Release: 0.3.%{snap}%{?dist} Summary: A TigerVNC remote display system Group: User Interface/Desktops @@ -41,8 +41,6 @@ Obsoletes: tightvnc < 1.5.0-0.15.20090204svn3586 Patch0: tigervnc-102434.patch Patch4: tigervnc-cookie.patch Patch8: tigervnc-viewer-reparent.patch -# https://bugs.freedesktop.org/show_bug.cgi?id=25909 -Patch9: tigervnc-xorg25909.patch %description Virtual Network Computing (VNC) is a remote display system which @@ -103,9 +101,6 @@ popd %patch0 -p1 -b .102434 %patch4 -p1 -b .cookie %patch8 -p1 -b .viewer-reparent -pushd unix/xserver/ -%patch9 -p1 -b .xorg25909 -popd # Use newer gettext sed -i 's/AM_GNU_GETTEXT_VERSION.*/AM_GNU_GETTEXT_VERSION([0.17])/' \ @@ -242,6 +237,9 @@ fi %endif %changelog +* Thu Jan 21 2010 Adam Tkac 1.0.90-0.3.20091221svn3929 +- drop tigervnc-xorg25909.patch, it has been merged to X.Org upstream + * Thu Jan 07 2010 Adam Tkac 1.0.90-0.2.20091221svn3929 - add patch for upstream X.Org issue #25909 - add libXdmcp-devel to build requires to build Xvnc with XDMCP support (#552322)