- update to 1.0.0

- patches merged
- tigervnc10-rh495457.patch
This commit is contained in:
Adam Tkac 2009-08-28 11:06:37 +00:00
parent e70812f124
commit 8a91e2fd15
4 changed files with 8 additions and 34 deletions

View File

@ -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

View File

@ -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

View File

@ -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 <atkac redhat com> 1.0.0-1
- update to 1.0.0
- tigervnc10-rh495457.patch merged to upstream
* Mon Aug 24 2009 Karsten Hopp <karsten@redhat.com> 0.0.91-0.17
- fix ifnarch s390x for server-module

View File

@ -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();
}
}
}