2007-08-17 19:19:12 +00:00
|
|
|
# -*- rpm-spec -*-
|
|
|
|
|
2008-02-03 22:28:04 +00:00
|
|
|
# Plugin isn't ready for real world use yet - it needs
|
|
|
|
# a security audit at very least
|
|
|
|
%define with_plugin 0
|
|
|
|
|
2010-07-11 21:10:33 +00:00
|
|
|
%define with_gir 0
|
|
|
|
|
2010-09-28 17:37:02 +00:00
|
|
|
%if 0%{?fedora} >= 12
|
2010-07-11 21:10:33 +00:00
|
|
|
%define with_gir 1
|
|
|
|
%endif
|
|
|
|
|
2007-08-17 19:19:12 +00:00
|
|
|
Summary: A GTK widget for VNC clients
|
|
|
|
Name: gtk-vnc
|
2010-07-14 10:46:25 +00:00
|
|
|
Version: 0.4.1
|
2010-10-18 17:23:13 +00:00
|
|
|
Release: 9%{?dist}
|
2007-08-17 19:19:12 +00:00
|
|
|
License: LGPLv2+
|
|
|
|
Group: Development/Libraries
|
2010-07-14 10:46:25 +00:00
|
|
|
Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.4/%{name}-%{version}.tar.bz2
|
2010-08-05 14:00:29 +00:00
|
|
|
Patch1: %{name}-%{version}-close-buffer.patch
|
2007-08-17 19:19:12 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2009-02-24 15:04:15 +00:00
|
|
|
URL: http://live.gnome.org/gtk-vnc
|
2010-07-11 21:10:33 +00:00
|
|
|
BuildRequires: gtk2-devel >= 2.14
|
|
|
|
BuildRequires: pygtk2-devel python-devel zlib-devel
|
|
|
|
BuildRequires: gnutls-devel cyrus-sasl-devel intltool
|
|
|
|
%if %{with_gir}
|
|
|
|
# Temp hack for missing dep
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=613466
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
%if 0%{?fedora} < 14
|
|
|
|
BuildRequires: gir-repository-devel
|
|
|
|
%endif
|
|
|
|
%endif
|
2008-02-03 22:28:04 +00:00
|
|
|
%if %{with_plugin}
|
2008-07-07 18:18:27 +00:00
|
|
|
%if 0%{?fedora} > 8
|
2008-03-07 17:58:33 +00:00
|
|
|
BuildRequires: xulrunner-devel
|
|
|
|
%else
|
2008-02-03 22:28:04 +00:00
|
|
|
BuildRequires: firefox-devel
|
|
|
|
%endif
|
2008-03-07 17:58:33 +00:00
|
|
|
%endif
|
2007-08-17 19:19:12 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
|
|
|
|
allowing it to be completely asynchronous while remaining single threaded.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Libraries, includes, etc. to compile with the gtk-vnc library
|
|
|
|
Group: Development/Libraries
|
2010-07-11 21:10:33 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2007-08-17 19:19:12 +00:00
|
|
|
Requires: pkgconfig
|
2008-09-25 12:14:27 +00:00
|
|
|
Requires: gtk2-devel gnutls-devel
|
2007-08-17 19:19:12 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
|
|
|
|
allowing it to be completely asynchronous while remaining single threaded.
|
|
|
|
|
|
|
|
Libraries, includes, etc. to compile with the gtk-vnc library
|
|
|
|
|
|
|
|
%package python
|
|
|
|
Summary: Python bindings for the gtk-vnc library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
|
|
|
|
%description python
|
|
|
|
gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
|
|
|
|
allowing it to be completely asynchronous while remaining single threaded.
|
|
|
|
|
|
|
|
A module allowing use of the GTK-VNC widget from python
|
|
|
|
|
2008-03-07 17:58:33 +00:00
|
|
|
%if %{with_plugin}
|
2008-02-03 22:28:04 +00:00
|
|
|
%package plugin
|
|
|
|
Summary: Mozilla plugin for the gtk-vnc library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
|
|
|
|
%description plugin
|
|
|
|
gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
|
|
|
|
allowing it to be completely asynchronous while remaining single threaded.
|
|
|
|
|
|
|
|
This package provides a web browser plugin for Mozilla compatible
|
|
|
|
browsers.
|
2008-03-07 17:58:33 +00:00
|
|
|
%endif
|
2008-02-03 22:28:04 +00:00
|
|
|
|
2010-07-11 21:10:33 +00:00
|
|
|
%package -n gvnc
|
|
|
|
Summary: A GObject for VNC connections
|
|
|
|
|
|
|
|
%description -n gvnc
|
|
|
|
gvnc is a GObject for managing a VNC connection. It provides all the
|
|
|
|
infrastructure required to build a VNC client without having to deal
|
|
|
|
with the raw protocol itself.
|
|
|
|
|
|
|
|
%package -n gvnc-devel
|
|
|
|
Summary: Libraries, includes, etc. to compile with the gvnc library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: gvnc = %{version}-%{release}
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
%description -n gvnc-devel
|
|
|
|
gvnc is a GObject for managing a VNC connection. It provides all the
|
|
|
|
infrastructure required to build a VNC client without having to deal
|
|
|
|
with the raw protocol itself.
|
|
|
|
|
|
|
|
Libraries, includes, etc. to compile with the gvnc library
|
|
|
|
|
|
|
|
%package -n gvnc-tools
|
|
|
|
Summary: Command line VNC tools
|
|
|
|
Group: Applications/Internet
|
|
|
|
|
|
|
|
%description -n gvnc-tools
|
|
|
|
Provides useful command line utilities for interacting with
|
|
|
|
VNC servers. Includes the gvnccapture program for capturing
|
|
|
|
screenshots of a VNC desktop
|
|
|
|
|
2007-08-17 19:19:12 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2010-08-05 14:00:29 +00:00
|
|
|
%patch1 -p1
|
2007-08-17 19:19:12 +00:00
|
|
|
|
|
|
|
%build
|
2010-07-11 21:10:33 +00:00
|
|
|
%if %{with_gir}
|
|
|
|
%define gir_arg --enable-introspection=yes
|
|
|
|
%else
|
|
|
|
%define gir_arg --enable-introspection=no
|
|
|
|
%endif
|
|
|
|
|
2008-02-03 22:28:04 +00:00
|
|
|
%if %{with_plugin}
|
2010-07-11 21:10:33 +00:00
|
|
|
%define plugin_arg --enable-plugin=yes
|
2008-02-03 22:28:04 +00:00
|
|
|
%else
|
2010-07-11 21:10:33 +00:00
|
|
|
%define plugin_arg --enable-plugin=no
|
2008-02-03 22:28:04 +00:00
|
|
|
%endif
|
2010-07-11 21:10:33 +00:00
|
|
|
|
|
|
|
%configure %{plugin_arg} %{gir_arg}
|
|
|
|
%__make %{?_smp_mflags} V=1
|
2010-08-31 10:15:19 +00:00
|
|
|
# Stop RPM picking up a dep on gjs
|
|
|
|
chmod a-x examples/gvncviewer.js
|
2007-08-17 19:19:12 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -fr %{buildroot}
|
2008-03-07 17:58:33 +00:00
|
|
|
%__make install DESTDIR=%{buildroot}
|
2007-08-17 19:19:12 +00:00
|
|
|
rm -f %{buildroot}%{_libdir}/*.a
|
|
|
|
rm -f %{buildroot}%{_libdir}/*.la
|
|
|
|
rm -f %{buildroot}%{_libdir}/python*/site-packages/*.a
|
|
|
|
rm -f %{buildroot}%{_libdir}/python*/site-packages/*.la
|
2008-02-03 22:28:04 +00:00
|
|
|
%if %{with_plugin}
|
|
|
|
rm -f %{buildroot}%{_libdir}/mozilla/plugins/%{name}-plugin.a
|
|
|
|
rm -f %{buildroot}%{_libdir}/mozilla/plugins/%{name}-plugin.la
|
|
|
|
%endif
|
2010-07-11 21:10:33 +00:00
|
|
|
%find_lang %{name}
|
2009-11-02 04:31:00 +00:00
|
|
|
|
2007-08-17 19:19:12 +00:00
|
|
|
%clean
|
|
|
|
rm -fr %{buildroot}
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
2010-07-11 21:10:33 +00:00
|
|
|
%files -f %{name}.lang
|
2007-08-17 19:19:12 +00:00
|
|
|
%defattr(-, root, root)
|
2010-07-11 21:10:33 +00:00
|
|
|
%doc AUTHORS ChangeLog ChangeLog-old NEWS README COPYING.LIB
|
|
|
|
%{_libdir}/libgtk-vnc-1.0.so.*
|
|
|
|
%if %{with_gir}
|
|
|
|
%{_libdir}/girepository-1.0/GtkVnc-1.0.typelib
|
|
|
|
%endif
|
2007-08-17 19:19:12 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%doc examples/gvncviewer.c
|
2010-07-11 21:10:33 +00:00
|
|
|
%if %{with_gir}
|
|
|
|
%doc examples/gvncviewer.js
|
|
|
|
%endif
|
|
|
|
%{_libdir}/libgtk-vnc-1.0.so
|
2007-08-17 19:19:12 +00:00
|
|
|
%dir %{_includedir}/%{name}-1.0/
|
|
|
|
%{_includedir}/%{name}-1.0/*.h
|
|
|
|
%{_libdir}/pkgconfig/%{name}-1.0.pc
|
2010-07-11 21:10:33 +00:00
|
|
|
%if %{with_gir}
|
|
|
|
%{_datadir}/gir-1.0/GtkVnc-1.0.gir
|
|
|
|
%endif
|
2007-08-17 19:19:12 +00:00
|
|
|
|
|
|
|
%files python
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%doc examples/gvncviewer.py
|
|
|
|
%{_libdir}/python*/site-packages/gtkvnc.so
|
|
|
|
|
2008-02-03 22:28:04 +00:00
|
|
|
%if %{with_plugin}
|
|
|
|
%files plugin
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{_libdir}/mozilla/plugins/%{name}-plugin.so
|
|
|
|
%endif
|
|
|
|
|
2010-07-11 21:10:33 +00:00
|
|
|
%files -n gvnc
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{_libdir}/libgvnc-1.0.so.*
|
|
|
|
%if %{with_gir}
|
|
|
|
%{_libdir}/girepository-1.0/GVnc-1.0.typelib
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%files -n gvnc-devel
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{_libdir}/libgvnc-1.0.so
|
|
|
|
%dir %{_includedir}/gvnc-1.0/
|
|
|
|
%{_includedir}/gvnc-1.0/*.h
|
|
|
|
%{_libdir}/pkgconfig/gvnc-1.0.pc
|
|
|
|
%if %{with_gir}
|
|
|
|
%{_datadir}/gir-1.0/GVnc-1.0.gir
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%files -n gvnc-tools
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%doc AUTHORS ChangeLog NEWS README COPYING.LIB
|
|
|
|
%{_bindir}/gvnccapture
|
|
|
|
%{_mandir}/man1/gvnccapture.1*
|
|
|
|
|
2007-08-17 19:19:12 +00:00
|
|
|
%changelog
|
2010-10-18 17:23:13 +00:00
|
|
|
* Mon Oct 18 2010 Colin Walters <walters@verbum.org> - 0.4.1-9
|
|
|
|
- Rebuild to use old pygobject2-python2 API again:
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=638457
|
|
|
|
|
2010-09-29 21:26:13 +00:00
|
|
|
* Wed Sep 29 2010 jkeating - 0.4.1-8
|
|
|
|
- Rebuilt for gcc bug 634757
|
|
|
|
|
2010-09-22 01:30:44 +00:00
|
|
|
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 0.4.1-7
|
|
|
|
- Rebuild against newer gobject-introspection
|
|
|
|
|
2010-08-31 10:15:19 +00:00
|
|
|
* Tue Aug 31 2010 Daniel P. Berrange <berrange@redhat.com> - 0.4.1-6
|
|
|
|
- Prevent RPM picking up a dep on gjs (rhbz 628604)
|
|
|
|
|
2010-08-06 09:15:21 +00:00
|
|
|
* Fri Aug 6 2010 Daniel P. Berrange <berrange@redhat.com> - 0.4.1-5
|
|
|
|
- Reset buffer offsets on connection close (rhbz 620843)
|
|
|
|
|
2010-08-05 14:00:29 +00:00
|
|
|
* Thu Aug 5 2010 Daniel P. Berrange <berrange@redhat.com> - 0.4.1-4
|
|
|
|
- Reset buffer pointer on connection close (rhbz 620843)
|
|
|
|
|
2010-07-22 01:49:59 +00:00
|
|
|
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.4.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
|
|
2010-07-15 18:55:08 +00:00
|
|
|
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.4.1-2
|
|
|
|
- Rebuild with new gobject-introspection
|
|
|
|
|
2010-07-14 10:46:25 +00:00
|
|
|
* Wed Jul 14 2010 Daniel P. Berrange <berrange@redhat.com> - 0.4.1-1
|
|
|
|
- Update to 0.4.1 release
|
|
|
|
|
2010-07-11 21:10:33 +00:00
|
|
|
* Sun Jul 11 2010 Daniel P. Berrange <berrange@redhat.com> - 0.4.0-1
|
|
|
|
- Update to 0.4.0 release
|
|
|
|
- Add new sub-packages for gvnc
|
|
|
|
|
2010-04-27 11:45:39 +00:00
|
|
|
* Tue Apr 27 2010 Daniel P. Berrange <berrange@redhat.com> - 0.3.10-3
|
|
|
|
- Drop VNC connection if the server sends a update spaning outside bounds of desktop (rhbz #540810)
|
|
|
|
- Fix gcrypt threading initialization (rhbz #537489)
|
|
|
|
|
2009-11-02 04:31:00 +00:00
|
|
|
* Tue Oct 20 2009 Matthias Clasen <mclaesn@redhat.com> - 0.3.10-1
|
|
|
|
- Update to 0.3.10
|
|
|
|
|
|
|
|
* Thu Oct 8 2009 Matthias Clasen <mclaesn@redhat.com> - 0.3.9-2
|
|
|
|
- Request a full screen refresh when receives a desktop-resize encoding
|
|
|
|
|
2009-08-11 13:49:35 +00:00
|
|
|
* Tue Aug 11 2009 Daniel P. Berrange <berrange@redhat.com> - 0.3.9-1
|
|
|
|
- Update to 0.3.9 release
|
|
|
|
|
2009-08-11 08:15:52 +00:00
|
|
|
* Tue Aug 11 2009 Ville Skyttä <ville.skytta@iki.fi> - 0.3.8-10
|
|
|
|
- Use bzipped upstream tarball.
|
|
|
|
|
2009-07-25 01:42:33 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-03-27 15:14:37 +00:00
|
|
|
* Fri Mar 27 2009 Daniel P. Berrange <berrange@redhat.com> - 0.3.8-8.fc11
|
|
|
|
- Fix ungrab when pointer type changes
|
|
|
|
|
2009-03-24 20:54:33 +00:00
|
|
|
* Tue Mar 24 2009 Daniel P. Berrange <berrange@redhat.com> - 0.3.8-7.fc11
|
|
|
|
- Fix release of keyboard grab when releasing mouse grab outside app window (rhbz #491167)
|
|
|
|
|
2009-03-05 16:10:38 +00:00
|
|
|
* Thu Mar 5 2009 Daniel P. Berrange <berrange@redhat.com> - 0.3.8-6.fc11
|
|
|
|
- Fix SASL address generation when using AF_UNIX sockets
|
|
|
|
|
2009-03-03 10:18:37 +00:00
|
|
|
* Tue Mar 3 2009 Daniel P. Berrange <berrange@redhat.com> - 0.3.8-5.fc11
|
|
|
|
- Support SASL authentication extension
|
|
|
|
|
2009-02-26 14:32:23 +00:00
|
|
|
* Thu Feb 26 2009 Daniel P. Berrange <berrange@redhat.com> - 0.3.8-4.fc11
|
|
|
|
- Fix relative mouse handling to avoid 'invisible wall'
|
|
|
|
|
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8-3.fc11
|
2009-02-25 01:53:46 +00:00
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-24 15:04:15 +00:00
|
|
|
* Tue Feb 24 2009 Daniel P. Berrange <berrange@redhat.com> - 0.3.8-2.fc11
|
|
|
|
- Update URLs to gnome.org hosting
|
|
|
|
|
2008-12-07 19:57:47 +00:00
|
|
|
* Sun Dec 7 2008 Daniel P. Berrange <berrange@redhat.com> - 0.3.8-1.fc11
|
|
|
|
- Update to 0.3.8 release
|
|
|
|
|
2008-11-29 16:37:12 +00:00
|
|
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.3.7-4
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2008-10-09 15:20:51 +00:00
|
|
|
* Thu Oct 9 2008 Daniel P. Berrange <berrange@redhat.com> - 0.3.7-3.fc10
|
|
|
|
- Avoid bogus framebuffer updates for psuedo-encodings
|
|
|
|
- Fix scancode translation for evdev
|
|
|
|
|
2008-09-25 12:14:27 +00:00
|
|
|
* Thu Sep 25 2008 Daniel P. Berrange <berrange@redhat.com> - 0.3.7-2.fc10
|
|
|
|
- Allow pointer ungrab keysequence if already grabbed (rhbz #463729)
|
|
|
|
|
2008-09-05 15:08:41 +00:00
|
|
|
* Fri Sep 5 2008 Matthias Clasen <mclasen@redhat.com> - 0.3.7-1
|
|
|
|
- Update to 0.3.7
|
|
|
|
|
2008-09-25 12:14:27 +00:00
|
|
|
* Thu Aug 28 2008 Daniel P. Berrange <berrange@redhat.com> - 0.3.6-4.fc10
|
2008-08-28 21:56:34 +00:00
|
|
|
- Fix key/mouse event propagation (rhbz #454627)
|
|
|
|
|
2008-07-07 18:18:27 +00:00
|
|
|
* Mon Jul 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.3.6-3
|
|
|
|
- fix conditional comparison
|
|
|
|
|
2008-06-25 10:12:14 +00:00
|
|
|
* Wed Jun 25 2008 Daniel P. Berrange <berrange@redhat.com> - 0.3.6-2.fc10
|
|
|
|
- Rebuild for GNU TLS ABI change
|
|
|
|
|
2008-05-07 16:07:09 +00:00
|
|
|
* Wed May 7 2008 Daniel P. Berrange <berrange@redhat.com> - 0.3.6-1.fc10
|
|
|
|
- Updated to 0.3.6 release
|
|
|
|
|
2008-04-25 14:39:07 +00:00
|
|
|
* Fri Apr 25 2008 Matthias Clasen <mclasen@redhat.com> - 0.3.5-1.fc9
|
|
|
|
- Update to 0.3.5
|
|
|
|
|
2008-04-04 14:01:51 +00:00
|
|
|
* Fri Apr 4 2008 Daniel P. Berrange <berrange@redhat.com> - 0.3.4-4.fc9
|
|
|
|
- Remove bogus chunk of render patch
|
|
|
|
|
2008-04-03 19:30:59 +00:00
|
|
|
* Thu Apr 3 2008 Daniel P. Berrange <berrange@redhat.com> - 0.3.4-3.fc9
|
|
|
|
- Fix OpenGL rendering artifacts (rhbz #440184)
|
|
|
|
|
2008-04-03 14:42:23 +00:00
|
|
|
* Thu Apr 3 2008 Daniel P. Berrange <berrange@redhat.com> - 0.3.4-2.fc9
|
|
|
|
- Fixed endianness conversions
|
|
|
|
- Fix makecontext() args crash on x86_64
|
|
|
|
- Fix protocol version negotiation
|
|
|
|
|
2008-03-07 17:58:33 +00:00
|
|
|
* Thu Mar 6 2008 Daniel P. Berrange <berrange@redhat.com> - 0.3.4-1.fc9
|
|
|
|
- Update to 0.3.4 release
|
|
|
|
- Fix crash with OpenGL scaling code
|
|
|
|
|
2008-02-03 22:28:04 +00:00
|
|
|
* Sun Feb 3 2008 Daniel P. Berrange <berrange@redhat.com> - 0.3.3-1.fc9
|
|
|
|
- Update to 0.3.3 release
|
|
|
|
|
2008-01-15 21:33:45 +00:00
|
|
|
* Mon Jan 14 2008 Daniel P. Berrange <berrange@redhat.com> - 0.3.2-2.fc9
|
|
|
|
- Track keystate to avoid stuck modifier keys
|
|
|
|
|
2007-12-31 17:57:01 +00:00
|
|
|
* Mon Dec 31 2007 Daniel P. Berrange <berrange@redhat.com> - 0.3.2-1.fc9
|
|
|
|
- Update to 0.3.2 release
|
|
|
|
- Added dep on zlib-devel
|
|
|
|
|
2007-12-13 18:27:01 +00:00
|
|
|
* Thu Dec 13 2007 Daniel P. Berrange <berrange@redhat.com> - 0.3.1-1.fc9
|
|
|
|
- Update to 0.3.1 release
|
|
|
|
|
2007-10-10 20:54:10 +00:00
|
|
|
* Thu Oct 10 2007 Daniel P. Berrange <berrange@redhat.com> - 0.2.0-4.fc8
|
|
|
|
- Fixed coroutine cleanup to avoid SEGV (rhbz #325731)
|
|
|
|
|
2007-10-05 01:53:20 +00:00
|
|
|
* Thu Oct 4 2007 Daniel P. Berrange <berrange@redhat.com> - 0.2.0-3.fc8
|
|
|
|
- Fixed coroutine caller to avoid SEGV
|
|
|
|
|
2007-09-26 20:06:31 +00:00
|
|
|
* Wed Sep 26 2007 Daniel P. Berrange <berrange@redhat.com> - 0.2.0-2.fc8
|
|
|
|
- Remove use of PROT_EXEC for coroutine stack (rhbz #307531 )
|
|
|
|
|
2007-09-14 04:30:57 +00:00
|
|
|
* Thu Sep 13 2007 Daniel P. Berrange <berrange@redhat.com> - 0.2.0-1.fc8
|
|
|
|
- Update to 0.2.0 release
|
|
|
|
|
2007-08-29 16:33:24 +00:00
|
|
|
* Wed Aug 29 2007 Daniel P. Berrange <berrange@redhat.com> - 0.1.0-5.fc8
|
|
|
|
- Fixed handling of mis-matched client/server colour depths
|
|
|
|
|
2007-08-22 22:48:51 +00:00
|
|
|
* Wed Aug 22 2007 Daniel P. Berrange <berrange@redhat.com> - 0.1.0-4.fc8
|
|
|
|
- Fix mixed endian handling & BGR pixel format (rhbz #253597)
|
|
|
|
- Clear widget areas outside of framebuffer (rhbz #253599)
|
|
|
|
- Fix off-by-one in python demo
|
|
|
|
|
2007-08-17 19:19:12 +00:00
|
|
|
* Thu Aug 16 2007 Daniel P. Berrange <berrange@redhat.com> - 0.1.0-3.fc8
|
|
|
|
- Tweaked post scripts
|
|
|
|
- Removed docs from sub-packages
|
|
|
|
- Explicitly set license to LGPLv2+
|
|
|
|
- Remove use of macro for install rule
|
|
|
|
|
|
|
|
* Wed Aug 15 2007 Daniel P. Berrange <berrange@redhat.com> - 0.1.0-2.fc8
|
|
|
|
- Added gnutls-devel requirement to -devel package
|
|
|
|
|
|
|
|
* Wed Aug 15 2007 Daniel P. Berrange <berrange@redhat.com> - 0.1.0-1.fc8
|
|
|
|
- Initial official release
|