Hello community,

here is the log from the commit of package libvisual for openSUSE:Factory
checked in at Fri Jun 24 09:11:42 CEST 2011.



--------
--- libvisual/libvisual.changes 2010-02-01 12:57:09.000000000 +0100
+++ /mounts/work_src_done/STABLE/libvisual/libvisual.changes    2011-06-24 
05:38:16.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jun 24 03:37:36 UTC 2011 - [email protected]
+
+- added a patch from Debian to fix build
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  libvisual-0.4.0-2.1-nmu.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libvisual.spec ++++++
--- /var/tmp/diff_new_pack.IYma4O/_old  2011-06-24 09:11:18.000000000 +0200
+++ /var/tmp/diff_new_pack.IYma4O/_new  2011-06-24 09:11:18.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libvisual (Version 0.4.0)
+# spec file for package libvisual
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 License:        GPLv2+ ; LGPLv2.1+
 Group:          Productivity/Multimedia/Sound/Visualization
 Version:        0.4.0
-Release:        177
+Release:        187
 # bug437293
 %ifarch ppc64
 Obsoletes:      libvisual-64bit
@@ -38,6 +38,7 @@
 Patch1:         %name-%{version}-compiler_warnings.diff
 Patch2:         libvisual.visual_cpu_get_altivec.patch
 Patch3:         %name-%{version}-unref-static.diff
+Patch4:         libvisual-0.4.0-2.1-nmu.diff
 
 %description
 Libvisual is a library that acts as a middle layer between applications
@@ -84,6 +85,7 @@
 %patch1
 %patch2 -p1
 %patch3
+%patch4 -p1
 
 %build
 autoreconf -fiv

++++++ libvisual-0.4.0-2.1-nmu.diff ++++++
diff -u libvisual-0.4.0/libvisual/lv_cpu.c libvisual-0.4.0/libvisual/lv_cpu.c
--- libvisual-0.4.0/libvisual/lv_cpu.c
+++ libvisual-0.4.0/libvisual/lv_cpu.c
@@ -76,7 +76,7 @@
 
 /* The sigill handlers */
 #if defined(VISUAL_ARCH_X86) //x86 (linux katmai handler check thing)
-#if defined(VISUAL_OS_LINUX) && defined(_POSIX_SOURCE) && 
defined(X86_FXSR_MAGIC)
+#if defined(VISUAL_OS_LINUX) && defined(_POSIX_SOURCE)
 static void sigill_handler_sse( int signal, struct sigcontext sc )
 {
        /* Both the "xorps %%xmm0,%%xmm0" and "divps %xmm0,%%xmm1"
@@ -109,7 +109,7 @@
        }
 }
 #endif
-#endif /* VISUAL_OS_LINUX && _POSIX_SOURCE && X86_FXSR_MAGIC */
+#endif /* VISUAL_OS_LINUX && _POSIX_SOURCE */
 
 #if defined(VISUAL_OS_WIN32)
 LONG CALLBACK win32_sig_handler_sse(EXCEPTION_POINTERS* ep)

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to