Hello community, here is the log from the commit of package vinagre for openSUSE:Factory checked in at 2015-10-25 19:08:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vinagre (Old) and /work/SRC/openSUSE:Factory/.vinagre.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vinagre" Changes: -------- --- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes 2015-10-06 16:31:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2015-10-25 19:08:27.000000000 +0100 @@ -1,0 +2,11 @@ +Tue Oct 13 10:37:33 UTC 2015 - [email protected] + +- Update to version 3.18.1: + + Enabled font smoothing by default in RDP plugin. + + Accept IPv6 addresses. + + Updated translations. +- Add vinagre-revert-font-smoothing.patch: Revert the font + smoothing as this relies on a new version of freerdp we do not + yet have in openSUSE. + +------------------------------------------------------------------- Old: ---- vinagre-3.18.0.tar.xz New: ---- vinagre-3.18.1.tar.xz vinagre-revert-font-smoothing.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vinagre.spec ++++++ --- /var/tmp/diff_new_pack.HXbzXp/_old 2015-10-25 19:08:28.000000000 +0100 +++ /var/tmp/diff_new_pack.HXbzXp/_new 2015-10-25 19:08:28.000000000 +0100 @@ -17,7 +17,7 @@ Name: vinagre -Version: 3.18.0 +Version: 3.18.1 Release: 0 Summary: VNC client for GNOME License: GPL-2.0+ @@ -26,6 +26,8 @@ Source0: http://download.gnome.org/sources/vinagre/3.18/%{name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE vinagre-revert-freerdp-versionbump.patch bgo#749124 [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 # The icon we rely on is from adwaita-icon-theme BuildRequires: adwaita-icon-theme BuildRequires: fdupes @@ -64,8 +66,9 @@ %prep %setup -q translation-update-upstream -# Revert commit from upstream +# Revert commits from upstream %patch0 -p1 -R +%patch1 -p1 -R %build %configure --disable-static \ ++++++ vinagre-3.18.0.tar.xz -> vinagre-3.18.1.tar.xz ++++++ ++++ 2026 lines of diff (skipped) ++++++ vinagre-revert-font-smoothing.patch ++++++ >From 2a066d2fa3c1c8e98652dcf0604c431149ed7123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Em=C4=ABls=20Pi=C5=86=C4=B7is?= <[email protected]> Date: Tue, 6 Oct 2015 16:33:38 +0100 Subject: Enabled font smoothing by default in RDP plugin --- plugins/rdp/vinagre-rdp-tab.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/rdp/vinagre-rdp-tab.c b/plugins/rdp/vinagre-rdp-tab.c index 6900864..3205a67 100644 --- a/plugins/rdp/vinagre-rdp-tab.c +++ b/plugins/rdp/vinagre-rdp-tab.c @@ -1152,6 +1152,9 @@ open_freerdp (VinagreRdpTab *rdp_tab) freerdp_kbd_init (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()), KBD_US); #endif + /* Allow font smoothing by default */ + settings->AllowFontSmoothing = TRUE; + /* Setup display for FreeRDP session */ priv->display = gtk_drawing_area_new (); if (priv->display) -- cgit v0.11.2
