Hello community,

here is the log from the commit of package orc for openSUSE:Factory checked in 
at 2014-10-01 11:21:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orc (Old)
 and      /work/SRC/openSUSE:Factory/.orc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/orc/orc.changes  2014-09-20 15:49:55.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.orc.new/orc.changes     2014-10-01 
11:22:01.000000000 +0200
@@ -1,0 +2,9 @@
+Tue Sep 23 20:58:44 UTC 2014 - [email protected]
+
+- Temp-disable testsuite on i586 until we get the random fails
+  sorted out with upstream.
+- Drop orc-disable-test-limits.patch, and autoreconf call, and
+  corresponding BuildRequires, as testsuite is disabled, and patch
+  needing them is dropped.
+
+-------------------------------------------------------------------

Old:
----
  orc-disable-test-limits.patch

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

Other differences:
------------------
++++++ orc.spec ++++++
--- /var/tmp/diff_new_pack.nVDhTF/_old  2014-10-01 11:22:02.000000000 +0200
+++ /var/tmp/diff_new_pack.nVDhTF/_new  2014-10-01 11:22:02.000000000 +0200
@@ -26,11 +26,7 @@
 Url:            http://cgit.freedesktop.org/gstreamer/orc
 Source:         
http://gstreamer.freedesktop.org/src/orc/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
-Patch1:         orc-disable-test-limits.patch
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  gtk-doc
-BuildRequires:  libtool
 BuildRequires:  pkg-config
 Provides:       %{name}-devel = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -66,10 +62,8 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
-autoreconf -fi
 %configure \
     --disable-static \
     --enable-gtk-doc
@@ -84,8 +78,9 @@
 # Remove libtool archives
 find %{buildroot} -type f -name "*.la" -delete -print
 
+# Temp disable check on i586 until we have sorted out the i586 fails with 
upstream
 %check
-%ifnarch %{arm}
+%ifnarch %{arm} || %{ix86}
 make check %{?_smp_mflags}
 %endif
 


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

Reply via email to