commit vino for openSUSE:Factory

2020-01-28 Thread root
Hello community,

here is the log from the commit of package vino for openSUSE:Factory checked in 
at 2020-01-28 10:53:15

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


Package is "vino"

Tue Jan 28 10:53:15 2020 rev:103 rq:767489 version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2019-11-24 
00:04:23.271066499 +0100
+++ /work/SRC/openSUSE:Factory/.vino.new.26092/vino.changes 2020-01-28 
10:53:17.132898463 +0100
@@ -1,0 +2,5 @@
+Sat Jan 25 14:20:51 UTC 2020 - Dominique Leuenberger 
+
+- No longer recommend -lang: supplements are in use
+
+---



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.PvG9L5/_old  2020-01-28 10:53:17.700899128 +0100
+++ /var/tmp/diff_new_pack.PvG9L5/_new  2020-01-28 10:53:17.704899132 +0100
@@ -50,7 +50,6 @@
 # Disable telepathy support and pass --without-telepathy to configure
 #BuildRequires:  pkgconfig(telepathy-glib) >= 0.18.0
 BuildRequires:  pkgconfig(xtst)
-Recommends: %{name}-lang
 
 %description
 A VNC Server for GNOME




commit vino for openSUSE:Factory

2019-11-23 Thread root
Hello community,

here is the log from the commit of package vino for openSUSE:Factory checked in 
at 2019-11-24 00:04:19

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


Package is "vino"

Sun Nov 24 00:04:19 2019 rev:102 rq:749277 version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2019-04-01 
12:31:06.941759701 +0200
+++ /work/SRC/openSUSE:Factory/.vino.new.26869/vino.changes 2019-11-24 
00:04:23.271066499 +0100
@@ -1,0 +2,6 @@
+Tue Nov 12 21:38:10 UTC 2019 - Michael Gorse 
+
+- Add vino-CVE-2019-15681.patch: fix uninitialized memory read in
+  LibVNCServer (boo#1155419 CVE-2019-15681).
+
+---

New:

  vino-CVE-2019-15681.patch



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.FukUWr/_old  2019-11-24 00:04:24.163066591 +0100
+++ /var/tmp/diff_new_pack.FukUWr/_new  2019-11-24 00:04:24.167066591 +0100
@@ -26,6 +26,8 @@
 Source0:
https://download.gnome.org/sources/vino/3.22/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM vino-error-on-wayland.patch boo#1122549 mgo...@suse.com 
-- have vino-server print an error if wayland is detected, rather than 
segfaulting.
 Patch0: vino-error-on-wayland.patch
+# PATCH-FIX-UPSTREAM vino-CVE-2019-15681.patch boo#1155419 mgo...@suse.com -- 
fix uninitialized memory read in LibVNCServer.
+Patch1: vino-CVE-2019-15681.patch
 
 BuildRequires:  fdupes
 BuildRequires:  intltool >= 0.50.0

++ vino-CVE-2019-15681.patch ++
diff -urp vino-3.22.0.orig/server/libvncserver/rfbserver.c 
vino-3.22.0/server/libvncserver/rfbserver.c
--- vino-3.22.0.orig/server/libvncserver/rfbserver.c2015-08-28 
11:00:50.0 -0500
+++ vino-3.22.0/server/libvncserver/rfbserver.c 2019-11-12 14:48:04.702135937 
-0600
@@ -1534,6 +1534,8 @@ rfbSendServerCutText(rfbScreenInfoPtr rf
 rfbServerCutTextMsg sct;
 rfbClientIteratorPtr iterator;
 
+memset((char *), 0, sizeof(sct));
+
 iterator = rfbGetClientIterator(rfbScreen);
 while ((cl = rfbClientIteratorNext(iterator)) != NULL) {
 /* Client is not authenticated, ignore. See GNOME bug 678434. */



commit vino for openSUSE:Factory

2019-04-01 Thread root
Hello community,

here is the log from the commit of package vino for openSUSE:Factory checked in 
at 2019-04-01 12:31:02

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


Package is "vino"

Mon Apr  1 12:31:02 2019 rev:101 rq:689306 version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2019-01-26 
22:17:33.467091914 +0100
+++ /work/SRC/openSUSE:Factory/.vino.new.25356/vino.changes 2019-04-01 
12:31:06.941759701 +0200
@@ -7,0 +8,7 @@
+Fri Jan  4 01:12:14 UTC 2019 - bjorn@gmail.com
+
+- Phase out telepathy support in GNOME, mask
+  pkgconfig(telepathy-glib) BuildRequires, and pass
+  --without-telepathy to configure.
+
+---



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.2TyghL/_old  2019-04-01 12:31:08.277760117 +0200
+++ /var/tmp/diff_new_pack.2TyghL/_new  2019-04-01 12:31:08.305760125 +0200
@@ -45,7 +45,8 @@
 BuildRequires:  pkgconfig(libsecret-1)
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(systemd)
-BuildRequires:  pkgconfig(telepathy-glib) >= 0.18.0
+# Disable telepathy support and pass --without-telepathy to configure
+#BuildRequires:  pkgconfig(telepathy-glib) >= 0.18.0
 BuildRequires:  pkgconfig(xtst)
 Recommends: %{name}-lang
 
@@ -62,7 +63,7 @@
 %configure \
--libexecdir=%{_libexecdir}/vino \
--enable-ipv6 \
-   --with-telepathy \
+   --without-telepathy \
--with-gnutls \
--with-gcrypt \
--with-avahi \
@@ -83,9 +84,10 @@
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vino.service
 %{_datadir}/glib-2.0/schemas/org.gnome.Vino.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.Vino.gschema.xml
-%dir %{_datadir}/telepathy/
-%dir %{_datadir}/telepathy/clients/
-%{_datadir}/telepathy/clients/Vino.client
+# Disable telepathy support
+#%%dir %%{_datadir}/telepathy/
+#%%dir %%{_datadir}/telepathy/clients/
+#%%{_datadir}/telepathy/clients/Vino.client
 %{_libexecdir}/vino
 %{_userunitdir}/vino-server.service
 




commit vino for openSUSE:Factory

2019-01-26 Thread root
Hello community,

here is the log from the commit of package vino for openSUSE:Factory checked in 
at 2019-01-26 22:17:31

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


Package is "vino"

Sat Jan 26 22:17:31 2019 rev:100 rq:668256 version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2018-08-02 
14:50:15.095488354 +0200
+++ /work/SRC/openSUSE:Factory/.vino.new.28833/vino.changes 2019-01-26 
22:17:33.467091914 +0100
@@ -1,0 +2,6 @@
+Wed Jan 23 21:16:55 UTC 2019 - mgo...@suse.com
+
+- Add vino-error-on-wayland.patch: print an error if wayland is
+  detected, rather than segfaulting (boo#1122549 bgo#761120).
+
+---

New:

  vino-error-on-wayland.patch



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.UIfqCK/_old  2019-01-26 22:17:33.907091556 +0100
+++ /var/tmp/diff_new_pack.UIfqCK/_new  2019-01-26 22:17:33.911091553 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vino
 #
-# 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -24,6 +24,8 @@
 Group:  Productivity/Networking/Other
 URL:http://www.gnome.org
 Source0:
https://download.gnome.org/sources/vino/3.22/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM vino-error-on-wayland.patch boo#1122549 mgo...@suse.com 
-- have vino-server print an error if wayland is detected, rather than 
segfaulting.
+Patch0: vino-error-on-wayland.patch
 
 BuildRequires:  fdupes
 BuildRequires:  intltool >= 0.50.0

++ vino-error-on-wayland.patch ++
>From d5b743b11a6f102353af719fa34abd5e6c679e77 Mon Sep 17 00:00:00 2001
From: Ondrej Holy 
Date: Tue, 20 Feb 2018 12:26:18 +0100
Subject: [PATCH] Return error if X11 is not detected

Vino-server crashes on Wayland in XQueryExtension. Since vino-server is
not expected to work on displays other than X11, let's exit immediately
if GDK_IS_X11_DISPLAY fail.

https://bugzilla.gnome.org/show_bug.cgi?id=761120
---
 server/vino-main.c | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/server/vino-main.c b/server/vino-main.c
index dd95de7..7be3fff 100644
--- a/server/vino-main.c
+++ b/server/vino-main.c
@@ -28,6 +28,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include "vino-input.h"
 #include "vino-mdns.h"
@@ -273,6 +274,12 @@ main (int argc, char **argv)
 g_option_context_free (context);
   }
 
+  if (!GDK_IS_X11_DISPLAY (gdk_display_get_default ()))
+{
+  g_printerr ("X11 is not detected\n");
+  return 1;
+}
+
   /* GSettings */
   vino.settings = g_settings_new ("org.gnome.Vino");
 
>From c5e3011b7364729fa2cd4f11761bf1f001a931a4 Mon Sep 17 00:00:00 2001
From: Ondrej Holy 
Date: Tue, 22 May 2018 20:45:45 +0200
Subject: [PATCH] Do not restart service after unclean exit code

Currently, the vino-server.service has Restart=on-failure, which means
that it is restarted in abnormal cases, but also in case of non-zero
exit code. It is restarted 5 times e.g. in case when X11 is not detected,
which doesn't make sense. Non-zero exit code is used only for states
which won't change with restart (invalid commandline, wayland and some
sanity checks). Change the value to Restart=on-abnormal in order to
prevent the useless restarts and to not spam journal.

https://bugzilla.gnome.org/show_bug.cgi?id=761120
---
 server/vino-server.service.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/vino-server.service.in b/server/vino-server.service.in
index a48b813..49e9c1f 100644
--- a/server/vino-server.service.in
+++ b/server/vino-server.service.in
@@ -5,4 +5,4 @@ Description=Vino VNC server
 Type=dbus
 BusName=org.gnome.Vino
 ExecStart=@libexecdir@/vino-server
-Restart=on-failure
+Restart=on-abnormal
-- 
2.18.0




commit vino for openSUSE:Factory

2018-08-02 Thread root
Hello community,

here is the log from the commit of package vino for openSUSE:Factory checked in 
at 2018-08-02 14:50:13

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


Package is "vino"

Thu Aug  2 14:50:13 2018 rev:99 rq:625741 version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2018-03-08 
10:45:33.475131360 +0100
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2018-08-02 
14:50:15.095488354 +0200
@@ -1,0 +2,18 @@
+Mon Jul  9 08:34:28 UTC 2018 - bjorn@gmail.com
+
+- Drop NetworkManager-devel BuildRequires and stop passing
+  with-network-manager: No longer needed, nor recognized.
+- Stop passing with-libnotify and with-gnome-keyring to configure,
+  no longer recognized.
+- Modernize spec, use autosetup and make_build macros.
+- Drop glib2_gsettings_schema_requires macro and stop post(un)
+  handling of glib2_gsettings_schema_post(un), no longer needed.
+- Drop update-desktop-files BuildRequires and no longer use
+  suse_update_desktop_file macro, no longer needed.
+- Replace telepathy-glib-devel with pkgconfig(telepathy-glib)
+  BuildRequires.
+- Add explicit pkgconfig(dbus-glib-1), pkgconfig(gio-unix-2.0),
+  pkgconfig(glib-2.0) and pkgconfig(gtk+-x11-3.0) BuildRequires:
+  align with what configure checks for.
+
+---



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.yw6OP9/_old  2018-08-02 14:50:15.875489641 +0200
+++ /var/tmp/diff_new_pack.yw6OP9/_new  2018-08-02 14:50:15.879489648 +0200
@@ -23,27 +23,29 @@
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/Other
 URL:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/vino/3.22/%{name}-%{version}.tar.xz
-BuildRequires:  NetworkManager-devel
+Source0:
https://download.gnome.org/sources/vino/3.22/%{name}-%{version}.tar.xz
+
 BuildRequires:  fdupes
 BuildRequires:  intltool >= 0.50.0
 BuildRequires:  libavahi-glib-devel
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  pkgconfig
-BuildRequires:  telepathy-glib-devel >= 0.18.0
 BuildRequires:  translation-update-upstream
-BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(gio-unix-2.0)
+BuildRequires:  pkgconfig(glib-2.0) >= 2.32.0
 BuildRequires:  pkgconfig(gnutls) >= 2.2.0
 BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(gtk+-x11-3.0) >= 3.0.0
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libnotify) >= 0.7.0
 BuildRequires:  pkgconfig(libsecret-1)
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(systemd)
+BuildRequires:  pkgconfig(telepathy-glib) >= 0.18.0
 BuildRequires:  pkgconfig(xtst)
 Recommends: %{name}-lang
-%glib2_gsettings_schema_requires
 
 %description
 A VNC Server for GNOME
@@ -51,36 +53,27 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 translation-update-upstream
 
 %build
-%configure\
+%configure \
 --libexecdir=%{_libexecdir}/vino \
 --enable-ipv6 \
 --with-telepathy \
---with-libnotify \
---with-network-manager \
---with-gnome-keyring \
 --with-gnutls \
 --with-gcrypt \
 --with-avahi \
 --with-zlib \
---with-jpeg
-make %{?_smp_mflags}
+   --with-jpeg \
+   %{nil}
+%make_build
 
 %install
 %make_install
-%suse_update_desktop_file vino-server
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}
 
-%post
-%glib2_gsettings_schema_post
-
-%postun
-%glib2_gsettings_schema_postun
-
 %files
 %license COPYING
 %doc AUTHORS ChangeLog NEWS README




commit vino for openSUSE:Factory

2018-03-08 Thread root
Hello community,

here is the log from the commit of package vino for openSUSE:Factory checked in 
at 2018-03-08 10:45:31

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


Package is "vino"

Thu Mar  8 10:45:31 2018 rev:98 rq:582779 version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2016-09-21 
18:41:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2018-03-08 
10:45:33.475131360 +0100
@@ -1,0 +2,5 @@
+Mon Feb 26 11:35:30 UTC 2018 - dims...@opensuse.org
+
+- Use SPDX3.0 license tags and package COPYING as %license.
+
+---



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.sbw9DP/_old  2018-03-08 10:45:34.183105870 +0100
+++ /var/tmp/diff_new_pack.sbw9DP/_new  2018-03-08 10:45:34.191105582 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vino
 #
-# Copyright (c) 2016 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
@@ -20,9 +20,9 @@
 Version:3.22.0
 Release:0
 Summary:GNOME VNC Server
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/Other
-Url:http://www.gnome.org
+URL:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/vino/3.22/%{name}-%{version}.tar.xz
 BuildRequires:  NetworkManager-devel
 BuildRequires:  fdupes
@@ -30,6 +30,7 @@
 BuildRequires:  libavahi-glib-devel
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libjpeg-devel
+BuildRequires:  pkgconfig
 BuildRequires:  telepathy-glib-devel >= 0.18.0
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
@@ -42,13 +43,13 @@
 BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(xtst)
 Recommends: %{name}-lang
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
 
 %description
 A VNC Server for GNOME
 
 %lang_package
+
 %prep
 %setup -q
 translation-update-upstream
@@ -74,9 +75,6 @@
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %post
 %glib2_gsettings_schema_post
 
@@ -84,9 +82,8 @@
 %glib2_gsettings_schema_postun
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog NEWS README
-%defattr (-, root, root)
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
 %{_datadir}/applications/vino-server.desktop
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vino.service
 %{_datadir}/glib-2.0/schemas/org.gnome.Vino.enums.xml




commit vino for openSUSE:Factory

2016-09-21 Thread h_root
Hello community,

here is the log from the commit of package vino for openSUSE:Factory checked in 
at 2016-09-21 18:41:20

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


Package is "vino"

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2016-06-03 
16:33:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2016-09-21 
18:41:23.0 +0200
@@ -1,0 +2,21 @@
+Tue Sep 20 08:23:04 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.22.0:
+  + No changes.
+
+---
+Tue Sep 13 18:42:41 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.92:
+  + build: Fix syntax error introduced in 27785a2.
+  + build: Use AM_DISTCHECK_CONFIGURE_FLAGS.
+  + server: Add a way for Vino to be started via user systemd.
+  + Allow building on non-systemd systems.
+  + Check for sm and ice in configure.
+  + Remove unused --with-network-manager option.
+  + Fix two memory leaks.
+  + Updated translations.
+- Add pkgconfig(systemd) BuildRequires, build the user systemd
+  support.
+
+---

Old:

  vino-3.20.2.tar.xz

New:

  vino-3.22.0.tar.xz



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.KnCZJh/_old  2016-09-21 18:41:24.0 +0200
+++ /var/tmp/diff_new_pack.KnCZJh/_new  2016-09-21 18:41:24.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   vino
-Version:3.20.2
+Version:3.22.0
 Release:0
 Summary:GNOME VNC Server
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/vino/3.20/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/vino/3.22/%{name}-%{version}.tar.xz
 BuildRequires:  NetworkManager-devel
 BuildRequires:  fdupes
 BuildRequires:  intltool >= 0.50.0
@@ -39,6 +39,7 @@
 BuildRequires:  pkgconfig(libnotify) >= 0.7.0
 BuildRequires:  pkgconfig(libsecret-1)
 BuildRequires:  pkgconfig(sm)
+BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(xtst)
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -94,6 +95,7 @@
 %dir %{_datadir}/telepathy/clients/
 %{_datadir}/telepathy/clients/Vino.client
 %{_libexecdir}/vino
+%{_userunitdir}/vino-server.service
 
 %files lang -f %{name}.lang
 

++ vino-3.20.2.tar.xz -> vino-3.22.0.tar.xz ++
 4101 lines of diff (skipped)




commit vino for openSUSE:Factory

2016-06-03 Thread h_root
Hello community,

here is the log from the commit of package vino for openSUSE:Factory checked in 
at 2016-06-03 16:33:02

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


Package is "vino"

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2016-05-16 
12:01:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2016-06-03 
16:33:03.0 +0200
@@ -1,0 +2,5 @@
+Thu May 26 14:25:12 CDT 2016 - feder...@suse.com
+
+- Update to GNOME 3.20.2  Fate#318572
+
+---
@@ -5,0 +11,5 @@
+
+---
+Fri Apr 15 20:48:33 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20  Fate#318572



Other differences:
--



commit vino for openSUSE:Factory

2016-05-16 Thread h_root
Hello community,

here is the log from the commit of package vino for openSUSE:Factory checked in 
at 2016-05-16 12:01:40

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


Package is "vino"

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2016-04-15 
19:02:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2016-05-16 
12:01:41.0 +0200
@@ -1,0 +2,6 @@
+Tue May 10 17:44:03 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.2:
+  + Updated translations.
+
+---

Old:

  vino-3.20.1.tar.xz

New:

  vino-3.20.2.tar.xz



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.I70dVH/_old  2016-05-16 12:01:42.0 +0200
+++ /var/tmp/diff_new_pack.I70dVH/_new  2016-05-16 12:01:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vino
-Version:3.20.1
+Version:3.20.2
 Release:0
 Summary:GNOME VNC Server
 License:GPL-2.0+

++ vino-3.20.1.tar.xz -> vino-3.20.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vino-3.20.1/ChangeLog new/vino-3.20.2/ChangeLog
--- old/vino-3.20.1/ChangeLog   2016-04-11 18:33:14.0 +0200
+++ new/vino-3.20.2/ChangeLog   2016-05-09 23:28:52.0 +0200
@@ -1,3 +1,15 @@
+2016-05-09  David King  
+
+   Update NEWS for 3.20.2 release
+
+2016-04-28  Tiago Santos  
+
+   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/vino-3.20.1/NEWS new/vino-3.20.2/NEWS
--- old/vino-3.20.1/NEWS2016-04-11 18:30:55.0 +0200
+++ new/vino-3.20.2/NEWS2016-05-09 23:27:51.0 +0200
@@ -1,3 +1,12 @@
+Vino 3.20.2
+===
+
+Fabio Tomat (1):
+  Updated Friulian translation
+
+Tiago Santos (1):
+  Updated Portuguese translation
+
 Vino 3.20.1
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vino-3.20.1/configure new/vino-3.20.2/configure
--- old/vino-3.20.1/configure   2016-04-11 18:31:27.0 +0200
+++ new/vino-3.20.2/configure   2016-05-09 23:28:30.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Vino 3.20.1.
+# Generated by GNU Autoconf 2.69 for Vino 3.20.2.
 #
 # Report bugs to .
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='Vino'
 PACKAGE_TARNAME='vino'
-PACKAGE_VERSION='3.20.1'
-PACKAGE_STRING='Vino 3.20.1'
+PACKAGE_VERSION='3.20.2'
+PACKAGE_STRING='Vino 3.20.2'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=vino'
 PACKAGE_URL='https://wiki.gnome.org/Projects/Vino'
 
@@ -1409,7 +1409,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 Vino 3.20.1 to adapt to many kinds of systems.
+\`configure' configures Vino 3.20.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1483,7 +1483,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of Vino 3.20.1:";;
+ short | recursive ) echo "Configuration of Vino 3.20.2:";;
esac
   cat <<\_ACEOF
 
@@ -1629,7 +1629,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Vino configure 3.20.1
+Vino configure 3.20.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1998,7 +1998,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Vino $as_me 3.20.1, which was
+It was created by Vino $as_me 3.20.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2866,7 +2866,7 @@
 
 # Define the identity of the package.
  PACKAGE='vino'
- VERSION='3.20.1'
+ VERSION='3.20.2'
 
 
 # Some tools Automake needs.
@@ -16003,7 +16003,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Vino $as_me 3.20.1, which was
+This file was extended by Vino $as_me 3.20.2, which was
 generated by GNU Autoconf 2.69.  

commit vino for openSUSE:Factory

2016-04-15 Thread h_root
Hello community,

here is the log from the commit of package vino for openSUSE:Factory checked in 
at 2016-04-15 19:02:55

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


Package is "vino"

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2016-03-29 
14:44:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2016-04-15 
19:02:57.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 12 12:35:03 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.1:
+  + Updated translations.
+
+---

Old:

  vino-3.20.0.tar.xz

New:

  vino-3.20.1.tar.xz



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.HHSLDK/_old  2016-04-15 19:02:58.0 +0200
+++ /var/tmp/diff_new_pack.HHSLDK/_new  2016-04-15 19:02:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vino
-Version:3.20.0
+Version:3.20.1
 Release:0
 Summary:GNOME VNC Server
 License:GPL-2.0+

++ vino-3.20.0.tar.xz -> vino-3.20.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vino-3.20.0/ChangeLog new/vino-3.20.1/ChangeLog
--- old/vino-3.20.0/ChangeLog   2016-03-22 07:15:30.0 +0100
+++ new/vino-3.20.1/ChangeLog   2016-04-11 18:33:14.0 +0200
@@ -1,3 +1,19 @@
+2016-04-11  David King  
+
+   Update NEWS for 3.20.1 release
+
+2016-04-07  Fabio Tomat  
+
+   Updated Friulian translation
+
+2016-04-07  Piotr Drąg  
+
+   Updated Polish translation
+
+2016-04-05  Fabio Tomat  
+
+   Updated Friulian translation
+
 2016-03-22  David King  
 
Update NEWS for 3.20.0 release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vino-3.20.0/NEWS new/vino-3.20.1/NEWS
--- old/vino-3.20.0/NEWS2016-03-22 07:13:21.0 +0100
+++ new/vino-3.20.1/NEWS2016-04-11 18:30:55.0 +0200
@@ -1,3 +1,13 @@
+Vino 3.20.1
+===
+
+Fabio Tomat (2):
+  Updated Friulian translation
+  Updated Friulian translation
+
+Piotr Drąg (1):
+  Updated Polish translation
+
 Vino 3.20.0
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vino-3.20.0/configure new/vino-3.20.1/configure
--- old/vino-3.20.0/configure   2016-03-22 07:13:54.0 +0100
+++ new/vino-3.20.1/configure   2016-04-11 18:31:27.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Vino 3.20.0.
+# Generated by GNU Autoconf 2.69 for Vino 3.20.1.
 #
 # Report bugs to .
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='Vino'
 PACKAGE_TARNAME='vino'
-PACKAGE_VERSION='3.20.0'
-PACKAGE_STRING='Vino 3.20.0'
+PACKAGE_VERSION='3.20.1'
+PACKAGE_STRING='Vino 3.20.1'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=vino'
 PACKAGE_URL='https://wiki.gnome.org/Projects/Vino'
 
@@ -1409,7 +1409,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 Vino 3.20.0 to adapt to many kinds of systems.
+\`configure' configures Vino 3.20.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1483,7 +1483,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of Vino 3.20.0:";;
+ short | recursive ) echo "Configuration of Vino 3.20.1:";;
esac
   cat <<\_ACEOF
 
@@ -1629,7 +1629,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Vino configure 3.20.0
+Vino configure 3.20.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1998,7 +1998,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Vino $as_me 3.20.0, which was
+It was created by Vino $as_me 3.20.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2866,7 +2866,7 @@
 
 # Define the identity of the package.
  PACKAGE='vino'
- VERSION='3.20.0'
+ VERSION='3.20.1'
 
 
 # Some tools Automake needs.
@@ -16003,7 +16003,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Vino $as_me 

commit vino for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

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

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


Package is "vino"

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2015-11-22 
10:59:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2016-03-29 
14:44:05.0 +0200
@@ -1,0 +2,6 @@
+Tue Mar 22 10:40:27 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.20.0:
+  + Updated translations.
+
+---

Old:

  vino-3.18.1.tar.xz

New:

  vino-3.20.0.tar.xz



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.rtSlwv/_old  2016-03-29 14:44:06.0 +0200
+++ /var/tmp/diff_new_pack.rtSlwv/_new  2016-03-29 14:44:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vino
 #
-# 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
@@ -17,13 +17,13 @@
 
 
 Name:   vino
-Version:3.18.1
+Version:3.20.0
 Release:0
 Summary:GNOME VNC Server
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/vino/3.18/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/vino/3.20/%{name}-%{version}.tar.xz
 BuildRequires:  NetworkManager-devel
 BuildRequires:  fdupes
 BuildRequires:  intltool >= 0.50.0

++ vino-3.18.1.tar.xz -> vino-3.20.0.tar.xz ++
 1773 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/vino-3.18.1/ChangeLog new/vino-3.20.0/ChangeLog
--- old/vino-3.18.1/ChangeLog   2015-11-12 09:55:01.0 +0100
+++ new/vino-3.20.0/ChangeLog   2016-03-22 07:15:30.0 +0100
@@ -1,3 +1,27 @@
+2016-03-22  David King  
+
+   Update NEWS for 3.20.0 release
+
+2016-03-20  Ask Hjorth Larsen  
+
+   Updated Danish translation
+
+2016-03-04  Cédric Valmary  
+
+   Updated Occitan translation
+
+2015-12-03  Sveinn í Felli  
+
+   Updated Icelandic translation
+
+2015-12-03  Sveinn í Felli  
+
+   Updated Icelandic translation
+
+2015-12-03  Sveinn í Felli  
+
+   Updated Icelandic translation
+
 2015-11-12  David King  
 
Update NEWS for 3.18.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/vino-3.18.1/NEWS new/vino-3.20.0/NEWS
--- old/vino-3.18.1/NEWS2015-11-12 09:53:31.0 +0100
+++ new/vino-3.20.0/NEWS2016-03-22 07:13:21.0 +0100
@@ -1,3 +1,17 @@
+Vino 3.20.0
+===
+
+Ask Hjorth Larsen (1):
+  Updated Danish translation
+
+Cédric Valmary (1):
+  Updated Occitan translation
+
+Sveinn í Felli (3):
+  Updated Icelandic translation
+  Updated Icelandic translation
+  Updated Icelandic translation
+
 Vino 3.18.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/vino-3.18.1/configure.ac new/vino-3.20.0/configure.ac
--- old/vino-3.18.1/configure.ac2015-11-12 09:52:42.0 +0100
+++ new/vino-3.20.0/configure.ac2016-03-22 07:12:36.0 +0100
@@ -1,5 +1,5 @@
 AC_PREREQ([2.64])
-AC_INIT([Vino], [3.18.1], 
[https://bugzilla.gnome.org/enter_bug.cgi?product=vino], [vino], 
[https://wiki.gnome.org/Projects/Vino])
+AC_INIT([Vino], [3.20.0], 
[https://bugzilla.gnome.org/enter_bug.cgi?product=vino], [vino], 
[https://wiki.gnome.org/Projects/Vino])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_SRCDIR([server/vino-fb.c])
 AC_CONFIG_HEADERS([config.h])

commit vino for openSUSE:Factory

2015-11-22 Thread h_root
Hello community,

here is the log from the commit of package vino for openSUSE:Factory checked in 
at 2015-11-22 10:59:01

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


Package is "vino"

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2015-10-06 
16:27:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2015-11-22 
10:59:02.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 12 09:35:28 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.1:
+  + Avoid a crash when showing the preferences.
+
+---

Old:

  vino-3.18.0.tar.xz

New:

  vino-3.18.1.tar.xz



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.sDZU4L/_old  2015-11-22 10:59:03.0 +0100
+++ /var/tmp/diff_new_pack.sDZU4L/_new  2015-11-22 10:59:03.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   vino
-Version:3.18.0
+Version:3.18.1
 Release:0
 Summary:GNOME VNC Server
 License:GPL-2.0+

++ vino-3.18.0.tar.xz -> vino-3.18.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vino-3.18.0/ChangeLog new/vino-3.18.1/ChangeLog
--- old/vino-3.18.0/ChangeLog   2015-09-21 23:42:27.0 +0200
+++ new/vino-3.18.1/ChangeLog   2015-11-12 09:55:01.0 +0100
@@ -1,3 +1,16 @@
+2015-11-12  David King  
+
+   Update NEWS for 3.18.1 release
+
+2015-10-19  David King  
+
+   Avoid a crash when showing the preferences
+
+   Show an error message when the preferences desktop file is not found,
+   such as if gnome-control-center is not installed.
+
+   https://bugzilla.gnome.org/show_bug.cgi?id=756654
+
 2015-09-21  David King  
 
Update NEWS for 3.18.0 release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vino-3.18.0/NEWS new/vino-3.18.1/NEWS
--- old/vino-3.18.0/NEWS2015-09-21 23:40:26.0 +0200
+++ new/vino-3.18.1/NEWS2015-11-12 09:53:31.0 +0100
@@ -1,3 +1,9 @@
+Vino 3.18.1
+===
+
+David King (1):
+  Avoid a crash when showing the preferences
+
 Vino 3.18.0
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vino-3.18.0/configure new/vino-3.18.1/configure
--- old/vino-3.18.0/configure   2015-09-21 23:41:07.0 +0200
+++ new/vino-3.18.1/configure   2015-11-12 09:54:11.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Vino 3.18.0.
+# Generated by GNU Autoconf 2.69 for Vino 3.18.1.
 #
 # Report bugs to .
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='Vino'
 PACKAGE_TARNAME='vino'
-PACKAGE_VERSION='3.18.0'
-PACKAGE_STRING='Vino 3.18.0'
+PACKAGE_VERSION='3.18.1'
+PACKAGE_STRING='Vino 3.18.1'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=vino'
 PACKAGE_URL='https://wiki.gnome.org/Projects/Vino'
 
@@ -1409,7 +1409,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 Vino 3.18.0 to adapt to many kinds of systems.
+\`configure' configures Vino 3.18.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1483,7 +1483,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of Vino 3.18.0:";;
+ short | recursive ) echo "Configuration of Vino 3.18.1:";;
esac
   cat <<\_ACEOF
 
@@ -1629,7 +1629,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Vino configure 3.18.0
+Vino configure 3.18.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1998,7 +1998,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Vino $as_me 3.18.0, which was
+It was created by Vino $as_me 3.18.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2866,7 +2866,7 @@
 
 # Define the identity of the package.
  PACKAGE='vino'
- VERSION='3.18.0'
+ VERSION='3.18.1'
 
 
 # Some tools Automake needs.
@@ -16003,7 +16003,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Vino $as_me 3.18.0, which was

commit vino for openSUSE:Factory

2015-10-06 Thread h_root
Hello community,

here is the log from the commit of package vino for openSUSE:Factory checked in 
at 2015-10-06 16:27:46

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


Package is "vino"

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2015-03-30 
19:23:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2015-10-06 
16:27:47.0 +0200
@@ -1,0 +2,13 @@
+Tue Sep 22 06:20:16 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.18.0:
+  + Updated translations.
+
+---
+Wed Sep  2 07:51:20 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.91:
+  + Improve handling of name resolution failure.
+  + Updated translations.
+
+---

Old:

  vino-3.16.0.tar.xz

New:

  vino-3.18.0.tar.xz



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.R8mh63/_old  2015-10-06 16:27:48.0 +0200
+++ /var/tmp/diff_new_pack.R8mh63/_new  2015-10-06 16:27:48.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   vino
-Version:3.16.0
+Version:3.18.0
 Release:0
 Summary:GNOME VNC Server
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/vino/3.16/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/vino/3.18/%{name}-%{version}.tar.xz
 BuildRequires:  NetworkManager-devel
 BuildRequires:  fdupes
 BuildRequires:  intltool >= 0.50.0

++ vino-3.16.0.tar.xz -> vino-3.18.0.tar.xz ++
 4619 lines of diff (skipped)




commit vino for openSUSE:Factory

2015-03-30 Thread h_root
Hello community,

here is the log from the commit of package vino for openSUSE:Factory checked in 
at 2015-03-30 19:23:15

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


Package is vino

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2015-02-25 
02:16:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2015-03-30 
19:23:16.0 +0200
@@ -1,0 +2,36 @@
+Mon Mar 23 20:42:43 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.16.0:
+  + Stable release, no changes since 3.15.92.
+
+---
+Tue Mar 17 08:41:42 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.92:
+  + Updated translations.
+
+---
+Tue Mar  3 12:21:32 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.91:
+  + Avoid a critical EggSMClient warning on startup.
+  + Handle closed signal properly on notification prompt.
+
+---
+Fri Feb 20 19:31:44 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.90:
+  + vino-upnp: Use GNetworkMonitor.
+
+---
+Fri Feb 20 19:31:43 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.15.4:
+  + Remove obsolete GSettings conversion file.
+  + Fix Turkish desktop keywords translation.
+  + Remove obsolete intltool scripts from Makefile.
+  + Skip intermediate file with Automake 1.15.
+  + Do not set obsolete PKG_NAME variable.
+  + Updated translations.
+
+---

Old:

  vino-3.14.2.tar.xz

New:

  vino-3.16.0.tar.xz



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.qCkXCg/_old  2015-03-30 19:23:16.0 +0200
+++ /var/tmp/diff_new_pack.qCkXCg/_new  2015-03-30 19:23:16.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   vino
-Version:3.14.2
+Version:3.16.0
 Release:0
 Summary:GNOME VNC Server
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/vino/3.14/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/vino/3.16/%{name}-%{version}.tar.xz
 BuildRequires:  NetworkManager-devel
 BuildRequires:  fdupes
 BuildRequires:  intltool = 0.50.0
@@ -88,7 +88,6 @@
 %defattr (-, root, root)
 %{_datadir}/applications/vino-server.desktop
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vino.service
-%{_datadir}/GConf/gsettings/org.gnome.Vino.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.Vino.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.Vino.gschema.xml
 %dir %{_datadir}/telepathy/

++ vino-3.14.2.tar.xz - vino-3.16.0.tar.xz ++
 24812 lines of diff (skipped)




commit vino for openSUSE:Factory

2015-02-24 Thread h_root
Hello community,

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

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


Package is vino

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2014-11-18 
22:44:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2015-02-25 
02:16:16.0 +0100
@@ -1,0 +2,9 @@
+Fri Feb 20 19:31:42 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.14.2:
+  + Skip intermediate file with Automake 1.15.
+  + Fix Turkish desktop keywords translation.
+  + Handle closed signal properly on notification prompt.
+  + Updated translations.
+
+---

Old:

  vino-3.14.1.tar.xz

New:

  vino-3.14.2.tar.xz



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.bhR8UI/_old  2015-02-25 02:16:17.0 +0100
+++ /var/tmp/diff_new_pack.bhR8UI/_new  2015-02-25 02:16:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vino
 #
-# 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,7 +17,7 @@
 
 
 Name:   vino
-Version:3.14.1
+Version:3.14.2
 Release:0
 Summary:GNOME VNC Server
 License:GPL-2.0+

++ vino-3.14.1.tar.xz - vino-3.14.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vino-3.14.1/ChangeLog new/vino-3.14.2/ChangeLog
--- old/vino-3.14.1/ChangeLog   2014-11-10 22:47:04.0 +0100
+++ new/vino-3.14.2/ChangeLog   2015-02-18 12:11:38.0 +0100
@@ -1,3 +1,35 @@
+2015-02-18  David King  amigad...@amigadave.com
+
+   Update NEWS for 3.14.2
+
+2015-02-18  David King  amigad...@amigadave.com
+
+   Fix Turkish desktop keywords translation
+
+2015-02-18  David King  amigad...@amigadave.com
+
+   Skip intermediate file with Automake 1.15
+
+2015-02-18  Ondrej Holy  oh...@redhat.com
+
+   Handle closed signal properly on notification prompt
+
+   When the notification is closed (e.g. by close button), closed signal
+   is emitted. This signal isn't handled currently and therefore
+   vino-server is still waiting for response and block new notification
+   from client (also doesn't close the connection). Handle close signal
+   properly to fix this bug.
+
+   https://bugzilla.gnome.org/show_bug.cgi?id=744692
+
+2015-01-20  Necdet Yücel  necdetyu...@gmail.com
+
+   Updated Turkish translation
+
+2015-01-09  David King  amigad...@amigadave.com
+
+   Fix Turkish desktop keywords translation
+
 2014-11-10  David King  amigad...@amigadave.com
 
Update NEWS for 3.14.1 release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vino-3.14.1/Makefile.in new/vino-3.14.2/Makefile.in
--- old/vino-3.14.1/Makefile.in 2014-11-10 22:46:40.0 +0100
+++ new/vino-3.14.2/Makefile.in 2015-02-18 12:10:57.0 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
+# Makefile.in generated by automake 1.15 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+# Copyright (C) 1994-2014 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -18,7 +18,17 @@
 
 
 VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)'  test -n '$(MAKELEVEL)'
+am__is_gnu_make = { \
+  if test -z '$(MAKELEVEL)'; then \
+false; \
+  elif test -n '$(MAKE_HOST)'; then \
+true; \
+  elif test -n '$(MAKE_VERSION)'  test -n '$(CURDIR)'; then \
+true; \
+  else \
+false; \
+  fi; \
+}
 am__make_running_with_option = \
   case $${target_option-} in \
   ?) ;; \
@@ -83,21 +93,6 @@
 host_triplet = @host@
 libexec_PROGRAMS = vino-server$(EXEEXT)
 subdir = .
-DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
-   $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
-   $(top_srcdir)/configure $(am__configure_deps) \
-   $(srcdir)/config.h.in $(dist_noinst_SCRIPTS) \
-   $(top_srcdir)/build-aux/depcomp \
-   $(am__dist_clientfile_DATA_DIST) $(dist_convert_DATA) \
-   $(dist_noinst_DATA) COPYING build-aux/compile \
-   build-aux/config.guess build-aux/config.sub build-aux/depcomp \
-   build-aux/install-sh build-aux/missing build-aux/ltmain.sh \
-   

commit vino for openSUSE:Factory

2014-11-18 Thread h_root
Hello community,

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

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


Package is vino

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2014-09-30 
19:37:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2014-11-18 
22:44:43.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 13 19:22:43 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.1:
+  + Updated translations. 
+
+---

Old:

  vino-3.14.0.tar.xz

New:

  vino-3.14.1.tar.xz



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.p0LoC1/_old  2014-11-18 22:44:44.0 +0100
+++ /var/tmp/diff_new_pack.p0LoC1/_new  2014-11-18 22:44:44.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   vino
-Version:3.14.0
+Version:3.14.1
 Release:0
 Summary:GNOME VNC Server
 License:GPL-2.0+

++ vino-3.14.0.tar.xz - vino-3.14.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vino-3.14.0/ChangeLog new/vino-3.14.1/ChangeLog
--- old/vino-3.14.0/ChangeLog   2014-09-23 01:35:30.0 +0200
+++ new/vino-3.14.1/ChangeLog   2014-11-10 22:47:04.0 +0100
@@ -1,3 +1,15 @@
+2014-11-10  David King  amigad...@amigadave.com
+
+   Update NEWS for 3.14.1 release
+
+2014-11-10  Emin Tufan  etce...@gmail.com
+
+   Updated Turkish translation
+
+2014-11-03  Timo Jyrinki  t...@debian.org
+
+   Change Finnish translation team web page to l10n.gnome.org
+
 2014-09-23  David King  amigad...@amigadave.com
 
Update NEWS for 3.14.0 release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vino-3.14.0/NEWS new/vino-3.14.1/NEWS
--- old/vino-3.14.0/NEWS2014-09-23 01:33:11.0 +0200
+++ new/vino-3.14.1/NEWS2014-11-10 22:46:12.0 +0100
@@ -1,3 +1,12 @@
+Vino 3.14.1
+===
+
+Emin Tufan (1):
+  Updated Turkish translation
+
+Timo Jyrinki (1):
+  Change Finnish translation team web page to l10n.gnome.org
+
 Vino 3.14.0
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vino-3.14.0/aclocal.m4 new/vino-3.14.1/aclocal.m4
--- old/vino-3.14.0/aclocal.m4  2014-09-23 01:34:08.0 +0200
+++ new/vino-3.14.1/aclocal.m4  2014-11-10 22:46:38.0 +0100
@@ -510,26 +510,6 @@
 # serial 3
 # 
 
-dnl GNOME_COMMON_INIT
-
-AU_DEFUN([GNOME_COMMON_INIT],
-[
-  dnl this macro should come after AC_CONFIG_MACRO_DIR
-  AC_BEFORE([AC_CONFIG_MACRO_DIR], [$0])
-
-  dnl ensure that when the Automake generated makefile calls aclocal,
-  dnl it honours the $ACLOCAL_FLAGS environment variable
-  ACLOCAL_AMFLAGS=\${ACLOCAL_FLAGS}
-  if test -n $ac_macro_dir; then
-ACLOCAL_AMFLAGS=-I $ac_macro_dir $ACLOCAL_AMFLAGS
-  fi
-
-  AC_SUBST([ACLOCAL_AMFLAGS])
-],
-[[$0: This macro is deprecated. You should set put ACLOCAL_AMFLAGS = -I m4 
${ACLOCAL_FLAGS}
-in your top-level Makefile.am, instead, where m4 is the macro directory set
-with AC_CONFIG_MACRO_DIR() in your configure.ac]])
-
 AU_DEFUN([GNOME_DEBUG_CHECK],
 [
AX_CHECK_ENABLE_DEBUG([no],[GNOME_ENABLE_DEBUG])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vino-3.14.0/configure new/vino-3.14.1/configure
--- old/vino-3.14.0/configure   2014-09-23 01:34:09.0 +0200
+++ new/vino-3.14.1/configure   2014-11-10 22:46:39.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Vino 3.14.0.
+# Generated by GNU Autoconf 2.69 for Vino 3.14.1.
 #
 # Report bugs to https://bugzilla.gnome.org/enter_bug.cgi?product=vino.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='Vino'
 PACKAGE_TARNAME='vino'
-PACKAGE_VERSION='3.14.0'
-PACKAGE_STRING='Vino 3.14.0'
+PACKAGE_VERSION='3.14.1'
+PACKAGE_STRING='Vino 3.14.1'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=vino'
 PACKAGE_URL='https://wiki.gnome.org/Projects/Vino'
 
@@ -1408,7 +1408,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 Vino 3.14.0 to adapt to many kinds of systems.
+\`configure' configures Vino 3.14.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1482,7 +1482,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of 

commit vino for openSUSE:Factory

2014-09-30 Thread h_root
Hello community,

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

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


Package is vino

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2014-05-05 
21:17:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2014-09-30 
19:37:32.0 +0200
@@ -1,0 +2,22 @@
+Tue Sep 23 09:48:14 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.14.0:
+  + Updated translations.
+
+---
+Mon Aug 18 11:31:59 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.13.90:
+  + Remove all HTTP server code.
+  + Updated translations.
+- no longer pass --enable-http-server=yes to configure: no longer
+  available.
+
+---
+Sat Jul 12 18:04:37 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.13.3:
+  + Get started by the g-s-d sharing plugin.
+  + Updated translations.
+
+---

Old:

  vino-3.12.0.tar.xz

New:

  vino-3.14.0.tar.xz



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.ITeiVa/_old  2014-09-30 19:37:33.0 +0200
+++ /var/tmp/diff_new_pack.ITeiVa/_new  2014-09-30 19:37:33.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   vino
-Version:3.12.0
+Version:3.14.0
 Release:0
 Summary:GNOME VNC Server
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/vino/3.12/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/vino/3.14/%{name}-%{version}.tar.xz
 BuildRequires:  NetworkManager-devel
 BuildRequires:  fdupes
 BuildRequires:  intltool = 0.50.0
@@ -64,8 +64,7 @@
 --with-gcrypt \
 --with-avahi \
 --with-zlib \
---with-jpeg \
---enable-http-server=yes
+--with-jpeg
 make %{?_smp_mflags}
 
 %install
@@ -87,6 +86,7 @@
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README
 %defattr (-, root, root)
+%{_datadir}/applications/vino-server.desktop
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vino.service
 %{_datadir}/GConf/gsettings/org.gnome.Vino.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.Vino.enums.xml
@@ -94,7 +94,6 @@
 %dir %{_datadir}/telepathy/
 %dir %{_datadir}/telepathy/clients/
 %{_datadir}/telepathy/clients/Vino.client
-%{_sysconfdir}/xdg/autostart/vino-server.desktop
 %{_libexecdir}/vino
 
 %files lang -f %{name}.lang

++ vino-3.12.0.tar.xz - vino-3.14.0.tar.xz ++
 10713 lines of diff (skipped)

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



commit vino for openSUSE:Factory

2013-07-16 Thread h_root
Hello community,

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

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


Package is vino

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2013-06-28 
20:00:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2013-07-16 
16:25:50.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul  8 22:57:53 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + Move tube declaration to the right place.
+
+---

Old:

  vino-3.9.2.tar.xz

New:

  vino-3.9.3.tar.xz



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.j2ToZ6/_old  2013-07-16 16:25:51.0 +0200
+++ /var/tmp/diff_new_pack.j2ToZ6/_new  2013-07-16 16:25:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vino
-Version:3.9.2
+Version:3.9.3
 Release:0
 Summary:GNOME VNC Server
 License:GPL-2.0+

++ vino-3.9.2.tar.xz - vino-3.9.3.tar.xz ++
 5279 lines of diff (skipped)

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



commit vino for openSUSE:Factory

2013-06-28 Thread h_root
Hello community,

here is the log from the commit of package vino for openSUSE:Factory checked in 
at 2013-06-28 20:00:11

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


Package is vino

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2013-04-26 
15:53:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2013-06-28 
20:00:13.0 +0200
@@ -1,0 +2,8 @@
+Tue May 28 11:26:08 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.2:
+  + Be more careful with memory allocation.
+  + Remove preferences dialog (bgo#700070).
+  + Updated translations.
+
+---

Old:

  vino-3.8.1.tar.xz

New:

  vino-3.9.2.tar.xz



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.K6GTH0/_old  2013-06-28 20:00:14.0 +0200
+++ /var/tmp/diff_new_pack.K6GTH0/_new  2013-06-28 20:00:14.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   vino
-Version:3.8.1
+Version:3.9.2
 Release:0
 Summary:GNOME VNC Server
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/vino/3.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/vino/3.9/%{name}-%{version}.tar.xz
 BuildRequires:  NetworkManager-devel
 BuildRequires:  fdupes
 BuildRequires:  intltool = 0.50.0
@@ -75,9 +75,6 @@
 %if 0%{?suse_version} = 1120
 %{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
 %endif
-# X-GNOME-NetworkSettings is okay upstream, but it makes the item appear 
misplaced with our menu structure
-grep -q X-GNOME-NetworkSettings 
%{buildroot}%{_datadir}/applications/vino-preferences.desktop
-%suse_update_desktop_file -r vino-preferences GNOME GTK Settings 
X-GNOME-PersonalSettings X-SuSE-ControlCenter-Personal RemoteAccess Network
 %suse_update_desktop_file vino-server
 %find_lang %{name} %{?no_lang_C}
 %fdupes $RPM_BUILD_ROOT
@@ -86,11 +83,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-%desktop_database_post
 %glib2_gsettings_schema_post
 
 %postun
-%desktop_database_postun
 %glib2_gsettings_schema_postun
 
 %files
@@ -98,8 +93,6 @@
 %doc AUTHORS COPYING ChangeLog NEWS README
 %defattr (-, root, root)
 %{_bindir}/vino-passwd
-%{_bindir}/vino-preferences
-%{_datadir}/applications/*.desktop
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vino.service
 %{_datadir}/GConf/gsettings/org.gnome.Vino.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.Vino.enums.xml
@@ -107,7 +100,6 @@
 %dir %{_datadir}/telepathy/
 %dir %{_datadir}/telepathy/clients/
 %{_datadir}/telepathy/clients/Vino.client
-%{_datadir}/vino/
 %{_sysconfdir}/xdg/autostart/vino-server.desktop
 %{_libexecdir}/vino
 

++ vino-3.8.1.tar.xz - vino-3.9.2.tar.xz ++
 3483 lines of diff (skipped)

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



commit vino for openSUSE:Factory

2013-04-26 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2013-04-02 
20:45:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2013-04-26 
15:53:53.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr 15 20:33:22 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.1:
+  + Fixed syntax in translation of Keywords string.
+  + Back out authentication-method setting change.
+  + Updated translations.
+
+---

Old:

  vino-3.8.0.tar.xz

New:

  vino-3.8.1.tar.xz



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.rUpKLv/_old  2013-04-26 15:53:55.0 +0200
+++ /var/tmp/diff_new_pack.rUpKLv/_new  2013-04-26 15:53:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vino
-Version:3.8.0
+Version:3.8.1
 Release:0
 Summary:GNOME VNC Server
 License:GPL-2.0+

++ vino-3.8.0.tar.xz - vino-3.8.1.tar.xz ++
 3358 lines of diff (skipped)

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



commit vino for openSUSE:Factory

2013-04-02 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2012-11-25 
14:34:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2013-04-02 
20:45:29.0 +0200
@@ -1,0 +2,50 @@
+Mon Mar 25 22:09:29 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.0:
+  + Updated translations.
+
+---
+Tue Mar 19 08:21:38 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.92:
+  + Remove choices from authentication-methods setting.
+  + Bugs fixed: bgo#668187.
+  + Updated translations.
+
+---
+Mon Mar  4 23:22:19 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.7.91:
+  + Updated translations.
+
+---
+Mon Feb 18 22:11:22 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.90:
+  + Export whether the server is connected to through D-Bus.
+  + server: Make libnotify a hard dependency.
+  + Use notifications to prompt.
+  + Don't show vino-preferences in GNOME.
+  + Bring up the sharing panel when available.
+  + Change schema path to standard format.
+  + Updated translations.
+- Add pkgconfig(libnotify) BuildRequires: new hard dependency.
+
+---
+Tue Jan 15 13:52:31 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.4:
+  + Added keywords to .desktop file (bgo#691062).
+  + Add desktop-entry notification hint (bgo#691045).
+  + Updated translations.
+
+---
+Mon Jan  7 19:50:49 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.3:
+  + Consistently use SECRET_DEPS, not LIBSECRET_DEPS.
+  + Update GSettings schema descriptions and summaries.
+  + Do not leak clipboard to unauthenticated clients.
+  + Updated translations.
+
+---

Old:

  vino-3.6.2.tar.xz

New:

  vino-3.8.0.tar.xz



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.E4hvG4/_old  2013-04-02 20:45:31.0 +0200
+++ /var/tmp/diff_new_pack.E4hvG4/_new  2013-04-02 20:45:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vino
 #
-# 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
@@ -17,13 +17,13 @@
 
 
 Name:   vino
-Version:3.6.2
+Version:3.8.0
 Release:0
 Summary:GNOME VNC Server
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/vino/3.6/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/vino/3.8/%{name}-%{version}.tar.xz
 BuildRequires:  NetworkManager-devel
 BuildRequires:  fdupes
 BuildRequires:  intltool = 0.50.0
@@ -38,6 +38,7 @@
 BuildRequires:  pkgconfig(gnutls) = 2.2.0
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(ice)
+BuildRequires:  pkgconfig(libnotify) = 0.7.0
 BuildRequires:  pkgconfig(libsecret-1)
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(xtst)

++ vino-3.6.2.tar.xz - vino-3.8.0.tar.xz ++
 35133 lines of diff (skipped)

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



commit vino for openSUSE:Factory

2012-11-25 Thread h_root
Hello community,

here is the log from the commit of package vino for openSUSE:Factory checked in 
at 2012-11-25 14:34:02

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


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

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2012-10-19 
13:42:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2012-11-25 
14:34:05.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 13 07:49:06 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + Fixups for -Wmissing-prototypes with miniupnp.
+  + Set quality level if JPEG support is enabled.
+  + Updated translations.
+
+---

Old:

  vino-3.6.1.tar.xz

New:

  vino-3.6.2.tar.xz



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.8h1OeW/_old  2012-11-25 14:34:06.0 +0100
+++ /var/tmp/diff_new_pack.8h1OeW/_new  2012-11-25 14:34:06.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   vino
-Version:3.6.1
+Version:3.6.2
 Release:0
 Summary:GNOME VNC Server
 License:GPL-2.0+

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



commit vino for openSUSE:Factory

2012-10-19 Thread h_root
Hello community,

here is the log from the commit of package vino for openSUSE:Factory checked in 
at 2012-10-19 13:42:18

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


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

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2012-10-03 
15:11:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2012-10-19 
13:42:21.0 +0200
@@ -1,0 +2,7 @@
+Tue Oct 16 21:11:53 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.1:
+  + Build fixes.
+  + Updated translations.
+
+---

Old:

  vino-3.6.0.tar.xz

New:

  vino-3.6.1.tar.xz



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.qtXQAG/_old  2012-10-19 13:42:22.0 +0200
+++ /var/tmp/diff_new_pack.qtXQAG/_new  2012-10-19 13:42:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vino
-Version:3.6.0
+Version:3.6.1
 Release:0
 Summary:GNOME VNC Server
 License:GPL-2.0+

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



commit vino for openSUSE:Factory

2012-10-03 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2012-06-10 
21:52:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2012-10-03 
15:11:33.0 +0200
@@ -1,0 +2,39 @@
+Mon Sep 24 21:15:18 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.0:
+  + Updated translations.
+
+---
+Mon Sep 17 22:07:18 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.5.92:
+  + Updated translations.
+
+---
+Tue Aug 21 09:59:39 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.90:
+  + Migrate from libgnome-keyring to libsecret
+  + Updated translations.
+- Replace libgnome-keyring-devel BuildRequires with
+  pkgconfig(libsecret-1), following upstreams port to libsecret.
+
+---
+Thu Jun  7 12:01:32 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.2:
+  + Depend on intltool 0.50 for GSettings translations
+  + Use XFixes to provide RFB cursor image
+  + Fix the cursor bounds computation
+  + Fix iteration of the cursor-source[] array
+  + Updated translations.
+
+---
+Thu May 24 17:52:59 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.1:
+  + Add --tube arg to launch vino in tube only mode.
+  + Bugs fixed: bgo#651960, bgo#674707.
+  + Updated translations.
+
+---

Old:

  vino-3.4.2.tar.xz

New:

  vino-3.6.0.tar.xz



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.MeMRqK/_old  2012-10-03 15:11:34.0 +0200
+++ /var/tmp/diff_new_pack.MeMRqK/_new  2012-10-03 15:11:34.0 +0200
@@ -17,28 +17,28 @@
 
 
 Name:   vino
-Version:3.4.2
+Version:3.6.0
 Release:0
 Summary:GNOME VNC Server
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/vino/3.4/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/vino/3.6/%{name}-%{version}.tar.xz
 BuildRequires:  NetworkManager-devel
 BuildRequires:  fdupes
-BuildRequires:  intltool
+BuildRequires:  intltool = 0.50.0
 BuildRequires:  libavahi-glib-devel
 BuildRequires:  libgcrypt-devel
-BuildRequires:  libgnome-keyring-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libnotify-devel
 BuildRequires:  libsoup-devel
-BuildRequires:  telepathy-glib-devel
+BuildRequires:  telepathy-glib-devel = 0.18.0
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gnutls) = 2.2.0
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(ice)
+BuildRequires:  pkgconfig(libsecret-1)
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(xtst)
 Recommends: %{name}-lang

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



commit vino for openSUSE:Factory

2012-06-10 Thread h_root
Hello community,

here is the log from the commit of package vino for openSUSE:Factory checked in 
at 2012-06-10 20:20:12

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


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

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2012-05-22 
08:20:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2012-06-10 
21:52:37.0 +0200
@@ -1,0 +2,7 @@
+Mon May 21 11:43:53 UTC 2012 - badshah...@gmail.com
+
+- Use pkgconfig(gnutls) BuildRequires instead of gnutls-devel. This
+  is more correct and helps avoid the issue with gnutls-devel
+  having been removed from Factory.
+
+---



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.FK5ytR/_old  2012-06-10 21:52:38.0 +0200
+++ /var/tmp/diff_new_pack.FK5ytR/_new  2012-06-10 21:52:38.0 +0200
@@ -26,7 +26,6 @@
 Source: 
http://download.gnome.org/sources/vino/3.4/%{name}-%{version}.tar.xz
 BuildRequires:  NetworkManager-devel
 BuildRequires:  fdupes
-BuildRequires:  gnutls-devel
 BuildRequires:  intltool
 BuildRequires:  libavahi-glib-devel
 BuildRequires:  libgcrypt-devel
@@ -37,6 +36,7 @@
 BuildRequires:  telepathy-glib-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(gnutls) = 2.2.0
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(sm)


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



commit vino for openSUSE:Factory

2012-05-22 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2012-04-20 
15:21:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2012-05-22 
08:20:01.0 +0200
@@ -1,0 +2,6 @@
+Mon May 14 20:52:38 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.2:
+  + Updated translations.
+
+---

Old:

  vino-3.4.1.tar.xz

New:

  vino-3.4.2.tar.xz



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.3Q3iWW/_old  2012-05-22 08:20:03.0 +0200
+++ /var/tmp/diff_new_pack.3Q3iWW/_new  2012-05-22 08:20:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vino
-Version:3.4.1
+Version:3.4.2
 Release:0
 Summary:GNOME VNC Server
 License:GPL-2.0+

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



commit vino for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2012-03-29 
14:07:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2012-04-20 
15:21:53.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 17 06:08:42 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.1:
+  + Updated translations.
+
+---

Old:

  vino-3.4.0.tar.xz

New:

  vino-3.4.1.tar.xz



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.uRy5bG/_old  2012-04-20 15:21:54.0 +0200
+++ /var/tmp/diff_new_pack.uRy5bG/_new  2012-04-20 15:21:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vino
-Version:3.4.0
+Version:3.4.1
 Release:0
 Summary:GNOME VNC Server
 License:GPL-2.0+

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



commit vino for openSUSE:Factory

2012-03-29 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2012-02-29 
14:12:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2012-03-29 
14:07:58.0 +0200
@@ -1,0 +2,12 @@
+Mon Mar 26 21:03:21 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.4.0:
+  + Updated translations.
+
+---
+Mon Mar 19 22:12:25 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.3.92:
+  + Updated translations.
+
+---

Old:

  vino-3.3.3.tar.xz

New:

  vino-3.4.0.tar.xz



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.QhoUPY/_old  2012-03-29 14:08:01.0 +0200
+++ /var/tmp/diff_new_pack.QhoUPY/_new  2012-03-29 14:08:01.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   vino
-Version:3.3.3
+Version:3.4.0
 Release:0
 Summary:GNOME VNC Server
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/vino/3.3/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/vino/3.4/%{name}-%{version}.tar.xz
 BuildRequires:  NetworkManager-devel
 BuildRequires:  fdupes
 BuildRequires:  gnutls-devel

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



commit vino for openSUSE:Factory

2012-02-29 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2012-02-21 
12:26:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2012-02-29 
14:12:27.0 +0100
@@ -1,0 +2,12 @@
+Tue Feb 28 15:42:24 CET 2012 - fcro...@suse.com
+
+- Add missing pkgconfig(xtst) BuildRequires: it used to be
+  automatically brought in before the xorg-x11 packaging changes.
+- Add libjpeg-devel / libgcrypt-devel BuildRequires: those were
+  missing, which meant we didn't have some important features.
+- Add explicit switches to configure to ensure features are not
+  lost by accident: --enable-ipv6 --with-telepathy --with-libnotify
+  --with-network-manager --with-gnome-keyring --with-gnutls
+  --with-gcrypt --with-avahi --with-zlib --with-jpeg.
+
+---



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.1KqgoM/_old  2012-02-29 14:12:28.0 +0100
+++ /var/tmp/diff_new_pack.1KqgoM/_new  2012-02-29 14:12:28.0 +0100
@@ -29,7 +29,9 @@
 BuildRequires:  gnutls-devel
 BuildRequires:  intltool
 BuildRequires:  libavahi-glib-devel
+BuildRequires:  libgcrypt-devel
 BuildRequires:  libgnome-keyring-devel
+BuildRequires:  libjpeg-devel
 BuildRequires:  libnotify-devel
 BuildRequires:  libsoup-devel
 BuildRequires:  telepathy-glib-devel
@@ -38,6 +40,7 @@
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(sm)
+BuildRequires:  pkgconfig(xtst)
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
@@ -53,6 +56,16 @@
 %build
 %configure\
 --libexecdir=%{_libexecdir}/vino \
+--enable-ipv6 \
+--with-telepathy \
+--with-libnotify \
+--with-network-manager \
+--with-gnome-keyring \
+--with-gnutls \
+--with-gcrypt \
+--with-avahi \
+--with-zlib \
+--with-jpeg \
 --enable-http-server=yes
 %__make %{?jobs:-j%jobs} V=1
 


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



commit vino for openSUSE:Factory

2012-02-21 Thread h_root
Hello community,

here is the log from the commit of package vino for openSUSE:Factory checked in 
at 2012-02-21 12:26:38

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


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

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2012-01-09 
15:22:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2012-02-21 
12:26:40.0 +0100
@@ -1,0 +2,8 @@
+Sun Feb 19 16:01:34 UTC 2012 - dims...@opensuse.org
+
+- Add pkgconfig(ice) and pkgconfig(sm) BuildRequires: they used to
+  be pulled in by something else before.
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+
+---



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.dSQBwd/_old  2012-02-21 12:26:41.0 +0100
+++ /var/tmp/diff_new_pack.dSQBwd/_new  2012-02-21 12:26:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vino
 #
-# 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,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   vino
 Version:3.3.3
 Release:0
@@ -34,9 +35,9 @@
 BuildRequires:  telepathy-glib-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(ice)
+BuildRequires:  pkgconfig(sm)
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires


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



commit vino for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/vino/vino.changes2011-10-19 
00:55:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.vino.new/vino.changes   2012-01-09 
15:22:43.0 +0100
@@ -1,0 +2,16 @@
+Tue Dec 20 11:31:44 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Add option to disable connect notifications
+  + 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.
+
+---
+Wed Oct 26 21:00:02 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.1:
+  + Updated translations.
+
+---

Old:

  vino-3.2.1.tar.bz2

New:

  vino-3.3.3.tar.xz



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.0TAvxW/_old  2012-01-09 15:22:44.0 +0100
+++ /var/tmp/diff_new_pack.0TAvxW/_new  2012-01-09 15:22:44.0 +0100
@@ -15,28 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   vino
-License:GPLv2+
-Group:  Productivity/Networking/Other
-Version:3.2.1
-Release:1
+Version:3.3.3
+Release:0
 Summary:GNOME VNC Server
+License:GPL-2.0+
+Group:  Productivity/Networking/Other
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/vino/3.2/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/vino/3.3/%{name}-%{version}.tar.xz
+BuildRequires:  NetworkManager-devel
 BuildRequires:  fdupes
 BuildRequires:  gnutls-devel
 BuildRequires:  intltool
 BuildRequires:  libavahi-glib-devel
 BuildRequires:  libgnome-keyring-devel
 BuildRequires:  libnotify-devel
-BuildRequires:  NetworkManager-devel
 BuildRequires:  libsoup-devel
 BuildRequires:  telepathy-glib-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(gtk+-3.0)
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit vino for openSUSE:Factory

2011-10-18 Thread h_root

Hello community,

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




--- openSUSE:Factory/vino/vino.changes  2011-10-02 11:17:49.0 +0200
+++ /mounts/work_src_done/STABLE/vino/vino.changes  2011-10-17 
22:46:24.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 17 20:43:27 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.2.1:
+  + Update smclient to latest libegg version.
+
+---

calling whatdependson for head-i586


Old:

  vino-3.2.0.tar.bz2

New:

  vino-3.2.1.tar.bz2



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.PrK8xh/_old  2011-10-18 14:32:04.0 +0200
+++ /var/tmp/diff_new_pack.PrK8xh/_new  2011-10-18 14:32:04.0 +0200
@@ -21,7 +21,7 @@
 Name:   vino
 License:GPLv2+
 Group:  Productivity/Networking/Other
-Version:3.2.0
+Version:3.2.1
 Release:1
 Summary:GNOME VNC Server
 Url:http://www.gnome.org

++ vino-3.2.0.tar.bz2 - vino-3.2.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vino-3.2.0/ChangeLog new/vino-3.2.1/ChangeLog
--- old/vino-3.2.0/ChangeLog2011-09-26 17:52:09.0 +0200
+++ new/vino-3.2.1/ChangeLog2011-10-17 21:07:57.0 +0200
@@ -1,3 +1,15 @@
+2011-10-17  David King  amigad...@amigadave.com
+
+   Update NEWS for 3.2.1 release
+
+2011-09-28  David King  amigad...@amigadave.com
+
+   Update smclient to latest libegg version
+
+2011-09-26  David King  amigad...@amigadave.com
+
+   Post-release version bump to 3.2.1
+
 2011-09-26  David King  amigad...@amigadave.com
 
Update NEWS for 3.2.0 release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vino-3.2.0/NEWS new/vino-3.2.1/NEWS
--- old/vino-3.2.0/NEWS 2011-09-26 17:47:34.0 +0200
+++ new/vino-3.2.1/NEWS 2011-10-17 21:06:16.0 +0200
@@ -1,3 +1,11 @@
+Vino 3.2.1
+==
+
+David King (3):
+  Post-release version bump to 3.2.1
+  Update smclient to latest libegg version
+  Update NEWS for 3.2.1 release
+
 Vino 3.2.0
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vino-3.2.0/capplet/vino-preferences.desktop.in 
new/vino-3.2.1/capplet/vino-preferences.desktop.in
--- old/vino-3.2.0/capplet/vino-preferences.desktop.in  2011-09-26 
17:49:39.0 +0200
+++ new/vino-3.2.1/capplet/vino-preferences.desktop.in  2011-10-17 
21:07:52.0 +0200
@@ -11,4 +11,4 @@
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=vino
 X-GNOME-Bugzilla-Component=Preferences Dialog
-X-GNOME-Bugzilla-Version=3.2.0
+X-GNOME-Bugzilla-Version=3.2.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vino-3.2.0/configure new/vino-3.2.1/configure
--- old/vino-3.2.0/configure2011-09-26 17:49:14.0 +0200
+++ new/vino-3.2.1/configure2011-10-17 21:07:28.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for Vino 3.2.0.
+# Generated by GNU Autoconf 2.68 for Vino 3.2.1.
 #
 # Report bugs to http://bugzilla.gnome.org/enter_bug.cgi?product=vino.
 #
@@ -571,8 +571,8 @@
 # Identity of this package.
 PACKAGE_NAME='Vino'
 PACKAGE_TARNAME='vino'
-PACKAGE_VERSION='3.2.0'
-PACKAGE_STRING='Vino 3.2.0'
+PACKAGE_VERSION='3.2.1'
+PACKAGE_STRING='Vino 3.2.1'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=vino'
 PACKAGE_URL='http://live.gnome.org/Vino'
 
@@ -1393,7 +1393,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 Vino 3.2.0 to adapt to many kinds of systems.
+\`configure' configures Vino 3.2.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1467,7 +1467,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of Vino 3.2.0:;;
+ short | recursive ) echo Configuration of Vino 3.2.1:;;
esac
   cat \_ACEOF
 
@@ -1618,7 +1618,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-Vino configure 3.2.0
+Vino configure 3.2.1
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1987,7 +1987,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Vino $as_me 3.2.0, which was
+It was created by Vino $as_me 3.2.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2807,7 +2807,7 @@
 
 # Define the identity 

commit vino for openSUSE:Factory

2011-09-09 Thread h_root

Hello community,

here is the log from the commit of package vino for openSUSE:Factory
checked in at Fri Sep 9 12:27:38 CEST 2011.




--- GNOME/vino/vino.changes 2011-07-25 21:21:45.0 +0200
+++ /mounts/work_src_done/STABLE/vino/vino.changes  2011-09-05 
19:40:12.0 +0200
@@ -1,0 +2,21 @@
+Mon Sep  5 17:34:55 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.1.91:
+  + Use new location for Mallard help (bgo#657927)
+  + Make all targets use compiler warning flags
+  + Updated translations.
+
+---
+Tue Aug 30 16:28:52 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.90:
+  + Updated translations.
+
+---
+Mon Aug 15 20:33:48 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.5:
+  + Use GtkBox rather than GtkHBox or GtkVBox
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  vino-3.1.4.tar.bz2

New:

  vino-3.1.91.tar.bz2



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.qCi1y0/_old  2011-09-09 12:27:34.0 +0200
+++ /var/tmp/diff_new_pack.qCi1y0/_new  2011-09-09 12:27:34.0 +0200
@@ -21,7 +21,7 @@
 Name:   vino
 License:GPLv2+
 Group:  Productivity/Networking/Other
-Version:3.1.4
+Version:3.1.91
 Release:1
 Summary:GNOME VNC Server
 Url:http://www.gnome.org

++ vino-3.1.4.tar.bz2 - vino-3.1.91.tar.bz2 ++
 14424 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 vino for openSUSE:Factory

2011-08-03 Thread h_root

Hello community,

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




--- GNOME/vino/vino.changes 2011-07-05 10:06:43.0 +0200
+++ /mounts/work_src_done/STABLE/vino/vino.changes  2011-07-25 
21:21:45.0 +0200
@@ -1,0 +2,8 @@
+Mon Jul 25 21:20:30 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.4:
+  + Add GConf to GSettings convert file, bgo#654901
+  + Only call g_settings_sync() when necessary
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  vino-3.1.3.tar.bz2

New:

  vino-3.1.4.tar.bz2



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.1ZQCXT/_old  2011-08-03 17:33:11.0 +0200
+++ /var/tmp/diff_new_pack.1ZQCXT/_new  2011-08-03 17:33:11.0 +0200
@@ -21,7 +21,7 @@
 Name:   vino
 License:GPLv2+
 Group:  Productivity/Networking/Other
-Version:3.1.3
+Version:3.1.4
 Release:1
 Summary:GNOME VNC Server
 Url:http://www.gnome.org
@@ -87,6 +87,7 @@
 %{_bindir}/vino-preferences
 %{_datadir}/applications/*.desktop
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vino.service
+%{_datadir}/GConf/gsettings/org.gnome.Vino.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.Vino.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.Vino.gschema.xml
 %dir %{_datadir}/telepathy/

++ vino-3.1.3.tar.bz2 - vino-3.1.4.tar.bz2 ++
 4225 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 vino for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package vino for openSUSE:Factory
checked in at Fri Jul 8 10:55:33 CEST 2011.




--- GNOME/vino/vino.changes 2011-05-17 21:46:41.0 +0200
+++ /mounts/work_src_done/STABLE/vino/vino.changes  2011-07-05 
10:06:43.0 +0200
@@ -1,0 +2,19 @@
+Tue Jul  5 07:52:22 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.3:
+  + Add more categories to preferences desktop file
+  + Use const instead of deprecated G_CONST_RETURN
+  + Make desktop files appear in Unity too, bgo#653802
+- Note that we still change the categories in
+  vino-preferences.desktop, as the updated categories are still not
+  what we want for our menu structure. However, append RemoteAccess
+  and Network to the list, like upstream.
+
+---
+Tue Jun 14 09:47:34 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.2:
+  + Minor build fixes
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  vino-3.1.1.tar.bz2

New:

  vino-3.1.3.tar.bz2



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.NTsBzj/_old  2011-07-08 10:55:09.0 +0200
+++ /var/tmp/diff_new_pack.NTsBzj/_new  2011-07-08 10:55:09.0 +0200
@@ -21,11 +21,11 @@
 Name:   vino
 License:GPLv2+
 Group:  Productivity/Networking/Other
-Version:3.1.1
+Version:3.1.3
 Release:1
 Summary:GNOME VNC Server
 Url:http://www.gnome.org
-Source: vino-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/vino/3.1/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gnutls-devel
 BuildRequires:  intltool
@@ -63,7 +63,7 @@
 %endif
 # X-GNOME-NetworkSettings is okay upstream, but it makes the item appear 
misplaced with our menu structure
 grep -q X-GNOME-NetworkSettings 
%{buildroot}%{_datadir}/applications/vino-preferences.desktop
-%suse_update_desktop_file -r vino-preferences GNOME GTK Settings 
X-GNOME-PersonalSettings X-SuSE-ControlCenter-Personal
+%suse_update_desktop_file -r vino-preferences GNOME GTK Settings 
X-GNOME-PersonalSettings X-SuSE-ControlCenter-Personal RemoteAccess Network
 %suse_update_desktop_file vino-server
 %find_lang %{name} %{?no_lang_C}
 %fdupes $RPM_BUILD_ROOT

++ vino-3.1.1.tar.bz2 - vino-3.1.3.tar.bz2 ++
 23191 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 vino for openSUSE:Factory

2011-05-17 Thread h_root

Hello community,

here is the log from the commit of package vino for openSUSE:Factory
checked in at Tue May 17 12:15:39 CEST 2011.




--- GNOME/vino/vino.changes 2011-02-13 17:24:38.0 +0100
+++ /mounts/work_src_done/STABLE/vino/vino.changes  2011-05-04 
10:31:55.0 +0200
@@ -1,0 +2,62 @@
+Wed May  4 10:31:02 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.0.2:
+  + Avoid out-of-bounds memory accesses (CVE-2011-0904,
+CVE-2011-0905).
+  + Updated translations.
+
+---
+Wed Apr 27 15:18:01 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.1:
+  + bgo#617436: fix cursor update logic.
+  + Only send a motion event when the pointer moved.
+  + Bind both an IPv4 and an IPv6 socket.
+  + Updated translations.
+
+---
+Tue Apr 26 15:37:37 CEST 2011 - vu...@opensuse.org
+
+- Drop now unneeded libunique-devel BuildRequires.
+
+---
+Tue Apr  5 14:02:53 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Updated translations.
+
+---
+Mon Mar 28 15:05:55 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.99.5:
+  + Use GSettings autostart condition
+  + Updated translations
+- Changes from version 2.99.4:
+  + Remove some unnecessary code in the capplet
+  + Generate enums and marshalers before they are used
+  + Remove server reachability message from the UI
+  + Workaround that addresses CVE-2011-1164.
+  + Build fixes.
+  + Updated translations.
+- Changes from version 2.99.3:
+  + Overhaul build system.
+  + Updated translations.
+- Changes from version 2.99.2:
+  + Added back telepathy functionality.
+  + Added DISTCHECK_CONFIGURE_FLAGS to Makefile.am.
+- Changes from version 2.99.1:
+  + Added back basic mdns functionality.
+  + Fixed typo in configure.in
+- Changes from version 2.99.0:
+  + Port to Gtk3
+  + Port to GSettings
+  + Port to GtkApplication
+  + Port to GDBus
+- Replace GConf2 schemas handling with GSettings schemas handling,
+  with %glib2_gsettings_schema_* macros.
+- Change old-style BuildRequires to new pkgconfig()/GNOME3 ones:
+  gconf2-devel, gtk2-devel to pkgconfg(gtk+-3.0).
+- Remove --enable-avahi/--enable-gnome-keyring configure options
+  as they are default.
+
+---

calling whatdependson for head-i586


Old:

  vino-2.32.1.tar.bz2

New:

  vino-3.0.2.tar.bz2



Other differences:
--
++ vino.spec ++
--- /var/tmp/diff_new_pack.KpN3Bu/_old  2011-05-17 10:42:25.0 +0200
+++ /var/tmp/diff_new_pack.KpN3Bu/_new  2011-05-17 10:42:25.0 +0200
@@ -21,44 +21,40 @@
 Name:   vino
 License:GPLv2+
 Group:  Productivity/Networking/Other
-Version:2.32.1
-Release:2
+Version:3.0.2
+Release:1
 Summary:GNOME VNC Server
 Url:http://www.gnome.org
 Source: vino-%{version}.tar.bz2
 BuildRequires:  fdupes
-BuildRequires:  gconf2-devel
 BuildRequires:  gnutls-devel
-BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 BuildRequires:  libavahi-glib-devel
 BuildRequires:  libgnome-keyring-devel
 BuildRequires:  libnotify-devel
 BuildRequires:  NetworkManager-devel
 BuildRequires:  libsoup-devel
-BuildRequires:  libunique-devel
 BuildRequires:  telepathy-glib-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(gtk+-3.0)
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%gconf_schemas_prereq
+%glib2_gsettings_schema_requires
 
 %description
 A VNC Server for GNOME
 
 %lang_package
 %prep
-%setup
+%setup -q
 translation-update-upstream
 
 %build
 %configure\
 --libexecdir=%{_libexecdir}/vino \
---enable-avahi \
---enable-gnome-keyring \
 --enable-http-server=yes
-%__make %{?jobs:-j%jobs}
+%__make %{?jobs:-j%jobs} V=1
 
 %install
 %makeinstall
@@ -70,37 +66,33 @@
 %suse_update_desktop_file -r vino-preferences GNOME GTK Settings 
X-GNOME-PersonalSettings X-SuSE-ControlCenter-Personal
 %suse_update_desktop_file vino-server
 %find_lang %{name} %{?no_lang_C}
-%find_gconf_schemas
-cat %{name}.schemas_list %{name}.lst
 %fdupes $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%pre -f %{name}.schemas_pre
-
 %post
 %desktop_database_post
-
-%posttrans -f %{name}.schemas_posttrans
-
-%preun -f %{name}.schemas_preun
+%glib2_gsettings_schema_post
 
 %postun
 %desktop_database_postun
+%glib2_gsettings_schema_postun
 
-%files -f %{name}.lst
+%files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README
 %defattr (-, root, root)
-%{_bindir}/vino-preferences
 %{_bindir}/vino-passwd
+%{_bindir}/vino-preferences