-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi

I intend to NMU pytables to fix the libucl0 bug (by rebuilding) and the
FTBFS (amd64/gcc-4.0) bug.

You can upload a version yourself in the coming 7 days to fix the bug(s)
as the NMU is uploaded to the DELAYED queue in 7-day.

Cheers

Luk
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFB9B1b5UTeB5t8Mo0RAjinAKDOz5jGXeMQwt2RYAJEuRJNiNXz2wCfa3hb
+rUEImlLMB/0mPblCRFAulc=
=fr3k
-----END PGP SIGNATURE-----
diff -Nru pytables-0.9.1.orig/debian/changelog pytables-0.9.1/debian/changelog
--- pytables-0.9.1.orig/debian/changelog        2005-01-23 22:40:52.000000000 
+0100
+++ pytables-0.9.1/debian/changelog     2005-01-20 21:58:45.000000000 +0100
@@ -1,16 +1,24 @@
+pytables (0.9.1-1.1) unstable; urgency=high
+
+   * Non-maintainer upload.
+   * Rebuilt (Closes: #288464).
+   * src/hdf5Extension.c: applied patch for amd64/gcc-4.0 (Closes: #287972)
+
+ -- Luk Claes <[EMAIL PROTECTED]>  Thu, 20 Jan 2005 20:08:41 +0100
+ 
 pytables (0.9.1-1) unstable; urgency=low
 
    * New upstream release. Mainly a maintenance release.
 
  -- Francesc Alted <[EMAIL PROTECTED]>  Thu, 09 Dec 2004 17:27:04 +0100
-        
+ 
 pytables (0.9-1) unstable; urgency=low
 
    * New upstream release. Introduced indexation, support of complex numbers
    and update of object elements.
-       
+
  -- Francesc Alted <[EMAIL PROTECTED]>  Fri, 05 Nov 2004 18:10:58 +0100
-        
+
 pytables (0.8.1-4) unstable; urgency=high
 
    * Recompiled to get a proper dependency on libucl (>=1.03-1).
diff -Nru pytables-0.9.1.orig/src/hdf5Extension.c 
pytables-0.9.1/src/hdf5Extension.c
--- pytables-0.9.1.orig/src/hdf5Extension.c     2004-12-02 14:17:54.000000000 
+0100
+++ pytables-0.9.1/src/hdf5Extension.c  2005-01-20 20:12:29.000000000 +0100
@@ -12971,7 +12971,7 @@
 static PyObject *__pyx_tp_new_13hdf5Extension_Row(PyTypeObject *t, PyObject 
*a, PyObject *k) {
   PyObject *o = (*t->tp_alloc)(t, 0);
   struct __pyx_obj_13hdf5Extension_Row *p = (struct 
__pyx_obj_13hdf5Extension_Row *)o;
-  (struct __pyx_vtabstruct_13hdf5Extension_Row *)p->__pyx_vtab = 
__pyx_vtabptr_13hdf5Extension_Row;
+  p->__pyx_vtab = __pyx_vtabptr_13hdf5Extension_Row;
   p->_table = Py_None; Py_INCREF(p->_table);
   p->_fields = Py_None; Py_INCREF(p->_fields);
   p->_recarray = Py_None; Py_INCREF(p->_recarray);

Reply via email to