Support SASL authentication extension

This commit is contained in:
Daniel P. Berrange 2009-03-03 10:18:37 +00:00
parent 7c6847a6bd
commit 565d40f025
2 changed files with 1307 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,11 +7,12 @@
Summary: A GTK widget for VNC clients Summary: A GTK widget for VNC clients
Name: gtk-vnc Name: gtk-vnc
Version: 0.3.8 Version: 0.3.8
Release: 4%{?dist} Release: 5%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: Development/Libraries Group: Development/Libraries
Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.3/%{name}-%{version}.tar.gz Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.3/%{name}-%{version}.tar.gz
Patch1: %{name}-%{version}-relative-mouse.patch Patch1: %{name}-%{version}-relative-mouse.patch
Patch2: %{name}-%{version}-sasl-auth.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
URL: http://live.gnome.org/gtk-vnc URL: http://live.gnome.org/gtk-vnc
BuildRequires: gtk2-devel pygtk2-devel python-devel zlib-devel BuildRequires: gtk2-devel pygtk2-devel python-devel zlib-devel
@ -69,6 +70,7 @@ browsers.
%prep %prep
%setup -q %setup -q
%patch1 -p1 %patch1 -p1
%patch2 -p1
%build %build
%if %{with_plugin} %if %{with_plugin}
@ -122,6 +124,9 @@ rm -fr %{buildroot}
%endif %endif
%changelog %changelog
* Tue Mar 3 2009 Daniel P. Berrange <berrange@redhat.com> - 0.3.8-5.fc11
- Support SASL authentication extension
* Thu Feb 26 2009 Daniel P. Berrange <berrange@redhat.com> - 0.3.8-4.fc11 * Thu Feb 26 2009 Daniel P. Berrange <berrange@redhat.com> - 0.3.8-4.fc11
- Fix relative mouse handling to avoid 'invisible wall' - Fix relative mouse handling to avoid 'invisible wall'