rpms/vinagre/devel 0001-Fix-warnings-activating-mDNS-bookmarks.patch, 1.1, 1.2 vinagre.spec, 1.57, 1.58

Bastien Nocera hadess at fedoraproject.org
Fri Sep 18 17:33:51 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/vinagre/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11653

Modified Files:
	0001-Fix-warnings-activating-mDNS-bookmarks.patch vinagre.spec 
Log Message:
* Fri Sep 18 2009 Bastien Nocera <bnocera at redhat.com> 2.27.92-3
- Update mDNS patch


0001-Fix-warnings-activating-mDNS-bookmarks.patch:
 vinagre-fav.c |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Index: 0001-Fix-warnings-activating-mDNS-bookmarks.patch
===================================================================
RCS file: /cvs/pkgs/rpms/vinagre/devel/0001-Fix-warnings-activating-mDNS-bookmarks.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- 0001-Fix-warnings-activating-mDNS-bookmarks.patch	18 Sep 2009 17:19:28 -0000	1.1
+++ 0001-Fix-warnings-activating-mDNS-bookmarks.patch	18 Sep 2009 17:33:50 -0000	1.2
@@ -31,18 +31,6 @@ index 490dd11..d94f81d 100644
  
    g_type_class_add_private (object_class, sizeof (VinagreFavPrivate));
  }
-@@ -206,8 +206,10 @@ vinagre_fav_selection_changed_cb (GtkTreeSelection *selection,
- 			  -1);
-     }
- 
--  if (avahi)
-+  if (avahi) {
-     entry = NULL;
-+    return;
-+  }
- 
-   /* Emits the signal saying that user has selected a bookmark */
-   g_signal_emit (G_OBJECT (fav), 
 -- 
 1.6.2.5
 


Index: vinagre.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vinagre/devel/vinagre.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -p -r1.57 -r1.58
--- vinagre.spec	18 Sep 2009 17:19:28 -0000	1.57
+++ vinagre.spec	18 Sep 2009 17:33:51 -0000	1.58
@@ -1,6 +1,6 @@
 Name:		vinagre
 Version:	2.27.92
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	VNC client for GNOME
 
 Group:		Applications/System
@@ -158,6 +158,9 @@ fi
 
 
 %changelog
+* Fri Sep 18 2009 Bastien Nocera <bnocera at redhat.com> 2.27.92-3
+- Update mDNS patch
+
 * Fri Sep 18 2009 Bastien Nocera <bnocera at redhat.com> 2.27.92-2
 - Fix mDNS bookmarks activation
 




More information about the fedora-extras-commits mailing list