[Python-modules-commits] r18185 - in packages/pyvorbis/trunk/debian (2 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Aug 17 09:04:10 UTC 2011


    Date: Wednesday, August 17, 2011 @ 09:04:07
  Author: morph
Revision: 18185

* debian/patches/01_previous_changes.dpatch
  - adapted to new upstream code

Modified:
  packages/pyvorbis/trunk/debian/changelog
  packages/pyvorbis/trunk/debian/patches/01_previous_changes.dpatch

Modified: packages/pyvorbis/trunk/debian/changelog
===================================================================
--- packages/pyvorbis/trunk/debian/changelog	2011-08-17 00:14:11 UTC (rev 18184)
+++ packages/pyvorbis/trunk/debian/changelog	2011-08-17 09:04:07 UTC (rev 18185)
@@ -3,8 +3,10 @@
   * New upstream release
     - FILE* gets no longer double fclose()'d; thanks to Dave Wong for the
       report; Closes: #627144
+  * debian/patches/01_previous_changes.dpatch
+    - adapted to new upstream code
 
- -- Sandro Tosi <morph at debian.org>  Wed, 17 Aug 2011 01:52:33 +0200
+ -- Sandro Tosi <morph at debian.org>  Wed, 17 Aug 2011 11:02:52 +0200
 
 pyvorbis (1.4-2) unstable; urgency=medium
 

Modified: packages/pyvorbis/trunk/debian/patches/01_previous_changes.dpatch
===================================================================
--- packages/pyvorbis/trunk/debian/patches/01_previous_changes.dpatch	2011-08-17 00:14:11 UTC (rev 18184)
+++ packages/pyvorbis/trunk/debian/patches/01_previous_changes.dpatch	2011-08-17 09:04:07 UTC (rev 18185)
@@ -19,26 +19,6 @@
  
  #endif /* __VORBISCODEC_H__ */
  
---- pyvorbis-1.3.orig/src/pyvorbisfile.c
-+++ pyvorbis-1.3/src/pyvorbisfile.c
-@@ -167,7 +167,7 @@
- 
-   ret = py_ov_open(newobj, args);
-   if (ret == NULL) {
--    PyMem_DEL(newobj);
-+    PyObject_Del(newobj);
-     return NULL;
-   } else
-     Py_DECREF(ret);
-@@ -184,7 +184,7 @@
-   /* If file was opened from a file object, decref it, so it can close */
-   Py_XDECREF(((py_vorbisfile *) self)->py_file);
- 
--  PyMem_DEL(self);
-+  PyObject_Del(self);
- }
- 
- static PyObject *
 --- pyvorbis-1.3.orig/src/pyvorbiscodec.c
 +++ pyvorbis-1.3/src/pyvorbiscodec.c
 @@ -29,7 +29,6 @@




More information about the Python-modules-commits mailing list