]> git.pld-linux.org Git - packages/alsa-tools.git/commitdiff
- up to 1.0.28 auto/th/alsa-tools-1.0.28-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 18 Jun 2014 06:58:02 +0000 (08:58 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 18 Jun 2014 06:58:02 +0000 (08:58 +0200)
alsa-tools-build.patch [deleted file]
alsa-tools.spec

diff --git a/alsa-tools-build.patch b/alsa-tools-build.patch
deleted file mode 100644 (file)
index 5caf5f8..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-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 8da4a181d4369efdc6acca0e3ede74c74af35b5b..db1f142d57630e515c36184996ce385267ebd8aa 100644 (file)
@@ -5,16 +5,15 @@
 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:       2
+Version:       1.0.28
+Release:       1
 License:       GPL v2+
 Group:         Applications/Sound
 Source0:       ftp://ftp.alsa-project.org/pub/tools/%{name}-%{version}.tar.bz2
-# Source0-md5: 1ea381d00a6069a98613aa7effa4cb51
+# Source0-md5: e6c929175d8ee729c06d49b51439bad6
 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
@@ -220,7 +219,6 @@ 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.077464 seconds and 4 git commands to generate.