Changeset 1289 for spec/trunk/SPECS/python.spec
- Timestamp:
- Jan 9, 2018, 1:25:23 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/python.spec
r1156 r1289 55 55 Name: %{python} 56 56 Version: 2.7.6 57 Release: 1 8%{?dist}57 Release: 19%{?dist} 58 58 License: Python 59 59 Group: Development/Languages 60 Vendor: bww bitwise works GmbH 61 60 62 Requires: %{name}-libs = %{version}-%{release} 61 63 Provides: python-abi = %{pybasever} 62 64 Provides: python(abi) = %{pybasever} 63 65 64 %scm_source svn http://svn.netlabs.org/repos/rpm/python/trunk 1 15166 %scm_source svn http://svn.netlabs.org/repos/rpm/python/trunk 1281 65 67 66 68 %if %{main_python} … … 80 82 %endif 81 83 82 # Because of fread override that fixes freezes when reading big files on JFS 83 Requires: libcx >= 0.5.3 84 # Because of spawn2 85 Requires: libcx >= 0.6.1-2 86 # Because of DosEnterCritSec removal 87 Requires: pthread >= 20171227 84 88 85 89 # YD because of libcx … … 111 115 %global tapsetdir /usr/share/systemtap/tapset 112 116 %endif 117 118 BuildRequires: libcx-devel >= 0.6.1-2 119 BuildRequires: pthread-devel >= 20171227 113 120 114 121 URL: http://www.python.org/ … … 516 523 517 524 %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 518 534 * Sat Jun 3 2017 Dmitriy Kuminov <coding@dmik.org> 2.7.6-18 519 535 - Put the LIBCx library to LDFLAGS rather than LIBS to have all module DLLs
Note:
See TracChangeset
for help on using the changeset viewer.