Changeset 1540


Ignore:
Timestamp:
Dec 23, 2018, 4:09:17 PM (7 years ago)
Author:
Silvan Scherrer
Message:

spec: python: Release version 2.7.6-22.

File:
1 edited

Legend:

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

    r1435 r1540  
    5555Name: %{python}
    5656Version: 2.7.6
    57 Release: 21%{?dist}
     57Release: 22%{?dist}
    5858License: Python
    5959Group: Development/Languages
     
    6464Provides: python(abi) = %{pybasever}
    6565
    66 %scm_source svn http://svn.netlabs.org/repos/rpm/python/trunk 1381
     66%scm_source svn http://svn.netlabs.org/repos/rpm/python/trunk 1539
    6767
    6868%if %{main_python}
     
    8282%endif
    8383
    84 # Because of spawn2
    85 Requires: libcx >= 0.6.1-2
     84# Because of getaddrinfo
     85Requires: libcx >= 0.6.3
    8686# Because of DosEnterCritSec removal
    8787Requires: pthread >= 20171227
     
    278278
    279279# YD fix binaries
    280 cp %{buildroot}%{_bindir}/python.exe %{buildroot}%{_bindir}/python
     280ln -s %{_bindir}/python.exe %{buildroot}%{_bindir}/python
    281281rm -f %{buildroot}%{_bindir}/python%{pybasever_cond}.dll
    282282
     
    383383%{_bindir}/python
    384384%{_bindir}/python.exe
    385 %{_bindir}/python2.exe
     385%{_bindir}/python2
    386386%if %{main_python}
    387387#%{_bindir}/python2
     
    523523
    524524%changelog
     525* Fri Dec 21 2018 Silvan Scherrer <silvan.scherrer@aroa.ch> 2.7.6-22
     526- adjust getaddrinfo and friends to latest libcx
     527- don't add .exe to symlinks
     528
    525529* Mon Jun 18 2018 Silvan Scherrer <silvan.scherrer@aroa.ch> 2.7.6-21
    526530- use %{os2_config_sys} macro instead of fixed c:\config.sys
Note: See TracChangeset for help on using the changeset viewer.