rpms/vinagre/F-11 0001-Fix-warnings-activating-mDNS-bookmarks.patch, 1.1, 1.2 vinagre.spec, 1.46, 1.47

Bastien Nocera hadess at fedoraproject.org
Fri Sep 18 17:34:46 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/vinagre/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12097

Modified Files:
	0001-Fix-warnings-activating-mDNS-bookmarks.patch vinagre.spec 
Log Message:
* Fri Sep 18 2009 Bastien Nocera <bnocera at redhat.com> 2.26.2-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/F-11/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:17:31 -0000	1.1
+++ 0001-Fix-warnings-activating-mDNS-bookmarks.patch	18 Sep 2009 17:34:45 -0000	1.2
@@ -1,16 +1,15 @@
-From c80f47981e6f9a3dec1c192d4906a1159ad947ee Mon Sep 17 00:00:00 2001
+From 35f9640d9aba5c8b81c0a6deb0660a4d33738bab Mon Sep 17 00:00:00 2001
 From: Bastien Nocera <hadess at hadess.net>
 Date: Fri, 18 Sep 2009 18:15:46 +0100
 Subject: [PATCH] Fix warnings activating mDNS bookmarks
 
 - Don't tell the marshallers that we have an object and pass a pointer
-- Don't emit a signal when we don't have an object to pass
 ---
- src/vinagre-fav.c |    8 +++++---
- 1 files changed, 5 insertions(+), 3 deletions(-)
+ src/vinagre-fav.c |    4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/src/vinagre-fav.c b/src/vinagre-fav.c
-index 490dd11..d94f81d 100644
+index 490dd11..0af0c45 100644
 --- a/src/vinagre-fav.c
 +++ b/src/vinagre-fav.c
 @@ -139,7 +139,7 @@ vinagre_fav_class_init (VinagreFavClass *klass)
@@ -31,18 +30,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/F-11/vinagre.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -p -r1.46 -r1.47
--- vinagre.spec	18 Sep 2009 17:17:31 -0000	1.46
+++ vinagre.spec	18 Sep 2009 17:34:46 -0000	1.47
@@ -1,6 +1,6 @@
 Name:		vinagre
 Version:	2.26.2
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	VNC client for GNOME
 
 Group:		Applications/System
@@ -125,6 +125,9 @@ fi
 %doc README NEWS COPYING AUTHORS
 
 %changelog
+* Fri Sep 18 2009 Bastien Nocera <bnocera at redhat.com> 2.26.2-3
+- Update mDNS patch
+
 * Fri Sep 18 2009 Bastien Nocera <bnocera at redhat.com> 2.26.2-2
 - Fix warnings using mDNS bookmarks
 




More information about the fedora-extras-commits mailing list