[spice/f16] New upstream release 0.10.0

Alon Levy alon at fedoraproject.org
Sun Nov 13 16:48:18 UTC 2011


commit 516cfbba205a8ffda6bc872ca8552f75405f83c0
Author: Alon Levy <alevy at redhat.com>
Date:   Thu Nov 10 17:20:49 2011 +0200

    New upstream release 0.10.0

 .gitignore |    1 +
 sources    |    2 +-
 spice.spec |   16 ++++++----------
 3 files changed, 8 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f095444..716a9fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ spice-0.5.3.tar.bz2
 /spice-0.8.1.tar.bz2
 /spice-0.9.0.tar.bz2
 /spice-0.9.1.tar.bz2
+/spice-0.10.0.tar.bz2
diff --git a/sources b/sources
index 098288c..ba19102 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7fd413b8dc01de1d7ecf6810724de1b4  spice-0.9.1.tar.bz2
+d9f0b0280c9e2291623c9560e156be26  spice-0.10.0.tar.bz2
diff --git a/spice.spec b/spice.spec
index 2f9329c..8a81561 100644
--- a/spice.spec
+++ b/spice.spec
@@ -1,5 +1,5 @@
 Name:           spice
-Version:        0.9.1
+Version:        0.10.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.9.0
+BuildRequires:  spice-protocol >= 0.9.1
 BuildRequires:  celt051-devel
 BuildRequires:  pixman-devel alsa-lib-devel openssl-devel libjpeg-devel
 BuildRequires:  libXrandr-devel cegui06-devel
@@ -69,25 +69,19 @@ using spice-server, you will need to install spice-server-devel.
 %configure --enable-gui --enable-smartcard
 make -C common WARN_CFLAGS='' %{?_smp_mflags}
 make -C client WARN_CFLAGS='' %{?_smp_mflags}
-%ifarch x86_64
 make %{?_smp_mflags}
-%endif
 
 %install
 make DESTDIR=%{buildroot} -C client install
-%ifarch x86_64
 make DESTDIR=%{buildroot} install
 rm -f %{buildroot}%{_libdir}/libspice-server.a
 rm -f %{buildroot}%{_libdir}/libspice-server.la
-%endif
 
 %files client
 %defattr(-,root,root,-)
 %doc COPYING README NEWS
 %{_bindir}/spicec
 
-%ifarch x86_64
-
 %files server
 %defattr(-,root,root,-)
 %doc COPYING README NEWS
@@ -104,9 +98,11 @@ rm -f %{buildroot}%{_libdir}/libspice-server.la
 %{_libdir}/libspice-server.so
 %{_libdir}/pkgconfig/spice-server.pc
 
-%endif
-
 %changelog
+* Thu Nov 10 2011 Alon Levy <alevy at redhat.com> - 0.10.0-1
+- New upstream release 0.10.0
+- support spice-server.i686
+
 * Thu Aug 25 2011 Hans de Goede <hdegoede at redhat.com> - 0.9.1-1
 - New upstream release 0.9.1
 


More information about the scm-commits mailing list