[spice] New upstream release 0.9.0

Marc-André Lureau elmarco at fedoraproject.org
Mon Jul 25 14:36:41 UTC 2011


commit 1657a51f95c37ca01cb5abb518846ede00014390
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date:   Mon Jul 25 15:01:26 2011 +0200

    New upstream release 0.9.0

 .gitignore |    1 +
 sources    |    2 +-
 spice.spec |   10 +++++++---
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4ac9578..1b9842b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ spice-0.5.3.tar.bz2
 /spice-0.7.3.tar.bz2
 /spice-0.8.0.tar.bz2
 /spice-0.8.1.tar.bz2
+/spice-0.9.0.tar.bz2
diff --git a/sources b/sources
index 1c37d2d..96560cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-df682a42f4bc03fa5e35d2844a0e4b4b  spice-0.8.1.tar.bz2
+1d5dba257ee5079314c324bd910b01c3  spice-0.9.0.tar.bz2
diff --git a/spice.spec b/spice.spec
index 14d234c..2a24dfc 100644
--- a/spice.spec
+++ b/spice.spec
@@ -1,5 +1,5 @@
 Name:           spice
-Version:        0.8.1
+Version:        0.9.0
 Release:        1%{?dist}
 Summary:        Implements the SPICE protocol
 Group:          User Interface/Desktops
@@ -11,7 +11,7 @@ Source0:        http://www.spice-space.org/download/releases/%{name}-%{version}.
 ExclusiveArch:  i686 x86_64
 
 BuildRequires:  pkgconfig
-BuildRequires:  spice-protocol >= 0.7.1
+BuildRequires:  spice-protocol >= 0.8.1-2
 BuildRequires:  celt051-devel
 BuildRequires:  pixman-devel alsa-lib-devel openssl-devel libjpeg-devel
 BuildRequires:  libXrandr-devel cegui06-devel
@@ -67,7 +67,8 @@ using spice-server, you will need to install spice-server-devel.
 
 %build
 %configure --enable-gui --enable-smartcard
-make -C client %{?_smp_mflags}
+make -C common WARN_CFLAGS='' %{?_smp_mflags}
+make -C client WARN_CFLAGS='' %{?_smp_mflags}
 %ifarch x86_64
 make %{?_smp_mflags}
 %endif
@@ -106,6 +107,9 @@ rm -f %{buildroot}%{_libdir}/libspice-server.la
 %endif
 
 %changelog
+* Mon Jul 25 2011 Marc-André Lureau <marcandre.lureau at redhat.com> - 0.9.0-1
+- New upstream release 0.9.0
+
 * Wed Apr 20 2011 Hans de Goede <hdegoede at redhat.com> - 0.8.1-1
 - New upstream release 0.8.1
 


More information about the scm-commits mailing list