Hello community,

here is the log from the commit of package python3 for openSUSE:Factory checked 
in at 2012-07-30 20:38:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-14 
11:51:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-base.changes        
2012-07-30 20:39:33.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jul 27 09:02:41 UTC 2012 - [email protected]
+
+- skip test_io on ppc 
+- drop test_io ppc patch
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python3/python3.changes  2012-07-14 
11:51:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3.changes     2012-07-30 
20:39:33.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jul 27 09:04:43 UTC 2012 - [email protected]
+
+- drop test_io ppc patch... we run only selective tests here 
+
+-------------------------------------------------------------------

Old:
----
  python-3.2.2-disable-tests-in-test_io.patch

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

Other differences:
------------------
++++++ python3-base.spec ++++++
--- /var/tmp/diff_new_pack.U3gLAg/_old  2012-07-30 20:40:51.000000000 +0200
+++ /var/tmp/diff_new_pack.U3gLAg/_new  2012-07-30 20:40:51.000000000 +0200
@@ -70,10 +70,8 @@
 Patch06:        python-3.2.1-fix_date_time_compiler.patch
 # fix wrong include path in curses-panel module
 Patch07:        python-2.6b3-curses-panel.patch
-# disable test_io test on ppc
-Patch08:        python-3.2.2-disable-tests-in-test_io.patch
 # fix .pypirc creation vulnerability
-Patch09:        python-3.2.3rc2-pypirc-secure.patch
+Patch08:        python-3.2.3rc2-pypirc-secure.patch
 ### COMMON-PATCH-END ###
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -211,11 +209,7 @@
 %patch05 -p1
 %patch06 -p1
 %patch07
-#disable test_io on ppc
-%ifarch ppc ppc64
 %patch08 -p1
-%endif
-%patch09 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.in
@@ -252,6 +246,9 @@
 %ifarch %arm
 EXCLUDE="$EXCLUDE -x test_ctypes"
 %endif
+%ifarch ppc ppc64
+EXCLUDE="$EXCLUDE -x test_io"
+%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"

++++++ python3.spec ++++++
--- /var/tmp/diff_new_pack.U3gLAg/_old  2012-07-30 20:40:51.000000000 +0200
+++ /var/tmp/diff_new_pack.U3gLAg/_new  2012-07-30 20:40:51.000000000 +0200
@@ -70,10 +70,8 @@
 Patch06:        python-3.2.1-fix_date_time_compiler.patch
 # fix wrong include path in curses-panel module
 Patch07:        python-2.6b3-curses-panel.patch
-# disable test_io test on ppc
-Patch08:        python-3.2.2-disable-tests-in-test_io.patch
 # fix .pypirc creation vulnerability
-Patch09:        python-3.2.3rc2-pypirc-secure.patch
+Patch08:        python-3.2.3rc2-pypirc-secure.patch
 ### COMMON-PATCH-END ###
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -160,11 +158,7 @@
 %patch05 -p1
 %patch06 -p1
 %patch07
-#disable test_io on ppc
-%ifarch ppc ppc64
 %patch08 -p1
-%endif
-%patch09 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.in

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

Reply via email to