packages: tigervnc/tigervnc.spec, tigervnc/tigervnc-options-dialog.patch (N...

baggins baggins at pld-linux.org
Tue Oct 26 13:46:28 CEST 2010


Author: baggins                      Date: Tue Oct 26 11:46:28 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 5
- fix disappeared Ok/Cancel buttons in options dialog

---- Files affected:
packages/tigervnc:
   tigervnc.spec (1.11 -> 1.12) , tigervnc-options-dialog.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/tigervnc/tigervnc.spec
diff -u packages/tigervnc/tigervnc.spec:1.11 packages/tigervnc/tigervnc.spec:1.12
--- packages/tigervnc/tigervnc.spec:1.11	Sun Oct 24 17:25:05 2010
+++ packages/tigervnc/tigervnc.spec	Tue Oct 26 13:46:23 2010
@@ -9,7 +9,7 @@
 Summary(pl.UTF-8):	System zdalnego dostępu TigerVNC
 Name:		tigervnc
 Version:	1.0.90
-Release:	4
+Release:	5
 License:	GPL v2
 Group:		X11/Applications/Networking
 #Source0:	http://dl.sourceforge.net/tigervnc/%{name}-%{version}.tar.gz
@@ -24,6 +24,7 @@
 Patch5:		tigervnc-rh633931.patch
 Patch6:		tigervnc-viewer-reparent.patch
 Patch7:		tigervnc-as-needed.patch
+Patch8:		tigervnc-options-dialog.patch
 URL:		http://www.tigervnc.com/
 BuildRequires:	ImageMagick
 BuildRequires:	ImageMagick-coder-png
@@ -171,6 +172,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %{__sed} -i -e 's|^po/Makefile.in||' configure.ac
 
@@ -308,6 +310,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2010/10/26 11:46:23  baggins
+- rel 5
+- fix disappeared Ok/Cancel buttons in options dialog
+
 Revision 1.11  2010/10/24 15:25:05  baggins
 - rel 4
 

================================================================
Index: packages/tigervnc/tigervnc-options-dialog.patch
diff -u /dev/null packages/tigervnc/tigervnc-options-dialog.patch:1.1
--- /dev/null	Tue Oct 26 13:46:28 2010
+++ packages/tigervnc/tigervnc-options-dialog.patch	Tue Oct 26 13:46:23 2010
@@ -0,0 +1,10 @@
+--- tigervnc/unix/vncviewer/OptionsDialog.h~	2010-10-26 13:40:29.148203596 +0200
++++ tigervnc/unix/vncviewer/OptionsDialog.h	2010-10-26 13:40:07.863203599 +0200
+@@ -198,6 +198,7 @@
+     y += secVnc.height();
+     secPlain.move(xPad, y);
+     y += secPlain.height();
++    xPad -= SECOND_COL_XPAD;
+ #endif
+ 
+     /* Render "OK" and "Cancel" buttons */
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tigervnc/tigervnc.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list