Package: id3tool / 1.2a-6

Metadata

Package Version Patches format
id3tool 1.2a-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 typo.patch | (download)

id3.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix a typo in a genre name
02 warnings.patch | (download)

id3.c | 2 1 + 1 - 0 !
id3.h | 4 2 + 2 - 0 !
id3tool.c | 10 7 + 3 - 0 !
3 files changed, 10 insertions(+), 6 deletions(-)

 fix some compiler warnings
03 autoreconf.patch | (download)

Makefile.am | 2 0 + 2 - 0 !
acconfig.h | 60 0 + 60 - 0 !
bsd_getopt.h | 9 4 + 5 - 0 !
configure.in | 29 22 + 7 - 0 !
4 files changed, 26 insertions(+), 74 deletions(-)

 modernize the autoconf templates a bit.
  Use the autoconf and automake initialization macros properly.
  Fold acconfig.h into configure.in using conditionals and AH_BOTTOM().
  Fix bsd_getopt.h to get rid of an infinite include loop.
  Turn on automake warnings, non-fatal because of the configure.in name.