Ignore:
Timestamp:
Jan 9, 2018, 1:25:23 PM (8 years ago)
Author:
dmik
Message:

spec: python: Release version 2.7.6-19.

File:
1 edited

Legend:

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

    r1156 r1289  
    5555Name: %{python}
    5656Version: 2.7.6
    57 Release: 18%{?dist}
     57Release: 19%{?dist}
    5858License: Python
    5959Group: Development/Languages
     60Vendor: bww bitwise works GmbH
     61
    6062Requires: %{name}-libs = %{version}-%{release}
    6163Provides: python-abi = %{pybasever}
    6264Provides: python(abi) = %{pybasever}
    6365
    64 %scm_source svn http://svn.netlabs.org/repos/rpm/python/trunk 1151
     66%scm_source svn http://svn.netlabs.org/repos/rpm/python/trunk 1281
    6567
    6668%if %{main_python}
     
    8082%endif
    8183
    82 # Because of fread override that fixes freezes when reading big files on JFS
    83 Requires: libcx >= 0.5.3
     84# Because of spawn2
     85Requires: libcx >= 0.6.1-2
     86# Because of DosEnterCritSec removal
     87Requires: pthread >= 20171227
    8488
    8589# YD because of libcx
     
    111115%global tapsetdir      /usr/share/systemtap/tapset
    112116%endif
     117
     118BuildRequires: libcx-devel >= 0.6.1-2
     119BuildRequires: pthread-devel >= 20171227
    113120
    114121URL: http://www.python.org/
     
    516523
    517524%changelog
     525* Mon Jan 8 2018 Dmitriy Kuminov <coding@dmik.org> 2.7.6-19
     526- Make sys.executable work for fancy python exe names on OS/2.
     527- Enable real os.spawnv* implementation on OS/2.
     528- Use LIBCx spawn2 instead of fork in subprocess module to improve performance.
     529- Don't flatten case of tempdir (fixes file name comparison in some apps).
     530- Support NUMBER_OF_PROCESSORS in multitasking.cpu_count() on OS/2.
     531- Fix handling drive letters in urllib.url2pathname and pathname2url on OS/2.
     532- Bring pthread dependency back (it's still used).
     533
    518534* Sat Jun 3 2017 Dmitriy Kuminov <coding@dmik.org> 2.7.6-18
    519535- Put the LIBCx library to LDFLAGS rather than LIBS to have all module DLLs
Note: See TracChangeset for help on using the changeset viewer.