commit vinagre for openSUSE:Factory

2020-04-15 Thread root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2020-04-15 19:53:37

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new.2738 (New)


Package is "vinagre"

Wed Apr 15 19:53:37 2020 rev:104 rq:793809 version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2019-07-08 
15:10:09.563295253 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new.2738/vinagre.changes
2020-04-15 19:53:37.777575583 +0200
@@ -1,0 +2,5 @@
+Tue Apr 14 09:55:06 UTC 2020 - Martin Liška 
+
+- Add -fcommon in order to fix boo#1160419.
+
+---



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.i7rnpG/_old  2020-04-15 19:53:38.357575844 +0200
+++ /var/tmp/diff_new_pack.i7rnpG/_new  2020-04-15 19:53:38.361575846 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vinagre
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -84,7 +84,7 @@
 %build
 # Needed for Patch1
 autoreconf -fiv
-export CFLAGS="%{optflags} -Wno-error=format-nonliteral"
+export CFLAGS="%{optflags} -Wno-error=format-nonliteral -fcommon"
 %configure \
--disable-static \
 %if %{with rdp}




commit vinagre for openSUSE:Factory

2019-07-08 Thread root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2019-07-08 15:10:08

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new.4615 (New)


Package is "vinagre"

Mon Jul  8 15:10:08 2019 rev:103 rq:714014 version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2019-05-03 
22:14:55.775805123 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new.4615/vinagre.changes
2019-07-08 15:10:09.563295253 +0200
@@ -1,0 +2,7 @@
+Mon Jul  8 07:24:42 UTC 2019 - Dominique Leuenberger 
+
+- Copy preferences-desktop-remote-desktop from the adwaita icon
+  theme, not from the gnome theme. That should have changed quite a
+  long time ago.
+
+---



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.d2pjBT/_old  2019-07-08 15:10:10.919296554 +0200
+++ /var/tmp/diff_new_pack.d2pjBT/_new  2019-07-08 15:10:10.919296554 +0200
@@ -103,9 +103,9 @@
 %suse_update_desktop_file vinagre-file
 %find_lang %{name} %{?no_lang_C}
 for size in 8x8 16x16 22x22 24x24 32x32 48x48 256x256; do
-if test -f 
%{_datadir}/icons/gnome/$size/apps/preferences-desktop-remote-desktop.png; then
+if test -f 
%{_datadir}/icons/Adwaita/$size/legacy/preferences-desktop-remote-desktop.png; 
then
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/$size/apps
-cp -a 
%{_datadir}/icons/gnome/$size/apps/preferences-desktop-remote-desktop.png 
%{buildroot}%{_datadir}/icons/hicolor/$size/apps/preferences-desktop-remote-desktop.png
+cp -a 
%{_datadir}/icons/Adwaita/$size/legacy/preferences-desktop-remote-desktop.png 
%{buildroot}%{_datadir}/icons/hicolor/$size/apps/preferences-desktop-remote-desktop.png
 fi
 done
 




commit vinagre for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2019-05-03 22:14:54

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new.5148 (New)


Package is "vinagre"

Fri May  3 22:14:54 2019 rev:102 rq:695748 version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2018-03-26 
11:59:17.138993427 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new.5148/vinagre.changes
2019-05-03 22:14:55.775805123 +0200
@@ -1,0 +2,10 @@
+Fri Jan  4 01:52:07 UTC 2019 - bjorn@gmail.com
+
+- Phase out telepathy support in GNOME, disable
+  pkgconfig(telepathy-glib) BuildRequires and pass
+  --without-telepathy to configure.
+- No longer pass --disable-scrollkeeper to configure, not needed,
+  nor recognized.
+- Drop vinagre-lang Recommends: No longer needed.
+
+---



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.pQPYo9/_old  2019-05-03 22:14:56.355806280 +0200
+++ /var/tmp/diff_new_pack.pQPYo9/_new  2019-05-03 22:14:56.355806280 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vinagre
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %bcond_without rdp
+
 Name:   vinagre
 Version:3.22.0
 Release:0
 Summary:VNC client for GNOME
 License:GPL-3.0-or-later
 Group:  Productivity/Networking/Other
-Url:http://www.gnome.org/projects/vinagre/
+URL:http://www.gnome.org/projects/vinagre/
 Source0:
http://download.gnome.org/sources/vinagre/3.22/%{name}-%{version}.tar.xz
+
 # PATCH-FIX-UPSTREAM vinagre-freerdp2.patch bgo#765444 bgo#775616 
mgo...@suse.com -- handle new "freerdp2" package name.
 Patch1: vinagre-freerdp2.patch
 # PATCH-FIX-UPSTREAM vinagre-cert-validation-api.patch bgo#774473 boo#100235 
fezh...@suse.com -- fix API incompatibilities with freerdp 1.2 that causes rdp 
connections abort
@@ -32,6 +34,7 @@
 # The icon we rely on is from adwaita-icon-theme
 # PATCH-FIX-UPSTREAM vinagre-invisible-fullscreen-toolbar.patch bgo#770484 
boo#1008585 badshah...@opensuse.org -- Fix showing of toolbar as invisible in 
fullscreen mode; patch taken from upstream bug comment
 Patch3: vinagre-invisible-fullscreen-toolbar.patch
+
 BuildRequires:  adwaita-icon-theme
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -49,19 +52,22 @@
 BuildRequires:  pkgconfig(appstream-glib) >= 0.7.3
 BuildRequires:  pkgconfig(avahi-gobject)
 BuildRequires:  pkgconfig(avahi-ui-gtk3)
+%if %{with rdp}
+BuildRequires:  pkgconfig(freerdp2)
+%endif
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.6
 BuildRequires:  pkgconfig(gtk-vnc-2.0) >= 0.4.3
 BuildRequires:  pkgconfig(libsecret-1)
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.6.31
 BuildRequires:  pkgconfig(spice-client-gtk-3.0) >= 0.5
-BuildRequires:  pkgconfig(telepathy-glib)
+# Disable telepathy support
+#BuildRequires:  pkgconfig(telepathy-glib)
 BuildRequires:  pkgconfig(vte-2.91)
 BuildRequires:  pkgconfig(x11)
-Recommends: %{name}-lang
+
 Obsoletes:  %{name}-devel < %{version}
+%if 0%{?suse_version} < 1500
 %glib2_gsettings_schema_requires
-%if %{with rdp}
-BuildRequires:  pkgconfig(freerdp2)
 %endif
 
 %description
@@ -72,24 +78,23 @@
 %lang_package
 
 %prep
-%setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%autosetup -p1
 translation-update-upstream
 
 %build
 # Needed for Patch1
-autoreconf
+autoreconf -fiv
 export CFLAGS="%{optflags} -Wno-error=format-nonliteral"
-%configure --disable-static \
---disable-scrollkeeper  \
+%configure \
+   --disable-static \
 %if %{with rdp}
 --enable-rdp\
 %endif
 --enable-spice  \
---enable-ssh
-make V=1 %{?_smp_mflags}
+   --enable-ssh \
+   --without-telepathy \
+   %{nil}
+%make_build
 
 %install
 %make_install
@@ -122,26 +127,26 @@
 
 %files
 %doc %{_datadir}/help/C/%{name}/
+%{_mandir}/man1/*.1%{?ext_man}
 %{_bindir}/vinagre
 %{_datadir}/applications/vinagre.desktop
 %{_datadir}/applications/vinagre-file.desktop
-%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vinagre.service
+# Disable telepathy support

commit vinagre for openSUSE:Factory

2018-03-26 Thread root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2018-03-26 11:59:11

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is "vinagre"

Mon Mar 26 11:59:11 2018 rev:101 rq:588682 version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2018-03-08 
10:53:01.283009496 +0100
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2018-03-26 
11:59:17.138993427 +0200
@@ -1,0 +2,10 @@
+Mon Mar 19 14:51:42 UTC 2018 - badshah...@gmail.com
+
+- Add vinagre-invisible-fullscreen-toolbar.patch: Fix showing of
+  toolbar as invisible in fullscreen mode (bgo#770484,
+  boo#1008585); patch taken from upstream bug comment.
+- Only run post scripts for openSUSE < 1500; for newer versions
+  these runs are taken care of rpm file triggers and no longer
+  needed.
+
+---

New:

  vinagre-invisible-fullscreen-toolbar.patch



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.w1L9Em/_old  2018-03-26 11:59:18.010961970 +0200
+++ /var/tmp/diff_new_pack.w1L9Em/_new  2018-03-26 11:59:18.018961681 +0200
@@ -23,13 +23,15 @@
 Summary:VNC client for GNOME
 License:GPL-3.0-or-later
 Group:  Productivity/Networking/Other
-URL:http://www.gnome.org/projects/vinagre/
+Url:http://www.gnome.org/projects/vinagre/
 Source0:
http://download.gnome.org/sources/vinagre/3.22/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM vinagre-freerdp2.patch bgo#765444 bgo#775616 
mgo...@suse.com -- handle new "freerdp2" package name.
 Patch1: vinagre-freerdp2.patch
 # PATCH-FIX-UPSTREAM vinagre-cert-validation-api.patch bgo#774473 boo#100235 
fezh...@suse.com -- fix API incompatibilities with freerdp 1.2 that causes rdp 
connections abort
 Patch2: vinagre-cert-validation-api.patch
 # The icon we rely on is from adwaita-icon-theme
+# PATCH-FIX-UPSTREAM vinagre-invisible-fullscreen-toolbar.patch bgo#770484 
boo#1008585 badshah...@opensuse.org -- Fix showing of toolbar as invisible in 
fullscreen mode; patch taken from upstream bug comment
+Patch3: vinagre-invisible-fullscreen-toolbar.patch
 BuildRequires:  adwaita-icon-theme
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -73,6 +75,7 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 translation-update-upstream
 
 %build
@@ -103,6 +106,7 @@
 
 %fdupes %{buildroot}
 
+%if 0%{?suse_version} < 1500
 %post
 %glib2_gsettings_schema_post
 %desktop_database_post
@@ -114,6 +118,7 @@
 %desktop_database_postun
 %icon_theme_cache_postun
 %mime_database_postun
+%endif
 
 %files
 %doc %{_datadir}/help/C/%{name}/

++ vinagre-invisible-fullscreen-toolbar.patch ++
>From 221dc7d785352a532264341785a779a3d3467f68 Mon Sep 17 00:00:00 2001
From: Marek Kasik 
Date: Fri, 24 Mar 2017 14:26:57 +0100
Subject: [PATCH] Fix showing of toolbar in fullscreen mode

Draw children of ovBox when needed. Automatic drawing
of subwindows of widgets was removed in Gtk+ commit
580ea227a6bb19ad6c6d4766b3a36dbad24583f3
(widget: Redo drawing code).

https://bugzilla.gnome.org/show_bug.cgi?id=770484
---
 vinagre/view/ovBox.c | 31 +++
 1 file changed, 31 insertions(+)

diff --git a/vinagre/view/ovBox.c b/vinagre/view/ovBox.c
index 6f0ee73..3344871 100644
--- a/vinagre/view/ovBox.c
+++ b/vinagre/view/ovBox.c
@@ -459,6 +459,32 @@ ViewOvBoxUnrealize(GtkWidget *widget) // IN
 
 }
 
+static gint
+ViewOvBoxDraw(GtkWidget *widget, // IN
+  cairo_t   *cr) // IN
+{
+  ViewOvBox *that;
+  ViewOvBoxPrivate *priv;
+  int wx, wy;
+
+  that = VIEW_OV_BOX(widget);
+  priv = that->priv;
+
+  gdk_window_get_position (priv->underWin, , );
+  cairo_save (cr);
+  cairo_translate (cr, wx, wy);
+  gtk_widget_draw (priv->under, cr);
+  cairo_restore (cr);
+
+  gdk_window_get_position (priv->overWin, , );
+  cairo_save (cr);
+  cairo_translate (cr, wx, wy);
+  gtk_widget_draw (priv->over, cr);
+  cairo_restore (cr);
+
+  return FALSE;
+}
+
 
 /*
  *-
@@ -714,6 +740,11 @@ ViewOvBoxClassInit(ViewOvBoxClass *klass) // IN
widgetClass->size_allocate = ViewOvBoxSizeAllocate;
widgetClass->style_set = ViewOvBoxStyleSet;
 
+   if ((gtk_major_version > (3)) ||
+   (gtk_major_version == (3) && gtk_minor_version > (19)) ||
+   (gtk_major_version == (3) && gtk_minor_version == (19) && 
gtk_micro_version >= (7)))
+ widgetClass->draw = ViewOvBoxDraw;
+
klass->set_over = ViewOvBoxSetOver;
 
parentClass = g_type_class_peek_parent(klass);
-- 
2.12.1




commit vinagre for openSUSE:Factory

2018-03-08 Thread root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2018-03-08 10:52:59

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is "vinagre"

Thu Mar  8 10:52:59 2018 rev:100 rq:583377 version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2017-11-30 
16:32:23.593033938 +0100
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2018-03-08 
10:53:01.283009496 +0100
@@ -1,0 +2,11 @@
+Tue Mar  6 12:36:17 UTC 2018 - dims...@opensuse.org
+
+- Update License to GPL-3.0-or-later: various files are licensed
+  this way, moving the entire project up.
+
+---
+Wed Feb 28 16:40:44 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.3sTIFL/_old  2018-03-08 10:53:01.994983865 +0100
+++ /var/tmp/diff_new_pack.3sTIFL/_new  2018-03-08 10:53:01.998983721 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vinagre
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,13 @@
 
 
 %bcond_without rdp
-
 Name:   vinagre
 Version:3.22.0
 Release:0
 Summary:VNC client for GNOME
-License:GPL-2.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Networking/Other
-Url:http://www.gnome.org/projects/vinagre/
+URL:http://www.gnome.org/projects/vinagre/
 Source0:
http://download.gnome.org/sources/vinagre/3.22/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM vinagre-freerdp2.patch bgo#765444 bgo#775616 
mgo...@suse.com -- handle new "freerdp2" package name.
 Patch1: vinagre-freerdp2.patch
@@ -35,18 +34,19 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gdbm-devel
+# Next two lines needed for Patch1
+BuildRequires:  gnome-common
 BuildRequires:  intltool >= 0.50.0
+BuildRequires:  pkgconfig
 # We need the %%mime_database_* macros
 BuildRequires:  shared-mime-info
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  vala
 BuildRequires:  yelp-tools
+BuildRequires:  pkgconfig(appstream-glib) >= 0.7.3
 BuildRequires:  pkgconfig(avahi-gobject)
 BuildRequires:  pkgconfig(avahi-ui-gtk3)
-%if %{with rdp}
-BuildRequires:  pkgconfig(freerdp2)
-%endif
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.6
 BuildRequires:  pkgconfig(gtk-vnc-2.0) >= 0.4.3
 BuildRequires:  pkgconfig(libsecret-1)
@@ -55,13 +55,12 @@
 BuildRequires:  pkgconfig(telepathy-glib)
 BuildRequires:  pkgconfig(vte-2.91)
 BuildRequires:  pkgconfig(x11)
-# Next two lines needed for Patch1
-BuildRequires:  gnome-common
-BuildRequires:  pkgconfig(appstream-glib) >= 0.7.3
 Recommends: %{name}-lang
 Obsoletes:  %{name}-devel < %{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{glib2_gsettings_schema_requires}
+%glib2_gsettings_schema_requires
+%if %{with rdp}
+BuildRequires:  pkgconfig(freerdp2)
+%endif
 
 %description
 Vinagre is a VNC client for GNOME that supports connecting to multiple
@@ -90,7 +89,7 @@
 make V=1 %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 %suse_update_desktop_file -G "Remote Desktop Viewer" vinagre
 %suse_update_desktop_file vinagre-file
@@ -105,19 +104,18 @@
 %fdupes %{buildroot}
 
 %post
-%{glib2_gsettings_schema_post}
+%glib2_gsettings_schema_post
 %desktop_database_post
 %icon_theme_cache_post
 %mime_database_post
 
 %postun
-%{glib2_gsettings_schema_postun}
+%glib2_gsettings_schema_postun
 %desktop_database_postun
 %icon_theme_cache_postun
 %mime_database_postun
 
 %files
-%defattr(-, root, root)
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/vinagre
 %{_datadir}/applications/vinagre.desktop
@@ -135,12 +133,11 @@
 %{_datadir}/telepathy/clients/Vinagre.client
 %dir %{_datadir}/vinagre
 %{_datadir}/vinagre/vinagre*
-%{_mandir}/man1/*.1.gz
+%{_mandir}/man1/*.1%{ext_man}
 # Own directories that are not owned by anything else
 %dir %{_datadir}/telepathy
 %dir %{_datadir}/telepathy/clients
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog




commit vinagre for openSUSE:Factory

2017-11-30 Thread root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2017-11-30 16:32:22

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is "vinagre"

Thu Nov 30 16:32:22 2017 rev:99 rq:545100 version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2017-11-12 
17:54:45.829390138 +0100
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2017-11-30 
16:32:23.593033938 +0100
@@ -1,0 +2,5 @@
+Wed Oct 25 15:48:19 UTC 2017 - malcolmle...@opensuse.org
+
+- Change appstream file location due to appstream-glib >= 0.7.3.
+
+---



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.dzSvro/_old  2017-11-30 16:32:24.205011675 +0100
+++ /var/tmp/diff_new_pack.dzSvro/_new  2017-11-30 16:32:24.209011530 +0100
@@ -57,7 +57,7 @@
 BuildRequires:  pkgconfig(x11)
 # Next two lines needed for Patch1
 BuildRequires:  gnome-common
-BuildRequires:  pkgconfig(appstream-glib)
+BuildRequires:  pkgconfig(appstream-glib) >= 0.7.3
 Recommends: %{name}-lang
 Obsoletes:  %{name}-devel < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -120,8 +120,6 @@
 %defattr(-, root, root)
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/vinagre
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/vinagre.appdata.xml
 %{_datadir}/applications/vinagre.desktop
 %{_datadir}/applications/vinagre-file.desktop
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vinagre.service
@@ -130,6 +128,9 @@
 %{_datadir}/GConf/gsettings/org.gnome.Vinagre.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.Vinagre.gschema.xml
 %{_datadir}/icons/hicolor/*/*/*
+# Own dir for openSUSE Leap
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/vinagre.appdata.xml
 %{_datadir}/mime/packages/vinagre-mime.xml
 %{_datadir}/telepathy/clients/Vinagre.client
 %dir %{_datadir}/vinagre




commit vinagre for openSUSE:Factory

2017-11-12 Thread root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2017-11-12 17:54:26

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is "vinagre"

Sun Nov 12 17:54:26 2017 rev:98 rq: version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2017-11-10 
14:44:17.416516218 +0100
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2017-11-12 
17:54:45.829390138 +0100
@@ -2,5 +1,0 @@
-Wed Oct 25 15:48:19 UTC 2017 - malcolmle...@opensuse.org
-
-- Change appstream file location due to appstream-glib >= 0.7.3.
-




Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.pMgzBz/_old  2017-11-12 17:54:46.725357504 +0100
+++ /var/tmp/diff_new_pack.pMgzBz/_new  2017-11-12 17:54:46.729357358 +0100
@@ -57,7 +57,7 @@
 BuildRequires:  pkgconfig(x11)
 # Next two lines needed for Patch1
 BuildRequires:  gnome-common
-BuildRequires:  pkgconfig(appstream-glib) >= 0.7.3
+BuildRequires:  pkgconfig(appstream-glib)
 Recommends: %{name}-lang
 Obsoletes:  %{name}-devel < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -120,6 +120,8 @@
 %defattr(-, root, root)
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/vinagre
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/vinagre.appdata.xml
 %{_datadir}/applications/vinagre.desktop
 %{_datadir}/applications/vinagre-file.desktop
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vinagre.service
@@ -128,9 +130,6 @@
 %{_datadir}/GConf/gsettings/org.gnome.Vinagre.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.Vinagre.gschema.xml
 %{_datadir}/icons/hicolor/*/*/*
-# Own dir for openSUSE Leap
-%dir %{_datadir}/metainfo
-%{_datadir}/metainfo/vinagre.appdata.xml
 %{_datadir}/mime/packages/vinagre-mime.xml
 %{_datadir}/telepathy/clients/Vinagre.client
 %dir %{_datadir}/vinagre




commit vinagre for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2017-11-10 14:44:15

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is "vinagre"

Fri Nov 10 14:44:15 2017 rev:97 rq:539264 version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2017-11-06 
09:05:16.997520502 +0100
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2017-11-10 
14:44:17.416516218 +0100
@@ -1,0 +2,5 @@
+Wed Oct 25 15:48:19 UTC 2017 - malcolmle...@opensuse.org
+
+- Change appstream file location due to appstream-glib >= 0.7.3.
+
+---



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.Ld5d2c/_old  2017-11-10 14:44:19.116454764 +0100
+++ /var/tmp/diff_new_pack.Ld5d2c/_new  2017-11-10 14:44:19.120454619 +0100
@@ -57,7 +57,7 @@
 BuildRequires:  pkgconfig(x11)
 # Next two lines needed for Patch1
 BuildRequires:  gnome-common
-BuildRequires:  pkgconfig(appstream-glib)
+BuildRequires:  pkgconfig(appstream-glib) >= 0.7.3
 Recommends: %{name}-lang
 Obsoletes:  %{name}-devel < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -120,8 +120,6 @@
 %defattr(-, root, root)
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/vinagre
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/vinagre.appdata.xml
 %{_datadir}/applications/vinagre.desktop
 %{_datadir}/applications/vinagre-file.desktop
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vinagre.service
@@ -130,6 +128,9 @@
 %{_datadir}/GConf/gsettings/org.gnome.Vinagre.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.Vinagre.gschema.xml
 %{_datadir}/icons/hicolor/*/*/*
+# Own dir for openSUSE Leap
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/vinagre.appdata.xml
 %{_datadir}/mime/packages/vinagre-mime.xml
 %{_datadir}/telepathy/clients/Vinagre.client
 %dir %{_datadir}/vinagre




commit vinagre for openSUSE:Factory

2017-11-06 Thread root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2017-11-06 09:05:11

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is "vinagre"

Mon Nov  6 09:05:11 2017 rev:96 rq: version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2017-11-01 
11:09:11.550750299 +0100
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2017-11-06 
09:05:16.997520502 +0100
@@ -2,5 +1,0 @@
-Wed Oct 25 15:48:19 UTC 2017 - malcolmle...@opensuse.org
-
-- Change appstream file location due to appstream-glib >= 0.7.3.
-




Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.XWMd3B/_old  2017-11-06 09:05:23.085298532 +0100
+++ /var/tmp/diff_new_pack.XWMd3B/_new  2017-11-06 09:05:23.089298386 +0100
@@ -57,7 +57,7 @@
 BuildRequires:  pkgconfig(x11)
 # Next two lines needed for Patch1
 BuildRequires:  gnome-common
-BuildRequires:  pkgconfig(appstream-glib) >= 0.7.3
+BuildRequires:  pkgconfig(appstream-glib)
 Recommends: %{name}-lang
 Obsoletes:  %{name}-devel < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -120,6 +120,8 @@
 %defattr(-, root, root)
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/vinagre
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/vinagre.appdata.xml
 %{_datadir}/applications/vinagre.desktop
 %{_datadir}/applications/vinagre-file.desktop
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vinagre.service
@@ -128,9 +130,6 @@
 %{_datadir}/GConf/gsettings/org.gnome.Vinagre.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.Vinagre.gschema.xml
 %{_datadir}/icons/hicolor/*/*/*
-# Own dir for openSUSE Leap
-%dir %{_datadir}/metainfo
-%{_datadir}/metainfo/vinagre.appdata.xml
 %{_datadir}/mime/packages/vinagre-mime.xml
 %{_datadir}/telepathy/clients/Vinagre.client
 %dir %{_datadir}/vinagre




commit vinagre for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2017-11-01 11:09:12

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is "vinagre"

Wed Nov  1 11:09:12 2017 rev:95 rq:537583 version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2017-06-12 
15:09:14.832633104 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2017-11-01 
11:09:11.550750299 +0100
@@ -1,0 +2,5 @@
+Wed Oct 25 15:48:19 UTC 2017 - malcolmle...@opensuse.org
+
+- Change appstream file location due to appstream-glib >= 0.7.3.
+
+---



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.oHjz1P/_old  2017-11-01 11:09:12.150728383 +0100
+++ /var/tmp/diff_new_pack.oHjz1P/_new  2017-11-01 11:09:12.150728383 +0100
@@ -57,7 +57,7 @@
 BuildRequires:  pkgconfig(x11)
 # Next two lines needed for Patch1
 BuildRequires:  gnome-common
-BuildRequires:  pkgconfig(appstream-glib)
+BuildRequires:  pkgconfig(appstream-glib) >= 0.7.3
 Recommends: %{name}-lang
 Obsoletes:  %{name}-devel < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -120,8 +120,6 @@
 %defattr(-, root, root)
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/vinagre
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/vinagre.appdata.xml
 %{_datadir}/applications/vinagre.desktop
 %{_datadir}/applications/vinagre-file.desktop
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vinagre.service
@@ -130,6 +128,9 @@
 %{_datadir}/GConf/gsettings/org.gnome.Vinagre.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.Vinagre.gschema.xml
 %{_datadir}/icons/hicolor/*/*/*
+# Own dir for openSUSE Leap
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/vinagre.appdata.xml
 %{_datadir}/mime/packages/vinagre-mime.xml
 %{_datadir}/telepathy/clients/Vinagre.client
 %dir %{_datadir}/vinagre




commit vinagre for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2017-06-12 15:09:04

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is "vinagre"

Mon Jun 12 15:09:04 2017 rev:94 rq:501757 version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2017-05-27 
13:09:20.644027726 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2017-06-12 
15:09:14.832633104 +0200
@@ -1,0 +2,6 @@
+Fri Jun  2 14:32:47 UTC 2017 - zai...@opensuse.org
+
+- Update vinagre-freerdp2.patch with patch from bgo#775616. Fix
+  build with even later versions of freerdp.
+
+---



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.JT4ApF/_old  2017-06-12 15:09:16.788357021 +0200
+++ /var/tmp/diff_new_pack.JT4ApF/_new  2017-06-12 15:09:16.792356456 +0200
@@ -26,7 +26,7 @@
 Group:  Productivity/Networking/Other
 Url:http://www.gnome.org/projects/vinagre/
 Source0:
http://download.gnome.org/sources/vinagre/3.22/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM vinagre-freerdp2.patch bgo#765444 mgo...@suse.com -- 
handle new "freerdp2" package name.
+# PATCH-FIX-UPSTREAM vinagre-freerdp2.patch bgo#765444 bgo#775616 
mgo...@suse.com -- handle new "freerdp2" package name.
 Patch1: vinagre-freerdp2.patch
 # PATCH-FIX-UPSTREAM vinagre-cert-validation-api.patch bgo#774473 boo#100235 
fezh...@suse.com -- fix API incompatibilities with freerdp 1.2 that causes rdp 
connections abort
 Patch2: vinagre-cert-validation-api.patch

++ vinagre-freerdp2.patch ++
--- /var/tmp/diff_new_pack.JT4ApF/_old  2017-06-12 15:09:16.824351940 +0200
+++ /var/tmp/diff_new_pack.JT4ApF/_new  2017-06-12 15:09:16.828351375 +0200
@@ -34,3 +34,45 @@
[have_rdp=no])
  
  AS_IF([test "x$have_rdp" = "xyes"],
+
+From a0822458b0c262520098c84d60fb7446aea098e0 Mon Sep 17 00:00:00 2001
+From: Ting-Wei Lan 
+Date: Mon, 5 Dec 2016 15:31:43 +0800
+Subject: [PATCH] Fix build with recent FreeRDP git snapshot
+
+FreeRDP commit df35c13 removes CLRBUF_32BPP macro and changes the way to
+call gdi_init function. As FreeRDP doesn't bump its version number after
+this API break, we can only use CLRBUF_32BPP macro itself to check for
+the availablility of new API.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=775616
+---
+ plugins/rdp/vinagre-rdp-tab.c | 10 +++---
+ 1 file changed, 7 insertions(+), 3 deletions(-)
+
+diff --git a/plugins/rdp/vinagre-rdp-tab.c b/plugins/rdp/vinagre-rdp-tab.c
+index b731f9b..7c806bf 100644
+--- a/plugins/rdp/vinagre-rdp-tab.c
 b/plugins/rdp/vinagre-rdp-tab.c
+@@ -591,11 +591,15 @@ frdp_post_connect (freerdp *instance)
+ #if defined(FREERDP_VERSION_MAJOR) && defined(FREERDP_VERSION_MINOR) && \
+ !(FREERDP_VERSION_MAJOR > 1 || (FREERDP_VERSION_MAJOR == 1 && \
+ FREERDP_VERSION_MINOR >= 2))
+-CLRBUF_24BPP,
++CLRBUF_24BPP, NULL
+ #else
+-CLRBUF_32BPP,
++#ifdef CLRBUF_32BPP
++CLRBUF_32BPP, NULL
++#else
++PIXEL_FORMAT_BGRA32
++#endif
+ #endif
+-NULL);
++);
+   gdi = instance->context->gdi;
+ 
+   instance->update->BeginPaint = frdp_begin_paint;
+-- 
+2.11.0
+




commit vinagre for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2017-05-27 13:07:36

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is "vinagre"

Sat May 27 13:07:36 2017 rev:93 rq:495627 version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2017-02-19 
00:40:46.478595754 +0100
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2017-05-27 
13:09:20.644027726 +0200
@@ -1,0 +2,6 @@
+Tue May 16 14:25:34 UTC 2017 - dims...@opensuse.org
+
+- Add -Wno-error=format-nonliteral to CFLAGS: fix build with gcc 7
+  (boo#1031342).
+
+---



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.5E2H6O/_old  2017-05-27 13:09:21.195949693 +0200
+++ /var/tmp/diff_new_pack.5E2H6O/_new  2017-05-27 13:09:21.199949127 +0200
@@ -79,6 +79,7 @@
 %build
 # Needed for Patch1
 autoreconf
+export CFLAGS="%{optflags} -Wno-error=format-nonliteral"
 %configure --disable-static \
 --disable-scrollkeeper  \
 %if %{with rdp}




commit vinagre for openSUSE:Factory

2017-02-18 Thread root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2017-02-19 00:40:45

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is "vinagre"

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2016-09-21 
18:40:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2017-02-19 
00:40:46.478595754 +0100
@@ -1,0 +2,8 @@
+Tue Nov 15 07:20:43 UTC 2016 - fezh...@suse.com
+
+- Add vinagre-cert-validation-api.patch:
+  Fix certificate validation callback incompatibilities with
+  freerdp 1.2 that causes rdp connections to abort (bgo#774473,
+  boo#1002350).
+
+---

New:

  vinagre-cert-validation-api.patch



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.dCMjxP/_old  2017-02-19 00:40:46.962527679 +0100
+++ /var/tmp/diff_new_pack.dCMjxP/_new  2017-02-19 00:40:46.962527679 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vinagre
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,8 +26,10 @@
 Group:  Productivity/Networking/Other
 Url:http://www.gnome.org/projects/vinagre/
 Source0:
http://download.gnome.org/sources/vinagre/3.22/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM vinagre-freerdp2.patch bgo#765444.patch mgo...@suse.com 
-- handle new "freerdp2" package name.
+# PATCH-FIX-UPSTREAM vinagre-freerdp2.patch bgo#765444 mgo...@suse.com -- 
handle new "freerdp2" package name.
 Patch1: vinagre-freerdp2.patch
+# PATCH-FIX-UPSTREAM vinagre-cert-validation-api.patch bgo#774473 boo#100235 
fezh...@suse.com -- fix API incompatibilities with freerdp 1.2 that causes rdp 
connections abort
+Patch2: vinagre-cert-validation-api.patch
 # The icon we rely on is from adwaita-icon-theme
 BuildRequires:  adwaita-icon-theme
 BuildRequires:  fdupes
@@ -71,6 +73,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 translation-update-upstream
 
 %build

++ vinagre-cert-validation-api.patch ++
diff --git a/plugins/rdp/vinagre-rdp-tab.c b/plugins/rdp/vinagre-rdp-tab.c
index 5bbfca0..9149c0f 100644
--- a/plugins/rdp/vinagre-rdp-tab.c
+++ b/plugins/rdp/vinagre-rdp-tab.c
@@ -29,6 +29,7 @@
 #include 
 #include 
 #include 
+#include 
 #if HAVE_FREERDP_1_1
 #include 
 #else
@@ -926,11 +927,21 @@ frdp_authenticate (freerdp  *instance,
   return TRUE;
 }
 
+#if (FREERDP_VERSION_MAJOR == 1 && FREERDP_VERSION_MINOR >= 2 && 
FREERDP_VERSION_REVISION >= 1) || (FREERDP_VERSION_MAJOR == 2)
+static DWORD
+frdp_certificate_verify (freerdp *instance,
+ const char *common_name,
+ const char *subject,
+ const char *issuer,
+ const char *fingerprint,
+ BOOL host_mismatch)
+#else
 static BOOL
 frdp_certificate_verify (freerdp *instance,
  char*subject,
  char*issuer,
  char*fingerprint)
+#endif
 {
   VinagreTab *tab = VINAGRE_TAB (((frdpContext *) instance->context)->rdp_tab);
   GtkBuilder *builder;
@@ -960,17 +971,33 @@ frdp_certificate_verify (freerdp *instance,
   gtk_widget_hide (dialog);
 
 
+#if (FREERDP_VERSION_MAJOR == 1 && FREERDP_VERSION_MINOR >= 2 && 
FREERDP_VERSION_REVISION >= 1) || (FREERDP_VERSION_MAJOR == 2)
+  return (response == GTK_RESPONSE_YES ? 1 : 0);
+#else
   return response == GTK_RESPONSE_YES;
+#endif
 }
 
 
 #if HAVE_FREERDP_1_1
+#if (FREERDP_VERSION_MAJOR == 1 && FREERDP_VERSION_MINOR >= 2 && 
FREERDP_VERSION_REVISION >= 1) || (FREERDP_VERSION_MAJOR == 2)
+static DWORD
+frdp_changed_certificate_verify (freerdp *instance,
+ const char* common_name,
+ const char* subject,
+ const char* issuer,
+ const char* new_fingerprint,
+ const char* old_subject,
+ const char* old_issuer,
+ const char* old_fingerprint)
+#else
 static BOOL
 frdp_changed_certificate_verify (freerdp *instance,
  char*subject,
  char*issuer,
  char*new_fingerprint,
  char*old_fingerprint)
+#endif
 {
   VinagreTab *tab = VINAGRE_TAB 

commit vinagre for openSUSE:Factory

2016-09-21 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2016-09-21 18:40:24

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is "vinagre"

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2016-08-31 
00:05:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2016-09-21 
18:40:25.0 +0200
@@ -1,0 +2,20 @@
+Tue Sep 20 08:25:38 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.22.0:
+  + No changes.
+
+---
+Wed Sep 14 07:24:23 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.92:
+  + Improve FreeRDP authentication failure handling.
+  + Correctly handle extended scancodes for RDP.
+  + Updated translations.
+
+---
+Tue Jun 21 15:05:20 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.3:
+  + Updated translations.
+
+---

Old:

  vinagre-3.20.2.tar.xz

New:

  vinagre-3.22.0.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.4IIZRF/_old  2016-09-21 18:40:26.0 +0200
+++ /var/tmp/diff_new_pack.4IIZRF/_new  2016-09-21 18:40:26.0 +0200
@@ -19,13 +19,13 @@
 %bcond_without rdp
 
 Name:   vinagre
-Version:3.20.2
+Version:3.22.0
 Release:0
 Summary:VNC client for GNOME
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://www.gnome.org/projects/vinagre/
-Source0:
http://download.gnome.org/sources/vinagre/3.20/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/vinagre/3.22/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM vinagre-freerdp2.patch bgo#765444.patch mgo...@suse.com 
-- handle new "freerdp2" package name.
 Patch1: vinagre-freerdp2.patch
 # The icon we rely on is from adwaita-icon-theme

++ vinagre-3.20.2.tar.xz -> vinagre-3.22.0.tar.xz ++
 4787 lines of diff (skipped)




commit vinagre for openSUSE:Factory

2016-08-30 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2016-08-31 00:05:16

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is "vinagre"

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2016-08-17 
12:00:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2016-08-31 
00:05:17.0 +0200
@@ -14,0 +15,5 @@
+Thu May 26 14:25:12 CDT 2016 - feder...@suse.com
+
+- Update to GNOME 3.20.2  Fate#318572
+
+---
@@ -20,0 +26,7 @@
+Fri May  6 10:16:00 UTC 2016 - idon...@suse.com
+
+- Sync with Factory for new libvte support bsc#978804
+- Drop vinagre-bnc874407-add-advanced-options.patch, rdp support
+  is disabled.
+
+---
@@ -214,0 +227,7 @@
+Mon Jul 14 22:19:57 UTC 2014 - mgo...@suse.com
+
+- Update vinagre-bnc874407-add-advanced-options.patch:
+  When calling xfreerdp, add advanced options before the host/port
+  (bnc#874407).
+
+---
@@ -225,0 +245,6 @@
+Fri Jul  4 00:06:00 UTC 2014 - mgo...@suse.com
+
+- Add vinagre-bnc874407-add-advanced-options.patch: allow custom
+  options to be passed to xfreerdp (bnc#874407).
+
+---



Other differences:
--



commit vinagre for openSUSE:Factory

2016-08-17 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2016-08-17 12:00:44

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is "vinagre"

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2016-05-16 
12:02:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2016-08-17 
12:00:45.0 +0200
@@ -1,0 +2,13 @@
+Fri May 27 02:33:08 UTC 2016 - mgo...@suse.com
+
+- Enable rdp by default, since we now have the 2.0 branch in
+  factory. Switch bcond_with rdp to bcond_without rdp.
+- Add vinagre-freerdp2.patch: make configure check for freerdp2,
+  rather than just freerdp (bgo#765444).
+- Following the above patch: Replace pkgconfig(freerdp) for
+  pkgconfig(freerdp2). Also add gnome-common BuildRequires and pass
+  autreconf as the patch touches the buildsystem. Further add
+  pkgconfig(appstream-glib) BuildRequires, new dependency after the
+  port to freerdp2.
+
+---

New:

  vinagre-freerdp2.patch



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.bdjS4p/_old  2016-08-17 12:00:46.0 +0200
+++ /var/tmp/diff_new_pack.bdjS4p/_new  2016-08-17 12:00:46.0 +0200
@@ -16,8 +16,7 @@
 #
 
 
-# disable RDP support for now. Vinagre requires features from the freerdp 
1.1.x branch
-%bcond_with rdp
+%bcond_without rdp
 
 Name:   vinagre
 Version:3.20.2
@@ -27,6 +26,8 @@
 Group:  Productivity/Networking/Other
 Url:http://www.gnome.org/projects/vinagre/
 Source0:
http://download.gnome.org/sources/vinagre/3.20/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM vinagre-freerdp2.patch bgo#765444.patch mgo...@suse.com 
-- handle new "freerdp2" package name.
+Patch1: vinagre-freerdp2.patch
 # The icon we rely on is from adwaita-icon-theme
 BuildRequires:  adwaita-icon-theme
 BuildRequires:  fdupes
@@ -42,7 +43,7 @@
 BuildRequires:  pkgconfig(avahi-gobject)
 BuildRequires:  pkgconfig(avahi-ui-gtk3)
 %if %{with rdp}
-BuildRequires:  pkgconfig(freerdp)
+BuildRequires:  pkgconfig(freerdp2)
 %endif
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.6
 BuildRequires:  pkgconfig(gtk-vnc-2.0) >= 0.4.3
@@ -52,6 +53,9 @@
 BuildRequires:  pkgconfig(telepathy-glib)
 BuildRequires:  pkgconfig(vte-2.91)
 BuildRequires:  pkgconfig(x11)
+# Next two lines needed for Patch1
+BuildRequires:  gnome-common
+BuildRequires:  pkgconfig(appstream-glib)
 Recommends: %{name}-lang
 Obsoletes:  %{name}-devel < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -66,9 +70,12 @@
 
 %prep
 %setup -q
+%patch1 -p1
 translation-update-upstream
 
 %build
+# Needed for Patch1
+autoreconf
 %configure --disable-static \
 --disable-scrollkeeper  \
 %if %{with rdp}

++ vinagre-freerdp2.patch ++
>From 8d0724833a4e752c35811fb562f61d206f68 Mon Sep 17 00:00:00 2001
From: Adam Williamson 
Date: Fri, 22 Apr 2016 14:54:09 -0700
Subject: [PATCH] handle new freerdp pkgconfig name

freerdp has now changed its pkgconfig name to 'freerdp2' -
https://github.com/FreeRDP/FreeRDP/commit/6fa36081 . Assuming
we can build against both 1 and 2, we should handle both names.
---
 configure.ac | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 585c016..362951d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,6 +59,7 @@ AM_CONDITIONAL([VINAGRE_ENABLE_SSH], [test "x$have_ssh" = 
"xyes"])
 
 # Whether to enable support for RDP.
 RDP_DEPS="freerdp x11"
+RDP_2_DEPS="freerdp2 x11"
 AC_ARG_ENABLE([rdp],
   [AS_HELP_STRING([--disable-rdp],
 [Disable Remote Desktop Protocol (RDP) support])])
@@ -68,7 +69,10 @@ AS_IF([test "x$enable_rdp" != "xno"],
 [have_rdp=yes
  PKG_CHECK_EXISTS(freerdp >= 1.1,
[AC_DEFINE([HAVE_FREERDP_1_1], [1], [FreeRDP is of version 1.1 or 
newer])], [])],
-[have_rdp=no])],
+[PKG_CHECK_EXISTS([$RDP_2_DEPS],
+   [have_rdp=yes
+RDP_DEPS=$RDP_2_DEPS
+AC_DEFINE([HAVE_FREERDP_1_1], [1], [FreeRDP is of version 1.1 or 
newer])], [have_rdp=no])])],
   [have_rdp=no])
 
 AS_IF([test "x$have_rdp" = "xyes"],



commit vinagre for openSUSE:Factory

2016-05-16 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2016-05-16 12:02:15

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is "vinagre"

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2016-04-15 
18:58:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2016-05-16 
12:02:16.0 +0200
@@ -1,0 +2,6 @@
+Tue May 10 20:18:00 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.2:
+  + Updated translations.
+
+---

Old:

  vinagre-3.20.1.tar.xz

New:

  vinagre-3.20.2.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.nOpk7j/_old  2016-05-16 12:02:17.0 +0200
+++ /var/tmp/diff_new_pack.nOpk7j/_new  2016-05-16 12:02:17.0 +0200
@@ -20,7 +20,7 @@
 %bcond_with rdp
 
 Name:   vinagre
-Version:3.20.1
+Version:3.20.2
 Release:0
 Summary:VNC client for GNOME
 License:GPL-2.0+

++ vinagre-3.20.1.tar.xz -> vinagre-3.20.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vinagre-3.20.1/ChangeLog new/vinagre-3.20.2/ChangeLog
--- old/vinagre-3.20.1/ChangeLog2016-04-11 18:03:55.0 +0200
+++ new/vinagre-3.20.2/ChangeLog2016-05-09 23:45:15.0 +0200
@@ -1,3 +1,15 @@
+2016-05-09  David King  
+
+   Update NEWS for 3.20.2 release
+
+2016-04-28  GNOME Translation Robot  
+
+   Updated Portuguese translation
+
+2016-04-15  Fabio Tomat  
+
+   Updated Friulian translation
+
 2016-04-11  David King  
 
Update NEWS for 3.20.1 release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vinagre-3.20.1/NEWS new/vinagre-3.20.2/NEWS
--- old/vinagre-3.20.1/NEWS 2016-04-11 18:00:35.0 +0200
+++ new/vinagre-3.20.2/NEWS 2016-05-09 23:43:10.0 +0200
@@ -1,3 +1,12 @@
+Vinagre 3.20.2
+==
+
+Fabio Tomat (1):
+  Updated Friulian translation
+
+GNOME Translation Robot (1):
+  Updated Portuguese translation
+
 Vinagre 3.20.1
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vinagre-3.20.1/configure new/vinagre-3.20.2/configure
--- old/vinagre-3.20.1/configure2016-04-11 18:01:08.0 +0200
+++ new/vinagre-3.20.2/configure2016-05-09 23:43:43.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Vinagre 3.20.1.
+# Generated by GNU Autoconf 2.69 for Vinagre 3.20.2.
 #
 # Report bugs to .
 #
@@ -641,8 +641,8 @@
 # Identity of this package.
 PACKAGE_NAME='Vinagre'
 PACKAGE_TARNAME='vinagre'
-PACKAGE_VERSION='3.20.1'
-PACKAGE_STRING='Vinagre 3.20.1'
+PACKAGE_VERSION='3.20.2'
+PACKAGE_STRING='Vinagre 3.20.2'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=vinagre'
 PACKAGE_URL='https://wiki.gnome.org/Apps/Vinagre'
 
@@ -1439,7 +1439,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures Vinagre 3.20.1 to adapt to many kinds of systems.
+\`configure' configures Vinagre 3.20.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1509,7 +1509,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of Vinagre 3.20.1:";;
+ short | recursive ) echo "Configuration of Vinagre 3.20.2:";;
esac
   cat <<\_ACEOF
 
@@ -1639,7 +1639,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Vinagre configure 3.20.1
+Vinagre configure 3.20.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2116,7 +2116,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Vinagre $as_me 3.20.1, which was
+It was created by Vinagre $as_me 3.20.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2984,7 +2984,7 @@
 
 # Define the identity of the package.
  PACKAGE='vinagre'
- VERSION='3.20.1'
+ VERSION='3.20.2'
 
 
 # Some tools Automake needs.
@@ -7735,7 +7735,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # 

commit vinagre for openSUSE:Factory

2016-04-15 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2016-04-15 18:58:35

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is "vinagre"

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2016-03-29 
14:44:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2016-04-15 
18:58:36.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 12 08:49:10 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.20.1:
+  + Updated translations.
+
+---

Old:

  vinagre-3.20.0.tar.xz

New:

  vinagre-3.20.1.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.hdHT5c/_old  2016-04-15 18:58:37.0 +0200
+++ /var/tmp/diff_new_pack.hdHT5c/_new  2016-04-15 18:58:37.0 +0200
@@ -20,7 +20,7 @@
 %bcond_with rdp
 
 Name:   vinagre
-Version:3.20.0
+Version:3.20.1
 Release:0
 Summary:VNC client for GNOME
 License:GPL-2.0+

++ vinagre-3.20.0.tar.xz -> vinagre-3.20.1.tar.xz ++
 5647 lines of diff (skipped)




commit vinagre for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2016-03-29 14:44:50

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is "vinagre"

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2015-11-22 
10:58:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2016-03-29 
14:44:52.0 +0200
@@ -1,0 +2,35 @@
+Tue Mar 22 14:26:01 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.20.0:
+  + Don't capture key events of other tabs.
+  + Give focus to new RDP tab.
+  + Allow different logins to the same host.
+  + Show correct tooltip for RDP tab.
+  + Updated translations.
+
+---
+Wed Feb 17 22:15:51 UTC 2016 - dims...@opensuse.org
+
+- Disable RDP support (using bcond_with, so it can easily be
+  toggled). If not building with rdp support, do not:
+  - pass --enable-rdp to configure
+  - BuildRequire pkgconfig(freerdp)
+- Drop vinagre-revert-freerdp-versionbump.patch and
+  vinagre-revert-font-smoothing.patch: they are no longer
+  sufficient. FreeRDP started 1.1 and 1.2 branches but refuses to
+  create releases. GNOME makes use of features found in the 1.1
+  branch.
+
+---
+Wed Nov 25 15:28:08 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.19.2:
+  + Store credentials for RDP (bgo#753355).
+  + Handle domain when looking for credentials (bgo#753355).
+  + Add minimize button to the fullscreen toolbar (bgo#753626).
+  + Fix build against recent versions of FreeRDP.
+  + Updated translations.
+- Rebase vinagre-revert-freerdp-versionbump.patch and
+  vinagre-revert-font-smoothing.patch.
+
+---

Old:

  vinagre-3.18.2.tar.xz
  vinagre-revert-font-smoothing.patch
  vinagre-revert-freerdp-versionbump.patch

New:

  vinagre-3.20.0.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.NPG5C3/_old  2016-03-29 14:44:53.0 +0200
+++ /var/tmp/diff_new_pack.NPG5C3/_new  2016-03-29 14:44:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vinagre
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,17 @@
 #
 
 
+# disable RDP support for now. Vinagre requires features from the freerdp 
1.1.x branch
+%bcond_with rdp
+
 Name:   vinagre
-Version:3.18.2
+Version:3.20.0
 Release:0
 Summary:VNC client for GNOME
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://www.gnome.org/projects/vinagre/
-Source0:
http://download.gnome.org/sources/vinagre/3.18/%{name}-%{version}.tar.xz
-# PATCH-FIX-OPENSUSE vinagre-revert-freerdp-versionbump.patch bgo#749124 
zai...@opensuse.org -- Upstream have moved on to newer versions of freerdp than 
we have in openSUSE. Since I can't be botherd to versionbump freerdp, just 
revert the commit.
-Patch0: vinagre-revert-freerdp-versionbump.patch
-# PATCH-FIX-OPENSUSE vinagre-revert-font-smoothing.patch zai...@opensuse.org 
-- This function relies on the new freerdp we do not have, hence revert of this 
is needed too.
-Patch1: vinagre-revert-font-smoothing.patch
+Source0:
http://download.gnome.org/sources/vinagre/3.20/%{name}-%{version}.tar.xz
 # The icon we rely on is from adwaita-icon-theme
 BuildRequires:  adwaita-icon-theme
 BuildRequires:  fdupes
@@ -42,7 +41,9 @@
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(avahi-gobject)
 BuildRequires:  pkgconfig(avahi-ui-gtk3)
+%if %{with rdp}
 BuildRequires:  pkgconfig(freerdp)
+%endif
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.6
 BuildRequires:  pkgconfig(gtk-vnc-2.0) >= 0.4.3
 BuildRequires:  pkgconfig(libsecret-1)
@@ -66,14 +67,13 @@
 %prep
 %setup -q
 translation-update-upstream
-# Revert commits from upstream
-%patch0 -p1 -R
-%patch1 -p1 -R
 
 %build
 %configure --disable-static \
 --disable-scrollkeeper  \
+%if %{with rdp}
 --enable-rdp\
+%endif
 --enable-spice  \
 --enable-ssh
 make V=1 %{?_smp_mflags}

++ vinagre-3.18.2.tar.xz -> vinagre-3.20.0.tar.xz ++
 18976 lines of diff (skipped)




commit vinagre for openSUSE:Factory

2015-11-22 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2015-11-22 10:58:55

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is "vinagre"

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2015-10-25 
19:08:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2015-11-22 
10:58:56.0 +0100
@@ -1,0 +2,7 @@
+Thu Nov 12 09:37:08 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.2:
+  + Revert "Accept IPv6 addresses".
+  + Updated translations.
+
+---

Old:

  vinagre-3.18.1.tar.xz

New:

  vinagre-3.18.2.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.phnSyr/_old  2015-11-22 10:58:57.0 +0100
+++ /var/tmp/diff_new_pack.phnSyr/_new  2015-11-22 10:58:57.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   vinagre
-Version:3.18.1
+Version:3.18.2
 Release:0
 Summary:VNC client for GNOME
 License:GPL-2.0+

++ vinagre-3.18.1.tar.xz -> vinagre-3.18.2.tar.xz ++
 1912 lines of diff (skipped)




commit vinagre for openSUSE:Factory

2015-10-25 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2015-10-25 19:08:25

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is "vinagre"

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2015-10-06 
16:31:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2015-10-25 
19:08:27.0 +0100
@@ -1,0 +2,11 @@
+Tue Oct 13 10:37:33 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.1:
+  + Enabled font smoothing by default in RDP plugin.
+  + Accept IPv6 addresses.
+  + Updated translations.
+- Add vinagre-revert-font-smoothing.patch: Revert the font
+  smoothing as this relies on a new version of freerdp we do not
+  yet have in openSUSE.
+
+---

Old:

  vinagre-3.18.0.tar.xz

New:

  vinagre-3.18.1.tar.xz
  vinagre-revert-font-smoothing.patch



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.HXbzXp/_old  2015-10-25 19:08:28.0 +0100
+++ /var/tmp/diff_new_pack.HXbzXp/_new  2015-10-25 19:08:28.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   vinagre
-Version:3.18.0
+Version:3.18.1
 Release:0
 Summary:VNC client for GNOME
 License:GPL-2.0+
@@ -26,6 +26,8 @@
 Source0:
http://download.gnome.org/sources/vinagre/3.18/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE vinagre-revert-freerdp-versionbump.patch bgo#749124 
zai...@opensuse.org -- Upstream have moved on to newer versions of freerdp than 
we have in openSUSE. Since I can't be botherd to versionbump freerdp, just 
revert the commit.
 Patch0: vinagre-revert-freerdp-versionbump.patch
+# PATCH-FIX-OPENSUSE vinagre-revert-font-smoothing.patch zai...@opensuse.org 
-- This function relies on the new freerdp we do not have, hence revert of this 
is needed too.
+Patch1: vinagre-revert-font-smoothing.patch
 # The icon we rely on is from adwaita-icon-theme
 BuildRequires:  adwaita-icon-theme
 BuildRequires:  fdupes
@@ -64,8 +66,9 @@
 %prep
 %setup -q
 translation-update-upstream
-# Revert commit from upstream
+# Revert commits from upstream
 %patch0 -p1 -R
+%patch1 -p1 -R
 
 %build
 %configure --disable-static \

++ vinagre-3.18.0.tar.xz -> vinagre-3.18.1.tar.xz ++
 2026 lines of diff (skipped)

++ vinagre-revert-font-smoothing.patch ++
>From 2a066d2fa3c1c8e98652dcf0604c431149ed7123 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Em=C4=ABls=20Pi=C5=86=C4=B7is?= 
Date: Tue, 6 Oct 2015 16:33:38 +0100
Subject: Enabled font smoothing by default in RDP plugin

---
 plugins/rdp/vinagre-rdp-tab.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/plugins/rdp/vinagre-rdp-tab.c b/plugins/rdp/vinagre-rdp-tab.c
index 6900864..3205a67 100644
--- a/plugins/rdp/vinagre-rdp-tab.c
+++ b/plugins/rdp/vinagre-rdp-tab.c
@@ -1152,6 +1152,9 @@ open_freerdp (VinagreRdpTab *rdp_tab)
   freerdp_kbd_init (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()), KBD_US);
 #endif
 
+  /* Allow font smoothing by default */
+  settings->AllowFontSmoothing = TRUE;
+
   /* Setup display for FreeRDP session */
   priv->display = gtk_drawing_area_new ();
   if (priv->display)
-- 
cgit v0.11.2




commit vinagre for openSUSE:Factory

2015-10-06 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2015-10-06 16:31:02

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is "vinagre"

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2015-05-18 
21:45:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2015-10-06 
16:31:04.0 +0200
@@ -1,0 +2,25 @@
+Tue Sep 22 06:45:46 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.18.0:
+  + Allow scaling of RDP sessions.
+  + Updated translations.
+
+---
+Wed Sep  2 07:54:03 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.91:
+  + Use cached session size for RDP.
+  + Fix selection rectangle when user leaves window.
+  + Updated translations.
+
+---
+Tue May 26 19:17:28 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.2:
+  + Trivial const-correctness fix.
+  + Fix building against newer FreeRDP versions.
+  + Updated translations.
+- Add vinagre-revert-freerdp-versionbump.patch: Revert upstreams
+  adoptation to newer versions of freerdp (bgo#749124).
+
+---

Old:

  vinagre-3.16.1.tar.xz

New:

  vinagre-3.18.0.tar.xz
  vinagre-revert-freerdp-versionbump.patch



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.E5UCgz/_old  2015-10-06 16:31:04.0 +0200
+++ /var/tmp/diff_new_pack.E5UCgz/_new  2015-10-06 16:31:04.0 +0200
@@ -17,13 +17,15 @@
 
 
 Name:   vinagre
-Version:3.16.1
+Version:3.18.0
 Release:0
 Summary:VNC client for GNOME
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://www.gnome.org/projects/vinagre/
-Source0:
http://download.gnome.org/sources/vinagre/3.16/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/vinagre/3.18/%{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE vinagre-revert-freerdp-versionbump.patch bgo#749124 
zai...@opensuse.org -- Upstream have moved on to newer versions of freerdp than 
we have in openSUSE. Since I can't be botherd to versionbump freerdp, just 
revert the commit.
+Patch0: vinagre-revert-freerdp-versionbump.patch
 # The icon we rely on is from adwaita-icon-theme
 BuildRequires:  adwaita-icon-theme
 BuildRequires:  fdupes
@@ -62,6 +64,8 @@
 %prep
 %setup -q
 translation-update-upstream
+# Revert commit from upstream
+%patch0 -p1 -R
 
 %build
 %configure --disable-static \

++ vinagre-3.16.1.tar.xz -> vinagre-3.18.0.tar.xz ++
 6424 lines of diff (skipped)

++ vinagre-revert-freerdp-versionbump.patch ++
>From 89cc8bfeaf47a24c57616021915b30bbc4d12d53 Mon Sep 17 00:00:00 2001
From: Nick Andrade 
Date: Sat, 16 May 2015 08:03:29 +0100
Subject: Fix building against newer FreeRDP versions

https://bugzilla.gnome.org/show_bug.cgi?id=749124

diff --git a/plugins/rdp/vinagre-rdp-tab.c b/plugins/rdp/vinagre-rdp-tab.c
index c4c11f8..690a580 100644
--- a/plugins/rdp/vinagre-rdp-tab.c
+++ b/plugins/rdp/vinagre-rdp-tab.c
@@ -887,7 +887,6 @@ open_freerdp (VinagreRdpTab *rdp_tab)
   settings->RdpSecurity = TRUE;
   settings->TlsSecurity = TRUE;
   settings->NlaSecurity = TRUE;
-  settings->DisableEncryption = FALSE;
   settings->EncryptionMethods = ENCRYPTION_METHOD_40BIT | 
ENCRYPTION_METHOD_128BIT | ENCRYPTION_METHOD_FIPS;
   settings->EncryptionLevel = ENCRYPTION_LEVEL_CLIENT_COMPATIBLE;
 #else
@@ -898,6 +897,12 @@ open_freerdp (VinagreRdpTab *rdp_tab)
   settings->encryption_method = ENCRYPTION_METHOD_40BIT | 
ENCRYPTION_METHOD_128BIT | ENCRYPTION_METHOD_FIPS;
   settings->encryption_level = ENCRYPTION_LEVEL_CLIENT_COMPATIBLE;
 #endif
+#include 
+#if (FREERDP_VERSION_MAJOR == 1 && FREERDP_VERSION_MINOR >= 2 && 
FREERDP_VERSION_REVISION >= 1)
+  settings->UseRdpSecurityLayer = FALSE;
+#else
+  settings->DisableEncryption = FALSE;
+#endif
 
   /* Set display size */
 #if HAVE_FREERDP_1_1
-- 
cgit v0.10.2



commit vinagre for openSUSE:Factory

2015-05-18 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2015-05-18 21:45:00

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2015-03-30 
19:17:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2015-05-18 
21:45:01.0 +0200
@@ -1,0 +2,8 @@
+Tue May 12 11:00:08 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.16.1:
+  + BSD: fix a couple of implicit declarations.
+  + Change SPICE passwords limited to 60 characters.
+  + Updated translations.
+
+---

Old:

  vinagre-3.16.0.tar.xz

New:

  vinagre-3.16.1.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.L5v1tY/_old  2015-05-18 21:45:03.0 +0200
+++ /var/tmp/diff_new_pack.L5v1tY/_new  2015-05-18 21:45:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vinagre
-Version:3.16.0
+Version:3.16.1
 Release:0
 Summary:VNC client for GNOME
 License:GPL-2.0+

++ vinagre-3.16.0.tar.xz - vinagre-3.16.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vinagre-3.16.0/ChangeLog new/vinagre-3.16.1/ChangeLog
--- old/vinagre-3.16.0/ChangeLog2015-03-23 20:35:51.0 +0100
+++ new/vinagre-3.16.1/ChangeLog2015-05-11 18:30:17.0 +0200
@@ -1,3 +1,32 @@
+2015-05-11  David King  amigad...@amigadave.com
+
+   Update NEWS for 3.16.1 release
+
+2015-05-11  Antoine Jacoutot  ajacou...@gnome.org
+
+   BSD: fix a couple of implicit declarations
+
+   vinagre/pty_open.c:337: warning: implicit declaration of function 
'putenv'
+   vinagre/pty_open.c:354: warning: implicit declaration of function 
'login_tty'
+
+   https://bugzilla.gnome.org/show_bug.cgi?id=748799
+
+2015-05-09  Hajime Taira  hta...@redhat.com
+
+   l10n: Update Japanese translation
+
+2015-05-08  Khaled Hosny  khaledho...@eglug.org
+
+   Update Arabic translation
+
+2015-04-18  Mike DePaulo  mikedep...@gmail.com
+
+   Change SPICE passwords limited to 60 characters
+
+   The limit for SPICE passowrds is much more than 8 characters.
+
+   https://bugzilla.gnome.org/show_bug.cgi?id=747296
+
 2015-03-23  David King  amigad...@amigadave.com
 
Update NEWS for 3.16.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vinagre-3.16.0/NEWS new/vinagre-3.16.1/NEWS
--- old/vinagre-3.16.0/NEWS 2015-03-23 20:33:32.0 +0100
+++ new/vinagre-3.16.1/NEWS 2015-05-11 18:29:04.0 +0200
@@ -1,3 +1,18 @@
+Vinagre 3.16.1
+==
+
+Antoine Jacoutot (1):
+  BSD: fix a couple of implicit declarations
+
+Hajime Taira (1):
+  l10n: Update Japanese translation
+
+Khaled Hosny (1):
+  Update Arabic translation
+
+Mike DePaulo (1):
+  Change SPICE passwords limited to 60 characters
+
 Vinagre 3.16.0
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vinagre-3.16.0/config.h.in 
new/vinagre-3.16.1/config.h.in
--- old/vinagre-3.16.0/config.h.in  2015-03-23 20:35:13.0 +0100
+++ new/vinagre-3.16.1/config.h.in  2015-05-11 18:29:28.0 +0200
@@ -69,6 +69,9 @@
 /* Define to 1 if you have the `unlockpt' function. */
 #undef HAVE_UNLOCKPT
 
+/* Define to 1 if you have the util.h header file. */
+#undef HAVE_UTIL_H
+
 /* Define to 1 if you have the utmp.h header file. */
 #undef HAVE_UTMP_H
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vinagre-3.16.0/configure new/vinagre-3.16.1/configure
--- old/vinagre-3.16.0/configure2015-03-23 20:35:13.0 +0100
+++ new/vinagre-3.16.1/configure2015-05-11 18:29:28.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Vinagre 3.16.0.
+# Generated by GNU Autoconf 2.69 for Vinagre 3.16.1.
 #
 # Report bugs to https://bugzilla.gnome.org/enter_bug.cgi?product=vinagre.
 #
@@ -641,8 +641,8 @@
 # Identity of this package.
 PACKAGE_NAME='Vinagre'
 PACKAGE_TARNAME='vinagre'
-PACKAGE_VERSION='3.16.0'
-PACKAGE_STRING='Vinagre 3.16.0'
+PACKAGE_VERSION='3.16.1'
+PACKAGE_STRING='Vinagre 3.16.1'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=vinagre'
 PACKAGE_URL='https://wiki.gnome.org/Apps/Vinagre'
 
@@ -1439,7 +1439,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is 

commit vinagre for openSUSE:Factory

2015-03-30 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2015-03-30 19:17:56

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2014-12-17 
19:14:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2015-03-30 
19:17:58.0 +0200
@@ -1,0 +2,37 @@
+Mon Mar 23 20:21:43 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.16.0:
+  + Updated translations.
+
+---
+Tue Mar 17 08:18:38 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.92:
+  + Updated translations.
+
+---
+Tue Mar  3 08:22:20 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.91:
+  + Update screenshot in help for 3.16.
+  + Fix distcheck with Automake 1.15.
+  + Bugs fixed: bgo#700353.
+  + Updated translations.
+
+---
+Wed Dec 17 21:27:18 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.15.3:
+  + Fix RDP initialization with recent FreeRDP.
+  + Updated translations.
+
+---
+Tue Dec 17 03:27:50 UTC 2014 - badshah...@gmail.com
+
+- Update to version 3.15.2:
+  + Remove bashism from configure.ac.
+  + Add name and summary elements to AppData.
+  + Detect RDP hosts via Avahi.
+  + Updated translations.
+
+---

Old:

  vinagre-3.14.3.tar.xz

New:

  vinagre-3.16.0.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.anNj6H/_old  2015-03-30 19:17:59.0 +0200
+++ /var/tmp/diff_new_pack.anNj6H/_new  2015-03-30 19:17:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vinagre
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   vinagre
-Version:3.14.3
+Version:3.16.0
 Release:0
 Summary:VNC client for GNOME
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://www.gnome.org/projects/vinagre/
-Source0:
http://download.gnome.org/sources/vinagre/3.14/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/vinagre/3.16/%{name}-%{version}.tar.xz
 # The icon we rely on is from adwaita-icon-theme
 BuildRequires:  adwaita-icon-theme
 BuildRequires:  fdupes

++ vinagre-3.14.3.tar.xz - vinagre-3.16.0.tar.xz ++
 15424 lines of diff (skipped)




commit vinagre for openSUSE:Factory

2014-12-17 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2014-12-17 19:15:24

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2014-11-18 
22:44:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2014-12-17 
19:14:34.0 +0100
@@ -1,0 +2,7 @@
+Mon Dec 15 12:51:04 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.3:
+  + Fix freeing of RDP events during dispose.
+  + Updated translations.
+
+---

Old:

  vinagre-3.14.2.tar.xz

New:

  vinagre-3.14.3.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.Hmk5kD/_old  2014-12-17 19:14:36.0 +0100
+++ /var/tmp/diff_new_pack.Hmk5kD/_new  2014-12-17 19:14:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   vinagre
-Version:3.14.2
+Version:3.14.3
 Release:0
 Summary:VNC client for GNOME
 License:GPL-2.0+

++ vinagre-3.14.2.tar.xz - vinagre-3.14.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vinagre-3.14.2/ChangeLog new/vinagre-3.14.3/ChangeLog
--- old/vinagre-3.14.2/ChangeLog2014-11-10 22:22:54.0 +0100
+++ new/vinagre-3.14.3/ChangeLog2014-12-15 13:25:53.0 +0100
@@ -1,3 +1,17 @@
+2014-12-15  David King  amigad...@amigadave.com
+
+   Update NEWS for 3.14.3 release
+
+2014-12-15  David King  amigad...@amigadave.com
+
+   Fix freeing of RDP events during dispose
+
+   https://retrace.fedoraproject.org/faf2/problems/459789/
+
+2014-11-15  Lasse Liehu  lasse.li...@gmail.com
+
+   Finnish translation update
+
 2014-11-10  David King  amigad...@amigadave.com
 
Update NEWS for 3.14.2 release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vinagre-3.14.2/NEWS new/vinagre-3.14.3/NEWS
--- old/vinagre-3.14.2/NEWS 2014-11-10 22:21:18.0 +0100
+++ new/vinagre-3.14.3/NEWS 2014-12-15 13:24:55.0 +0100
@@ -1,3 +1,12 @@
+Vinagre 3.14.3
+==
+
+David King (1):
+  Fix freeing of RDP events during dispose
+
+Lasse Liehu (1):
+  Finnish translation update
+
 Vinagre 3.14.2
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vinagre-3.14.2/configure new/vinagre-3.14.3/configure
--- old/vinagre-3.14.2/configure2014-11-10 22:21:31.0 +0100
+++ new/vinagre-3.14.3/configure2014-12-15 13:25:29.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Vinagre 3.14.2.
+# Generated by GNU Autoconf 2.69 for Vinagre 3.14.3.
 #
 # Report bugs to https://bugzilla.gnome.org/enter_bug.cgi?product=vinagre.
 #
@@ -641,8 +641,8 @@
 # Identity of this package.
 PACKAGE_NAME='Vinagre'
 PACKAGE_TARNAME='vinagre'
-PACKAGE_VERSION='3.14.2'
-PACKAGE_STRING='Vinagre 3.14.2'
+PACKAGE_VERSION='3.14.3'
+PACKAGE_STRING='Vinagre 3.14.3'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=vinagre'
 PACKAGE_URL='https://wiki.gnome.org/Apps/Vinagre'
 
@@ -1440,7 +1440,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures Vinagre 3.14.2 to adapt to many kinds of systems.
+\`configure' configures Vinagre 3.14.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1510,7 +1510,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of Vinagre 3.14.2:;;
+ short | recursive ) echo Configuration of Vinagre 3.14.3:;;
esac
   cat \_ACEOF
 
@@ -1640,7 +1640,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-Vinagre configure 3.14.2
+Vinagre configure 3.14.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2117,7 +2117,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Vinagre $as_me 3.14.2, which was
+It was created by Vinagre $as_me 3.14.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2985,7 +2985,7 @@
 
 # Define the identity of the package.
  PACKAGE='vinagre'
- VERSION='3.14.2'
+ VERSION='3.14.3'
 
 
 # Some tools Automake needs.
@@ -7772,7 +7772,7 @@
 # report 

commit vinagre for openSUSE:Factory

2014-11-18 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2014-11-18 22:44:26

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2014-10-15 
16:27:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2014-11-18 
22:44:41.0 +0100
@@ -1,0 +2,8 @@
+Thu Nov 13 19:32:31 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.2:
+  + Remove bashism from configure.ac.
+  + Add name and summary elements to AppData.
+  + Detect RDP hosts via Avahi.
+
+---

Old:

  vinagre-3.14.1.tar.xz

New:

  vinagre-3.14.2.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.AaKLUI/_old  2014-11-18 22:44:43.0 +0100
+++ /var/tmp/diff_new_pack.AaKLUI/_new  2014-11-18 22:44:43.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   vinagre
-Version:3.14.1
+Version:3.14.2
 Release:0
 Summary:VNC client for GNOME
 License:GPL-2.0+

++ vinagre-3.14.1.tar.xz - vinagre-3.14.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vinagre-3.14.1/ChangeLog new/vinagre-3.14.2/ChangeLog
--- old/vinagre-3.14.1/ChangeLog2014-10-13 21:53:41.0 +0200
+++ new/vinagre-3.14.2/ChangeLog2014-11-10 22:22:54.0 +0100
@@ -1,3 +1,28 @@
+2014-11-10  David King  amigad...@amigadave.com
+
+   Update NEWS for 3.14.2 release
+
+2014-11-10  David King  amigad...@amigadave.com
+
+   Add name and summary elements to AppData
+
+   Pacify appstream-util validate.
+
+2014-10-25  Alexander Tsoy  alexan...@tsoy.me
+
+   Remove bashism from configure.ac
+
+   https://bugzilla.gnome.org/show_bug.cgi?id=739187
+
+2014-10-14  Marek Kasik  mka...@redhat.com
+
+   Detect RDP hosts via Avahi
+
+   Implement impl_get_mdns_service() for RDP's VinagreProtocolInterface so
+   that we can detect available RDP hosts over Avahi.
+
+   https://bugzilla.gnome.org/show_bug.cgi?id=738523
+
 2014-10-13  David King  amigad...@amigadave.com
 
Update NEWS for 3.14.1 release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vinagre-3.14.1/NEWS new/vinagre-3.14.2/NEWS
--- old/vinagre-3.14.1/NEWS 2014-10-13 21:51:01.0 +0200
+++ new/vinagre-3.14.2/NEWS 2014-11-10 22:21:18.0 +0100
@@ -1,3 +1,15 @@
+Vinagre 3.14.2
+==
+
+Alexander Tsoy (1):
+  Remove bashism from configure.ac
+
+David King (1):
+  Add name and summary elements to AppData
+
+Marek Kasik (1):
+  Detect RDP hosts via Avahi
+
 Vinagre 3.14.1
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vinagre-3.14.1/configure new/vinagre-3.14.2/configure
--- old/vinagre-3.14.1/configure2014-10-13 21:52:39.0 +0200
+++ new/vinagre-3.14.2/configure2014-11-10 22:21:31.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Vinagre 3.14.1.
+# Generated by GNU Autoconf 2.69 for Vinagre 3.14.2.
 #
 # Report bugs to https://bugzilla.gnome.org/enter_bug.cgi?product=vinagre.
 #
@@ -641,8 +641,8 @@
 # Identity of this package.
 PACKAGE_NAME='Vinagre'
 PACKAGE_TARNAME='vinagre'
-PACKAGE_VERSION='3.14.1'
-PACKAGE_STRING='Vinagre 3.14.1'
+PACKAGE_VERSION='3.14.2'
+PACKAGE_STRING='Vinagre 3.14.2'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=vinagre'
 PACKAGE_URL='https://wiki.gnome.org/Apps/Vinagre'
 
@@ -1440,7 +1440,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures Vinagre 3.14.1 to adapt to many kinds of systems.
+\`configure' configures Vinagre 3.14.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1510,7 +1510,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of Vinagre 3.14.1:;;
+ short | recursive ) echo Configuration of Vinagre 3.14.2:;;
esac
   cat \_ACEOF
 
@@ -1640,7 +1640,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-Vinagre configure 3.14.1
+Vinagre configure 3.14.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2117,7 +2117,7 @@
 This file contains any messages produced by compilers while
 

commit vinagre for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2014-10-15 16:26:59

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2014-09-30 
19:37:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2014-10-15 
16:27:18.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 13 20:38:27 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.14.1:
+  + Updated translations.
+
+---

Old:

  vinagre-3.14.0.tar.xz

New:

  vinagre-3.14.1.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.5sgXxc/_old  2014-10-15 16:27:20.0 +0200
+++ /var/tmp/diff_new_pack.5sgXxc/_new  2014-10-15 16:27:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vinagre
-Version:3.14.0
+Version:3.14.1
 Release:0
 Summary:VNC client for GNOME
 License:GPL-2.0+

++ vinagre-3.14.0.tar.xz - vinagre-3.14.1.tar.xz ++
 4129 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vinagre for openSUSE:Factory

2014-09-30 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2014-09-30 19:37:15

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2014-05-20 
14:27:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2014-09-30 
19:37:35.0 +0200
@@ -1,0 +2,55 @@
+Tue Sep 23 09:49:36 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.14.0:
+  + Updated translations.
+
+---
+Mon Sep 15 19:26:36 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.13.92:
+  + Use APPSTREAM_XML instead of APPDATA_XML.
+  + Updated translations.
+
+---
+Mon Aug 18 11:56:45 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.13.90:
+  + Request RDP certificate verification if needed.
+  + Avoid yes-no buttons in certificate dialogs.
+  + Updated translations.
+
+---
+Mon Jul 21 21:27:35 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.13.4:
+  + Enable RDP support during distcheck.
+  + Fix some language in tooltip strings.
+  + Use FreeRDP API in RDP plugin.
+  + Updated translations.
+- Add pkgconfig(freerdp) and pkgconfig(x11) BuildRequires: new
+  dependecies for RDP support.
+- Pass --enable-rdp to configure to ensure we build the support.
+- Drop freerdp Recommends: we now rely on the library/API.
+- Remove language handling for obsolete openSUSE versions.
+- Add adwaita-icon-theme BuildRequires: on an installed system,
+  libgtk-3-0 requires it. On build though, it is exlucded to avoid
+  a cycle.
+
+---
+Sun Jul 20 15:27:48 UTC 2014 - zai...@opensuse.org
+
+- Drop gnome-icon-theme Requires too, not needed nor wanted
+  anymore.
+
+---
+Sat Jul 12 14:16:16 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.13.2:
+  + Port to vte-2.91 API.
+  + Drop gnome-icon-theme dependency.
+  + Updated translations.
+- Drop gnome-icon-theme BuildRequires: no longer required.
+- Replace pkgconfig(vte-2.90) BuildRequires with
+  pkgconfig(vte-2.91), following upstreams port.
+
+---

Old:

  vinagre-3.12.2.tar.xz

New:

  vinagre-3.14.0.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.WBfA0l/_old  2014-09-30 19:37:35.0 +0200
+++ /var/tmp/diff_new_pack.WBfA0l/_new  2014-09-30 19:37:35.0 +0200
@@ -17,17 +17,18 @@
 
 
 Name:   vinagre
+Version:3.14.0
+Release:0
 Summary:VNC client for GNOME
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
-Version:3.12.2
-Release:0
 Url:http://www.gnome.org/projects/vinagre/
-Source0:
http://download.gnome.org/sources/vinagre/3.12/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/vinagre/3.14/%{name}-%{version}.tar.xz
+# The icon we rely on is from adwaita-icon-theme
+BuildRequires:  adwaita-icon-theme
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gdbm-devel
-BuildRequires:  gnome-icon-theme
 BuildRequires:  intltool = 0.50.0
 # We need the %%mime_database_* macros
 BuildRequires:  shared-mime-info
@@ -37,20 +38,19 @@
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(avahi-gobject)
 BuildRequires:  pkgconfig(avahi-ui-gtk3)
+BuildRequires:  pkgconfig(freerdp)
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.9.6
 BuildRequires:  pkgconfig(gtk-vnc-2.0) = 0.4.3
 BuildRequires:  pkgconfig(libsecret-1)
 BuildRequires:  pkgconfig(libxml-2.0) = 2.6.31
 BuildRequires:  pkgconfig(spice-client-gtk-3.0) = 0.5
 BuildRequires:  pkgconfig(telepathy-glib)
-BuildRequires:  pkgconfig(vte-2.90)
-Requires:   gnome-icon-theme
+BuildRequires:  pkgconfig(vte-2.91)
+BuildRequires:  pkgconfig(x11)
 Recommends: %{name}-lang
-# For rdp support
-Recommends: freerdp
 Obsoletes:  %{name}-devel  %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%glib2_gsettings_schema_requires
+%{glib2_gsettings_schema_requires}
 
 %description 
 Vinagre is a VNC client for GNOME that supports connecting to multiple
@@ -58,6 +58,7 @@
 gnome-keyring.
 
 %lang_package
+
 %prep
 %setup -q
 translation-update-upstream
@@ -65,15 +66,13 @@
 %build
 %configure --disable-static \
 --disable-scrollkeeper \
---enable-ssh \
---enable-spice
+--enable-rdp\
+

commit vinagre for openSUSE:Factory

2014-05-20 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2014-05-20 14:25:37

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2014-05-05 
21:17:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2014-05-20 
14:27:06.0 +0200
@@ -1,0 +2,6 @@
+Sat May 17 08:04:36 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.12.2:
+  + Updated translations.
+
+---

Old:

  vinagre-3.12.1.tar.xz

New:

  vinagre-3.12.2.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.QcnFsm/_old  2014-05-20 14:27:07.0 +0200
+++ /var/tmp/diff_new_pack.QcnFsm/_new  2014-05-20 14:27:07.0 +0200
@@ -20,7 +20,7 @@
 Summary:VNC client for GNOME
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
-Version:3.12.1
+Version:3.12.2
 Release:0
 Url:http://www.gnome.org/projects/vinagre/
 Source0:
http://download.gnome.org/sources/vinagre/3.12/%{name}-%{version}.tar.xz

++ vinagre-3.12.1.tar.xz - vinagre-3.12.2.tar.xz ++
 1937 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/vinagre-3.12.1/ChangeLog new/vinagre-3.12.2/ChangeLog
--- old/vinagre-3.12.1/ChangeLog2014-04-14 21:15:49.0 +0200
+++ new/vinagre-3.12.2/ChangeLog2014-05-12 22:17:39.0 +0200
@@ -1,3 +1,23 @@
+2014-05-12  David King  amigad...@amigadave.com
+
+   Update NEWS for 3.12.2 release
+
+2014-05-09  Carles Ferrando  carles.ferra...@gmail.com
+
+   [l10n] Updated Catalan (Valencian) translation
+
+2014-05-04  Ihar Hrachyshka  ihar.hrachys...@gmail.com
+
+   Updated Belarusian translation.
+
+2014-04-22  Dirgita  dirgitadev...@gmail.com
+
+   Updated Indonesian translation
+
+2014-04-18  Tom Tryfonidis  tomt...@gmail.com
+
+   Updated Greek translation
+
 2014-04-14  David King  amigad...@amigadave.com
 
Update NEWS for 3.12.1 release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/vinagre-3.12.1/INSTALL new/vinagre-3.12.2/INSTALL
--- old/vinagre-3.12.1/INSTALL  2014-04-14 21:15:11.0 +0200
+++ new/vinagre-3.12.2/INSTALL  2014-05-12 22:13:41.0 +0200
@@ -12,8 +12,8 @@
 Basic Installation
 ==
 
-   Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
+   Briefly, the shell command `./configure  make  make install'
+should configure, build, and install this package.  The following
 more-detailed instructions are generic; see the `README' file for
 instructions specific to this package.  Some packages provide this
 `INSTALL' file but do not implement all of the features documented
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/vinagre-3.12.1/NEWS new/vinagre-3.12.2/NEWS
--- old/vinagre-3.12.1/NEWS 2014-04-14 21:14:53.0 +0200
+++ new/vinagre-3.12.2/NEWS 2014-05-12 22:12:59.0 +0200
@@ -1,3 +1,18 @@
+Vinagre 3.12.2
+==
+
+Carles Ferrando (1):
+  [l10n] Updated Catalan (Valencian) translation
+
+Dirgita (1):
+  Updated Indonesian translation
+
+Ihar Hrachyshka (1):
+  Updated Belarusian translation.
+
+Tom Tryfonidis (1):
+  Updated Greek translation
+
 Vinagre 3.12.1
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/vinagre-3.12.1/build-aux/missing new/vinagre-3.12.2/build-aux/missing
--- 

commit vinagre for openSUSE:Factory

2013-11-24 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2013-11-24 13:34:11

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2013-10-15 
10:44:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2013-11-24 
13:34:12.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 11 22:07:06 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.2 (bnc#849913):
+  + Updated translations.
+
+---

Old:

  vinagre-3.10.1.tar.xz

New:

  vinagre-3.10.2.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.0Ua58D/_old  2013-11-24 13:34:13.0 +0100
+++ /var/tmp/diff_new_pack.0Ua58D/_new  2013-11-24 13:34:13.0 +0100
@@ -20,7 +20,7 @@
 Summary:VNC client for GNOME
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
-Version:3.10.1
+Version:3.10.2
 Release:0
 Url:http://www.gnome.org/projects/vinagre/
 Source0:
http://download.gnome.org/sources/vinagre/3.10/%{name}-%{version}.tar.xz

++ vinagre-3.10.1.tar.xz - vinagre-3.10.2.tar.xz ++
 2374 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vinagre for openSUSE:Factory

2013-10-15 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2013-10-15 10:44:28

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2013-09-27 
19:22:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2013-10-15 
10:44:29.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 14 14:53:21 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.1:
+  + Updated translations.
+
+---

Old:

  vinagre-3.10.0.tar.xz

New:

  vinagre-3.10.1.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.rPj2ls/_old  2013-10-15 10:44:40.0 +0200
+++ /var/tmp/diff_new_pack.rPj2ls/_new  2013-10-15 10:44:40.0 +0200
@@ -20,7 +20,7 @@
 Summary:VNC client for GNOME
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
-Version:3.10.0
+Version:3.10.1
 Release:0
 Url:http://www.gnome.org/projects/vinagre/
 Source0:
http://download.gnome.org/sources/vinagre/3.10/%{name}-%{version}.tar.xz

++ vinagre-3.10.0.tar.xz - vinagre-3.10.1.tar.xz ++
 2899 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vinagre for openSUSE:Factory

2013-09-27 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2013-09-27 19:22:53

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2013-08-30 
17:14:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2013-09-27 
19:22:54.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 23 20:05:58 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.10.0:
+  + Updated translations.
+
+---

Old:

  vinagre-3.9.90.tar.xz

New:

  vinagre-3.10.0.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.TD3Oae/_old  2013-09-27 19:22:55.0 +0200
+++ /var/tmp/diff_new_pack.TD3Oae/_new  2013-09-27 19:22:55.0 +0200
@@ -20,10 +20,10 @@
 Summary:VNC client for GNOME
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
-Version:3.9.90
+Version:3.10.0
 Release:0
 Url:http://www.gnome.org/projects/vinagre/
-Source0:
http://download.gnome.org/sources/vinagre/3.9/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/vinagre/3.10/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gdbm-devel

++ vinagre-3.9.90.tar.xz - vinagre-3.10.0.tar.xz ++
 18243 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vinagre for openSUSE:Factory

2013-08-30 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2013-08-30 17:14:45

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2013-08-16 
12:22:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2013-08-30 
17:14:47.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug 20 07:06:02 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.90:
+  + Implement get_dimensions() virtual function for VNC and RDP.
+  + Updated translations.
+
+---

Old:

  vinagre-3.9.5.tar.xz

New:

  vinagre-3.9.90.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.IWocEv/_old  2013-08-30 17:14:48.0 +0200
+++ /var/tmp/diff_new_pack.IWocEv/_new  2013-08-30 17:14:48.0 +0200
@@ -20,7 +20,7 @@
 Summary:VNC client for GNOME
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
-Version:3.9.5
+Version:3.9.90
 Release:0
 Url:http://www.gnome.org/projects/vinagre/
 Source0:
http://download.gnome.org/sources/vinagre/3.9/%{name}-%{version}.tar.xz

++ vinagre-3.9.5.tar.xz - vinagre-3.9.90.tar.xz ++
 5604 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vinagre for openSUSE:Factory

2013-08-16 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2013-08-16 12:22:32

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2013-07-16 
16:25:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2013-08-16 
12:22:39.0 +0200
@@ -1,0 +2,11 @@
+Tue Jul 30 16:31:37 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.5:
+  + Fix a logic bug in utils.show_many_errors().
+  + Add recognize_file() API to VinagreProtocol interface.
+  + Fill the right ipv6 notation when using avahi dialog.
+  + Make the BookmarksTree widget smaller.
+  + Bugs fixed: bgo#704744, bgo#648008.
+  + Updated translations.
+
+---

Old:

  vinagre-3.9.4.tar.xz

New:

  vinagre-3.9.5.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.VZh7i3/_old  2013-08-16 12:22:39.0 +0200
+++ /var/tmp/diff_new_pack.VZh7i3/_new  2013-08-16 12:22:39.0 +0200
@@ -20,7 +20,7 @@
 Summary:VNC client for GNOME
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
-Version:3.9.4
+Version:3.9.5
 Release:0
 Url:http://www.gnome.org/projects/vinagre/
 Source0:
http://download.gnome.org/sources/vinagre/3.9/%{name}-%{version}.tar.xz

++ vinagre-3.9.4.tar.xz - vinagre-3.9.5.tar.xz ++
 2460 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vinagre for openSUSE:Factory

2013-07-16 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2013-07-16 16:25:38

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2013-06-28 
19:29:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2013-07-16 
16:25:40.0 +0200
@@ -1,0 +2,11 @@
+Mon Jul  8 22:58:05 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.4:
+  + VinagreTab: don't crash on screenshot.
+  + Use xfreerdp for RDP support.
+  + Show correct title in error dialog.
+  + Updated translations.
+- Change rdesktop Recommends to freerdp, following upstreams choice
+  to use xfreerdp for RDP support.
+
+---

Old:

  vinagre-3.9.2.tar.xz

New:

  vinagre-3.9.4.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.cehDuG/_old  2013-07-16 16:25:41.0 +0200
+++ /var/tmp/diff_new_pack.cehDuG/_new  2013-07-16 16:25:41.0 +0200
@@ -20,7 +20,7 @@
 Summary:VNC client for GNOME
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
-Version:3.9.2
+Version:3.9.4
 Release:0
 Url:http://www.gnome.org/projects/vinagre/
 Source0:
http://download.gnome.org/sources/vinagre/3.9/%{name}-%{version}.tar.xz
@@ -37,17 +37,17 @@
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(avahi-gobject)
 BuildRequires:  pkgconfig(avahi-ui-gtk3)
-BuildRequires:  pkgconfig(gtk+-3.0)
-BuildRequires:  pkgconfig(gtk-vnc-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.9.6
+BuildRequires:  pkgconfig(gtk-vnc-2.0) = 0.4.3
 BuildRequires:  pkgconfig(libsecret-1)
-BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(libxml-2.0) = 2.6.31
 BuildRequires:  pkgconfig(spice-client-gtk-3.0) = 0.5
 BuildRequires:  pkgconfig(telepathy-glib)
 BuildRequires:  pkgconfig(vte-2.90)
 Requires:   gnome-icon-theme
 Recommends: %{name}-lang
 # For rdp support
-Recommends: rdesktop
+Recommends: freerdp
 Obsoletes:  %{name}-devel  %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires

++ vinagre-3.9.2.tar.xz - vinagre-3.9.4.tar.xz ++
 7010 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vinagre for openSUSE:Factory

2013-05-16 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2013-05-16 11:43:25

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2013-04-26 
15:53:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2013-05-16 
11:43:27.0 +0200
@@ -1,0 +2,7 @@
+Tue May 14 07:13:45 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.2:
+  + Fix help link in reverse connections (bgo#700014).
+  + Updated translations.
+
+---

Old:

  vinagre-3.8.1.tar.xz

New:

  vinagre-3.8.2.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.VwIfMy/_old  2013-05-16 11:43:28.0 +0200
+++ /var/tmp/diff_new_pack.VwIfMy/_new  2013-05-16 11:43:28.0 +0200
@@ -20,7 +20,7 @@
 Summary:VNC client for GNOME
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
-Version:3.8.1
+Version:3.8.2
 Release:0
 Url:http://www.gnome.org/projects/vinagre/
 Source0:
http://download.gnome.org/sources/vinagre/3.8/%{name}-%{version}.tar.xz

++ vinagre-3.8.1.tar.xz - vinagre-3.8.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vinagre-3.8.1/ChangeLog new/vinagre-3.8.2/ChangeLog
--- old/vinagre-3.8.1/ChangeLog 2013-04-15 22:01:08.0 +0200
+++ new/vinagre-3.8.2/ChangeLog 2013-05-13 23:29:32.0 +0200
@@ -1,3 +1,19 @@
+2013-05-13  David King  amigad...@amigadave.com
+
+   Update NEWS for 3.8.2 release
+
+2013-05-13  Kjartan Maraas  kmar...@gnome.org
+
+   Updated Norwegian bokmål translation
+
+2013-05-09  Ekaterina Gerasimova  kittykat3...@gmail.com
+
+   Fix help link in reverse connections, bug 700014
+
+2013-04-15  David King  amigad...@amigadave.com
+
+   Post-release version bump to 3.8.2
+
 2013-04-15  David King  amigad...@amigadave.com
 
Update NEWS for 3.8.1 release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vinagre-3.8.1/NEWS new/vinagre-3.8.2/NEWS
--- old/vinagre-3.8.1/NEWS  2013-04-15 22:00:08.0 +0200
+++ new/vinagre-3.8.2/NEWS  2013-05-13 23:27:35.0 +0200
@@ -1,3 +1,16 @@
+Vinagre 3.8.2
+=
+
+David King (2):
+  Post-release version bump to 3.8.2
+  Update NEWS for 3.8.2 release
+
+Ekaterina Gerasimova (1):
+  Fix help link in reverse connections, bug 700014
+
+Kjartan Maraas (1):
+  Updated Norwegian bokmål translation
+
 Vinagre 3.8.1
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vinagre-3.8.1/configure new/vinagre-3.8.2/configure
--- old/vinagre-3.8.1/configure 2013-04-15 21:57:36.0 +0200
+++ new/vinagre-3.8.2/configure 2013-05-13 23:27:53.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Vinagre 3.8.1.
+# Generated by GNU Autoconf 2.69 for Vinagre 3.8.2.
 #
 # Report bugs to https://bugzilla.gnome.org/enter_bug.cgi?product=vinagre.
 #
@@ -641,8 +641,8 @@
 # Identity of this package.
 PACKAGE_NAME='Vinagre'
 PACKAGE_TARNAME='vinagre'
-PACKAGE_VERSION='3.8.1'
-PACKAGE_STRING='Vinagre 3.8.1'
+PACKAGE_VERSION='3.8.2'
+PACKAGE_STRING='Vinagre 3.8.2'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=vinagre'
 PACKAGE_URL='http://projects.gnome.org/vinagre/'
 
@@ -1435,7 +1435,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures Vinagre 3.8.1 to adapt to many kinds of systems.
+\`configure' configures Vinagre 3.8.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1505,7 +1505,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of Vinagre 3.8.1:;;
+ short | recursive ) echo Configuration of Vinagre 3.8.2:;;
esac
   cat \_ACEOF
 
@@ -1632,7 +1632,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-Vinagre configure 3.8.1
+Vinagre configure 3.8.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2109,7 +2109,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Vinagre $as_me 3.8.1, which was
+It was created by 

commit vinagre for openSUSE:Factory

2013-04-26 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2013-04-26 15:53:43

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2013-04-02 
20:45:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2013-04-26 
15:53:45.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 15 20:33:11 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.1:
+  + Updated translations.
+
+---

Old:

  vinagre-3.8.0.tar.xz

New:

  vinagre-3.8.1.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.Y9bhcg/_old  2013-04-26 15:53:46.0 +0200
+++ /var/tmp/diff_new_pack.Y9bhcg/_new  2013-04-26 15:53:46.0 +0200
@@ -20,7 +20,7 @@
 Summary:VNC client for GNOME
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
-Version:3.8.0
+Version:3.8.1
 Release:0
 Url:http://www.gnome.org/projects/vinagre/
 Source0:
http://download.gnome.org/sources/vinagre/3.8/%{name}-%{version}.tar.xz

++ vinagre-3.8.0.tar.xz - vinagre-3.8.1.tar.xz ++
 3644 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vinagre for openSUSE:Factory

2013-04-02 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2013-04-02 20:45:13

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2012-11-25 
14:33:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2013-04-02 
20:45:17.0 +0200
@@ -1,0 +2,38 @@
+Mon Mar 25 22:07:59 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.0:
+  + Updated translations.
+
+---
+Tue Mar 19 08:27:01 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.92:
+  + Updated translations.
+
+---
+Mon Mar  4 23:23:53 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.7.91:
+  + Updated translations.
+
+---
+Mon Feb 18 22:11:39 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.90:
+  + Fix value of save_in_keyring output parameter.
+  + Updated translations.
+
+---
+Tue Jan 15 14:23:25 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.4:
+  + Use GPollableInputStream when checking SSH errors.
+  + Updated translations.
+
+---
+Mon Jan  7 19:56:28 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.3:
+  + Updated translations.
+
+---
@@ -5 +43 @@
-  + Do not use NULL attributes with libsecret.
+  + Do not use NULL attributes with libsecret (bgo#685041).

Old:

  vinagre-3.6.2.tar.xz

New:

  vinagre-3.8.0.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.Iwi8lz/_old  2013-04-02 20:45:19.0 +0200
+++ /var/tmp/diff_new_pack.Iwi8lz/_new  2013-04-02 20:45:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vinagre
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,10 +20,10 @@
 Summary:VNC client for GNOME
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
-Version:3.6.2
+Version:3.8.0
 Release:0
 Url:http://www.gnome.org/projects/vinagre/
-Source0:
http://download.gnome.org/sources/vinagre/3.6/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/vinagre/3.8/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gdbm-devel

++ vinagre-3.6.2.tar.xz - vinagre-3.8.0.tar.xz ++
 23990 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vinagre for openSUSE:Factory

2012-11-25 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2012-11-25 14:33:12

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2012-10-19 
13:41:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2012-11-25 
14:33:14.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 13 07:48:38 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + Do not use NULL attributes with libsecret.
+  + Fix missing prototypes warnings.
+
+---

Old:

  vinagre-3.6.1.tar.xz

New:

  vinagre-3.6.2.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.JldT8J/_old  2012-11-25 14:33:16.0 +0100
+++ /var/tmp/diff_new_pack.JldT8J/_new  2012-11-25 14:33:16.0 +0100
@@ -20,7 +20,7 @@
 Summary:VNC client for GNOME
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
-Version:3.6.1
+Version:3.6.2
 Release:0
 Url:http://www.gnome.org/projects/vinagre/
 Source0:
http://download.gnome.org/sources/vinagre/3.6/%{name}-%{version}.tar.xz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vinagre for openSUSE:Factory

2012-10-19 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2012-10-19 13:41:45

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2012-10-03 
15:11:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2012-10-19 
13:41:46.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 16 21:11:48 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.1:
+  + Updated translations.
+
+---

Old:

  vinagre-3.6.0.tar.xz

New:

  vinagre-3.6.1.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.sLkR1U/_old  2012-10-19 13:41:47.0 +0200
+++ /var/tmp/diff_new_pack.sLkR1U/_new  2012-10-19 13:41:47.0 +0200
@@ -20,7 +20,7 @@
 Summary:VNC client for GNOME
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
-Version:3.6.0
+Version:3.6.1
 Release:0
 Url:http://www.gnome.org/projects/vinagre/
 Source0:
http://download.gnome.org/sources/vinagre/3.6/%{name}-%{version}.tar.xz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vinagre for openSUSE:Factory

2012-10-03 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2012-10-03 15:11:24

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2012-07-25 
10:46:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2012-10-03 
15:11:26.0 +0200
@@ -1,0 +2,38 @@
+Mon Sep 24 21:15:28 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.0:
+  + Updated translations.
+
+---
+Mon Sep 17 22:12:30 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.5.92:
+  + Updated translations.
+
+---
+Tue Aug 21 09:32:11 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.90:
+  + Fix up handling of commandline options
+  + Migrate from libgnome-keyring to libsecret
+  + Updated translations.
+- Drop vinagre-cmdline-parsing.patch: fixed upstream
+- Replace pkgconfig(gnome-keyring-1) BuildRequires with
+  pkgconfig(libsecret-1), following upstreams port to libsecret.
+- Drop xz BuildRequires as it now comes for free in the build
+  system.
+
+---
+Tue Jul 24 11:51:59 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.2:
+  + Depend on intltool 0.50 for GSettings translations
+  + Updated translations.
+
+---
+Mon Jul 23 17:56:37 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.1:
+  + Updated translations.
+
+---

Old:

  vinagre-3.4.2.tar.xz
  vinagre-cmdline-parsing.patch

New:

  vinagre-3.6.0.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.9VBbyB/_old  2012-10-03 15:11:27.0 +0200
+++ /var/tmp/diff_new_pack.9VBbyB/_new  2012-10-03 15:11:27.0 +0200
@@ -20,30 +20,26 @@
 Summary:VNC client for GNOME
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
-Version:3.4.2
+Version:3.6.0
 Release:0
 Url:http://www.gnome.org/projects/vinagre/
-Source0:
http://download.gnome.org/sources/vinagre/3.4/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM vinagre-cmdline-parsing.patch bnc#722709 bgo#662586 
dims...@opensuse.org -- Fix up handling of commandline options
-Patch0: vinagre-cmdline-parsing.patch
+Source0:
http://download.gnome.org/sources/vinagre/3.6/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gdbm-devel
 BuildRequires:  gnome-icon-theme
-BuildRequires:  intltool
+BuildRequires:  intltool = 0.50.0
 # We need the %%mime_database_* macros
 BuildRequires:  shared-mime-info
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  vala
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(avahi-gobject)
 BuildRequires:  pkgconfig(avahi-ui-gtk3)
-BuildRequires:  pkgconfig(gnome-keyring-1)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(gtk-vnc-2.0)
+BuildRequires:  pkgconfig(libsecret-1)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(spice-client-gtk-3.0) = 0.5
 BuildRequires:  pkgconfig(telepathy-glib)
@@ -64,7 +60,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 translation-update-upstream
 
 %build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vinagre for openSUSE:Factory

2012-07-25 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2012-07-25 10:46:22

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2012-05-22 
08:19:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2012-07-25 
10:46:24.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 23 07:26:34 UTC 2012 - dims...@opensuse.org
+
+- Add vinagre-cmdline-parsing.patch: Fix up handling of commandline
+  options (bnc#722709, bgo#662586)
+
+---

New:

  vinagre-cmdline-parsing.patch



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.MG2Fl4/_old  2012-07-25 10:46:25.0 +0200
+++ /var/tmp/diff_new_pack.MG2Fl4/_new  2012-07-25 10:46:25.0 +0200
@@ -24,6 +24,8 @@
 Release:0
 Url:http://www.gnome.org/projects/vinagre/
 Source0:
http://download.gnome.org/sources/vinagre/3.4/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM vinagre-cmdline-parsing.patch bnc#722709 bgo#662586 
dims...@opensuse.org -- Fix up handling of commandline options
+Patch0: vinagre-cmdline-parsing.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gdbm-devel
@@ -62,6 +64,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build


++ vinagre-cmdline-parsing.patch ++
From 5140ed1571dc38199469874f1012190fdc6a9c44 Mon Sep 17 00:00:00 2001
From: Matthias Clasen mcla...@redhat.com
Date: Sun, 22 Jul 2012 22:32:44 -0400
Subject: [PATCH] Fix up handling of commandline options

The handling of commandlines in the primary instance was not
really working at all. Fix things up by creating a new GOptionContext
for each instance, and do the extra work to send --help output
back to the remote instance. Also return a nonzero exit status
when commandline parsing fails.

https://bugzilla.gnome.org/show_bug.cgi?id=662586
---
 vinagre/vinagre-main.c| 86 +--
 vinagre/vinagre-options.c |  5 ++-
 vinagre/vinagre-options.h |  1 +
 3 files changed, 65 insertions(+), 27 deletions(-)

diff --git a/vinagre/vinagre-main.c b/vinagre/vinagre-main.c
index e3d8994..9e66b72 100644
--- a/vinagre/vinagre-main.c
+++ b/vinagre/vinagre-main.c
@@ -44,7 +44,6 @@
 
 static gboolean startup_called = FALSE;
 static GtkWindow *window = NULL;
-static GOptionContext *context = NULL;
 
 #ifdef VINAGRE_HAVE_TELEPATHY_GLIB
 static VinagreTubesManager *vinagre_tubes_manager = NULL;
@@ -80,6 +79,37 @@ app_startup (GApplication *app,
   startup_called = TRUE;
 }
 
+static GOptionContext *
+get_option_context (void)
+{
+  GOptionContext *context;
+  VinagreProtocol *extension;
+  GHashTable *extensions;
+  GHashTableIter iter;
+
+  /* Setup command line options */
+  context = g_option_context_new (_(- Remote Desktop Viewer));
+  g_option_context_set_help_enabled (context, FALSE);
+  g_option_context_add_main_entries (context, all_options, GETTEXT_PACKAGE);
+  g_option_context_set_translation_domain (context, GETTEXT_PACKAGE);
+  g_option_context_add_group (context, gtk_get_option_group (TRUE));
+
+  extensions = vinagre_plugins_engine_get_plugins_by_protocol 
(vinagre_plugins_engine_get_default ());
+
+  g_hash_table_iter_init (iter, extensions);
+  while (g_hash_table_iter_next (iter, NULL, (gpointer *)extension))
+{
+  GSList *groups, *l;
+
+  groups = vinagre_protocol_get_context_groups (extension);
+  for (l = groups; l; l = l-next)
+   g_option_context_add_group (context, (GOptionGroup *)l-data);
+  g_slist_free (groups);
+}
+
+  return context;
+}
+
 static int
 app_command_line (GApplication*app,
  GApplicationCommandLine *command_line,
@@ -88,10 +118,32 @@ app_command_line (GApplication*app,
   GError *error = NULL;
   int argc;
   char **argv;
+  GOptionContext *context;
+  int ret;
+
+  ret = 0;
+
+  context = get_option_context ();
 
   argv = g_application_command_line_get_arguments (command_line, argc);
 
-  g_option_context_parse (context, argc, argv, error);
+  optionstate.help = FALSE;
+
+  if (!g_option_context_parse (context, argc, argv, error))
+{
+  g_application_command_line_printerr (command_line, %s\n, 
error-message);
+  g_error_free (error);
+  ret = 1;
+  goto out;
+}
+  else if (optionstate.help)
+{
+  gchar *text;
+  text = g_option_context_get_help (context, FALSE, NULL);
+  g_application_command_line_print (command_line, %s, text);
+  

commit vinagre for openSUSE:Factory

2012-05-22 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2012-05-22 08:19:53

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2012-04-20 
15:21:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2012-05-22 
08:19:56.0 +0200
@@ -1,0 +2,6 @@
+Mon May 14 20:53:29 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.2:
+  + Updated translations.
+
+---

Old:

  vinagre-3.4.1.tar.xz

New:

  vinagre-3.4.2.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.vdO9Hp/_old  2012-05-22 08:19:58.0 +0200
+++ /var/tmp/diff_new_pack.vdO9Hp/_new  2012-05-22 08:19:58.0 +0200
@@ -20,7 +20,7 @@
 Summary:VNC client for GNOME
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
-Version:3.4.1
+Version:3.4.2
 Release:0
 Url:http://www.gnome.org/projects/vinagre/
 Source0:
http://download.gnome.org/sources/vinagre/3.4/%{name}-%{version}.tar.xz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vinagre for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2012-04-20 15:20:52

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2012-03-29 
14:07:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2012-04-20 
15:21:52.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr 17 06:09:27 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.1:
+  + Use example.com in address examples (bgo#672238)
+  + Updated translations.
+
+---

Old:

  vinagre-3.4.0.tar.xz

New:

  vinagre-3.4.1.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.jE00dM/_old  2012-04-20 15:21:53.0 +0200
+++ /var/tmp/diff_new_pack.jE00dM/_new  2012-04-20 15:21:53.0 +0200
@@ -20,7 +20,7 @@
 Summary:VNC client for GNOME
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
-Version:3.4.0
+Version:3.4.1
 Release:0
 Url:http://www.gnome.org/projects/vinagre/
 Source0:
http://download.gnome.org/sources/vinagre/3.4/%{name}-%{version}.tar.xz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vinagre for openSUSE:Factory

2012-03-29 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2012-03-29 14:07:43

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2012-02-29 
14:12:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2012-03-29 
14:07:45.0 +0200
@@ -1,0 +2,20 @@
+Mon Mar 26 21:08:42 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.4.0:
+  + Fixed help/Makefile.am.
+  + Updated translations.
+
+---
+Mon Mar 26 07:45:54 UTC 2012 - vu...@opensuse.org
+
+- Remove hack to find localized help: this has been fixed in
+  find-lang.sh.
+
+---
+Mon Mar 19 22:11:48 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.3.92:
+  + Minor bugfixes.
+  + Updated translations.
+
+---

Old:

  vinagre-3.3.4.tar.xz

New:

  vinagre-3.4.0.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.xm19tR/_old  2012-03-29 14:07:47.0 +0200
+++ /var/tmp/diff_new_pack.xm19tR/_new  2012-03-29 14:07:47.0 +0200
@@ -20,11 +20,10 @@
 Summary:VNC client for GNOME
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
-Version:3.3.4
+Version:3.4.0
 Release:0
-# FIXME: the %%{_datadir}/help/$locale/ files be found by %%find_lang
 Url:http://www.gnome.org/projects/vinagre/
-Source0:
http://download.gnome.org/sources/vinagre/3.3/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/vinagre/3.4/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gdbm-devel
@@ -81,14 +80,6 @@
 %suse_update_desktop_file -G Remote Desktop Viewer vinagre
 %suse_update_desktop_file vinagre-file
 %find_lang %{name} %{?no_lang_C}
-# Localized help
-for help in %{buildroot}%{_datadir}/help/*/vinagre/; do
-LOCALE=`echo $help | sed s:.*%{_datadir}/help/\([^/]*\)/vinagre/:\1:g`
-echo %%lang($LOCALE) %%dir %%{_datadir}/help/$LOCALE  
%{name}.help-lang.tmp
-echo %%lang($LOCALE) %%doc /${help##%{buildroot}}  
%{name}.help-lang.tmp
-done
-sort -u %{name}.help-lang.tmp | grep -v ^%%lang(C)  %{name}.help-lang
-rm %{name}.help-lang.tmp
 for size in 8x8 16x16 22x22 24x24 32x32 48x48 256x256; do
 if test -f 
%{_datadir}/icons/gnome/$size/apps/preferences-desktop-remote-desktop.png; then
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/$size/apps
@@ -134,6 +125,6 @@
 %dir %{_datadir}/telepathy
 %dir %{_datadir}/telepathy/clients
 
-%files lang -f %{name}.lang -f %{name}.help-lang
+%files lang -f %{name}.lang
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vinagre for openSUSE:Factory

2012-02-29 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2012-02-29 14:12:16

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2012-01-25 
10:41:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2012-02-29 
14:12:24.0 +0100
@@ -1,0 +2,7 @@
+Tue Feb 28 14:07:08 UTC 2012 - fcro...@suse.com
+
+- Enable spice support:
+  - add pkgconfig(spice-client-gtk-3.0) BuildRequires
+  - pass --enable-spice to configure instead of --disable-spice
+
+---



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.z4cxVX/_old  2012-02-29 14:12:26.0 +0100
+++ /var/tmp/diff_new_pack.z4cxVX/_new  2012-02-29 14:12:26.0 +0100
@@ -44,6 +44,7 @@
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(gtk-vnc-2.0)
 BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(spice-client-gtk-3.0) = 0.5
 BuildRequires:  pkgconfig(telepathy-glib)
 BuildRequires:  pkgconfig(vte-2.90)
 Requires:   gnome-icon-theme
@@ -68,7 +69,7 @@
 %configure --disable-static \
 --disable-scrollkeeper \
 --enable-ssh \
---disable-spice
+--enable-spice
 make V=1 %{?_smp_mflags}
 
 %install


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vinagre for openSUSE:Factory

2012-01-25 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2012-01-25 10:41:26

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2012-01-09 
15:22:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2012-01-25 
10:41:27.0 +0100
@@ -1,0 +2,8 @@
+Tue Jan 17 08:04:53 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.4:
+  + Make host text entry editable in connect dialog
+  + Improved documentation.
+  + Updated translations.
+
+---

Old:

  vinagre-3.3.3.tar.xz

New:

  vinagre-3.3.4.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.xBe0Fr/_old  2012-01-25 10:41:28.0 +0100
+++ /var/tmp/diff_new_pack.xBe0Fr/_new  2012-01-25 10:41:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vinagre
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,11 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   vinagre
 Summary:VNC client for GNOME
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
-Version:3.3.3
+Version:3.3.4
 Release:0
 # FIXME: the %%{_datadir}/help/$locale/ files be found by %%find_lang
 Url:http://www.gnome.org/projects/vinagre/

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vinagre for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2012-01-09 15:22:34

Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and  /work/SRC/openSUSE:Factory/.vinagre.new (New)


Package is vinagre, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2011-10-19 
00:55:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2012-01-09 
15:22:37.0 +0100
@@ -1,0 +2,38 @@
+Tue Dec 20 11:31:43 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Set the window on the reverse VNC listener
+  + Remove spurious n-rows and n-columns properties
+  + Fix some pointer type mismatch warnings
+  + Link plugins into the vinagre binary (bgo#653558)
+  + Switch help to build with yelp-tools (bgo#657669)
+  + Build fixes (including bgo#660531, bgo#665368)
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Change gnome-doc-utils-devel BuildRequires to yelp-tools,
+  following upstream change.
+- Drop vinagre-fix-missing-header.patch: fixed upstream.
+- Remove the custom CFLAGS we had in %build as bgo#653558 was
+  fixed.
+
+---
+Mon Nov 21 19:13:52 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.2:
+  + Change the group names from lowercase to CamelCase
+  + Use a button-sized image on Authentication button
+  + Use GtkGrid rather than deprecated GtkTable
+  + Updated translations.
+
+---
+Wed Oct 26 20:58:33 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.1:
+  + Integrate fixes from 3.2.1.
+  + Hold the slave PTY open so that SSH does not fail
+  + Fix a truncated string marked for translation
+  + Updated translations.
+
+---

Old:

  vinagre-3.2.1.tar.bz2
  vinagre-fix-missing-header.patch

New:

  vinagre-3.3.3.tar.xz



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.M20KLI/_old  2012-01-09 15:22:38.0 +0100
+++ /var/tmp/diff_new_pack.M20KLI/_new  2012-01-09 15:22:38.0 +0100
@@ -15,25 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   vinagre
 Summary:VNC client for GNOME
-Version:3.2.1
-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
-# FIXME: Check if bgo#653558 has been fixed. Once fixed, remove the 
-Wl,--no-as-needed hack in the build section and verify if the plugins work.
-License:GPLv2+
+License:GPL-2.0+
 Group:  Productivity/Networking/Other
+Version:3.3.3
+Release:0
+# FIXME: the %%{_datadir}/help/$locale/ files be found by %%find_lang
 Url:http://www.gnome.org/projects/vinagre/
-Source0:
http://download.gnome.org/sources/vinagre/3.2/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM vinagre-fix-missing-header.patch bgo#652531 
vu...@opensuse.org -- Fix build because of vala not generating a header; based 
on 
https://gitorious.org/vinagre/vinagre-elmarco/commit/0d7727a501e2d9fcf911b9a96fda384e53878af5
-Patch0: vinagre-fix-missing-header.patch
+Source0:
http://download.gnome.org/sources/vinagre/3.3/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gdbm-devel
-BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gnome-icon-theme
 BuildRequires:  intltool
 # We need the %%mime_database_* macros
@@ -41,6 +34,9 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  vala
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
+BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(avahi-gobject)
 BuildRequires:  pkgconfig(avahi-ui-gtk3)
 BuildRequires:  pkgconfig(gnome-keyring-1)
@@ -66,19 +62,12 @@
 %prep
 %setup -q
 translation-update-upstream
-%patch0 -p1
 
 %build
-# Workaround bgo#653558: The plugins are not dynamically loaded at runtime but 
are
-# linked to the binary at build time. With -Wl,as-needed though the references 
are
-# being dropped as there is no direct call to them.
-export CFLAGS=%{optflags} -Wl,--no-as-needed
 %configure --disable-static \
 --disable-scrollkeeper \
 --enable-ssh \
 --disable-spice
-# patch0 needs some help
-make 

commit vinagre for openSUSE:Factory

2011-10-18 Thread h_root

Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory
checked in at Tue Oct 18 14:32:00 CEST 2011.




--- openSUSE:Factory/vinagre/vinagre.changes2011-10-04 18:16:03.0 
+0200
+++ /mounts/work_src_done/STABLE/vinagre/vinagre.changes2011-10-17 
22:55:11.0 +0200
@@ -1,0 +2,18 @@
+Mon Oct 17 20:43:23 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.2.1:
+  + Fix implicit declaration in vinagre-tube-handler.c
+  + Do not use deprecated gtk_widget_modify_bg()
+  + Add range to history-size GSettings key
+  + Display correct application icon in about dialog
+  + Add missing includes to fix build on OpenBSD
+  + Updated translations.
+
+---
+Fri Oct 14 07:27:30 UTC 2011 - dims...@opensuse.org
+
+- Add -wl,--no-as-needed to CFLAGS during the build in order to
+  work arund bgo#653558: the plugins are not correctly dynamically
+  loaded but are linked into the main binary.
+
+---

calling whatdependson for head-i586


Old:

  vinagre-3.2.0.tar.bz2

New:

  vinagre-3.2.1.tar.bz2



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.0fPqvN/_old  2011-10-18 14:31:54.0 +0200
+++ /var/tmp/diff_new_pack.0fPqvN/_new  2011-10-18 14:31:54.0 +0200
@@ -20,9 +20,10 @@
 
 Name:   vinagre
 Summary:VNC client for GNOME
-Version:3.2.0
+Version:3.2.1
 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
+# FIXME: Check if bgo#653558 has been fixed. Once fixed, remove the 
-Wl,--no-as-needed hack in the build section and verify if the plugins work.
 License:GPLv2+
 Group:  Productivity/Networking/Other
 Url:http://www.gnome.org/projects/vinagre/
@@ -68,6 +69,10 @@
 %patch0 -p1
 
 %build
+# Workaround bgo#653558: The plugins are not dynamically loaded at runtime but 
are
+# linked to the binary at build time. With -Wl,as-needed though the references 
are
+# being dropped as there is no direct call to them.
+export CFLAGS=%{optflags} -Wl,--no-as-needed
 %configure --disable-static \
 --disable-scrollkeeper \
 --enable-ssh \

++ vinagre-3.2.0.tar.bz2 - vinagre-3.2.1.tar.bz2 ++
 7773 lines of diff (skipped)

continue with q...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vinagre for openSUSE:Factory

2011-10-04 Thread h_root

Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory
checked in at Tue Oct 4 18:16:05 CEST 2011.




--- openSUSE:Factory/vinagre/vinagre.changes2011-10-02 11:17:45.0 
+0200
+++ /mounts/work_src_done/STABLE/vinagre/vinagre.changes2011-10-03 
09:04:39.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct  3 07:04:34 UTC 2011 - vu...@opensuse.org
+
+- Add explicit shared-mime-info BuildRequires since we use the
+  %mime_database_* macros.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.fM3EZp/_old  2011-10-04 18:16:01.0 +0200
+++ /var/tmp/diff_new_pack.fM3EZp/_new  2011-10-04 18:16:01.0 +0200
@@ -35,6 +35,8 @@
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gnome-icon-theme
 BuildRequires:  intltool
+# We need the %%mime_database_* macros
+BuildRequires:  shared-mime-info
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  vala

continue with q...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vinagre for openSUSE:Factory

2011-09-09 Thread h_root

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.0 +0200
+++ /mounts/work_src_done/STABLE/vinagre/vinagre.changes2011-09-05 
19:39:31.0 +0200
@@ -1,0 +2,32 @@
+Mon Sep  5 17:34:55 UTC 2011 - vu...@opensuse.org
+
+- 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 - vu...@opensuse.org
+
+- 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 - dims...@opensuse.org
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.vsBMhc/_new  2011-09-09 11:57:01.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.vsBMhc/_new  2011-09-09 11:57:02.0 +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: 

commit vinagre for openSUSE:Factory

2011-08-03 Thread h_root

Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory
checked in at Wed Aug 3 17:33:53 CEST 2011.




--- GNOME/vinagre/vinagre.changes   2011-07-07 09:43:36.0 +0200
+++ /mounts/work_src_done/STABLE/vinagre/vinagre.changes2011-07-25 
21:22:21.0 +0200
@@ -1,0 +2,9 @@
+Mon Jul 25 21:20:33 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.4:
+  + Add GConf to GSettings convert file
+  + Remove the unused dummy plugin source files
+  + Move about dialog text to GtkBuilder XML
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  vinagre-3.1.3.tar.bz2

New:

  vinagre-3.1.4.tar.bz2



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.HyBB0R/_old  2011-08-03 17:33:38.0 +0200
+++ /var/tmp/diff_new_pack.HyBB0R/_new  2011-08-03 17:33:38.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   vinagre
 Summary:VNC client for GNOME
-Version:3.1.3
+Version:3.1.4
 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+
@@ -117,6 +117,9 @@
 %{_datadir}/applications/vinagre.desktop
 %{_datadir}/applications/vinagre-file.desktop
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vinagre.service
+%dir %{_datadir}/GConf
+%dir %{_datadir}/GConf/gsettings
+%{_datadir}/GConf/gsettings/org.gnome.Vinagre.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.Vinagre.gschema.xml
 %{_datadir}/icons/hicolor/*/*/*
 %{_datadir}/mime/packages/vinagre-mime.xml

++ vinagre-3.1.3.tar.bz2 - vinagre-3.1.4.tar.bz2 ++
 14974 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vinagre for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory
checked in at Fri Jul 8 15:21:29 CEST 2011.




--- GNOME/vinagre/vinagre.changes   2011-05-27 11:26:37.0 +0200
+++ /mounts/work_src_done/STABLE/vinagre/vinagre.changes2011-07-07 
09:43:36.0 +0200
@@ -1,0 +2,46 @@
+Thu Jul  7 09:22:25 CEST 2011 - vu...@opensuse.org
+
+- Rebuild the vala sources before building the code:
+  vinagre-fix-missing-header.patch introduces a new file that needs
+  to be generated. When the proper fix will be upstream, the file
+  will be in the tarball and we won't need this step anymore.
+
+---
+Tue Jul  5 07:48:56 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.3:
+  + Allow the main notebook to expand.
+  + Convert some code to Vala.
+  + Avoid NULL dereference if a URI has no hostname.
+  + Distribute the config VAPI file.
+  + Code improvements and cleanups.
+  + Build fixes.
+  + Updated documentation.
+  + Updated translations.
+- Update vinagre-fix-missing-header.patch with patch suggested by
+  upstream.
+- Add vala BuildRequires, needed for the patch.
+
+---
+Fri Jun 17 00:53:10 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.2:
+  + Add static extension support, and convert plugins to this.
+  + Integrate reverse-vnc plugin directly.
+  + Remove the bookmarks side panel.
+  + Remove the im-status plugin.
+  + Remove libpeas and gobject-introspection support.
+  + Documentation improvements.
+  + Code cleanups.
+  + Build fixes.
+  + Updated translations.
+- Remove now unneeded pkgconfig(libpeas-gtk-1.0) BuildRequires.
+- Remove unneeded pkgconfig(libpanelapplet-4.0) BuildRequires: the
+  applet was removed in 3.1.1.
+- Remove devel subpackage, as there is no support for external
+  plugins anymore, and add Obsoletes for vinagre-devel to main
+  package for smooth upgrades.
+- Add vinagre-fix-missing-header.patch: fix the build by adding the
+  missing header not generated by vala.
+
+---

calling whatdependson for head-i586


Old:

  vinagre-3.1.1.tar.bz2

New:

  vinagre-3.1.3.tar.bz2
  vinagre-fix-missing-header.patch



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.2THsZ6/_old  2011-07-08 15:19:25.0 +0200
+++ /var/tmp/diff_new_pack.2THsZ6/_new  2011-07-08 15:19:25.0 +0200
@@ -20,12 +20,15 @@
 
 Name:   vinagre
 Summary:VNC client for GNOME
-Version:3.1.1
+Version:3.1.3
 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+
 Group:  Productivity/Networking/Other
 Url:http://www.gnome.org/projects/vinagre/
-Source0:%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/vinagre/3.1/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM vinagre-fix-missing-header.patch bgo#652531 
vu...@opensuse.org -- Fix build because of vala not generating a header; based 
on 
https://gitorious.org/vinagre/vinagre-elmarco/commit/0d7727a501e2d9fcf911b9a96fda384e53878af5
+Patch0: vinagre-fix-missing-header.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gdbm-devel
@@ -34,13 +37,12 @@
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+BuildRequires:  vala
 BuildRequires:  pkgconfig(avahi-gobject)
 BuildRequires:  pkgconfig(avahi-ui-gtk3)
 BuildRequires:  pkgconfig(gnome-keyring-1)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(gtk-vnc-2.0)
-BuildRequires:  pkgconfig(libpanelapplet-4.0)
-BuildRequires:  pkgconfig(libpeas-gtk-1.0)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(telepathy-glib)
 BuildRequires:  pkgconfig(vte-2.90)
@@ -48,6 +50,7 @@
 Recommends: %{name}-lang
 # For rdp support
 Recommends: rdesktop
+Obsoletes:  %{name}-devel  %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
 
@@ -56,31 +59,20 @@
 machines, browsing for VNC servers via avahi and password storage in
 gnome-keyring.
 
-%package devel
-License:GPLv2+
-Summary:VNC client for GNOME - Development Files
-Group:  Development/Libraries/GNOME
-Requires:   %{name} = %{version}
-
-%description devel
-Vinagre is a VNC client for GNOME that supports connecting to multiple
-machines, browsing for VNC servers via avahi and password storage in
-gnome-keyring.
-
-This packages contains the development files to create plugins for vinagre.
-
-
 %lang_package
 %prep
 %setup -q
 translation-update-upstream

commit vinagre for openSUSE:Factory

2011-06-06 Thread h_root

Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory
checked in at Mon Jun 6 12:05:59 CEST 2011.




--- GNOME/vinagre/vinagre.changes   2011-04-28 08:55:53.0 +0200
+++ /mounts/work_src_done/STABLE/vinagre/vinagre.changes2011-05-27 
11:26:37.0 +0200
@@ -1,0 +2,18 @@
+Mon May 16 22:37:24 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.1:
+  + Remove panel applet
+  + Use ‘remote desktop’ rather than ‘machine’
+  + Mark only the connect action as being important
+  + Make it possible to focus the hostname GtkEntry
+  + Correct some UI strings and stock icon usage
+  + Capitalise Vinagre in command-line option help
+  + Fix help button in reverse connection dialog
+  + Replace old DocBook help with Mallard help
+  + Code improvements.
+  + bgo#597110: Add help page for reverse connections
+  + bgo#599690: Many UI and string changes
+  + bgo#640082: Add X geometry command-line option
+- Move *.gir file to devel subpackage.
+
+---

calling whatdependson for head-i586


Old:

  vinagre-3.0.1.tar.bz2

New:

  vinagre-3.1.1.tar.bz2



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.yyAz0R/_old  2011-06-06 12:01:08.0 +0200
+++ /var/tmp/diff_new_pack.yyAz0R/_new  2011-06-06 12:01:08.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   vinagre
 Summary:VNC client for GNOME
-Version:3.0.1
+Version:3.1.1
 Release:1
 License:GPLv2+
 Group:  Productivity/Networking/Other
@@ -121,21 +121,18 @@
 %dir %{_datadir}/gnome/help/
 %dir %{_datadir}/gnome/help/%{name}/
 %doc %{_datadir}/gnome/help/%{name}/C/
-%dir %{_datadir}/omf/
-%dir %{_datadir}/omf/%{name}/
-%doc %{_datadir}/omf/%{name}/%{name}-C.omf
 %{_bindir}/vinagre
-%{_libexecdir}/vinagre-applet
 %{_datadir}/applications/vinagre.desktop
 %{_datadir}/applications/vinagre-file.desktop
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vinagre.service
-%{_datadir}/dbus-1/services/org.gnome.panel.applet.Vinagre.service
 %{_datadir}/glib-2.0/schemas/org.gnome.Vinagre.gschema.xml
-%{_datadir}/gnome-panel/4.0/applets/org.gnome.panel.Vinagre.panel-applet
 %{_datadir}/icons/hicolor/*/*/*
 %{_datadir}/mime/packages/vinagre-mime.xml
 %{_datadir}/telepathy/clients/Vinagre.client
-%{_datadir}/vinagre/
+%dir %{_datadir}/vinagre
+%{_datadir}/vinagre/GNOME_VinagreApplet.xml
+%{_datadir}/vinagre/vinagre*
+
 %{_datadir}/vinagre-3.0/
 %{_libdir}/vinagre-3.0/
 %{_mandir}/man1/*.1.gz
@@ -147,6 +144,7 @@
 %defattr(-, root, root)
 %{_includedir}/vinagre-3.0/
 %{_libdir}/pkgconfig/*.pc
+%{_datadir}/vinagre/gir-1.0/
 
 %files lang -f %{name}.lang
 

++ vinagre-3.0.1.tar.bz2 - vinagre-3.1.1.tar.bz2 ++
 43587 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vinagre for openSUSE:Factory

2011-05-05 Thread h_root

Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory
checked in at Thu May 5 16:36:52 CEST 2011.




--- GNOME/vinagre/vinagre.changes   2011-02-14 20:44:51.0 +0100
+++ /mounts/work_src_done/STABLE/vinagre/vinagre.changes2011-04-28 
08:55:53.0 +0200
@@ -1,0 +2,106 @@
+Thu Apr 28 08:54:50 CEST 2011 - vu...@opensuse.org
+
+- Remove explicit Requires for gtk2-devel and libxml2-devel in
+  devel subpackage: they will automatically be added the
+  pkgconfig() way.
+
+---
+Wed Apr 27 15:22:01 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.1:
+  + Leave initial focus set to the primary toolbar
+  + Check for gnome-icon-theme during configure
+  + Fix reverse-vnc GtkBuilder file search path
+  + Minor updates to the man page
+  + bgo#647497: fix the SSH plugin build.
+- Drop vinagre-ssh.patch: fixed upstream.
+- Remove gnome-common from BuildRequires and call to
+  gnome-autogen.sh: not needed anymore now that patch is gone.
+
+---
+Wed Apr 27 13:26:12 CEST 2011 - vu...@opensuse.org
+
+- Change Group of devel subpackage to Development/Libraries/GNOME
+  (from Productivity/Networking/Remote Desktop) to fix a rpmlint
+  warning.
+
+---
+Mon Apr 11 20:12:43 UTC 2011 - dims...@opensuse.org
+
+- Add vinagre-ssh.patch: Fix building of ssh plugin, bgo#647497.
+- Add gnome-common BuildRequires and call gnome-autogen.sh in
+  setup, and re-enable ssh plugin.
+
+---
+Tue Apr  5 14:54:27 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Bump VINAGRE_ABI_VERSION to 3.0
+  + Updated translations
+
+---
+Mon Mar 28 14:13:28 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.93:
+  + Add some style classes and junctions to make vinagre look
+better.
+  + Updated translations
+- Changes from version 2.91.92:
+  + Remove broken gtk-vnc log handler, bgo#632711
+  + Port applet to new libpanel-applet API.
+  + Build fixes.
+  + Updated translations.
+- Changes from version 2.91.91:
+  + Features
+- Make GSettings schema translatable
+  + Fixes
+- Overhaul configure script
+- Make the build partially non-recursive
+- Fix the build with introspection enabled
+- Adapt to GtkObject removal in GTK+ 3
+- Replace gdk_draw_* with cairo* in panel applet
+- Avoid NULL pointer dereference in plugins if introspection is
+  disabled
+- Partially fix introspection build
+  + Updated translations.
+- Changes from version 2.91.8:
+  + Add a Spice plugin.
+  + Fix reverse VNC plugin
+  + Complete the GSettings migration
+  + Various build fixes
+- Changes from version 2.91.7:
+  + Build with GTK+ 3
+  + Use GtkApplication
+  + Use libpeas for plugins
+- Changes from version 2.31.5:
+  + Build with GTK+ 3
+  + Updated translations.
+- Changes from version 2.31.4:
+  + Added basic RDP support
+  + Allows using of an alternative ssh port when doing tunnel
+  + Build with GSEAL
+  + Removed password length limit for SSH connections
+  + Minor fixes
+  + Updated translations.
+- Disable ssh support until it is fixed upstream.
+- Move to pkgconfig()-style BuildRequires and GNOME 3:
+  + Old ones: gnome-panel-devel, gtk-vnc-devel, gtk2-devel,,
+libavahi-gobject-devel, libgnome-keyring-devel,
+telepathy-glib-devel, vte-devel.
+  + New ones: avahi-gobject, avahi-ui-gtk3, gnome-keyring-1,
+gtk+-3.0, gtk-vnc-2.0, libpanelapplet-4.0, libxml-2.0,
+telepathy-glib, vte-2.90.
+- Add pkgconfig(libpeas-gtk-1.0) BuildRequires.
+- Add gnome-icon-theme Requires as we need icons from there at
+  runtime.
+- Disable spice support with --disable-spice configure flag, until
+  we have spice packages in Factory.
+- Remove --enable-avahi configure flag, as autodetection is used in
+  configure.
+- Replace GConf2 schemas handling with GSettings schemas handling,
+  with %glib2_gsettings_schema_* macros.
+- Add Remote Desktop Viewer generic name to vinagre.desktop.
+- Add symlink for preferences-desktop-remote-desktop from
+  gnome-icon-theme to allow package check to pass.
+
+---

calling whatdependson for head-i586


Old:

  vinagre-2.30.3.tar.bz2

New:

  vinagre-3.0.1.tar.bz2



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.jx7z7R/_old  2011-05-05 16:34:12.0 +0200
+++ /var/tmp/diff_new_pack.jx7z7R/_new  2011-05-05 16:34:12.0 +0200
@@ -19,33 +19,37 @@
 
 
 Name:   vinagre
+Summary:VNC client for GNOME
+Version:3.0.1
+Release:1
+License:GPLv2+
+Group: