diff --git a/python-virtualenv.changes b/python-virtualenv.changes index 488efeb..b43ec75 100644 --- a/python-virtualenv.changes +++ b/python-virtualenv.changes @@ -6,8 +6,7 @@ Tue Jan 7 13:38:42 UTC 2014 - speilicke@suse.com + BACKWARDS INCOMPATIBLE Modified the handling of --extra-search-dirs. This option now works like pip’s --find-links option, in that it adds extra directories to search for compatible wheels for pip and setuptools. The actual wheel selected is chosen based on version and compatibility, using the same algorithm as pip install setuptools. + Upgraded pip to v1.5 + Upgraded setuptools to v1.4 -- Fix non-executable script warning, symlink /usr/bin/virtualenv in buildroot (u-a warning) - and ghost alternatives link on 12.3 or newer +- Symlink /usr/bin/virtualenv in buildroot (u-a warning) and ghost alternatives link on 12.3 or newer ------------------------------------------------------------------- Fri Oct 11 08:50:45 UTC 2013 - speilicke@suse.com diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 2092454..5ec62b7 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -62,7 +62,6 @@ libraries either). %prep %setup -q -n virtualenv-%{version} -sed -i "/#!.*/d" virtualenv.py # Fix non-executable script warning %build python setup.py build