|
@@ -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
|
|
|
|