with C23 (GCC 15's new default). - Switch timidity-no_date.patch, timidity-add_fluid_cfgs.patch from p0 to p1. - Modernize various specfile constructs. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/timidity?expand=0&rev=47
18 lines
680 B
Diff
18 lines
680 B
Diff
---
|
|
timidity/speex_a.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: TiMidity++-2.15.0/timidity/speex_a.c
|
|
===================================================================
|
|
--- TiMidity++-2.15.0.orig/timidity/speex_a.c
|
|
+++ TiMidity++-2.15.0/timidity/speex_a.c
|
|
@@ -255,7 +255,7 @@ void comment_init(char **comments, int*
|
|
int write_ogg_header(Speex_ctx *ctx, int fd, char *comments)
|
|
{
|
|
int ret, result;
|
|
- char *vendor_string = "Encoded with Timidity++-" VERSION "(compiled " __DATE__ ")";
|
|
+ char *vendor_string = "Encoded with Timidity++-" VERSION;
|
|
int comments_length = strlen(comments);
|
|
|
|
comment_init(&comments, &comments_length, vendor_string);
|