packages: spice-space/spice-link.patch, spice-space/spice-space.spec, spice...
qboosh
qboosh at pld-linux.org
Mon Jul 25 21:13:55 CEST 2011
Author: qboosh Date: Mon Jul 25 19:13:55 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 0.8.2
- updated link patch, removed obsolete gl patch
---- Files affected:
packages/spice-space:
spice-link.patch (1.1 -> 1.2) , spice-space.spec (1.2 -> 1.3) , spice-gl.patch (1.1 -> NONE) (REMOVED)
---- Diffs:
================================================================
Index: packages/spice-space/spice-link.patch
diff -u packages/spice-space/spice-link.patch:1.1 packages/spice-space/spice-link.patch:1.2
--- packages/spice-space/spice-link.patch:1.1 Mon Jul 18 17:50:56 2011
+++ packages/spice-space/spice-link.patch Mon Jul 25 21:13:50 2011
@@ -8,13 +8,13 @@
$(NULL)
if SUPPORT_TUNNEL
---- spice-0.8.1/configure.ac.orig 2011-07-16 21:32:29.380545659 +0200
-+++ spice-0.8.1/configure.ac 2011-07-17 05:07:41.354793498 +0200
-@@ -224,6 +224,7 @@
- if test "x$have_opengl" = "xyes"; then
- AC_CHECK_LIB(GL, glBlendFunc, GL_LIBS="$GL_LIBS -lGL", have_opengl=no)
- AC_CHECK_LIB(GLU, gluSphere, GL_LIBS="$GL_LIBS -lGLU", have_opengl=no)
+--- spice-0.8.2/configure.ac.orig 2011-07-25 20:55:56.000000000 +0200
++++ spice-0.8.2/configure.ac 2011-07-25 20:57:18.293178544 +0200
+@@ -237,6 +237,7 @@
+ if test "x$enable_opengl" = "xyes"; then
+ AC_CHECK_LIB(GL, glBlendFunc, GL_LIBS="$GL_LIBS -lGL", enable_opengl=no)
+ AC_CHECK_LIB(GLU, gluSphere, GL_LIBS="$GL_LIBS -lGLU", enable_opengl=no)
+ AC_CHECK_LIB(X11, XOpenDisplay, GL_LIBS="$GL_LIBS -lX11", have_opengl=no)
GL_CFLAGS="-DGL_GLEXT_PROTOTYPES -DUSE_OGL"
- if test "x$have_opengl" = "xno"; then
+ if test "x$enable_opengl" = "xno"; then
================================================================
Index: packages/spice-space/spice-space.spec
diff -u packages/spice-space/spice-space.spec:1.2 packages/spice-space/spice-space.spec:1.3
--- packages/spice-space/spice-space.spec:1.2 Wed Jul 20 12:13:36 2011
+++ packages/spice-space/spice-space.spec Mon Jul 25 21:13:50 2011
@@ -3,15 +3,14 @@
Summary(pl.UTF-8): System wirtualizacji SPICE
# real package name (spice) is already occupied
Name: spice-space
-Version: 0.8.1
+Version: 0.8.2
Release: 0.1
License: LGPL v2.1+
Group: Applications/Emulators
Source0: http://spice-space.org/download/releases/spice-%{version}.tar.bz2
-# Source0-md5: df682a42f4bc03fa5e35d2844a0e4b4b
+# Source0-md5: 80aa1b165b2c2ed5608012986ade3c01
Patch0: spice-sh.patch
Patch1: spice-link.patch
-Patch2: spice-gl.patch
URL: http://spice-space.org/
BuildRequires: OpenGL-GLU-devel
BuildRequires: alsa-lib-devel
@@ -26,7 +25,7 @@
BuildRequires: openssl-devel
BuildRequires: pixman-devel >= 0.17.7
BuildRequires: pkgconfig
-BuildRequires: spice-protocol >= 0.7.0
+BuildRequires: spice-protocol >= 0.8.1
BuildRequires: xorg-lib-libXext-devel
BuildRequires: xorg-lib-libXfixes-devel
BuildRequires: xorg-lib-libXrandr-devel >= 1.2
@@ -110,7 +109,6 @@
%setup -q -n spice-%{version}
%patch0 -p1
%patch1 -p1
-%patch2 -p1
%build
%{__libtoolize}
@@ -119,6 +117,7 @@
%{__autoheader}
%{__automake}
%configure \
+ --disable-silent-rules \
--enable-opengl \
--enable-smartcard \
--enable-tunnel
@@ -167,6 +166,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2011/07/25 19:13:50 qboosh
+- updated to 0.8.2
+- updated link patch, removed obsolete gl patch
+
Revision 1.2 2011/07/20 10:13:36 qboosh
- build with tunneling support (BR: libslirp-devel)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/spice-space/spice-link.patch?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/spice-space/spice-space.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list