]> git.pld-linux.org Git - packages/alsa-tools.git/commitdiff
rel 2; builds now auto/th/alsa-tools-1.0.27-2 auto/ti/alsa-tools-1.0.27-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 14 Apr 2013 19:20:58 +0000 (21:20 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 14 Apr 2013 19:20:58 +0000 (21:20 +0200)
alsa-tools-build.patch [new file with mode: 0644]
alsa-tools.spec

diff --git a/alsa-tools-build.patch b/alsa-tools-build.patch
new file mode 100644 (file)
index 0000000..5caf5f8
--- /dev/null
@@ -0,0 +1,24 @@
+diff -ur alsa-tools-1.0.27.org/ld10k1/src/ld10k1.c alsa-tools-1.0.27/ld10k1/src/ld10k1.c
+--- alsa-tools-1.0.27.org/ld10k1/src/ld10k1.c  2013-04-11 13:43:07.000000000 +0200
++++ alsa-tools-1.0.27/ld10k1/src/ld10k1.c      2013-04-14 21:18:25.553846590 +0200
+@@ -62,7 +62,7 @@
+                        localtime(&tp));
+               fprintf(out, "%s %s", timestr, label);
+       } else 
+-              fprintf(out, label);
++              fprintf(out, "%s", label);
+       vfprintf(out, fmt, va);
+       fprintf(out, "\n");
+       fflush(out);
+diff -ur alsa-tools-1.0.27.org/ld10k1/src/lo10k1.c alsa-tools-1.0.27/ld10k1/src/lo10k1.c
+--- alsa-tools-1.0.27.org/ld10k1/src/lo10k1.c  2013-04-11 13:43:07.000000000 +0200
++++ alsa-tools-1.0.27/ld10k1/src/lo10k1.c      2013-04-14 21:12:42.462505232 +0200
+@@ -868,7 +868,7 @@
+ void debug_print(char *str)
+ {
+-      printf(str);
++      printf("%s", str);
+ }
+ static int debug(int deb)
index 83a7c0fd16e4efbdf9958ce8650f41898b951919..8da4a181d4369efdc6acca0e3ede74c74af35b5b 100644 (file)
@@ -6,7 +6,7 @@ Summary:        Advanced Linux Sound Architecture (ALSA) - tools
 Summary(pl.UTF-8):     Advanced Linux Sound Architecture (ALSA) - narzędzia
 Name:          alsa-tools
 Version:       1.0.27
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Applications/Sound
 Source0:       ftp://ftp.alsa-project.org/pub/tools/%{name}-%{version}.tar.bz2
@@ -14,6 +14,7 @@ Source0:      ftp://ftp.alsa-project.org/pub/tools/%{name}-%{version}.tar.bz2
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-sh.patch
 Patch2:                %{name}-csp.patch
+Patch3:                %{name}-build.patch
 URL:           http://www.alsa-project.org/
 BuildRequires: alsa-lib-devel >= 1.0.24
 BuildRequires: autoconf
@@ -219,6 +220,7 @@ Statyczna biblioteka liblo10k1.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 # don't BR gtk+ 1.2
 echo 'AC_DEFUN([AM_PATH_GTK],[])' > echomixer/acinclude.m4
This page took 0.117337 seconds and 4 git commands to generate.