[spice-vdagent] New upstream release 0.10.0

Hans de Goede jwrdegoede at fedoraproject.org
Thu Mar 22 11:34:39 UTC 2012


commit 10c2a8b496454d2594ac19d3ab0ff7a40586a366
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Thu Mar 22 12:37:34 2012 +0100

    New upstream release 0.10.0
    
    - This supports using systemd-logind instead of console-kit (rhbz#756398)

 .gitignore         |    1 +
 sources            |    2 +-
 spice-vdagent.spec |   14 +++++++++-----
 3 files changed, 11 insertions(+), 6 deletions(-)
---
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 <hdegoede at redhat.com> - 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 <rel-eng at lists.fedoraproject.org> - 0.8.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list