[spice-vdagent] New upstream release 0.8.1

Hans de Goede jwrdegoede at fedoraproject.org
Mon Jul 18 06:34:13 UTC 2011


commit d3cc086706146338b6d840f4ab5bf7f66c7e1a90
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Mon Jul 18 08:35:29 2011 +0200

    New upstream release 0.8.1

 .gitignore                                         |    1 +
 ...reconnect-to-system-socket-every-second-w.patch |   93 --------------------
 0002-vdagents-add-VDAGENTD_VERSION-message.patch   |   84 ------------------
 ...ck-for-portdev-existence-and-leave-if-not.patch |   85 ------------------
 ...dagent-reexec-ourself-on-version-mismatch.patch |   73 ---------------
 0005-vdagent-Fix-double-free-on-re-exec.patch      |   47 ----------
 ...pond-to-SIGTERM-in-the-connect-to-daemon-.patch |   31 -------
 sources                                            |    2 +-
 spice-vdagent.spec                                 |   25 +----
 9 files changed, 7 insertions(+), 434 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 134c451..cd69be5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /spice-vdagent-0.6.3.tar.bz2
 /spice-vdagent-0.8.0.tar.bz2
+/spice-vdagent-0.8.1.tar.bz2
diff --git a/sources b/sources
index adf917d..edf7ce9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0695e200494612a2da770e34297d86ee  spice-vdagent-0.8.0.tar.bz2
+279c59bc3c21081ed354fbdd5c757688  spice-vdagent-0.8.1.tar.bz2
diff --git a/spice-vdagent.spec b/spice-vdagent.spec
index d35aa08..3edfc6b 100644
--- a/spice-vdagent.spec
+++ b/spice-vdagent.spec
@@ -1,18 +1,11 @@
 Name:           spice-vdagent
-Version:        0.8.0
-Release:        2%{?dist}
+Version:        0.8.1
+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
-Patch1:         0001-Attempt-to-reconnect-to-system-socket-every-second-w.patch
-Patch2:         0002-vdagents-add-VDAGENTD_VERSION-message.patch
-Patch3:         0003-vdagent-check-for-portdev-existence-and-leave-if-not.patch
-Patch4:         0004-vdagent-reexec-ourself-on-version-mismatch.patch
-Patch5:         0005-vdagent-Fix-double-free-on-re-exec.patch
-Patch6:         0006-vdagent-Respond-to-SIGTERM-in-the-connect-to-daemon-.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  dbus-devel spice-protocol libXrandr-devel libXfixes-devel
 BuildRequires:  desktop-file-utils
 Requires:       ConsoleKit
@@ -36,12 +29,6 @@ Features:
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
 
 
 %build
@@ -50,14 +37,9 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %post
 /sbin/chkconfig --add spice-vdagentd
 
@@ -89,6 +71,9 @@ fi
 
 
 %changelog
+* Mon Jul 18 2011 Hans de Goede <hdegoede at redhat.com> 0.8.1-1
+- New upstream release 0.8.1
+
 * Fri Jul 15 2011 Hans de Goede <hdegoede at redhat.com> 0.8.0-2
 - Make the per session agent process automatically reconnect to the system
   spice-vdagentd when the system daemon gets restarted


More information about the scm-commits mailing list