Update to spice-gtk 0.26

This commit is contained in:
Christophe Fergeau 2014-10-29 18:27:25 +01:00
parent b093f75fbf
commit b8c54bd06a
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -25,3 +25,4 @@
/spice-gtk-0.23.tar.bz2 /spice-gtk-0.23.tar.bz2
/spice-gtk-0.24.tar.bz2 /spice-gtk-0.24.tar.bz2
/spice-gtk-0.25.tar.bz2 /spice-gtk-0.25.tar.bz2
/spice-gtk-0.26.tar.bz2

View File

@ -1 +1 @@
a79f1ff8b21d295b2a028e52708fb551 spice-gtk-0.25.tar.bz2 908aff002418ae276bfec1e186225ee0 spice-gtk-0.26.tar.bz2

View File

@ -6,8 +6,8 @@
#define _version_suffix #define _version_suffix
Name: spice-gtk Name: spice-gtk
Version: 0.25 Version: 0.26
Release: 6%{?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
@ -210,6 +210,7 @@ rm -rf %{buildroot}%{_datadir}/pkgconfig/spice-protocol.pc
%doc spice-gtk-%{version}/NEWS %doc spice-gtk-%{version}/NEWS
%{_libdir}/libspice-client-gtk-2.0.so.* %{_libdir}/libspice-client-gtk-2.0.so.*
%{_libdir}/girepository-1.0/SpiceClientGtk-2.0.typelib %{_libdir}/girepository-1.0/SpiceClientGtk-2.0.typelib
%{_mandir}/man1/spice-client.1*
%files devel %files devel
%{_libdir}/libspice-client-gtk-2.0.so %{_libdir}/libspice-client-gtk-2.0.so
@ -263,6 +264,9 @@ rm -rf %{buildroot}%{_datadir}/pkgconfig/spice-protocol.pc
%{_bindir}/spicy-stats %{_bindir}/spicy-stats
%changelog %changelog
* Wed Oct 29 2014 Christophe Fergeau <cfergeau@redhat.com> 0.26-1
- Update to spice-gtk v0.26
* Wed Sep 24 2014 Christophe Fergeau <cfergeau@redhat.com> 0.25-6 * Wed Sep 24 2014 Christophe Fergeau <cfergeau@redhat.com> 0.25-6
- Run make install in gtk3 build after doing so in gtk2 build, otherwise - 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 we'll end up packaging gtk2 builds of spicy et al in spice-client-tools