diff options
Diffstat (limited to 'Misc/RPM')
| -rw-r--r-- | Misc/RPM/python-3.4.spec (renamed from Misc/RPM/python-3.3.spec) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Misc/RPM/python-3.3.spec b/Misc/RPM/python-3.4.spec index 936a21f..b1af55c 100644 --- a/Misc/RPM/python-3.3.spec +++ b/Misc/RPM/python-3.4.spec @@ -39,8 +39,8 @@ %define name python #--start constants-- -%define version 3.3.0 -%define libvers 3.3 +%define version 3.4.0a0 +%define libvers 3.4 #--end constants-- %define release 1pydotorg %define __prefix /usr @@ -83,8 +83,7 @@ with very clear syntax. It has interfaces to many system calls and libraries, as well as to various window systems, and is extensible in C or C++. It is also usable as an extension language for applications that need a programmable interface. Finally, Python is portable: it runs on many -brands of UNIX, on PCs under Windows, MS-DOS, and OS/2, and on the -Mac. +brands of UNIX, on PCs under Windows, MS-DOS, and on the Mac. %package devel Summary: The libraries and header files needed for Python extension development. |
