At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 4041
revision-id: [email protected]
parent: [email protected]
parent: [email protected]
committer: Canonical.com Patch Queue Manager <[email protected]>
branch nick: +trunk
timestamp: Tue 2009-02-24 21:40:44 +0000
message:
  (jam) Some updates to win32 packaging.
modified:
  setup.py                       setup.py-20050314065409-02f8a0a6e3f9bc70
  tools/win32/build_release.py   
build_release.py-20081105204355-2ghh5cv01v1x4rzz-1
    ------------------------------------------------------------
    revno: 3995.3.12
    revision-id: [email protected]
    parent: [email protected]
    committer: John Arbash Meinel <[email protected]>
    branch nick: 1.12_packaging
    timestamp: Tue 2009-02-24 14:43:40 -0600
    message:
      it seems subvertpy 0.6.4 has some bugfixes we want.
    modified:
      tools/win32/build_release.py   
build_release.py-20081105204355-2ghh5cv01v1x4rzz-1
    ------------------------------------------------------------
    revno: 3995.3.11
    revision-id: [email protected]
    parent: [email protected]
    committer: John Arbash Meinel <[email protected]>
    branch nick: bzr.1.12
    timestamp: Wed 2009-02-25 06:19:59 +1100
    message:
      Use bzr-svn 0.5.2 as well
    modified:
      tools/win32/build_release.py   
build_release.py-20081105204355-2ghh5cv01v1x4rzz-1
    ------------------------------------------------------------
    revno: 3995.3.10
    revision-id: [email protected]
    parent: [email protected]
    committer: John Arbash Meinel <[email protected]>
    branch nick: bzr.1.12
    timestamp: Wed 2009-02-25 06:08:07 +1100
    message:
      Use qbzr 0.9.8 for final build of 1.12
    modified:
      tools/win32/build_release.py   
build_release.py-20081105204355-2ghh5cv01v1x4rzz-1
    ------------------------------------------------------------
    revno: 3995.3.9
    revision-id: [email protected]
    parent: [email protected]
    committer: John Arbash Meinel <[email protected]>
    branch nick: bzr.1.12
    timestamp: Wed 2009-02-25 06:07:29 +1100
    message:
      Local modification to exclude certain system DLLs
    modified:
      setup.py                       setup.py-20050314065409-02f8a0a6e3f9bc70
=== modified file 'setup.py'
--- a/setup.py  2009-02-11 15:33:31 +0000
+++ b/setup.py  2009-02-24 19:07:29 +0000
@@ -616,7 +616,7 @@
 
     # MSWSOCK.dll is a system-specific library, which py2exe accidentally pulls
     # in on Vista.
-    dll_excludes.append("MSWSOCK.dll")
+    dll_excludes.extend(["MSWSOCK.dll", "MSVCP60.dll", "powrprof.dll"])
     options_list = {"py2exe": {"packages": packages + 
list(additional_packages),
                                "includes": includes,
                                "excludes": excludes,

=== modified file 'tools/win32/build_release.py'
--- a/tools/win32/build_release.py      2009-02-11 15:45:01 +0000
+++ b/tools/win32/build_release.py      2009-02-24 20:43:40 +0000
@@ -5,10 +5,10 @@
 # values.
 VERSIONS = {
     'bzr': '1.12',
-    'qbzr': '0.9.7',
+    'qbzr': '0.9.8',
     'bzrtools': '1.12.0',
-    'bzr-svn': '0.5.0',
-    'subvertpy': '0.6.2',
+    'bzr-svn': '0.5.2',
+    'subvertpy': '0.6.4',
 }
 
 # This will be passed to 'make' to ensure we build with the right python


-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to