From e8e2f8efb00543d532c8a0950a6e9e0e9be03a38 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 2 Nov 2009 04:31:00 +0000 Subject: [PATCH] Copy F12 updates over --- gtk-vnc.spec | 14 ++++++++++++-- sources | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/gtk-vnc.spec b/gtk-vnc.spec index d638fc4..4a78776 100644 --- a/gtk-vnc.spec +++ b/gtk-vnc.spec @@ -6,15 +6,17 @@ Summary: A GTK widget for VNC clients Name: gtk-vnc -Version: 0.3.9 +Version: 0.3.10 Release: 1%{?dist} License: LGPLv2+ Group: Development/Libraries Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.3/%{name}-%{version}.tar.bz2 + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://live.gnome.org/gtk-vnc BuildRequires: gtk2-devel pygtk2-devel python-devel zlib-devel BuildRequires: gnutls-devel cyrus-sasl-devel +BuildRequires: intltool %if %{with_plugin} %if 0%{?fedora} > 8 BuildRequires: xulrunner-devel @@ -88,6 +90,8 @@ rm -f %{buildroot}%{_libdir}/mozilla/plugins/%{name}-plugin.a rm -f %{buildroot}%{_libdir}/mozilla/plugins/%{name}-plugin.la %endif +%find_lang gtk-vnc + %clean rm -fr %{buildroot} @@ -95,7 +99,7 @@ rm -fr %{buildroot} %postun -p /sbin/ldconfig -%files +%files -f gtk-vnc.lang %defattr(-, root, root) %doc AUTHORS ChangeLog NEWS README COPYING.LIB %{_libdir}/lib*.so.* @@ -120,6 +124,12 @@ rm -fr %{buildroot} %endif %changelog +* Tue Oct 20 2009 Matthias Clasen - 0.3.10-1 +- Update to 0.3.10 + +* Thu Oct 8 2009 Matthias Clasen - 0.3.9-2 +- Request a full screen refresh when receives a desktop-resize encoding + * Tue Aug 11 2009 Daniel P. Berrange - 0.3.9-1 - Update to 0.3.9 release diff --git a/sources b/sources index e3ee355..d3aac23 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -18cbf50b393fea57b691987e5ea62259 gtk-vnc-0.3.9.tar.bz2 +9aa9d830b219255c8d6753ef55802932 gtk-vnc-0.3.10.tar.bz2