rpms/gnome-rdp/F-11 gnome-rdp-vnc.patch, NONE, 1.1 gnome-rdp.spec, 1.2, 1.3 import.log, 1.1, 1.2

John Anderson janderson at fedoraproject.org
Fri Jul 3 02:47:14 UTC 2009


Author: janderson

Update of /cvs/pkgs/rpms/gnome-rdp/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28455/F-11

Modified Files:
	gnome-rdp.spec import.log 
Added Files:
	gnome-rdp-vnc.patch 
Log Message:
Fixing VNC for f11

gnome-rdp-vnc.patch:

--- NEW FILE gnome-rdp-vnc.patch ---
diff -uNr gnome-rdp-orig/src/Main.cs gnome-rdp-0.2.3/src/Main.cs
--- gnome-rdp-orig/src/Main.cs	2008-06-28 01:48:17.000000000 -0500
+++ gnome-rdp-0.2.3/src/Main.cs	2009-07-02 21:28:56.227680012 -0500
@@ -319,7 +319,7 @@
                 
                 Console.WriteLine(par);
 				prc = new ProcessCaller(
-					"xtightvncviewer", 
+					"vncviewer", 
 					par, 
 					"/", 
 					false,


Index: gnome-rdp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-rdp/F-11/gnome-rdp.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- gnome-rdp.spec	24 Feb 2009 23:19:55 -0000	1.2
+++ gnome-rdp.spec	3 Jul 2009 02:47:14 -0000	1.3
@@ -2,7 +2,7 @@
 
 Name:           gnome-rdp        
 Version:        0.2.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Remote Desktop Protocol client for the GNOME desktop environment
 
 Group:          Applications/Internet
@@ -10,6 +10,7 @@ License:        GPLv3+
 URL:            http://sourceforge.net/projects/gnome-rdp
 Source0:        http://downloads.sourceforge.net/%name/%{name}-%{version}.tar.gz
 Patch0:         gnome-keyring-version.patch 
+Patch1:		gnome-rdp-vnc.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Various Mono dependencies are not available for ppc64; mostly listed in bug 241850.
@@ -38,6 +39,9 @@ BuildRequires:  openssh-clients
 BuildRequires:  gnome-terminal
 
 Requires:       rdesktop >= 1.6.0
+Requires:	tigervnc
+# for vncpasswd
+Requires:	tigervnc-server
 
 %description
 gnome-rdp is a Remote Desktop Protocol client for the GNOME desktop
@@ -48,6 +52,7 @@ the built in list.
 %setup -q
 
 %patch0 -p1
+%patch1 -p1
 
 %build
 nant -D:prefix=%{_prefix} -D:libdir=%{_libdir}
@@ -78,6 +83,9 @@ rm -rf %{buildroot}
 %{_datadir}/pixmaps/gnome-rdp.png
 
 %changelog
+* Thu Jul 02 2009 John Anderson <john.e.anderson at gmail.com> - 0.2.3-4
+- Fix vnc for bug #508302
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-rdp/F-11/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	27 Oct 2008 13:31:13 -0000	1.1
+++ import.log	3 Jul 2009 02:47:14 -0000	1.2
@@ -1 +1,2 @@
 gnome-rdp-0_2_3-2_fc9:HEAD:gnome-rdp-0.2.3-2.fc10.src.rpm:1225114162
+gnome-rdp-0_2_3-4_fc11:F-11:gnome-rdp-0.2.3-4.fc11.src.rpm:1246589223




More information about the fedora-extras-commits mailing list