]> git.pld-linux.org Git - packages/python3.git/commitdiff
- do not include minor number in %%{py_ver}
authorJacek Konieczny <jajcus@pld-linux.org>
Fri, 15 Jul 2011 13:39:21 +0000 (13:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python3.spec -> 1.54

python3.spec

index cb58e41c7c0fe8b7226254fd8ed53f5559965052..c385d546ae478a84fc3975b1aa630892768a04a7 100644 (file)
@@ -19,7 +19,7 @@
 #   test_gdb: fails, as the gdb uses old python version
 %define                broken_tests test_httpservers test_distutils test_cmd_line test_pydoc test_telnetlib test_zlib test_gdb test_site
 
-%define py_ver         3.2.1
+%define py_ver         3.2
 %define py_abi         %{py_ver}mu
 %define py_prefix      %{_prefix}
 %define py_libdir      %{py_prefix}/%{_lib}/python%{py_ver}
@@ -36,7 +36,7 @@ Summary(ru.UTF-8):    Язык программирования очень высо
 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}
+Version:       %{py_ver}.1
 Release:       1
 Epoch:         1
 License:       PSF
This page took 0.036247 seconds and 4 git commands to generate.