From 6f678197af22359c655715ca78b01355a38cd051ae677d29895bf30152e00ca1 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Wed, 4 May 2011 14:18:55 +0000 Subject: [PATCH] - added "fix-parallel-make" patch to python main package as well, because build process is the same OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=96 --- python.changes | 6 ++++++ python.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/python.changes b/python.changes index 8132679..11c5b56 100644 --- a/python.changes +++ b/python.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 4 14:18:08 UTC 2011 - jmatejek@novell.com + +- added "fix-parallel-make" patch to python main package as well, + because build process is the same + ------------------------------------------------------------------- Thu Feb 17 17:37:09 CET 2011 - pth@suse.de diff --git a/python.spec b/python.spec index c091968..eb0aaa0 100644 --- a/python.spec +++ b/python.spec @@ -52,6 +52,7 @@ Patch6: python-2.6b3-curses-panel.patch Patch7: sparc_longdouble.patch Patch8: python-2.7-acrequire.patch Patch9: python-fix_date_time_compiler.patch +Patch10: python-2.7-fix-parallel-make.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %define python_version %(echo %{version} | head -c 3) @@ -184,6 +185,7 @@ Authors: %patch7 -p1 %patch8 -p1 %patch9 +%patch10 -p1 # some cleanup find . -name .cvsignore -type f -print0 | xargs -0 rm -f find . -name CVS -type d -print0 | xargs -0 rm -rf