Update to spice-gtk 0.22
This commit is contained in:
parent
08b9c2a922
commit
b8ea934661
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
|||||||
/spice-gtk-0.19.tar.bz2
|
/spice-gtk-0.19.tar.bz2
|
||||||
/spice-gtk-0.20.tar.bz2
|
/spice-gtk-0.20.tar.bz2
|
||||||
/spice-gtk-0.21.tar.bz2
|
/spice-gtk-0.21.tar.bz2
|
||||||
|
/spice-gtk-0.22.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
290d1ad5ab8f1e5708fa2549dde2e024 spice-gtk-0.21.tar.bz2
|
518eb2ed7b336ad424b6f91f7bf734fc spice-gtk-0.22.tar.bz2
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
#define _version_suffix
|
#define _version_suffix
|
||||||
|
|
||||||
Name: spice-gtk
|
Name: spice-gtk
|
||||||
Version: 0.21
|
Version: 0.22
|
||||||
Release: 5%{?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
|
||||||
@ -21,16 +21,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-spice-channel-Fix-usbredir-being-broken-since-commit.patch
|
|
||||||
Patch2: 0002-display-fix-palette-regression.patch
|
|
||||||
Patch3: 0003-display-cache-id-is-uint64_t.patch
|
|
||||||
|
|
||||||
# Fix 998529: patch 4 "mono-cursor-increase" is required for cherry-picking 7 "channel-cursor-mono-cursors"
|
|
||||||
Patch4: 0004-mono-cursor-increase-contrast-better-looking-putty-c.patch
|
|
||||||
Patch5: 0005-cursor-channel.c-add-cursor-print-function-for-debug.patch
|
|
||||||
Patch6: 0006-channel-cursor-mono-cursors-edge-highlighting.patch
|
|
||||||
# Fix grub graphical corruption after VM reboot (bz #1017955)
|
|
||||||
Patch0007: 0007-display-blank-surface-on-creation.patch
|
|
||||||
|
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: gtk2-devel >= 2.14
|
BuildRequires: gtk2-devel >= 2.14
|
||||||
@ -157,17 +147,6 @@ if [ -n '%{?_version_suffix}' ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
pushd spice-gtk-%{version}
|
pushd spice-gtk-%{version}
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
|
||||||
%patch3 -p1
|
|
||||||
|
|
||||||
# Fix 998529
|
|
||||||
%patch4 -p1
|
|
||||||
%patch5 -p1
|
|
||||||
%patch6 -p1
|
|
||||||
# Fix grub graphical corruption after VM reboot (bz #1017955)
|
|
||||||
%patch0007 -p1
|
|
||||||
|
|
||||||
find . -name '*.stamp' | xargs touch
|
find . -name '*.stamp' | xargs touch
|
||||||
popd
|
popd
|
||||||
|
|
||||||
@ -289,6 +268,9 @@ rm -rf %{buildroot}%{_datadir}/pkgconfig/spice-protocol.pc
|
|||||||
%{_bindir}/spicy-stats
|
%{_bindir}/spicy-stats
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 27 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.22-1
|
||||||
|
- Update to spice-gtk 0.22
|
||||||
|
|
||||||
* Sun Nov 17 2013 Cole Robinson <crobinso@redhat.com> - 0.21-5
|
* Sun Nov 17 2013 Cole Robinson <crobinso@redhat.com> - 0.21-5
|
||||||
- Fix grub graphical corruption after VM reboot (bz #1017955)
|
- Fix grub graphical corruption after VM reboot (bz #1017955)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user