From 8a91e2fd15b05d797a9ef044b17e2f60b6059b66 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Aug 28 2009 11:06:37 +0000 Subject: - update to 1.0.0 - patches merged - tigervnc10-rh495457.patch --- diff --git a/.cvsignore b/.cvsignore index 8f88c07..f09cbb2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -tigervnc-0.0.91.tar.gz +tigervnc-1.0.0.tar.gz xorg-x11-server-source-1.6.1.901-5.fc11.x86_64.rpm diff --git a/sources b/sources index 94b2750..2d05f31 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -9aff0c8b573f040aeca4560636fa6886 tigervnc-0.0.91.tar.gz +622c6689a66651419b5431efdee99d5a tigervnc-1.0.0.tar.gz b1517bc2701a7ac947230338f5a7ea9c xorg-x11-server-source-1.6.1.901-5.fc11.x86_64.rpm diff --git a/tigervnc.spec b/tigervnc.spec index 6067110..fbe42af 100644 --- a/tigervnc.spec +++ b/tigervnc.spec @@ -1,6 +1,6 @@ Name: tigervnc -Version: 0.0.91 -Release: 0.17%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: A TigerVNC remote display system Group: User Interface/Desktops @@ -39,7 +39,6 @@ Obsoletes: tightvnc < 1.5.0-0.15.20090204svn3586 Patch0: tigervnc-102434.patch Patch4: tigervnc-cookie.patch Patch8: tigervnc-viewer-reparent.patch -Patch9: tigervnc10-rh495457.patch Patch10: tigervnc10-compat.patch %description @@ -103,7 +102,6 @@ popd %patch0 -p1 -b .102434 %patch4 -p1 -b .cookie %patch8 -p1 -b .viewer-reparent -%patch9 -p0 -b .rh495457 %patch10 -p1 -b .compat # Use newer gettext @@ -246,6 +244,10 @@ fi %endif %changelog +* Fri Aug 28 2009 Adam Tkac 1.0.0-1 +- update to 1.0.0 +- tigervnc10-rh495457.patch merged to upstream + * Mon Aug 24 2009 Karsten Hopp 0.0.91-0.17 - fix ifnarch s390x for server-module diff --git a/tigervnc10-rh495457.patch b/tigervnc10-rh495457.patch deleted file mode 100644 index 35713ba..0000000 --- a/tigervnc10-rh495457.patch +++ /dev/null @@ -1,28 +0,0 @@ -Index: unix/vncviewer/DesktopWindow.cxx -=================================================================== ---- unix/vncviewer/DesktopWindow.cxx (revision 3832) -+++ unix/vncviewer/DesktopWindow.cxx (working copy) -@@ -216,6 +216,7 @@ - if (cursorVisible) { - cursorVisible = false; - im->imageRect(cursorBackingRect, cursorBacking.data); -+ damageRect(cursorBackingRect); - } - } - -@@ -237,6 +238,7 @@ - im->getImage(cursorBacking.data, cursorBackingRect); - - im->maskRect(cursorRect, cursor.data, cursor.mask.buf); -+ damageRect(cursorBackingRect); - } - } - -@@ -355,6 +357,7 @@ - cursorPos = pos; - showLocalCursor(); - } -+ updateWindow(); - } - } - }