]> git.pld-linux.org Git - packages/python3.git/commitdiff
- updated to version 3.0 final
authorcieciwa <cieciwa@pld-linux.org>
Fri, 23 Jan 2009 13:05:13 +0000 (13:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated MD5sum
- patches are out (temporary)

Changed files:
    python3.spec -> 1.6

python3.spec

index 5ec5cd7804323e31081f9ac9d1964aa6030254ae..690b8ffb4e8c4baf7b6dafb53bcd2029b13373db 100644 (file)
@@ -13,7 +13,7 @@
 # tests which fail because of some unknown/unresolved reason (this list should be empty)
 %define                broken_tests test_anydbm test_bsddb test_re test_shelve test_whichdb test_zipimport test_distutils
 
-%define        beta            a1
+%define        beta            %nil
 
 %define py_ver         3.0
 %define py_prefix      %{_prefix}
@@ -37,7 +37,7 @@ Epoch:                1
 License:       PSF
 Group:         Applications
 Source0:       http://www.python.org/ftp/python/%{version}/Python-%{version}%{beta}.tgz
-# Source0-md5: 89356ece9bd276e78a9e63cfe4a83a23
+# Source0-md5: ac1d8aa55bd6d04232cd96abfa445ac4
 Patch1:                %{name}-pythonpath.patch
 Patch2:                %{name}-no_ndbm.patch
 Patch3:                %{name}-ac_fixes.patch
@@ -480,13 +480,13 @@ Przykłady te są dla Pythona 2.3.4, nie %{version}.
 
 %prep
 %setup -q -n Python-%{version}%{beta}
-%patch1 -p1
-%patch2 -p1
+#patch1 -p1
+#patch2 -p1
 %patch3 -p1
-%patch5 -p1
-%patch4 -p1
-%patch6 -p1
-%patch7 -p1
+#patch5 -p1
+#patch4 -p1
+#patch6 -p1
+#patch7 -p1
 
 %build
 sed -i -e 's#-ltermcap#-ltinfo#g' configure*
This page took 0.33434 seconds and 4 git commands to generate.