diff --git a/sources b/sources index 57cfd7d..07ca983 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ad07d438ce6dfbb038aa8e28f5a2fb81 spice-gtk-0.28.tar.bz2 +f84b8fd6a5e926dce07ec5ebb5f0caf3 spice-gtk-0.29.tar.bz2 diff --git a/spice-gtk.spec b/spice-gtk.spec index 382da3c..b6ca792 100644 --- a/spice-gtk.spec +++ b/spice-gtk.spec @@ -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 0.29-1 +- Update to spice-gtk v0.29 + * Mon May 11 2015 Marc-Andre Lureau 0.28-3 - Fix audio and usb channels with GNOME Boxes. Resolves: rhbz#1220026