From 10c2a8b496454d2594ac19d3ab0ff7a40586a366 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Mar 22 2012 11:37:34 +0000 Subject: New upstream release 0.10.0 - This supports using systemd-logind instead of console-kit (rhbz#756398) --- diff --git a/.gitignore b/.gitignore index cd69be5..467da9f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /spice-vdagent-0.6.3.tar.bz2 /spice-vdagent-0.8.0.tar.bz2 /spice-vdagent-0.8.1.tar.bz2 +/spice-vdagent-0.10.0.tar.bz2 diff --git a/sources b/sources index edf7ce9..fcaf4a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -279c59bc3c21081ed354fbdd5c757688 spice-vdagent-0.8.1.tar.bz2 +6d59dbae28acab3abb6283231ee43ccc spice-vdagent-0.10.0.tar.bz2 diff --git a/spice-vdagent.spec b/spice-vdagent.spec index bb5180b..c83d954 100644 --- a/spice-vdagent.spec +++ b/spice-vdagent.spec @@ -1,14 +1,14 @@ Name: spice-vdagent -Version: 0.8.1 -Release: 2%{?dist} +Version: 0.10.0 +Release: 1%{?dist} Summary: Agent for Spice guests Group: Applications/System License: GPLv3+ URL: http://spice-space.org/ Source0: http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2 -BuildRequires: dbus-devel spice-protocol libXrandr-devel libXfixes-devel +BuildRequires: systemd-devel spice-protocol libpciaccess-devel +BuildRequires: libXrandr-devel libXinerama-devel libXfixes-devel BuildRequires: desktop-file-utils -Requires: ConsoleKit Requires(post): chkconfig Requires(postun): initscripts Requires(preun): chkconfig @@ -32,7 +32,7 @@ Features: %build -%configure +%configure --with-session-info=systemd make %{?_smp_mflags} @@ -71,6 +71,10 @@ fi %changelog +* Thu Mar 22 2012 Hans de Goede - 0.10.0-1 +- New upstream release 0.10.0 +- This supports using systemd-logind instead of console-kit (rhbz#756398) + * Sat Jan 14 2012 Fedora Release Engineering - 0.8.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild