From cca3cfeed18719df1ec89fc1927d01f0e50d688e Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Jul 16 2013 03:01:15 +0000 Subject: Cleanup. --- diff --git a/eyed3-fix-empty-usertextframes.patch b/eyed3-fix-empty-usertextframes.patch deleted file mode 100644 index 4cd0461..0000000 --- a/eyed3-fix-empty-usertextframes.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -urp eyeD3-0.6.18.OLD/src/eyeD3/frames.py eyeD3-0.6.18/src/eyeD3/frames.py ---- eyeD3-0.6.18.OLD/src/eyeD3/frames.py 2011-11-24 23:37:44.000000000 -0500 -+++ eyeD3-0.6.18/src/eyeD3/frames.py 2012-01-27 13:22:41.974411766 -0500 -@@ -2163,7 +2163,10 @@ class FrameSet(list): - # description and its text. - def splitUnicode(data, encoding): - if encoding == LATIN1_ENCODING or encoding == UTF_8_ENCODING: -- retval = data.split("\x00", 1) -+ ret = data.split("\x00", 1); -+ if len(ret) != 2: -+ ret.append("") -+ return ret - elif encoding == UTF_16_ENCODING or encoding == UTF_16BE_ENCODING: - # Two null bytes split, but since each utf16 char is also two - # bytes we need to ensure we found a proper boundary. diff --git a/sources b/sources index 4a3cec3..3ac4ac6 100644 --- a/sources +++ b/sources @@ -1,4 +1,3 @@ ad545c55bb8bdd579e8d14c5bdaacee5 eyeD3-0.6.18.tar.gz -4699172dc57077b06d8535e4ab82aaec eyeD3_docs-0.7.2.tgz e659838e5c4656c440637548353eb7ba eyeD3-0.7.2.tgz 584431de2a8439039890e02b69a377d5 eyeD3-0.7.3.tgz