From b8c54bd06a0dd490d6c176875b9e48a1481ce827 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 29 Oct 2014 18:27:25 +0100 Subject: [PATCH] Update to spice-gtk 0.26 --- .gitignore | 1 + sources | 2 +- spice-gtk.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 81bf5ff..a2fa5ee 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /spice-gtk-0.23.tar.bz2 /spice-gtk-0.24.tar.bz2 /spice-gtk-0.25.tar.bz2 +/spice-gtk-0.26.tar.bz2 diff --git a/sources b/sources index 7b09e42..56cfbce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a79f1ff8b21d295b2a028e52708fb551 spice-gtk-0.25.tar.bz2 +908aff002418ae276bfec1e186225ee0 spice-gtk-0.26.tar.bz2 diff --git a/spice-gtk.spec b/spice-gtk.spec index 69337ef..54ed9ff 100644 --- a/spice-gtk.spec +++ b/spice-gtk.spec @@ -6,8 +6,8 @@ #define _version_suffix Name: spice-gtk -Version: 0.25 -Release: 6%{?dist} +Version: 0.26 +Release: 1%{?dist} Summary: A GTK+ widget for SPICE clients Group: System Environment/Libraries @@ -210,6 +210,7 @@ rm -rf %{buildroot}%{_datadir}/pkgconfig/spice-protocol.pc %doc spice-gtk-%{version}/NEWS %{_libdir}/libspice-client-gtk-2.0.so.* %{_libdir}/girepository-1.0/SpiceClientGtk-2.0.typelib +%{_mandir}/man1/spice-client.1* %files devel %{_libdir}/libspice-client-gtk-2.0.so @@ -263,6 +264,9 @@ rm -rf %{buildroot}%{_datadir}/pkgconfig/spice-protocol.pc %{_bindir}/spicy-stats %changelog +* Wed Oct 29 2014 Christophe Fergeau 0.26-1 +- Update to spice-gtk v0.26 + * Wed Sep 24 2014 Christophe Fergeau 0.25-6 - Run make install in gtk3 build after doing so in gtk2 build, otherwise we'll end up packaging gtk2 builds of spicy et al in spice-client-tools