Update to spice-gtk v0.29
This commit is contained in:
parent
5c1f6dbd30
commit
9b6294c8fd
2
sources
2
sources
@ -1 +1 @@
|
|||||||
ad07d438ce6dfbb038aa8e28f5a2fb81 spice-gtk-0.28.tar.bz2
|
f84b8fd6a5e926dce07ec5ebb5f0caf3 spice-gtk-0.29.tar.bz2
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#define _version_suffix
|
#define _version_suffix
|
||||||
|
|
||||||
Name: spice-gtk
|
Name: spice-gtk
|
||||||
Version: 0.28
|
Version: 0.29
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A GTK+ widget for SPICE clients
|
Summary: A GTK+ widget for SPICE clients
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -10,9 +10,6 @@ License: LGPLv2+
|
|||||||
URL: http://spice-space.org/page/Spice-Gtk
|
URL: http://spice-space.org/page/Spice-Gtk
|
||||||
#VCS: git:git://anongit.freedesktop.org/spice/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
|
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: intltool
|
||||||
BuildRequires: gtk2-devel >= 2.14
|
BuildRequires: gtk2-devel >= 2.14
|
||||||
@ -137,9 +134,7 @@ if [ -n '%{?_version_suffix}' ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
pushd spice-gtk-%{version}
|
pushd spice-gtk-%{version}
|
||||||
%patch1 -p1
|
#%patch1 -p1
|
||||||
%patch2 -p1
|
|
||||||
%patch3 -p1
|
|
||||||
find . -name '*.stamp' | xargs touch
|
find . -name '*.stamp' | xargs touch
|
||||||
popd
|
popd
|
||||||
|
|
||||||
@ -258,6 +253,9 @@ rm -rf %{buildroot}%{_datadir}/pkgconfig/spice-protocol.pc
|
|||||||
%{_bindir}/spicy-stats
|
%{_bindir}/spicy-stats
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 11 2015 Marc-Andre Lureau <marcandre.lureau@redhat.com> 0.28-3
|
||||||
- Fix audio and usb channels with GNOME Boxes.
|
- Fix audio and usb channels with GNOME Boxes.
|
||||||
Resolves: rhbz#1220026
|
Resolves: rhbz#1220026
|
||||||
|
Loading…
Reference in New Issue
Block a user