]> git.pld-linux.org Git - packages/python3.git/commitdiff
- rel 2; disable optimizations on x32 (pgo build hangs) auto/th/python3-3.7.0-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 1 Jul 2018 11:15:11 +0000 (13:15 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 1 Jul 2018 11:15:11 +0000 (13:15 +0200)
python3.spec

index 2f1076683773f5d41f5a25a383d21676f1f33276..d5250893822f67e051fa97a915c3a801d508d33d 100644 (file)
@@ -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
This page took 0.191273 seconds and 4 git commands to generate.