Hello community,

here is the log from the commit of package python3 for openSUSE:Factory checked 
in at 2012-11-06 16:20:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3 (Old)
 and      /work/SRC/openSUSE:Factory/.python3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3/python3-base.changes     2012-10-16 
21:32:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-base.changes        
2012-11-06 16:20:14.000000000 +0100
@@ -1,0 +2,18 @@
+Mon Nov  5 20:01:46 UTC 2012 - [email protected]
+
+- buildrequire timezone for the test suite
+
+-------------------------------------------------------------------
+Mon Oct 29 18:21:45 UTC 2012 - [email protected]
+
+- disable more checks for qemu builds as they use syscalls not
+  implemented yet
+
+-------------------------------------------------------------------
+Thu Oct 25 08:14:36 UTC 2012 - [email protected]
+
+- exclude test_math for SLE 11; math library fails on negative 
+  gamma function values close to integers and 0, probably
+  due to imprecision in -lm on SLE_11_SP2. 
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python3/python3.changes  2012-10-06 
18:42:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3.changes     2012-11-06 
16:20:14.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Oct 29 18:21:45 UTC 2012 - [email protected]
+
+- disable more checks for qemu builds as they use syscalls not
+  implemented yet
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python3-base.spec ++++++
--- /var/tmp/diff_new_pack.dFWcJa/_old  2012-11-06 16:20:16.000000000 +0100
+++ /var/tmp/diff_new_pack.dFWcJa/_new  2012-11-06 16:20:16.000000000 +0100
@@ -28,6 +28,7 @@
 BuildRequires:  fdupes
 BuildRequires:  libbz2-devel
 BuildRequires:  pkg-config
+BuildRequires:  timezone
 BuildRequires:  zlib-devel
 Url:            http://www.python.org/
 Summary:        Python3 Interpreter
@@ -233,6 +234,10 @@
 # prevent make from trying to rebuild asdl stuff, which requires existing 
python installation
 touch Parser/asdl* Python/Python-ast.c Include/Python-ast.h
 
+%if 0%{?sles_version}
+sed -e 's/-fprofile-correction//' -i Makefile.pre.in
+%endif
+
 ./configure \
     --prefix=%{_prefix} \
     --libdir=%{_libdir} \
@@ -259,7 +264,16 @@
 %endif
 # some tests break in QEMU
 %if 0%{?qemu_user_space_build} > 0
-EXCLUDE="$EXCLUDE -x test_multiprocessing test_threading test_threadedtempfile 
test_io test_ioctl test_mmap test_openpty test_pty"
+EXCLUDE="$EXCLUDE -x test_multiprocessing test_threading test_threadedtempfile 
test_io test_posix test_ioctl test_mmap test_openpty test_pty 
test_monotonic_settime test_clock_settime test_time test_subprocess 
test_asyncore test_send_at_certain_offset test_send_whole_file test_os 
test_faulthandler"
+%endif
+
+# on x86_64, SLE_11_SP2 only, extreme gamma function values (close to negative 
+# integers) fail. Is probably a bug/imperfection in -lm
+# disabling this for all SLE, unless someone knows how to test for SP level?
+%ifarch x86_64
+%if 0%{?sles_version} == 11
+EXCLUDE="$EXCLUDE -x test_math"
+%endif
 %endif
 
 # Limit virtual memory to avoid spurious failures

++++++ python3.spec ++++++
--- /var/tmp/diff_new_pack.dFWcJa/_old  2012-11-06 16:20:16.000000000 +0100
+++ /var/tmp/diff_new_pack.dFWcJa/_new  2012-11-06 16:20:16.000000000 +0100
@@ -43,6 +43,7 @@
 %define         tarname        Python-%{tarversion}
 
 Requires:       python3-base = %{version}
+BuildRequires:  python3-base = %{version}
 
 Source0:        %{tarname}.tar.bz2
 Source1:        baselibs.conf

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

Reply via email to