[spice-vdagent/f20] New upstream release 0.15.0

Alon Levy alon at fedoraproject.org
Tue Oct 15 10:52:19 UTC 2013


commit ab08b2097ac4bf235b24ff517375d390fa41d0e3
Author: Alon Levy <alevy at redhat.com>
Date:   Mon Oct 14 16:20:24 2013 +0300

    New upstream release 0.15.0
    
    Adds Xspice support plus a bunch of small fixes.

 .gitignore                                         |    1 +
 ...ent-d-Add-printing-of-version-to-h-output.patch |   60 --------------
 ...d-Advertise-VD_AGENT_CAP_GUEST_LINEEND_LF.patch |   26 ------
 ...Build-vdagentd-as-pie-relro-when-possible.patch |   82 --------------------
 ...the-virtio-channel-is-not-an-error-instea.patch |   43 ----------
 ...-Release-clipboard-on-client-disconnect-i.patch |   64 ---------------
 sources                                            |    2 +-
 spice-vdagent.spec                                 |   19 +----
 8 files changed, 7 insertions(+), 290 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 71160c6..d399c80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /spice-vdagent-0.12.0.tar.bz2
 /spice-vdagent-0.12.1.tar.bz2
 /spice-vdagent-0.14.0.tar.bz2
+/spice-vdagent-0.15.0.tar.bz2
diff --git a/sources b/sources
index 54c8e9c..f2a275f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-da6575e1de5562ef853443eaba5bd1dc  spice-vdagent-0.14.0.tar.bz2
+2919ac7a4195b0b4b2588fae90a9241c  spice-vdagent-0.15.0.tar.bz2
diff --git a/spice-vdagent.spec b/spice-vdagent.spec
index b30a7bc..d04d110 100644
--- a/spice-vdagent.spec
+++ b/spice-vdagent.spec
@@ -1,17 +1,12 @@
 Name:           spice-vdagent
-Version:        0.14.0
-Release:        5%{?dist}
+Version:        0.15.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
 # Fixes from upstream git
-Patch1:         0001-vdagent-d-Add-printing-of-version-to-h-output.patch
-Patch2:         0002-vdagentd-Advertise-VD_AGENT_CAP_GUEST_LINEEND_LF.patch
-Patch3:         0003-buildsys-Build-vdagentd-as-pie-relro-when-possible.patch
-Patch4:         0004-Not-having-the-virtio-channel-is-not-an-error-instea.patch
-Patch5:         0005-vdagent-x11-Release-clipboard-on-client-disconnect-i.patch
 BuildRequires:  systemd-devel glib2-devel spice-protocol >= 0.12.6
 BuildRequires:  libpciaccess-devel libXrandr-devel libXinerama-devel
 BuildRequires:  libXfixes-devel systemd-units desktop-file-utils libtool
@@ -34,11 +29,6 @@ Features:
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
 autoreconf -fi
 
 
@@ -49,8 +39,6 @@ make %{?_smp_mflags} V=2
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT V=2
-# rhbz#963201
-rm $RPM_BUILD_ROOT%{_sysconfdir}/modules-load.d/spice-vdagentd.conf
 
 
 %post
@@ -81,6 +69,9 @@ rm $RPM_BUILD_ROOT%{_sysconfdir}/modules-load.d/spice-vdagentd.conf
 
 
 %changelog
+* Mon Oct 14 2013 Alon Levy <alevy at redhat.com> - 0.15.0-1
+- New upstream release 0.15.0
+
 * Tue Sep 10 2013 Hans de Goede <hdegoede at redhat.com> - 0.14.0-5
 - Silence session agent error logging when not running in a vm (rhbz#999804)
 - Release guest clipboard ownership on client disconnect (rhbz#1003977)


More information about the scm-commits mailing list