Hello community, here is the log from the commit of package liboil for openSUSE:Factory checked in at 2013-06-14 15:45:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liboil (Old) and /work/SRC/openSUSE:Factory/.liboil.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liboil" Changes: -------- --- /work/SRC/openSUSE:Factory/liboil/liboil.changes 2012-10-10 09:22:47.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.liboil.new/liboil.changes 2013-06-14 15:45:47.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Jun 6 14:29:22 UTC 2013 - [email protected] + +- Disable tests for ppc64. Tests are failing under KVM only. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liboil.spec ++++++ --- /var/tmp/diff_new_pack.9YRqge/_old 2013-06-14 15:45:47.000000000 +0200 +++ /var/tmp/diff_new_pack.9YRqge/_new 2013-06-14 15:45:47.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package liboil (Version 0.3.17) +# spec file for package liboil # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -15,18 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: liboil BuildRequires: glib2-devel BuildRequires: gtk-doc Version: 0.3.17 -Release: 1 +Release: 0 Url: http://liboil.freedesktop.org/wiki/ -Group: System/Libraries -License: BSD-2-Clause Summary: Library of Optimized Inner Loops +License: BSD-2-Clause +Group: System/Libraries Source: %{name}-%{version}.tar.bz2 Source2: baselibs.conf Patch: ppc-asm.patch @@ -58,10 +56,10 @@ David Schleef <[email protected]> %package devel -License: BSD-2-Clause -Group: Development/Libraries/C and C++ Summary: Library of Optimized Inner Loops -Requires: %{name} = %{version} glibc-devel +Group: Development/Libraries/C and C++ +Requires: %{name} = %{version} +Requires: glibc-devel # bug437293 %ifarch ppc64 Obsoletes: liboil-devel-64bit @@ -89,9 +87,8 @@ David Schleef <[email protected]> %package doc -License: BSD-2-Clause -Group: Development/Libraries/C and C++ Summary: Library of optimized inner loops +Group: Development/Libraries/C and C++ Requires: %{name} = %{version} %description doc @@ -126,7 +123,12 @@ # non-fatal for the build! %check +# Several tests are failing only under Power KVM +# Test passed during the local build. The test for ppc64 will be +# reenabled once we'll have solution for it. +%ifnarch %power64 %__make check +%endif %install %makeinstall -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
