diff --git a/.gitignore b/.gitignore index 1c3f422..12d12af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ vinagre-2.31.4.tar.bz2 /vinagre-2.31.5.tar.bz2 /vinagre-2.91.7.tar.bz2 +/vinagre-2.91.8.tar.gz diff --git a/sources b/sources index e0cbe50..486a4f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -09cefee1a4b5fd9e1abcb2d387a89183 vinagre-2.91.7.tar.bz2 +3e9f8f8b9bd202a29d56c4aba6943ee5 vinagre-2.91.8.tar.gz diff --git a/vinagre.spec b/vinagre.spec index 6cd5045..a381e0c 100644 --- a/vinagre.spec +++ b/vinagre.spec @@ -1,5 +1,5 @@ Name: vinagre -Version: 2.91.7 +Version: 2.91.8 Release: 1%{?dist} Summary: VNC client for GNOME @@ -7,8 +7,9 @@ Group: Applications/System License: GPLv2+ URL: http://projects.gnome.org/vinagre/ #VCS: git:git://git.gnome.org/vinagre -Source0: http://download.gnome.org/sources/vinagre/2.91/%{name}-%{version}.tar.bz2 +Source0: http://download.gnome.org/sources/vinagre/2.91/%{name}-%{version}.tar.gz +BuildRequires: spice-gtk3-devel BuildRequires: gtk-vnc2-devel >= 0.4.3 BuildRequires: glib2-devel >= 2.17.0 BuildRequires: gtk3-devel @@ -24,6 +25,7 @@ BuildRequires: libxml2-devel >= 2.6.31 BuildRequires: vte-devel >= 0.20 BuildRequires: scrollkeeper BuildRequires: libpeas-devel >= 0.7.2 +BuildRequires: gobject-introspection-devel # for /usr/share/dbus-1/services Requires: dbus @@ -56,7 +58,11 @@ to vinagre. %setup -q %build -%configure --enable-avahi=yes --disable-static --disable-applet --disable-introspection +%configure --enable-avahi \ + --disable-static \ + --disable-applet \ + --enable-spice \ + --enable-introspection make %{?_smp_mflags} @@ -138,6 +144,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : %changelog +* Tue Mar 1 2011 Matthias Clasen - 2.91.8-1 +- Update to 2.91.8 +- Build the spice plugin + * Tue Feb 22 2011 Matthias Clasen - 2.91.7-1 - Update to 2.91.7