I have integrated the patch by Greg Ward into pyvorbis-1.4 for a
pyvorbis-1.5 bugfix release. I have put a tarball there:
http://ekyo.nerim.net/software/pyogg/pyvorbis-1.5a.tar.gz
Please tell me if it works ok. If so, I'll release 1.5 very soon.
Eric.
One slight little problem: you didn't actually apply my patch!
$ md5sum pyvorbis-1.4/src/vorbismodule.c
pyvorbis-1.5a/src/vorbismodule.c
92c17f76e289a951a3efbd84b9807c4d pyvorbis-1.4/src/vorbismodule.c
92c17f76e289a951a3efbd84b9807c4d pyvorbis-1.5a/src/vorbismodule.c
Also, if the only change here is my bugfix, shouldn't this just be
pyvorbis-1.4.1? Calling it 1.5 generally implies new features.
Greg
I think the file in question is actually pyvorbisfile.c
> Also, if the only change here is my bugfix, shouldn't this just be
> pyvorbis-1.4.1? Calling it 1.5 generally implies new features.
It can be 1.4.1, as far as I am concerned. I was just following the
same <major>.<minor> versioning scheme.
Eric.
[Eric Faurot]
> I think the file in question is actually pyvorbisfile.c
Oops, you're right. But I'm also right: those two files are identical
between 1.4 and your test 1.5a release. "diff -ru" reveals that the
only changes are to:
ChangeLog
PKG-INFO
setup.py
Greg
> Oops, you're right. But I'm also right: those two files are identical
> between 1.4 and your test 1.5a release. "diff -ru" reveals that the
> only changes are to:
>
> ChangeLog
> PKG-INFO
> setup.py
I have just tried and I am 100% sure src/pyvorbisfile.c is also patched.
Eric.