]> granicus.if.org Git - python/commitdiff
Merged revisions 64239 via svnmerge from
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 13 Jun 2008 17:28:35 +0000 (17:28 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 13 Jun 2008 17:28:35 +0000 (17:28 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r64239 | martin.v.loewis | 2008-06-13 19:22:39 +0200 (Fr, 13 Jun 2008) | 1 line

  Switch to bzip2 1.0.5.
........

PCbuild/pyproject.vsprops
PCbuild/readme.txt
Tools/buildbot/external-common.bat

index 3633aeb4fd44ad079f4a25d897aa1add844748db..eb6ab328f2218a7b0fa1e883d54949131ece13b0 100644 (file)
@@ -78,7 +78,7 @@
        />
        <UserMacro
                Name="bz2Dir"
-               Value="$(externalsDir)\bzip2-1.0.3"
+               Value="$(externalsDir)\bzip2-1.0.5"
        />
        <UserMacro
                Name="opensslDir"
index a55c1f1079fb7ee6b7b0820392be81a8784f5e54..f56828d91198d159f5aea38740b04946eff65889 100644 (file)
@@ -121,21 +121,21 @@ bz2
     Download the source from the python.org copy into the dist
     directory:
 
-    svn export http://svn.python.org/projects/external/bzip2-1.0.3
+    svn export http://svn.python.org/projects/external/bzip2-1.0.5
 
     ** NOTE: if you use the Tools\buildbot\external(-amd64).bat approach for
     obtaining external sources then you don't need to manually get the source
     above via subversion. **
 
     A custom pre-link step in the bz2 project settings should manage to
-    build bzip2-1.0.3\libbz2.lib by magic before bz2.pyd (or bz2_d.pyd) is
+    build bzip2-1.0.5\libbz2.lib by magic before bz2.pyd (or bz2_d.pyd) is
     linked in PCbuild\.
     However, the bz2 project is not smart enough to remove anything under
-    bzip2-1.0.3\ when you do a clean, so if you want to rebuild bzip2.lib
-    you need to clean up bzip2-1.0.3\ by hand.
+    bzip2-1.0.5\ when you do a clean, so if you want to rebuild bzip2.lib
+    you need to clean up bzip2-1.0.5\ by hand.
 
     All of this managed to build libbz2.lib in 
-    bzip2-1.0.3\$platform-$configuration\, which the Python project links in.
+    bzip2-1.0.5\$platform-$configuration\, which the Python project links in.
 
 _ssl
     Python wrapper for the secure sockets library.
index d14ff520d1141210e35e026faf59e672a1385da2..236245d75a92f5d22d787d0e564100bb762786ab 100644 (file)
@@ -4,7 +4,7 @@
 cd ..\r
 @rem XXX: If you need to force the buildbots to start from a fresh environment, uncomment\r
 @rem the following, check it in, then check it out, comment it out, then check it back in.\r
-@rem if exist bzip2-1.0.3 rd /s/q bzip2-1.0.3\r
+@rem if exist bzip2-1.0.5 rd /s/q bzip2-1.0.5\r
 @rem if exist tcltk rd /s/q tcltk\r
 @rem if exist tcltk64 rd /s/q tcltk64\r
 @rem if exist tcl8.4.12 rd /s/q tcl8.4.12\r
@@ -18,7 +18,10 @@ cd ..
 @rem if exist sqlite-source-3.3.4 rd /s/q sqlite-source-3.3.4    \r
 \r
 @rem bzip\r
-if not exist bzip2-1.0.3 svn export http://svn.python.org/projects/external/bzip2-1.0.3\r
+if not exist bzip2-1.0.5 (\r
+   rd /s/q bzip2-1.0.3\r
+  svn export http://svn.python.org/projects/external/bzip2-1.0.5\r
+)\r
 \r
 @rem Sleepycat db\r
 if not exist db-4.4.20 svn export http://svn.python.org/projects/external/db-4.4.20-vs9 db-4.4.20\r