diff --git a/.gitignore b/.gitignore index 49f4514..8c85f7c 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /spice-gtk-0.15.tar.bz2 /spice-gtk-0.15.3-76cb.tar.bz2 /spice-gtk-0.16.tar.bz2 +/spice-gtk-0.17.tar.bz2 diff --git a/sources b/sources index 13dcbdc..bbcdb90 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1b61697d643f1acc0e2950834dfa78f4 spice-gtk-0.16.tar.bz2 +7f43693559dda5aaa3ce611a84dae309 spice-gtk-0.17.tar.bz2 diff --git a/spice-gtk.spec b/spice-gtk.spec index aaf22ca..6f93b69 100644 --- a/spice-gtk.spec +++ b/spice-gtk.spec @@ -12,8 +12,8 @@ #define _version_suffix Name: spice-gtk -Version: 0.16 -Release: 2%{?dist} +Version: 0.17 +Release: 1%{?dist} Summary: A GTK+ widget for SPICE clients Group: System Environment/Libraries @@ -266,6 +266,9 @@ rm -rf %{buildroot}%{_datadir}/pkgconfig/spice-protocol.pc %{_bindir}/spicy-stats %changelog +* Wed Feb 6 2013 Marc-André Lureau - 0.17-1 +- Update to spice-gtk 0.17 + * Thu Jan 31 2013 Marc-André Lureau - 0.16-2 - Remove perl-text-csv build requirement. (rhbz#873174)