diff --git a/.gitignore b/.gitignore index 1ec7c0b..17721c4 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /spice-gtk-0.16.tar.bz2 /spice-gtk-0.17.tar.bz2 /spice-gtk-0.18.tar.bz2 +/spice-gtk-0.19.tar.bz2 diff --git a/sources b/sources index 94c83b7..4150ef4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bcd73f857d137bca8e24380e8f7977d2 spice-gtk-0.18.tar.bz2 +85c1d975ad3c9df4882b91f34b41920d spice-gtk-0.19.tar.bz2 diff --git a/spice-gtk.spec b/spice-gtk.spec index d2c8f35..43372ed 100644 --- a/spice-gtk.spec +++ b/spice-gtk.spec @@ -12,8 +12,8 @@ #define _version_suffix Name: spice-gtk -Version: 0.18 -Release: 2%{?dist} +Version: 0.19 +Release: 1%{?dist} Summary: A GTK+ widget for SPICE clients Group: System Environment/Libraries @@ -137,7 +137,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %description tools Simple clients for interacting with SPICE servers. spicy is a client to a SPICE desktop server. -snappy is a tool to capture screen-shots of a SPICE desktop. +spicy-screenshot is a tool to capture screen-shots of a SPICE desktop. %prep @@ -262,11 +262,14 @@ rm -rf %{buildroot}%{_datadir}/pkgconfig/spice-protocol.pc %{_libdir}/python*/site-packages/SpiceClientGtk.so %files tools -%{_bindir}/snappy %{_bindir}/spicy +%{_bindir}/spicy-screenshot %{_bindir}/spicy-stats %changelog +* Thu Apr 11 2013 Marc-André Lureau - 0.19-1 +- Update to spice-gtk 0.19 + * Thu Mar 14 2013 Hans de Goede - 0.18-2 - Fix "Warning no automount-inhibiting implementation available" warnings