Update to git snapshot 0.7.39-ab64, to add usbredir support

This commit is contained in:
Hans de Goede 2011-09-02 16:33:11 +02:00
parent 6ec183f3db
commit 35a831a9ad
4 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/spice-gtk-0.6.tar.bz2 /spice-gtk-0.6.tar.bz2
/spice-gtk-0.7.tar.bz2 /spice-gtk-0.7.tar.bz2
/spice-gtk-0.7.1-d5a8.tar.bz2 /spice-gtk-0.7.1-d5a8.tar.bz2
/spice-gtk-0.7.39-ab64.tar.bz2

View File

@ -1 +1 @@
d72b9090ebc9cb68f65f4e656f43ecf6 spice-gtk-0.7.1-d5a8.tar.bz2 7043735c55396bf634c27c5a8adb94a1 spice-gtk-0.7.39-ab64.tar.bz2

Binary file not shown.

View File

@ -8,10 +8,10 @@
%if 0%{fedora} >= 15 %if 0%{fedora} >= 15
%define with_gtk3 1 %define with_gtk3 1
%endif %endif
%define _version_suffix -d5a8 %define _version_suffix -ab64
Name: spice-gtk Name: spice-gtk
Version: 0.7.1 Version: 0.7.39
Release: 1%{?dist} Release: 1%{?dist}
Summary: A GTK2 widget for SPICE clients Summary: A GTK2 widget for SPICE clients
@ -23,7 +23,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: intltool BuildRequires: intltool
BuildRequires: gtk2-devel >= 2.14 BuildRequires: gtk2-devel >= 2.14
BuildRequires: spice-protocol >= 0.8.1-2 BuildRequires: spice-protocol >= 0.9.0
BuildRequires: usbredir-devel >= 0.3.1
BuildRequires: libusb1-devel >= 1.0.9
BuildRequires: libgudev1-devel
BuildRequires: perl-Text-CSV BuildRequires: perl-Text-CSV
BuildRequires: pixman-devel openssl-devel libjpeg-turbo-devel BuildRequires: pixman-devel openssl-devel libjpeg-turbo-devel
BuildRequires: celt051-devel pulseaudio-libs-devel BuildRequires: celt051-devel pulseaudio-libs-devel
@ -229,6 +232,9 @@ rm -rf %{buildroot}
%{_bindir}/spicy-stats %{_bindir}/spicy-stats
%changelog %changelog
* 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
* Tue Jul 26 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.7.1-1 * Tue Jul 26 2011 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.7.1-1
- Upstream version 0.7.1-d5a8 (fix libtool versionning) - Upstream version 0.7.1-d5a8 (fix libtool versionning)