Эх сурвалжийг харах

fix configure option

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8940 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 10 жил өмнө
parent
commit
a3b9a1aef6

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

@@ -8,7 +8,7 @@ Summary: An interpreted, interactive, object-oriented programming language.
 Summary(ja): オブジェクト指向 Python3 インタプリタ
 Name: python3
 Version: 3.3.3
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: PSF
 Group: Development/Languages
 URL: http://www.python.org/download/releases/%{version}
@@ -119,7 +119,6 @@ for the Python language.
 	--prefix=%{_prefix} \
 	--libdir=%{_libdir} \
 	--enable-shared \
-	--enable-profiling \
 	--enable-ipv6 \
 	--with-fpectl \
 	--with-wide-unicode \
@@ -272,6 +271,9 @@ rm -fr $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Sep 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.3-3
+- remove configure option "--enable-profiling"
+
 * Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.3-2
 - rebuild with libffi-3.0.13