|
@@ -12,7 +12,7 @@ Summary: An interpreted, interactive, object-oriented programming language.
|
|
|
Summary(ja): オブジェクト指向言語 Python インタプリタ
|
|
|
Name: python
|
|
|
Version: %{pybasever}.15
|
|
|
-Release: 1%{?_dist_release}
|
|
|
+Release: 2%{?_dist_release}
|
|
|
License: PSF
|
|
|
Group: Development/Languages
|
|
|
URL: http://www.python.org/%{pybasever}/
|
|
@@ -45,8 +45,8 @@ Patch44: 00137-skip-distutils-tests-that-fail-in-rpmbuild.patch
|
|
|
|
|
|
## for lib64
|
|
|
Patch100: python-2.7-lib64-Makefile.patch
|
|
|
-# Patch101: python-2.7-lib64-setup.patch
|
|
|
-# Patch102: python-2.7-lib64-getpath.patch
|
|
|
+Patch101: python-2.7-lib64-setup.patch
|
|
|
+Patch102: python-2.7-lib64-getpath.patch
|
|
|
Patch103: python-2.7-lib64-site.patch
|
|
|
Patch104: python-2.7-lib64-install.patch
|
|
|
Patch105: python-2.7-lib64-sysconfig.patch
|
|
@@ -205,14 +205,14 @@ user interface for Python programming.
|
|
|
|
|
|
%if %{_lib} == lib64
|
|
|
%patch100 -p1 -b .Makefile
|
|
|
-# %patch101 -p1 -b .setup
|
|
|
-# %patch102 -p1 -b .getpath
|
|
|
+%patch101 -p1 -b .setup
|
|
|
+%patch102 -p1 -b .getpath
|
|
|
%patch103 -p1 -b .site
|
|
|
%patch104 -p1 -b .install
|
|
|
%patch105 -p1 -b .sysconfig
|
|
|
%patch106 -p1 -b .distutils_sysconfig
|
|
|
%patch107 -p1 -b .test_install
|
|
|
-#%patch108 -p1 -b .test_site
|
|
|
+# %patch108 -p1 -b .test_site
|
|
|
%endif
|
|
|
|
|
|
%patch200 -p1 -b .CVE-2014-1912
|
|
@@ -470,6 +470,9 @@ rm -fr $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Nov 03 2018 Toshiaki Ara <ara_t@384.jp> 2.7.15-2
|
|
|
+- revert and update patchs (101, 102)
|
|
|
+
|
|
|
* Fri Nov 02 2018 Toshiaki Ara <ara_t@384.jp> 2.7.15-1
|
|
|
- new upstream release
|
|
|
- drop Patches (31,42,101,102)
|