packages: python3/python3.spec - do not include minor number in %%{py_ver}

jajcus jajcus at pld-linux.org
Fri Jul 15 15:39:26 CEST 2011


Author: jajcus                       Date: Fri Jul 15 13:39:26 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- do not include minor number in %%{py_ver}

---- Files affected:
packages/python3:
   python3.spec (1.53 -> 1.54) 

---- Diffs:

================================================================
Index: packages/python3/python3.spec
diff -u packages/python3/python3.spec:1.53 packages/python3/python3.spec:1.54
--- packages/python3/python3.spec:1.53	Fri Jul 15 15:11:47 2011
+++ packages/python3/python3.spec	Fri Jul 15 15:39:21 2011
@@ -20,7 +20,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}
@@ -37,7 +37,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}
+Version:	%{py_ver}.1
 Release:	1
 Epoch:		1
 License:	PSF
@@ -916,6 +916,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.54  2011/07/15 13:39:21  jajcus
+- do not include minor number in %%{py_ver}
+
 Revision 1.53  2011/07/15 13:11:47  jajcus
 - patches updated for Python3.2.1
 - some tests fixed, some tests disable, 'tests' bcond re-enabled
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python3/python3.spec?r1=1.53&r2=1.54&f=u



More information about the pld-cvs-commit mailing list