[packages/mp3info-rmc] Rel 7
arekm
arekm at pld-linux.org
Fri May 8 22:34:15 CEST 2026
commit e02bef8fba1236d3136a6f252d7daa518b284e82
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Fri May 8 22:34:04 2026 +0200
Rel 7
mp3info-rmc-build.patch | 19 ++++++++-----------
mp3info-rmc.spec | 2 +-
2 files changed, 9 insertions(+), 12 deletions(-)
---
diff --git a/mp3info-rmc.spec b/mp3info-rmc.spec
index 6b52a08..e512d58 100644
--- a/mp3info-rmc.spec
+++ b/mp3info-rmc.spec
@@ -3,7 +3,7 @@ Summary(pl.UTF-8): Program do manipulowania znacznikami ID3 plików w formacie M
Summary(tr.UTF-8): MP3 ses dosyası bilgileri düzenleme aracı
Name: mp3info-rmc
Version: 0.8.5a
-Release: 6
+Release: 7
License: GPL v2+
Group: Applications/Sound
Source0: ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/mp3info-%{version}.tgz
diff --git a/mp3info-rmc-build.patch b/mp3info-rmc-build.patch
index 0316f3c..c9ae8a5 100644
--- a/mp3info-rmc-build.patch
+++ b/mp3info-rmc-build.patch
@@ -1,20 +1,17 @@
--- mp3info-0.8.5a/textfunc.c~ 2006-11-06 09:59:12.000000000 +0100
-+++ mp3info-0.8.5a/textfunc.c 2015-12-12 23:22:24.349626380 +0100
-@@ -227,7 +227,7 @@ void format_output (char *format_string,
-
- while((percent=strchr(format,'%'))) {
++++ mp3info-0.8.5a/textfunc.c 2026-05-08 22:10:52.073862788 +0200
+@@ -36,3 +36,3 @@
+ void CenterText(int line, char *text) {
+- mvprintw(line,(COLS/2)-((int)strlen(text)/2),text);
++ mvprintw(line,(COLS/2)-((int)strlen(text)/2),"%s",text);
+ }
+@@ -229,3 +229,3 @@
*percent=0;
- printf(format);
+ printf("%s", format);
*percent='%';
- code=percent+1;
- while(*code && (code[0] != '%' && !isalpha(*code))) code++;
-@@ -354,7 +354,7 @@ void format_output (char *format_string,
- }
-
+@@ -356,3 +356,3 @@
}
- printf(format);
+ printf("%s", format);
}
-
-
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mp3info-rmc.git/commitdiff/e02bef8fba1236d3136a6f252d7daa518b284e82
More information about the pld-cvs-commit
mailing list