2013-01-23 10:05:30 +00:00
|
|
|
#define _version_suffix
|
2011-01-27 21:18:26 +00:00
|
|
|
|
2011-01-09 20:59:47 +00:00
|
|
|
Name: spice-gtk
|
2015-03-04 14:29:38 +00:00
|
|
|
Version: 0.28
|
2015-05-11 09:10:13 +00:00
|
|
|
Release: 3%{?dist}
|
2012-01-17 13:43:28 +00:00
|
|
|
Summary: A GTK+ widget for SPICE clients
|
2011-01-09 20:59:47 +00:00
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://spice-space.org/page/Spice-Gtk
|
2012-08-22 22:18:03 +00:00
|
|
|
#VCS: git:git://anongit.freedesktop.org/spice/spice-gtk
|
2011-07-26 16:54:50 +00:00
|
|
|
Source0: http://www.spice-space.org/download/gtk/%{name}-%{version}%{?_version_suffix}.tar.bz2
|
2015-05-11 09:10:13 +00:00
|
|
|
Patch1: 0001-channel-usbredir-Do-not-stop-event-listening-if-Spic.patch
|
|
|
|
Patch2: 0002-audio-channel-new-handler-to-be-after-default-handle.patch
|
|
|
|
Patch3: 0003-usb-channel-new-handler-to-be-after-default-handlers.patch
|
2013-10-17 12:31:55 +00:00
|
|
|
|
2011-01-09 20:59:47 +00:00
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: gtk2-devel >= 2.14
|
2012-09-25 20:41:39 +00:00
|
|
|
BuildRequires: usbredir-devel >= 0.5.2
|
2011-09-02 14:33:11 +00:00
|
|
|
BuildRequires: libusb1-devel >= 1.0.9
|
|
|
|
BuildRequires: libgudev1-devel
|
2011-01-09 20:59:47 +00:00
|
|
|
BuildRequires: pixman-devel openssl-devel libjpeg-turbo-devel
|
2014-02-10 16:08:58 +00:00
|
|
|
BuildRequires: celt051-devel pulseaudio-libs-devel opus-devel
|
2011-01-09 20:59:47 +00:00
|
|
|
BuildRequires: pygtk2-devel python-devel zlib-devel
|
2011-05-24 08:59:03 +00:00
|
|
|
BuildRequires: cyrus-sasl-devel
|
2011-07-25 16:05:23 +00:00
|
|
|
BuildRequires: libcacard-devel
|
2011-01-09 20:59:47 +00:00
|
|
|
BuildRequires: gobject-introspection-devel
|
2013-03-14 18:54:18 +00:00
|
|
|
BuildRequires: dbus-glib-devel
|
2012-01-17 13:43:28 +00:00
|
|
|
BuildRequires: libacl-devel
|
|
|
|
BuildRequires: polkit-devel
|
2011-01-09 20:59:47 +00:00
|
|
|
BuildRequires: gtk-doc
|
2012-01-17 13:43:28 +00:00
|
|
|
BuildRequires: vala-tools
|
2012-03-20 20:49:29 +00:00
|
|
|
BuildRequires: usbutils
|
2015-03-04 15:07:11 +00:00
|
|
|
BuildRequires: libsoup-devel >= 2.49.91
|
2015-03-31 17:07:46 +00:00
|
|
|
BuildRequires: libphodav-devel
|
2014-12-12 10:55:08 +00:00
|
|
|
BuildRequires: lz4-devel
|
2011-01-27 21:18:26 +00:00
|
|
|
BuildRequires: gtk3-devel
|
2015-03-04 15:13:41 +00:00
|
|
|
|
2012-04-24 12:17:54 +00:00
|
|
|
# FIXME: should ship the generated files..
|
|
|
|
BuildRequires: pyparsing
|
2012-05-15 00:50:30 +00:00
|
|
|
# keep me to get gendeps magic happen
|
|
|
|
BuildRequires: spice-protocol
|
2012-01-17 13:43:28 +00:00
|
|
|
Requires: spice-glib%{?_isa} = %{version}-%{release}
|
2011-01-09 20:59:47 +00:00
|
|
|
|
2013-02-06 18:44:46 +00:00
|
|
|
|
2011-01-09 20:59:47 +00:00
|
|
|
%description
|
|
|
|
Client libraries for SPICE desktop servers.
|
|
|
|
|
|
|
|
%package devel
|
2011-01-27 21:18:26 +00:00
|
|
|
Summary: Development files to build GTK2 applications with spice-gtk-2.0
|
2011-01-09 20:59:47 +00:00
|
|
|
Group: Development/Libraries
|
2012-01-17 13:43:28 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: spice-glib-devel%{?_isa} = %{version}-%{release}
|
2011-01-09 20:59:47 +00:00
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: gtk2-devel
|
|
|
|
|
|
|
|
%description devel
|
2011-01-27 21:18:26 +00:00
|
|
|
spice-client-gtk-2.0 provides a SPICE viewer widget for GTK2.
|
|
|
|
|
|
|
|
Libraries, includes, etc. to compile with the spice-gtk2 libraries
|
|
|
|
|
|
|
|
%package -n spice-glib
|
|
|
|
Summary: A GObject for communicating with Spice servers
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
%description -n spice-glib
|
|
|
|
spice-client-glib-2.0 is a SPICE client library for GLib2.
|
|
|
|
|
|
|
|
%package -n spice-glib-devel
|
|
|
|
Summary: Development files to build Glib2 applications with spice-glib-2.0
|
|
|
|
Group: Development/Libraries
|
2012-01-17 13:43:28 +00:00
|
|
|
Requires: spice-glib%{?_isa} = %{version}-%{release}
|
2011-01-27 21:18:26 +00:00
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: glib2-devel
|
|
|
|
|
|
|
|
%description -n spice-glib-devel
|
|
|
|
spice-client-glib-2.0 is a SPICE client library for GLib2.
|
|
|
|
|
|
|
|
Libraries, includes, etc. to compile with the spice-glib-2.0 libraries
|
|
|
|
|
|
|
|
%package -n spice-gtk3
|
2011-11-14 17:58:10 +00:00
|
|
|
Summary: A GTK3 widget for SPICE clients
|
2011-01-27 21:18:26 +00:00
|
|
|
Group: Development/Libraries
|
2012-01-17 13:43:28 +00:00
|
|
|
Requires: spice-glib%{?_isa} = %{version}-%{release}
|
2011-01-27 21:18:26 +00:00
|
|
|
|
|
|
|
%description -n spice-gtk3
|
|
|
|
spice-client-glib-3.0 is a SPICE client library for Gtk3.
|
|
|
|
|
|
|
|
%package -n spice-gtk3-devel
|
2011-11-14 17:58:10 +00:00
|
|
|
Summary: Development files to build GTK3 applications with spice-gtk-3.0
|
2011-01-27 21:18:26 +00:00
|
|
|
Group: Development/Libraries
|
2012-01-17 13:43:28 +00:00
|
|
|
Requires: spice-gtk3%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: spice-glib-devel%{?_isa} = %{version}-%{release}
|
2011-01-27 21:18:26 +00:00
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: gtk3-devel
|
|
|
|
|
|
|
|
%description -n spice-gtk3-devel
|
|
|
|
spice-client-gtk-3.0 provides a SPICE viewer widget for GTK3.
|
2011-01-09 20:59:47 +00:00
|
|
|
|
2011-01-27 21:18:26 +00:00
|
|
|
Libraries, includes, etc. to compile with the spice-gtk3 libraries
|
2012-01-17 13:43:28 +00:00
|
|
|
|
|
|
|
%package -n spice-gtk3-vala
|
|
|
|
Summary: Vala bindings for the spice-gtk-3.0 library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: spice-gtk3%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: spice-gtk3-devel%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n spice-gtk3-vala
|
|
|
|
A module allowing use of the spice-gtk-3.0 widget from vala
|
2011-01-09 20:59:47 +00:00
|
|
|
|
|
|
|
%package python
|
2011-01-27 21:18:26 +00:00
|
|
|
Summary: Python bindings for the spice-gtk-2.0 library
|
2011-01-09 20:59:47 +00:00
|
|
|
Group: Development/Libraries
|
2012-01-25 09:23:55 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2011-01-09 20:59:47 +00:00
|
|
|
|
|
|
|
%description python
|
2011-01-27 21:18:26 +00:00
|
|
|
SpiceClientGtk module provides a SPICE viewer widget for GTK2.
|
2011-01-09 20:59:47 +00:00
|
|
|
|
2011-01-27 21:18:26 +00:00
|
|
|
A module allowing use of the spice-gtk-2.0 widget from python
|
2011-01-09 20:59:47 +00:00
|
|
|
|
|
|
|
%package tools
|
|
|
|
Summary: Spice-gtk tools
|
|
|
|
Group: Applications/Internet
|
2014-09-24 10:40:18 +00:00
|
|
|
Requires: spice-gtk3%{?_isa} = %{version}-%{release}
|
2011-01-09 20:59:47 +00:00
|
|
|
|
|
|
|
%description tools
|
|
|
|
Simple clients for interacting with SPICE servers.
|
|
|
|
spicy is a client to a SPICE desktop server.
|
2013-04-11 09:29:14 +00:00
|
|
|
spicy-screenshot is a tool to capture screen-shots of a SPICE desktop.
|
2011-01-09 20:59:47 +00:00
|
|
|
|
2012-01-17 13:43:28 +00:00
|
|
|
|
2011-01-09 20:59:47 +00:00
|
|
|
%prep
|
2011-07-26 16:54:50 +00:00
|
|
|
%setup -q -n spice-gtk-%{version}%{?_version_suffix} -c
|
2014-12-16 17:49:11 +00:00
|
|
|
|
2011-07-26 16:54:50 +00:00
|
|
|
if [ -n '%{?_version_suffix}' ]; then
|
|
|
|
mv spice-gtk-%{version}%{?_version_suffix} spice-gtk-%{version}
|
|
|
|
fi
|
2011-02-11 16:58:25 +00:00
|
|
|
|
2013-09-30 00:42:03 +00:00
|
|
|
pushd spice-gtk-%{version}
|
2015-05-11 09:10:13 +00:00
|
|
|
%patch1 -p1
|
|
|
|
%patch2 -p1
|
|
|
|
%patch3 -p1
|
2013-09-30 00:42:03 +00:00
|
|
|
find . -name '*.stamp' | xargs touch
|
|
|
|
popd
|
2012-09-07 15:49:45 +00:00
|
|
|
|
2011-01-27 21:18:26 +00:00
|
|
|
cp -a spice-gtk-%{version} spice-gtk3-%{version}
|
2011-01-09 20:59:47 +00:00
|
|
|
|
|
|
|
%build
|
2011-01-27 21:18:26 +00:00
|
|
|
|
2015-03-04 15:07:11 +00:00
|
|
|
CONFIGURE_ARGS="
|
|
|
|
--enable-gtk-doc
|
|
|
|
--enable-webdav
|
|
|
|
--with-usb-acl-helper-dir=%{_libexecdir}/spice-gtk-%{_arch}/
|
|
|
|
--enable-lz4
|
|
|
|
"
|
|
|
|
|
2011-01-27 21:18:26 +00:00
|
|
|
cd spice-gtk-%{version}
|
2015-03-04 15:07:11 +00:00
|
|
|
%configure $CONFIGURE_ARGS --with-gtk=2.0
|
2011-01-27 21:18:26 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
cd ..
|
|
|
|
|
|
|
|
cd spice-gtk3-%{version}
|
2015-03-04 15:27:36 +00:00
|
|
|
%configure $CONFIGURE_ARGS --with-gtk=3.0 --enable-vala
|
2011-01-09 20:59:47 +00:00
|
|
|
make %{?_smp_mflags}
|
2011-01-27 21:18:26 +00:00
|
|
|
cd ..
|
2011-01-09 20:59:47 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2011-01-27 21:18:26 +00:00
|
|
|
|
2014-09-24 10:40:18 +00:00
|
|
|
cd spice-gtk-%{version}
|
2011-01-09 20:59:47 +00:00
|
|
|
make install DESTDIR=%{buildroot}
|
2011-01-27 21:18:26 +00:00
|
|
|
cd ..
|
|
|
|
|
2014-09-24 10:40:18 +00:00
|
|
|
cd spice-gtk3-%{version}
|
2011-01-27 21:18:26 +00:00
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
cd ..
|
|
|
|
|
2011-01-09 20:59:47 +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
|
2012-08-08 11:48:51 +00:00
|
|
|
|
|
|
|
# needed because of the upstream issue described in
|
|
|
|
# http://lists.freedesktop.org/archives/spice-devel/2012-August/010343.html
|
|
|
|
# these are unwanted spice-protocol files
|
|
|
|
rm -rf %{buildroot}%{_includedir}/spice-1
|
|
|
|
rm -rf %{buildroot}%{_datadir}/pkgconfig/spice-protocol.pc
|
|
|
|
|
2011-01-09 20:59:47 +00:00
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
2012-01-17 13:43:28 +00:00
|
|
|
%post -n spice-glib -p /sbin/ldconfig
|
|
|
|
%postun -n spice-glib -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n spice-gtk3 -p /sbin/ldconfig
|
|
|
|
%postun -n spice-gtk3 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
2011-01-09 20:59:47 +00:00
|
|
|
%files
|
2011-01-27 21:18:26 +00:00
|
|
|
%doc spice-gtk-%{version}/AUTHORS
|
|
|
|
%doc spice-gtk-%{version}/COPYING
|
|
|
|
%doc spice-gtk-%{version}/README
|
|
|
|
%doc spice-gtk-%{version}/NEWS
|
|
|
|
%{_libdir}/libspice-client-gtk-2.0.so.*
|
|
|
|
%{_libdir}/girepository-1.0/SpiceClientGtk-2.0.typelib
|
2014-10-29 17:27:25 +00:00
|
|
|
%{_mandir}/man1/spice-client.1*
|
2011-01-09 20:59:47 +00:00
|
|
|
|
|
|
|
%files devel
|
2011-01-27 21:18:26 +00:00
|
|
|
%{_libdir}/libspice-client-gtk-2.0.so
|
|
|
|
%{_includedir}/spice-client-gtk-2.0
|
|
|
|
%{_libdir}/pkgconfig/spice-client-gtk-2.0.pc
|
|
|
|
%{_datadir}/gir-1.0/SpiceClientGtk-2.0.gir
|
|
|
|
|
|
|
|
%files -n spice-glib -f %{name}.lang
|
|
|
|
%{_libdir}/libspice-client-glib-2.0.so.*
|
2011-05-19 15:19:29 +00:00
|
|
|
%{_libdir}/libspice-controller.so.*
|
2011-01-27 21:18:26 +00:00
|
|
|
%{_libdir}/girepository-1.0/SpiceClientGLib-2.0.typelib
|
2013-01-23 10:04:53 +00:00
|
|
|
%dir %{_libexecdir}/spice-gtk-%{_arch}/
|
2013-08-28 09:41:36 +00:00
|
|
|
%attr(4755, root, root) %{_libexecdir}/spice-gtk-%{_arch}/spice-client-glib-usb-acl-helper
|
2012-01-17 13:43:28 +00:00
|
|
|
%{_datadir}/polkit-1/actions/org.spice-space.lowlevelusbaccess.policy
|
2011-01-27 21:18:26 +00:00
|
|
|
|
|
|
|
%files -n spice-glib-devel
|
|
|
|
%{_libdir}/libspice-client-glib-2.0.so
|
2011-05-19 15:19:29 +00:00
|
|
|
%{_libdir}/libspice-controller.so
|
2011-01-27 21:18:26 +00:00
|
|
|
%{_includedir}/spice-client-glib-2.0
|
2013-01-23 10:04:53 +00:00
|
|
|
%{_includedir}/spice-controller
|
2011-01-27 21:18:26 +00:00
|
|
|
%{_libdir}/pkgconfig/spice-client-glib-2.0.pc
|
2011-05-19 15:19:29 +00:00
|
|
|
%{_libdir}/pkgconfig/spice-controller.pc
|
2011-01-27 21:18:26 +00:00
|
|
|
%{_datadir}/gir-1.0/SpiceClientGLib-2.0.gir
|
2011-05-19 15:19:29 +00:00
|
|
|
%{_datadir}/vala/vapi/spice-protocol.vapi
|
2011-01-09 20:59:47 +00:00
|
|
|
%doc %{_datadir}/gtk-doc/html/*
|
|
|
|
|
2011-01-27 21:18:26 +00:00
|
|
|
%files -n spice-gtk3
|
|
|
|
%{_libdir}/libspice-client-gtk-3.0.so.*
|
|
|
|
%{_libdir}/girepository-1.0/SpiceClientGtk-3.0.typelib
|
|
|
|
|
|
|
|
%files -n spice-gtk3-devel
|
|
|
|
%{_libdir}/libspice-client-gtk-3.0.so
|
|
|
|
%{_includedir}/spice-client-gtk-3.0
|
|
|
|
%{_libdir}/pkgconfig/spice-client-gtk-3.0.pc
|
|
|
|
%{_datadir}/gir-1.0/SpiceClientGtk-3.0.gir
|
2012-01-17 13:43:28 +00:00
|
|
|
|
|
|
|
%files -n spice-gtk3-vala
|
|
|
|
%{_datadir}/vala/vapi/spice-client-glib-2.0.deps
|
|
|
|
%{_datadir}/vala/vapi/spice-client-glib-2.0.vapi
|
|
|
|
%{_datadir}/vala/vapi/spice-client-gtk-3.0.deps
|
|
|
|
%{_datadir}/vala/vapi/spice-client-gtk-3.0.vapi
|
2011-01-27 21:18:26 +00:00
|
|
|
|
2011-01-09 20:59:47 +00:00
|
|
|
%files python
|
|
|
|
%{_libdir}/python*/site-packages/SpiceClientGtk.so
|
|
|
|
|
2011-01-27 21:18:26 +00:00
|
|
|
%files tools
|
2011-01-09 20:59:47 +00:00
|
|
|
%{_bindir}/spicy
|
2013-04-11 09:29:14 +00:00
|
|
|
%{_bindir}/spicy-screenshot
|
2011-07-25 15:17:47 +00:00
|
|
|
%{_bindir}/spicy-stats
|
2011-01-09 20:59:47 +00:00
|
|
|
|
|
|
|
%changelog
|
2015-05-11 09:10:13 +00:00
|
|
|
* Mon May 11 2015 Marc-Andre Lureau <marcandre.lureau@redhat.com> 0.28-3
|
|
|
|
- Fix audio and usb channels with GNOME Boxes.
|
|
|
|
Resolves: rhbz#1220026
|
|
|
|
|
2015-03-31 17:07:33 +00:00
|
|
|
* Tue Mar 31 2015 Christophe Fergeau <cfergeau@redhat.com> 0.28-2
|
|
|
|
- Add upstream patch fixing an USB redirection crash
|
|
|
|
Resolves: rhbz#1182226
|
2015-03-31 17:07:46 +00:00
|
|
|
- Adjust build requires to new naming of phodav package
|
2015-03-31 17:07:33 +00:00
|
|
|
|
2015-03-04 14:29:38 +00:00
|
|
|
* Wed Mar 4 2015 Marc-André Lureau <marcandre.lureau@redhat.com> 0.28-1
|
|
|
|
- Update to spice-gtk v0.28
|
|
|
|
|
2015-02-23 09:50:04 +00:00
|
|
|
* Mon Feb 23 2015 Christophe Fergeau <cfergeau@redhat.com> 0.27-6
|
|
|
|
- Rebuild for phodav soname bump
|
|
|
|
|
2015-01-27 16:56:13 +00:00
|
|
|
* Tue Jan 27 2015 Marc-André Lureau <marcandre.lureau@redhat.com> 0.27-5
|
|
|
|
- Fix reconnection on same session regressions introduced in 27-2.
|
|
|
|
|
2014-12-12 10:55:08 +00:00
|
|
|
* Tue Dec 30 2014 Christophe Fergeau <cfergeau@redhat.com> 0.27-4
|
|
|
|
- Enable lz4 support
|
|
|
|
|
2014-12-22 12:14:54 +00:00
|
|
|
* Mon Dec 22 2014 Marc-André Lureau <marcandre.lureau@redhat.com> 0.27-3
|
|
|
|
- Fix usbredir crash on disconnection.
|
|
|
|
|
2014-12-16 17:49:11 +00:00
|
|
|
* Tue Dec 16 2014 Marc-André Lureau <marcandre.lureau@redhat.com> 0.27-2
|
|
|
|
- Fix authentication error handling regression.
|
|
|
|
|
2014-12-11 14:55:01 +00:00
|
|
|
* Thu Dec 11 2014 Marc-André Lureau <marcandre.lureau@redhat.com> 0.27-1
|
|
|
|
- Update to spice-gtk v0.27
|
|
|
|
|
2014-10-29 17:27:25 +00:00
|
|
|
* Wed Oct 29 2014 Christophe Fergeau <cfergeau@redhat.com> 0.26-1
|
|
|
|
- Update to spice-gtk v0.26
|
|
|
|
|
2014-09-24 10:40:18 +00:00
|
|
|
* Wed Sep 24 2014 Christophe Fergeau <cfergeau@redhat.com> 0.25-6
|
|
|
|
- Run make install in gtk3 build after doing so in gtk2 build, otherwise
|
|
|
|
we'll end up packaging gtk2 builds of spicy et al in spice-client-tools
|
|
|
|
instead of gtk3 ones (#1145829)
|
|
|
|
|
2014-08-20 16:46:51 +00:00
|
|
|
* Wed Aug 20 2014 Kalev Lember <kalevlember@gmail.com> - 0.25-5
|
|
|
|
- Rebuilt for rpm dependency generator failure (#1131892)
|
|
|
|
|
2014-08-18 03:22:17 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.25-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-22 18:24:08 +00:00
|
|
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.25-3
|
|
|
|
- Rebuilt for gobject-introspection 1.41.4
|
|
|
|
|
2014-06-08 06:57:38 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.25-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-16 09:13:54 +00:00
|
|
|
* Tue Feb 25 2014 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.25-1
|
|
|
|
- Update to upstream release v0.25
|
|
|
|
- Added phodav dependency
|
|
|
|
|
2014-02-25 15:44:01 +00:00
|
|
|
* Tue Feb 25 2014 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.23-2
|
|
|
|
- Fix crash on finishing display rhbz#1069546
|
|
|
|
|
2014-02-10 16:08:58 +00:00
|
|
|
* Mon Feb 10 2014 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.23-1
|
|
|
|
- Update to spice-gtk 0.23
|
|
|
|
|
2013-11-27 10:47:47 +00:00
|
|
|
* Wed Nov 27 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.22-1
|
|
|
|
- Update to spice-gtk 0.22
|
|
|
|
|
2013-11-17 17:57:21 +00:00
|
|
|
* Sun Nov 17 2013 Cole Robinson <crobinso@redhat.com> - 0.21-5
|
|
|
|
- Fix grub graphical corruption after VM reboot (bz #1017955)
|
|
|
|
|
2013-10-17 12:31:55 +00:00
|
|
|
* Mon Oct 21 2013 Alon Levy <alevy@redhat.com> - 0.21-4
|
|
|
|
- Fix mono invert only cursor contract. rhbz#998529
|
|
|
|
|
2013-10-03 14:12:04 +00:00
|
|
|
* Thu Oct 3 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.21-3
|
|
|
|
- Fix palette cache regression. rhbz#1011936
|
|
|
|
|
2013-09-30 00:42:03 +00:00
|
|
|
* Mon Sep 30 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.21-2
|
|
|
|
- Fix usbredir being broken in 0.21 release
|
|
|
|
|
2013-09-18 16:47:43 +00:00
|
|
|
* Wed Sep 18 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.21-1
|
|
|
|
- Update to spice-gtk 0.21
|
|
|
|
|
2013-09-13 12:02:24 +00:00
|
|
|
* Fri Sep 13 2013 Christophe Fergeau <cfergeau@redhat.com> 0.20-6
|
|
|
|
- Add misc upstream patches fixing various 0.20 bugs
|
|
|
|
|
2013-08-28 19:00:40 +00:00
|
|
|
* Wed Aug 28 2013 Alon Levy <alevy@redhat.com> - 0.20-5
|
|
|
|
- Fix wrong mono cursor local rendering (rhbz#998529)
|
|
|
|
|
2013-08-28 09:41:36 +00:00
|
|
|
* Wed Aug 28 2013 Hans de Goede <hdegoede@redhat.com> - 0.20-4
|
|
|
|
- Fix the spice-client-glib-usb-acl-helper no longer being suid root
|
|
|
|
|
2013-08-04 15:32:03 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-06 13:10:36 +00:00
|
|
|
* Sat Jul 6 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.20-2
|
|
|
|
- Fix spice_channel_string_to_type symbol visibility (rhbz#981815)
|
|
|
|
|
2013-06-26 15:51:53 +00:00
|
|
|
* Wed Jun 26 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.20-1
|
|
|
|
- Update to spice-gtk 0.20
|
|
|
|
|
2013-04-11 09:29:14 +00:00
|
|
|
* Thu Apr 11 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.19-1
|
|
|
|
- Update to spice-gtk 0.19
|
|
|
|
|
2013-03-14 18:54:18 +00:00
|
|
|
* Thu Mar 14 2013 Hans de Goede <hdegoede@redhat.com> - 0.18-2
|
|
|
|
- Fix "Warning no automount-inhibiting implementation available" warnings
|
|
|
|
|
2013-02-13 16:00:25 +00:00
|
|
|
* Wed Feb 13 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.18-1
|
|
|
|
- Update to spice-gtk 0.18
|
|
|
|
|
2013-02-06 15:21:18 +00:00
|
|
|
* Wed Feb 6 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.17-1
|
|
|
|
- Update to spice-gtk 0.17
|
|
|
|
|
2013-01-31 00:27:47 +00:00
|
|
|
* Thu Jan 31 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.16-2
|
|
|
|
- Remove perl-text-csv build requirement. (rhbz#873174)
|
|
|
|
|
2013-01-12 00:20:41 +00:00
|
|
|
* Sat Jan 12 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.16-1
|
|
|
|
- Update to spice-gtk 0.16
|
|
|
|
|
2012-12-31 16:21:53 +00:00
|
|
|
* Mon Dec 31 2012 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.15.3-1
|
|
|
|
- Update to spice-gtk 0.15.3, fixes TLS & password regressions
|
|
|
|
|
2012-12-21 20:41:50 +00:00
|
|
|
* Fri Dec 21 2012 Christophe Fergeau <cfergeau@redhat.com> - 0.15-2
|
|
|
|
- Update to spice-gtk 0.15
|
|
|
|
|
2012-10-25 16:11:52 +00:00
|
|
|
* Thu Oct 25 2012 Christophe Fergeau <cfergeau@redhat.com> - 0.14-2
|
|
|
|
- Add various upstream patches
|
|
|
|
|
2012-09-21 08:31:47 +00:00
|
|
|
* Fri Sep 21 2012 Christophe Fergeau <cfergeau@redhat.com> - 0.14-1
|
|
|
|
- Update to 0.14 release
|
|
|
|
|
2012-09-14 09:09:09 +00:00
|
|
|
* Fri Sep 14 2012 Christophe Fergeau <cfergeau@redhat.com> - 0.13.29-4
|
|
|
|
- Add patch fixing CVE 2012-4425
|
|
|
|
|
2012-09-13 14:12:44 +00:00
|
|
|
* Thu Sep 13 2012 Christophe Fergeau <cfergeau@redhat.com> - 0.13.29-3
|
|
|
|
- Run autoreconf after applying patch 2 as it only modifies Makefile.am
|
|
|
|
|
2012-09-11 13:18:49 +00:00
|
|
|
* Tue Sep 11 2012 Christophe Fergeau <cfergeau@redhat.com> - 0.13.29-2
|
|
|
|
- Add patch to fix symbol versioning
|
|
|
|
|
2012-09-07 15:49:45 +00:00
|
|
|
* Fri Sep 7 2012 Hans de Goede <hdegoede@redhat.com> - 0.13.29-1
|
|
|
|
- Update to the spice-gtk 0.13.29 development release
|
|
|
|
- Rebuild for new usbredir
|
|
|
|
|
2012-09-03 07:28:02 +00:00
|
|
|
* Mon Sep 03 2012 Christophe Fergeau <cfergeau@redhat.com> - 0.13-2
|
|
|
|
- Update to spice-gtk 0.13
|
|
|
|
|
2012-08-07 12:11:33 +00:00
|
|
|
* Tue Aug 07 2012 Christophe Fergeau <cfergeau@redhat.com> - 0.12.101-1
|
|
|
|
- Update to the spice-gtk 0.12.101 development release (needed by Boxes
|
|
|
|
3.5.5)
|
|
|
|
|
2012-07-21 20:37:06 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-05-15 00:50:30 +00:00
|
|
|
* Tue May 15 2012 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.12-4
|
|
|
|
- re-Add back spice-protocol BuildRequires to help some deps magic happen
|
|
|
|
|
|
|
|
* Thu May 10 2012 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.12-3
|
2012-05-10 11:15:12 +00:00
|
|
|
- Fix Spice.Audio constructor Python binding
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=820335
|
|
|
|
|
2012-05-15 00:50:30 +00:00
|
|
|
* Wed May 2 2012 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.12-2
|
2012-05-02 13:46:15 +00:00
|
|
|
- Fix virt-manager console not showing up, rhbz#818169
|
|
|
|
|
2012-04-24 11:49:52 +00:00
|
|
|
* Tue Apr 24 2012 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.12-1
|
|
|
|
- New upstream release 0.12
|
|
|
|
|
2012-04-10 14:16:36 +00:00
|
|
|
* Tue Apr 10 2012 Christophe Fergeau <cfergeau@redhat.com> - 0.11-5
|
|
|
|
- Fix build on PPC
|
|
|
|
- Remove ExclusiveArch. While spice-gtk will build on ARM and PPC, it
|
|
|
|
hasn't been tested on these arch, so there may be some bugs.
|
|
|
|
|
2012-03-20 20:49:29 +00:00
|
|
|
* Tue Mar 20 2012 Hans de Goede <hdegoede@redhat.com> - 0.11-4
|
|
|
|
- Add missing BuildRequires: usbutils, so that we get proper USB device
|
|
|
|
descriptions in the USB device selection menu
|
|
|
|
|
2012-03-14 15:28:19 +00:00
|
|
|
* Wed Mar 14 2012 Hans de Goede <hdegoede@redhat.com> - 0.11-3
|
|
|
|
- Fix a crash triggered when trying to view a usbredir enabled vm from
|
|
|
|
virt-manager
|
|
|
|
|
2012-03-12 12:11:50 +00:00
|
|
|
* Mon Mar 12 2012 Hans de Goede <hdegoede@redhat.com> - 0.11-2
|
|
|
|
- Add back spice-protocol BuildRequires to help some deps magic happen
|
|
|
|
|
2012-03-09 13:48:40 +00:00
|
|
|
* Fri Mar 9 2012 Hans de Goede <hdegoede@redhat.com> - 0.11-1
|
|
|
|
- New upstream release 0.11
|
|
|
|
- Fix multilib conflict in spice-glib
|
|
|
|
|
2012-02-23 23:56:37 +00:00
|
|
|
* Thu Feb 23 2012 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.10-1
|
|
|
|
- New upstream release 0.10
|
|
|
|
|
2012-01-31 13:49:43 +00:00
|
|
|
* Mon Jan 30 2012 Hans de Goede <hdegoede@redhat.com> - 0.9-1
|
|
|
|
- New upstream release 0.9
|
|
|
|
|
2012-01-17 13:43:28 +00:00
|
|
|
* Mon Jan 16 2012 Hans de Goede <hdegoede@redhat.com> - 0.8-1
|
|
|
|
- New upstream release 0.8
|
|
|
|
- Various small specfile improvements
|
|
|
|
- Enable vala bindings
|
|
|
|
|
2012-01-14 04:13:40 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.39-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-14 17:58:10 +00:00
|
|
|
* Mon Nov 14 2011 Adam Jackson <ajax@redhat.com> 0.7.39-2
|
|
|
|
- Rebuild to break bogus libpng dependency
|
|
|
|
- Fix summaries for gtk3 subpackages to not talk about gtk2
|
|
|
|
|
2011-09-02 14:33:11 +00:00
|
|
|
* Fri Sep 2 2011 Hans de Goede <hdegoede@redhat.com> - 0.7.39-1
|
|
|
|
- Update to git snapshot 0.7.39-ab64, to add usbredir support
|
|
|
|
|
2011-07-26 16:54:50 +00:00
|
|
|
* Tue Jul 26 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.7.1-1
|
|
|
|
- Upstream version 0.7.1-d5a8 (fix libtool versionning)
|
|
|
|
|
2011-07-25 15:17:47 +00:00
|
|
|
* Tue Jul 19 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.7-1
|
|
|
|
- Upstream release 0.7
|
|
|
|
|
2011-05-25 09:39:31 +00:00
|
|
|
* Wed May 25 2011 Christophe Fergeau <cfergeau@redhat.com> - 0.6-1
|
|
|
|
- Upstream release 0.6
|
|
|
|
|
2011-03-01 13:05:19 +00:00
|
|
|
* Tue Mar 1 2011 Hans de Goede <hdegoede@redhat.com> - 0.5-6
|
|
|
|
- Fix spice-glib requires in .pc file (#680314)
|
|
|
|
|
2011-02-11 16:58:25 +00:00
|
|
|
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> - 0.5-5
|
|
|
|
- Fix build against glib 2.28
|
|
|
|
|
2011-02-11 03:57:26 +00:00
|
|
|
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 0.5-4
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2011-02-09 15:35:24 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-02 19:38:21 +00:00
|
|
|
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 0.5-2
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2011-01-27 21:18:26 +00:00
|
|
|
* Thu Jan 27 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.5-1
|
|
|
|
- Upstream release 0.5
|
|
|
|
|
|
|
|
* Fri Jan 14 2011 Daniel P. Berrange <berrange@redhat.com> - 0.4-2
|
|
|
|
- Add support for parallel GTK3 build
|
|
|
|
|
2011-01-10 09:08:44 +00:00
|
|
|
* Mon Jan 10 2011 Dan Horák <dan[at]danny.cz> - 0.4-2
|
|
|
|
- add ExclusiveArch as only x86 is supported
|
|
|
|
|
2011-01-09 20:59:47 +00:00
|
|
|
* Sun Jan 09 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.4-1
|
|
|
|
- Upstream release 0.4
|
|
|
|
- Initial release (#657403)
|
|
|
|
|
|
|
|
* Thu Nov 25 2010 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.1.0-1
|
|
|
|
- Initial packaging
|