Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory
checked in at Fri Sep 9 11:57:06 CEST 2011.



--------
--- GNOME/vinagre/vinagre.changes       2011-07-25 21:22:21.000000000 +0200
+++ /mounts/work_src_done/STABLE/vinagre/vinagre.changes        2011-09-05 
19:39:31.000000000 +0200
@@ -1,0 +2,32 @@
+Mon Sep  5 17:34:55 UTC 2011 - [email protected]
+
+- Update to version 3.1.91:
+  + Use correct compiler warning flags variable
+  + Fixed bad wording in connect help
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Aug 30 16:28:56 CEST 2011 - [email protected]
+
+- Update to version 3.1.90:
+  + Do not set empty text on the credential entry
+  + Use a string constant for the help module name
+  + Add help button to connect dialog
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Aug 15 20:33:54 CEST 2011 - [email protected]
+
+- Update to version 3.1.5:
+  + Connect the bookmark menu item "activate" signal
+  + Disable Ctrl-Alt-Del action in view-only mode
+  + Port from Gtk[H|V]Box to GtkBox
+  + Rework the first-run keyboard shortcut message
+  + Update first-run help button target
+  + Default to 8 bit color depth for Telepathy tubes
+  + Improve the help
+  + Bugs fixed: bgo#614774
+  + Updated translations.
+- Rebase vinagre-fix-missing-header.patch.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  vinagre-3.1.4.tar.bz2

New:
----
  vinagre-3.1.91.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vinagre.spec ++++++
--- /var/tmp/diff_new_pack.vsBMhc/_old  2011-09-09 11:57:01.000000000 +0200
+++ /var/tmp/diff_new_pack.vsBMhc/_new  2011-09-09 11:57:01.000000000 +0200
@@ -20,7 +20,7 @@
 
 Name:           vinagre
 Summary:        VNC client for GNOME
-Version:        3.1.4
+Version:        3.1.91
 Release:        1
 # FIXME: when patch0 is dropped, remove the first make that is needed to 
generate a header; it'll get fixed properly upstream because the missing file 
will be in the tarball
 License:        GPLv2+

++++++ vinagre-3.1.4.tar.bz2 -> vinagre-3.1.91.tar.bz2 ++++++
++++ 45340 lines of diff (skipped)

++++++ vinagre-fix-missing-header.patch ++++++
--- /var/tmp/diff_new_pack.vsBMhc/_old  2011-09-09 11:57:02.000000000 +0200
+++ /var/tmp/diff_new_pack.vsBMhc/_new  2011-09-09 11:57:02.000000000 +0200
@@ -10,10 +10,10 @@
  vinagre/vinagre-prefs.c        |    1 +
  4 files changed, 4 insertions(+), 0 deletions(-)
 
-Index: vinagre-3.1.3/Makefile.am
+Index: vinagre-3.1.5/Makefile.am
 ===================================================================
---- vinagre-3.1.3.orig/Makefile.am
-+++ vinagre-3.1.3/Makefile.am
+--- vinagre-3.1.5.orig/Makefile.am
++++ vinagre-3.1.5/Makefile.am
 @@ -25,6 +25,7 @@ AM_CPPFLAGS = \
        -include config.h
  
@@ -22,10 +22,10 @@
        --vapidir vinagre/vapi \
        --pkg config \
        --pkg gtk+-3.0
-Index: vinagre-3.1.3/vinagre/vinagre-bookmarks-ui.c
+Index: vinagre-3.1.5/vinagre/vinagre-bookmarks-ui.c
 ===================================================================
---- vinagre-3.1.3.orig/vinagre/vinagre-bookmarks-ui.c
-+++ vinagre-3.1.3/vinagre/vinagre-bookmarks-ui.c
+--- vinagre-3.1.5.orig/vinagre/vinagre-bookmarks-ui.c
++++ vinagre-3.1.5/vinagre/vinagre-bookmarks-ui.c
 @@ -22,6 +22,7 @@
  #include <string.h>
  #include <glib/gi18n.h>
@@ -34,23 +34,23 @@
  #include "vinagre-bookmarks-ui.h"
  #include "vinagre-bookmarks-tree.h"
  #include "vinagre-plugins-engine.h"
-Index: vinagre-3.1.3/vinagre/vinagre-prefs.c
+Index: vinagre-3.1.5/vinagre/vinagre-prefs.c
 ===================================================================
---- vinagre-3.1.3.orig/vinagre/vinagre-prefs.c
-+++ vinagre-3.1.3/vinagre/vinagre-prefs.c
+--- vinagre-3.1.5.orig/vinagre/vinagre-prefs.c
++++ vinagre-3.1.5/vinagre/vinagre-prefs.c
 @@ -21,6 +21,7 @@
  #include <config.h>
  #include <glib/gi18n.h>
  #include "vinagre-prefs.h"
 +#include "vinagre-vala.h"
  
- #define VINAGRE_SCHEMA_NAME           "org.gnome.Vinagre"
- #define VM_ALWAYS_SHOW_TABS           "always-show-tabs"
-Index: vinagre-3.1.3/Makefile.in
-===================================================================
---- vinagre-3.1.3.orig/Makefile.in
-+++ vinagre-3.1.3/Makefile.in
-@@ -547,6 +547,7 @@ AM_CPPFLAGS = \
+ static const char VINAGRE_SCHEMA_NAME[]       = "org.gnome.Vinagre";
+ static const char VM_HISTORY_SIZE[] = "history-size";
+Index: vinagre-3.1.5/Makefile.in
+===================================================================
+--- vinagre-3.1.5.orig/Makefile.in
++++ vinagre-3.1.5/Makefile.in
+@@ -551,6 +551,7 @@ AM_CPPFLAGS = \
        -include config.h
  
  AM_VALAFLAGS = \
@@ -58,10 +58,10 @@
        --vapidir vinagre/vapi \
        --pkg config \
        --pkg gtk+-3.0
-Index: vinagre-3.1.3/vinagre/vinagre-bookmarks-migration.c
+Index: vinagre-3.1.5/vinagre/vinagre-bookmarks-migration.c
 ===================================================================
---- vinagre-3.1.3.orig/vinagre/vinagre-bookmarks-migration.c
-+++ vinagre-3.1.3/vinagre/vinagre-bookmarks-migration.c
+--- vinagre-3.1.5.orig/vinagre/vinagre-bookmarks-migration.c
++++ vinagre-3.1.5/vinagre/vinagre-bookmarks-migration.c
 @@ -36,6 +36,7 @@
  #include "vinagre-bookmarks-migration.h"
  #include "vinagre-bookmarks.h"
@@ -70,10 +70,10 @@
  
  static void
  fill_xml (GSList *list, xmlTextWriter *writer)
-Index: vinagre-3.1.3/vinagre/vinagre-bookmarks.c
+Index: vinagre-3.1.5/vinagre/vinagre-bookmarks.c
 ===================================================================
---- vinagre-3.1.3.orig/vinagre/vinagre-bookmarks.c
-+++ vinagre-3.1.3/vinagre/vinagre-bookmarks.c
+--- vinagre-3.1.5.orig/vinagre/vinagre-bookmarks.c
++++ vinagre-3.1.5/vinagre/vinagre-bookmarks.c
 @@ -30,6 +30,7 @@
  #include "vinagre-bookmarks-migration.h"
  #include "vinagre-connection.h"
@@ -82,10 +82,10 @@
  
  struct _VinagreBookmarksPrivate
  {
-Index: vinagre-3.1.3/vinagre/vinagre-cache-prefs.c
+Index: vinagre-3.1.5/vinagre/vinagre-cache-prefs.c
 ===================================================================
---- vinagre-3.1.3.orig/vinagre/vinagre-cache-prefs.c
-+++ vinagre-3.1.3/vinagre/vinagre-cache-prefs.c
+--- vinagre-3.1.5.orig/vinagre/vinagre-cache-prefs.c
++++ vinagre-3.1.5/vinagre/vinagre-cache-prefs.c
 @@ -21,6 +21,7 @@
  #include <config.h>
  #include <glib/gi18n.h>
@@ -94,10 +94,10 @@
  
  static GKeyFile *keyfile = NULL;
  static char* filename = NULL;
-Index: vinagre-3.1.3/vinagre/vinagre-connect.c
+Index: vinagre-3.1.5/vinagre/vinagre-connect.c
 ===================================================================
---- vinagre-3.1.3.orig/vinagre/vinagre-connect.c
-+++ vinagre-3.1.3/vinagre/vinagre-connect.c
+--- vinagre-3.1.5.orig/vinagre/vinagre-connect.c
++++ vinagre-3.1.5/vinagre/vinagre-connect.c
 @@ -36,6 +36,7 @@
  #include "vinagre-prefs.h"
  #include "vinagre-cache-prefs.h"
@@ -106,10 +106,10 @@
  
  typedef struct {
    GtkBuilder *xml;
-Index: vinagre-3.1.3/vinagre/vinagre-reverse-vnc-listener-dialog.c
+Index: vinagre-3.1.5/vinagre/vinagre-reverse-vnc-listener-dialog.c
 ===================================================================
---- vinagre-3.1.3.orig/vinagre/vinagre-reverse-vnc-listener-dialog.c
-+++ vinagre-3.1.3/vinagre/vinagre-reverse-vnc-listener-dialog.c
+--- vinagre-3.1.5.orig/vinagre/vinagre-reverse-vnc-listener-dialog.c
++++ vinagre-3.1.5/vinagre/vinagre-reverse-vnc-listener-dialog.c
 @@ -42,6 +42,7 @@
  #include "vinagre-prefs.h"
  #include "vinagre-reverse-vnc-listener-dialog.h"
@@ -118,10 +118,10 @@
  
  typedef struct
  {
-Index: vinagre-3.1.3/vinagre/vinagre-window.c
+Index: vinagre-3.1.5/vinagre/vinagre-window.c
 ===================================================================
---- vinagre-3.1.3.orig/vinagre/vinagre-window.c
-+++ vinagre-3.1.3/vinagre/vinagre-window.c
+--- vinagre-3.1.5.orig/vinagre/vinagre-window.c
++++ vinagre-3.1.5/vinagre/vinagre-window.c
 @@ -41,6 +41,7 @@
  #include "vinagre-window-private.h"
  #include "vinagre-bookmarks-entry.h"


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to