From ae91e2fb3822a03e546923f20f8f96cb9954529a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sun, 1 Jul 2018 13:15:11 +0200 Subject: [PATCH] - rel 2; disable optimizations on x32 (pgo build hangs) --- python3.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python3.spec b/python3.spec index 2f10766..d525089 100644 --- a/python3.spec +++ b/python3.spec @@ -18,6 +18,7 @@ # test_time: test_AsTimeval (test.test_time.TestCPyTime), rounding error %ifarch x32 %define broken_tests_x32 test_time +%undefine with_optimizations %endif %define broken_tests test_nntplib test_gdb test_site test_distutils test_bdist_rpm test_ssl %{?broken_tests_x32} @@ -40,7 +41,7 @@ Summary(tr.UTF-8): X arayüzlü, yüksek düzeyli, kabuk yorumlayıcı dili Summary(uk.UTF-8): Мова програмування дуже високого рівня з X-інтерфейсом Name: python3 Version: %{py_ver}.0 -Release: 1 +Release: 2 Epoch: 1 License: PSF Group: Development/Languages/Python -- 2.44.0