[Python-apps-commits] r10079 - in packages/svnmailer/trunk/debian (3 files)

anbe at users.alioth.debian.org anbe at users.alioth.debian.org
Tue Oct 15 21:50:50 UTC 2013


    Date: Tuesday, October 15, 2013 @ 21:50:48
  Author: anbe
Revision: 10079

revert SVN_STREAM_CHUNK_SIZE workaround, was properly fixed in python-subversion

Modified:
  packages/svnmailer/trunk/debian/changelog
  packages/svnmailer/trunk/debian/patches/00list
Deleted:
  packages/svnmailer/trunk/debian/patches/02_SVN_STREAM_CHUNK_SIZE_int.dpatch

Modified: packages/svnmailer/trunk/debian/changelog
===================================================================
--- packages/svnmailer/trunk/debian/changelog	2013-10-15 21:36:57 UTC (rev 10078)
+++ packages/svnmailer/trunk/debian/changelog	2013-10-15 21:50:48 UTC (rev 10079)
@@ -1,3 +1,11 @@
+svnmailer (1.0.8-14) UNRELEASED; urgency=low
+
+  * QA upload.
+  * Revert SVN_STREAM_CHUNK_SIZE int vs. long workaround, this has been fixed
+    in python-subversion (see #683188).
+
+ -- Andreas Beckmann <anbe at debian.org>  Tue, 15 Oct 2013 23:39:38 +0200
+
 svnmailer (1.0.8-13) unstable; urgency=low
 
   [ Andreas Beckmann ]

Modified: packages/svnmailer/trunk/debian/patches/00list
===================================================================
--- packages/svnmailer/trunk/debian/patches/00list	2013-10-15 21:36:57 UTC (rev 10078)
+++ packages/svnmailer/trunk/debian/patches/00list	2013-10-15 21:50:48 UTC (rev 10079)
@@ -1,2 +1 @@
 01_restore_pristine_code
-02_SVN_STREAM_CHUNK_SIZE_int

Deleted: packages/svnmailer/trunk/debian/patches/02_SVN_STREAM_CHUNK_SIZE_int.dpatch
===================================================================
--- packages/svnmailer/trunk/debian/patches/02_SVN_STREAM_CHUNK_SIZE_int.dpatch	2013-10-15 21:36:57 UTC (rev 10078)
+++ packages/svnmailer/trunk/debian/patches/02_SVN_STREAM_CHUNK_SIZE_int.dpatch	2013-10-15 21:50:48 UTC (rev 10079)
@@ -1,20 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## DP: 02_SVN_STREAM_CHUNK_SIZE_int.dpatch by Emilio Pozuelo Monfort <pochu at debian.org>
-## DP: http://bugs.debian.org/712383
-##
-## All lines beginning with `## DP:' are a description of the patch.
-
- at DPATCH@
-
-diff -ruNp svnmailer-1.0.8.orig/src/lib/svnmailer/subversion.py svnmailer-1.0.8/src/lib/svnmailer/subversion.py
---- svnmailer-1.0.8.orig/src/lib/svnmailer/subversion.py	2006-04-17 12:29:06.000000000 +0200
-+++ svnmailer-1.0.8/src/lib/svnmailer/subversion.py	2013-06-15 16:07:36.137576163 +0200
-@@ -355,7 +355,7 @@ class Repository(object):
-             try:
-                 while True:
-                     chunk = svn_core.svn_stream_read(
--                        stream, svn_core.SVN_STREAM_CHUNK_SIZE
-+                        stream, int(svn_core.SVN_STREAM_CHUNK_SIZE)
-                     )
-                     if not chunk:
-                         break




More information about the Python-apps-commits mailing list