Ignore:
Timestamp:
Jun 18, 2018, 5:26:29 PM (7 years ago)
Author:
Silvan Scherrer
Message:

spec: python: Release version 2.7.6-21.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/python.spec

    r1384 r1435  
    5555Name: %{python}
    5656Version: 2.7.6
    57 Release: 20%{?dist}
     57Release: 21%{?dist}
    5858License: Python
    5959Group: Development/Languages
     
    106106BuildRequires: autoconf
    107107BuildRequires: db4-devel >= 4.8
    108 #BuildRequires: libffi-devel
     108BuildRequires: libffi-devel
    109109%if 0%{?with_valgrind}
    110110BuildRequires: valgrind-devel
     
    372372if [ "$1" = 1 ] ; then
    373373#execute only on first install
    374 %cube {DELLINE "SET PYTHONPATH="} c:\config.sys > NUL
    375 %cube {DELLINE "SET PYTHONHOME="} c:\config.sys > NUL
     374%cube {DELLINE "SET PYTHONPATH="} %{os2_config_sys} > NUL
     375%cube {DELLINE "SET PYTHONHOME="} %{os2_config_sys} > NUL
    376376fi
    377377
     
    523523
    524524%changelog
    525 * Tue Apr 18 2018 Dmitriy Kuminov <coding@dmik.org> 2.7.6-20.
     525* Mon Jun 18 2018 Silvan Scherrer <silvan.scherrer@aroa.ch> 2.7.6-21
     526- use %{os2_config_sys} macro instead of fixed c:\config.sys
     527
     528* Wed Apr 18 2018 Dmitriy Kuminov <coding@dmik.org> 2.7.6-20.
    526529- Understand `*module.pyd` and `*module.dll` extensions for Python modules.
    527530- Improve handling of BEGINLIBPATH and other pseudo-env vars (#299).
Note: See TracChangeset for help on using the changeset viewer.