From b8ea93466184f1a7b324972d4f0ecb6673e93762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Wed, 27 Nov 2013 11:47:47 +0100 Subject: [PATCH] Update to spice-gtk 0.22 --- .gitignore | 1 + sources | 2 +- spice-gtk.spec | 28 +++++----------------------- 3 files changed, 7 insertions(+), 24 deletions(-) diff --git a/.gitignore b/.gitignore index f89c86d..72f2cc8 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /spice-gtk-0.19.tar.bz2 /spice-gtk-0.20.tar.bz2 /spice-gtk-0.21.tar.bz2 +/spice-gtk-0.22.tar.bz2 diff --git a/sources b/sources index 034ab2f..bb93915 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -290d1ad5ab8f1e5708fa2549dde2e024 spice-gtk-0.21.tar.bz2 +518eb2ed7b336ad424b6f91f7bf734fc spice-gtk-0.22.tar.bz2 diff --git a/spice-gtk.spec b/spice-gtk.spec index 5413705..841f5f7 100644 --- a/spice-gtk.spec +++ b/spice-gtk.spec @@ -12,8 +12,8 @@ #define _version_suffix Name: spice-gtk -Version: 0.21 -Release: 5%{?dist} +Version: 0.22 +Release: 1%{?dist} Summary: A GTK+ widget for SPICE clients Group: System Environment/Libraries @@ -21,16 +21,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-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: gtk2-devel >= 2.14 @@ -157,17 +147,6 @@ if [ -n '%{?_version_suffix}' ]; then fi 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 popd @@ -289,6 +268,9 @@ rm -rf %{buildroot}%{_datadir}/pkgconfig/spice-protocol.pc %{_bindir}/spicy-stats %changelog +* Wed Nov 27 2013 Marc-André Lureau - 0.22-1 +- Update to spice-gtk 0.22 + * Sun Nov 17 2013 Cole Robinson - 0.21-5 - Fix grub graphical corruption after VM reboot (bz #1017955)