From 29078a779f7203e28b77b2f4bacbeed2b1a52aa1 Mon Sep 17 00:00:00 2001 From: GĂ©rard Milmeister Date: Sep 24 2008 15:46:54 +0000 Subject: new release 20080924 --- diff --git a/.cvsignore b/.cvsignore index c23c94a..9a916e0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -abcMIDI-2007-01-06.zip +abcMIDI-2008-09-24.zip diff --git a/abcMIDI.spec b/abcMIDI.spec index d77a496..0345514 100644 --- a/abcMIDI.spec +++ b/abcMIDI.spec @@ -1,6 +1,6 @@ Name: abcMIDI -Version: 20070106 -Release: 2%{?dist} +Version: 20080924 +Release: 1%{?dist} Summary: ABC to/from MIDI conversion utilities Group: Applications/Multimedia diff --git a/abcmidi-snprintf.patch b/abcmidi-snprintf.patch deleted file mode 100644 index bcf37aa..0000000 --- a/abcmidi-snprintf.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- abcmidi/store.c.snprintf 2006-03-07 21:34:00.000000000 +0100 -+++ abcmidi/store.c 2006-03-07 21:34:10.000000000 +0100 -@@ -73,7 +73,6 @@ - extern char* strchr(); - extern void reduce(); - #endif --int snprintf(char *str, size_t size, const char *format, ...); - - - #define MAXLINE 500 diff --git a/abcmidi-sprintf.patch b/abcmidi-sprintf.patch deleted file mode 100644 index 7bd1345..0000000 --- a/abcmidi-sprintf.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- abcmidi/store.c.sprintf 2006-06-10 14:00:57.000000000 +0200 -+++ abcmidi/store.c 2006-06-10 14:01:34.000000000 +0200 -@@ -1222,7 +1222,7 @@ - - if(strcmp(command,"gracedivider") == 0) { - int b; -- char msg[40]; -+ char msg[200]; - skipspace(&p); - b = -1; - b = readnump(&p); diff --git a/sources b/sources index d5dba47..c610e7a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -be1d03c642ae5a6d99728e4108aa6ae6 abcMIDI-2007-01-06.zip +3aa16f97bfc3bf187dc6ce5ea6a60750 abcMIDI-2008-09-24.zip