gnu: audiofile: Shorten patch file names.
authorLudovic Courtès <ludo@gnu.org>
Tue, 10 Nov 2020 16:49:14 +0000 (17:49 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 10 Nov 2020 16:49:14 +0000 (17:49 +0100)
commit8515ea12d283632e7d0103286e679542d896058b
tree5c71f09864a027b13a6cb3c236c1079608f639c1
parent74361d3ee8c1524ee3f3496f113b9a8bf644e023
gnu: audiofile: Shorten patch file names.

At least 'audiofile-division-by-zero-BlockCodec-runPull.patch' could end
up not being included in a tarball.

* gnu/packages/patches/audiofile-Check-the-number-of-coefficients.patch:
Rename to...
* gnu/packages/patches/audiofile-check-number-of-coefficients.patch:
... this.
* gnu/packages/patches/audiofile-division-by-zero-BlockCodec-runPull.patch:
Rename to...
* gnu/packages/patches/audiofile-division-by-zero.patch: ....this.
* gnu/packages/patches/audiofile-signature-of-multiplyCheckOverflow.patch:
Rename to...
* gnu/packages/patches/audiofile-function-signature.patch: ... this.
* gnu/packages/patches/audiofile-Fix-multiply-overflow-sfconvert.patch:
Rename to....
* gnu/packages/patches/audiofile-multiply-overflow.patch: ... this.
* gnu/packages/patches/audiofile-Fix-overflow-in-MSADPCM-decodeSam.patch:
Rename to...
* gnu/packages/patches/audiofile-overflow-in-MSADPCM.patch: ... this.
* gnu/packages/audio.scm (audiofile)[source]: Adjust accordingly.
* gnu/local.mk (dist_patch_DATA): Likewise.
gnu/local.mk
gnu/packages/audio.scm
gnu/packages/patches/audiofile-check-number-of-coefficients.patch [moved from gnu/packages/patches/audiofile-Check-the-number-of-coefficients.patch with 100% similarity]
gnu/packages/patches/audiofile-division-by-zero.patch [moved from gnu/packages/patches/audiofile-division-by-zero-BlockCodec-runPull.patch with 100% similarity]
gnu/packages/patches/audiofile-function-signature.patch [moved from gnu/packages/patches/audiofile-signature-of-multiplyCheckOverflow.patch with 100% similarity]
gnu/packages/patches/audiofile-multiply-overflow.patch [moved from gnu/packages/patches/audiofile-Fix-multiply-overflow-sfconvert.patch with 100% similarity]
gnu/packages/patches/audiofile-overflow-in-MSADPCM.patch [moved from gnu/packages/patches/audiofile-Fix-overflow-in-MSADPCM-decodeSam.patch with 100% similarity]