[Lsb-messages] /var/www/bzr/lsb/devel/appbat r950: Rediff the python/zlib patch for fuzz=0 over here too

Stew Benedict stewb at linux-foundation.org
Wed Feb 29 22:03:39 UTC 2012


------------------------------------------------------------
revno: 950
committer: Stew Benedict <stewb at linux-foundation.org>
branch nick: appbat
timestamp: Wed 2012-02-29 17:03:39 -0500
message:
  Rediff the python/zlib patch for fuzz=0 over here too
modified:
  extras/md5sums
  patches/python-test-bug-2952.patch
  rpm/lsb-python.spec
-------------- next part --------------
=== modified file 'extras/md5sums'
--- a/extras/md5sums	2011-02-23 18:55:16 +0000
+++ b/extras/md5sums	2012-02-29 22:03:39 +0000
@@ -58,7 +58,7 @@
 31f7fd25621a4ec09235b9f6a60fd41a  expect-5.43.patch
 0e0788b560923798cab4b762a26d33b9  expect-tcl8.5.patch
 2681c4b03b77bbbd35ce37639862ba45  Python-2.4.4.patch
-798a047024b67db79cb999cbb5ab3403  python-test-bug-2952.patch
+e567fa9005f9e8feb9e62a58390ac4c8  python-test-bug-2952.patch
 b2d3459d0fcdfce285ceef647540ee6d  lynx2.8.7.patch
 967ae9afe8b881d6ad6c5b404e749964  celestia-1.6.0.patch
 4b34ab2f3dd69c8004e2e3e37aa00cf2  raptor-1.4.19.patch

=== modified file 'patches/python-test-bug-2952.patch'
--- a/patches/python-test-bug-2952.patch	2010-04-08 14:59:58 +0000
+++ b/patches/python-test-bug-2952.patch	2012-02-29 22:03:39 +0000
@@ -1,11 +1,12 @@
---- python/trunk/Lib/test/test_zlib.py	2009/06/30 22:57:08	73714
-+++ python/trunk/Lib/test/test_zlib.py	2010/04/06 17:21:09	79848
-@@ -82,7 +82,7 @@
+diff -up ./Lib/test/test_zlib.py.bug-2952 ./Lib/test/test_zlib.py
+--- ./Lib/test/test_zlib.py.bug-2952	2006-06-11 23:33:09.000000000 -0400
++++ ./Lib/test/test_zlib.py	2012-02-15 17:04:40.883973377 -0500
+@@ -69,7 +69,7 @@ class ExceptionTestCase(unittest.TestCas
  
      def test_baddecompressobj(self):
          # verify failure on building decompress object with bad params
 -        self.assertRaises(ValueError, zlib.decompressobj, 0)
 +        self.assertRaises(ValueError, zlib.decompressobj, -1)
  
-     def test_decompressobj_badflush(self):
-         # verify failure on calling decompressobj.flush with bad params
+ 
+ 

=== modified file 'rpm/lsb-python.spec'
--- a/rpm/lsb-python.spec	2011-05-17 14:34:16 +0000
+++ b/rpm/lsb-python.spec	2012-02-29 22:03:39 +0000
@@ -27,7 +27,7 @@
 %prep
 %setup -q -n Python-%{version}
 %patch0 -p1 -b .lsbcc
-%patch1 -p2 -b .bug-2952
+%patch1 -p0 -b .bug-2952
 
 %build
 # common environment settings



More information about the lsb-messages mailing list