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