SVN: ZODB/branches/3.9/s Fixed a problem installing header files.

Jim Fulton <[email protected]>
Newsgroups gmane.comp.python.zope.zodb.cvs
Message-ID <20091214225217.34B2194182__14354.0578465492$1260831158$gmane$org@cvs.zope.org>
Log message for revision 106504:
  Fixed a problem installing header files.
  See https://bugs.launchpad.net/zodb/+bug/459889
  

Changed:
  U   ZODB/branches/3.9/setup.py
  U   ZODB/branches/3.9/src/CHANGES.txt
  U   ZODB/branches/3.9/src/persistent/py24compat.h

-=-
Modified: ZODB/branches/3.9/setup.py
===================================================================
--- ZODB/branches/3.9/setup.py	2009-12-14 20:25:16 UTC (rev 106503)
+++ ZODB/branches/3.9/setup.py	2009-12-14 22:52:16 UTC (rev 106504)
@@ -189,6 +189,7 @@
       package_dir = {'': 'src'},
       ext_modules = exts,
       headers = ['src/persistent/cPersistence.h',
+                 'src/persistent/py24compat.h',
                  'src/persistent/ring.h'],
       license = "ZPL 2.1",
       platforms = ["any"],

Modified: ZODB/branches/3.9/src/CHANGES.txt
===================================================================
--- ZODB/branches/3.9/src/CHANGES.txt	2009-12-14 20:25:16 UTC (rev 106503)
+++ ZODB/branches/3.9/src/CHANGES.txt	2009-12-14 22:52:16 UTC (rev 106504)
@@ -26,6 +26,8 @@
 - The FileStorage backup and restore script, repozo, gave a
   deprecation warning under Python 2.6.
 
+- C Header files weren't installed correctly.
+
 3.9.3 (2009-10-23)
 ==================
 

Modified: ZODB/branches/3.9/src/persistent/py24compat.h
===================================================================
--- ZODB/branches/3.9/src/persistent/py24compat.h	2009-12-14 20:25:16 UTC (rev 106503)
+++ ZODB/branches/3.9/src/persistent/py24compat.h	2009-12-14 22:52:16 UTC (rev 106504)
@@ -1,5 +1,5 @@
 /* Backport type definitions from Python 2.5's object.h */
-#ifndef PERSISTENT_PY24COMPATH_H
+#ifndef PERSISTENT_PY24COMPAT_H
 #define PERSISTENT_PY24COMPAT_H
 #if PY_VERSION_HEX < 0x02050000
 typedef int Py_ssize_t;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.