Browse Source

python3-3.5.6-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11920 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 5 years ago
parent
commit
cfce45f5fa
1 changed files with 14 additions and 2 deletions
  1. 14 2
      p/python3/python3-vl.spec

+ 14 - 2
p/python3/python3-vl.spec

@@ -7,8 +7,8 @@
 Summary: An interpreted, interactive, object-oriented programming language.
 Summary(ja): オブジェクト指向 Python3 インタプリタ
 Name: python3
-Version: 3.5.2
-Release: 2%{?_dist_release}
+Version: 3.5.6
+Release: 1%{?_dist_release}
 License: PSF
 Group: Development/Languages
 URL: http://www.python.org/download/releases/%{version}
@@ -137,6 +137,14 @@ for the Python language.
 %endif
 	CXX=g++;
 
+cat <<EOF >> Modules/Setup.local
+_socket socketmodule.c
+SSL=%{_prefix}
+_ssl _ssl.c \
+       -DUSE_SSL -I%{_includedir} -I%{_includedir}/openssl \
+       -L%{_libdir} -lssl -lcrypto
+EOF
+
 make %{?_smp_mflags}
 
 %if %{run_test}
@@ -275,6 +283,10 @@ rm -fr $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Nov 19 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.5.6-1
+- new upstream release.
+- really rebuilt with openssl-1.1.1.
+
 * Fri Nov 02 2018 Toshiaki Ara <ara_t@384.jp> 3.5.2-2
 - rebuild with openssl-1.1.1