* Fri Aug 6 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 3.1.2-13
- Turn on computed-gotos.
This commit is contained in:
parent
db6a64a5ec
commit
91b78044d5
@ -17,6 +17,9 @@
|
|||||||
|
|
||||||
%global with_systemtap 1
|
%global with_systemtap 1
|
||||||
|
|
||||||
|
# Change from yes to no to turn this off
|
||||||
|
%global with_computed_gotos yes
|
||||||
|
|
||||||
# We want to byte-compile the .py files within the packages using the new
|
# We want to byte-compile the .py files within the packages using the new
|
||||||
# python3 binary.
|
# python3 binary.
|
||||||
#
|
#
|
||||||
@ -40,7 +43,7 @@
|
|||||||
Summary: Version 3 of the Python programming language aka Python 3000
|
Summary: Version 3 of the Python programming language aka Python 3000
|
||||||
Name: python3
|
Name: python3
|
||||||
Version: %{pybasever}.2
|
Version: %{pybasever}.2
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
License: Python
|
License: Python
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Source: http://python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
|
Source: http://python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
|
||||||
@ -439,6 +442,7 @@ BuildPython() {
|
|||||||
--with-system-ffi \
|
--with-system-ffi \
|
||||||
--with-system-expat \
|
--with-system-expat \
|
||||||
$ExtraConfigArgs \
|
$ExtraConfigArgs \
|
||||||
|
--with-computed-gotos=%{with_computed_gotos} \
|
||||||
%{nil}
|
%{nil}
|
||||||
|
|
||||||
|
|
||||||
@ -1064,6 +1068,9 @@ rm -fr %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 6 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 3.1.2-13
|
||||||
|
- Turn on computed-gotos.
|
||||||
|
|
||||||
* Fri Jul 2 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.2-12
|
* Fri Jul 2 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.2-12
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user