Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2016-03-29 14:44:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vinagre (Old)
 and      /work/SRC/openSUSE:Factory/.vinagre.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vinagre"

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

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

New:
----
  vinagre-3.20.0.tar.xz

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

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

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


Reply via email to