SHA256
1
0
forked from pool/python

Accepting request 69573 from devel:languages:python:Factory

- added "fix-parallel-make" patch to python main package as well,
  because build process is the same

OBS-URL: https://build.opensuse.org/request/show/69573
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=64
This commit is contained in:
Sascha Peilicke 2011-05-05 07:17:56 +00:00 committed by Git OBS Bridge
commit cef3698c1e
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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