Update to spice-gtk v0.29

This commit is contained in:
Marc-André Lureau 2015-06-15 18:43:31 +02:00
parent 5c1f6dbd30
commit 9b6294c8fd
2 changed files with 7 additions and 9 deletions

View File

@ -1 +1 @@
ad07d438ce6dfbb038aa8e28f5a2fb81 spice-gtk-0.28.tar.bz2
f84b8fd6a5e926dce07ec5ebb5f0caf3 spice-gtk-0.29.tar.bz2

View File

@ -1,8 +1,8 @@
#define _version_suffix
Name: spice-gtk
Version: 0.28
Release: 3%{?dist}
Version: 0.29
Release: 1%{?dist}
Summary: A GTK+ widget for SPICE clients
Group: System Environment/Libraries
@ -10,9 +10,6 @@ License: LGPLv2+
URL: http://spice-space.org/page/Spice-Gtk
#VCS: git:git://anongit.freedesktop.org/spice/spice-gtk
Source0: http://www.spice-space.org/download/gtk/%{name}-%{version}%{?_version_suffix}.tar.bz2
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
BuildRequires: intltool
BuildRequires: gtk2-devel >= 2.14
@ -137,9 +134,7 @@ if [ -n '%{?_version_suffix}' ]; then
fi
pushd spice-gtk-%{version}
%patch1 -p1
%patch2 -p1
%patch3 -p1
#%patch1 -p1
find . -name '*.stamp' | xargs touch
popd
@ -258,6 +253,9 @@ rm -rf %{buildroot}%{_datadir}/pkgconfig/spice-protocol.pc
%{_bindir}/spicy-stats
%changelog
* Mon Jun 15 2015 Marc-Andre Lureau <marcandre.lureau@redhat.com> 0.29-1
- Update to spice-gtk v0.29
* 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