[packages/alsa-tools] - up to 1.0.28

arekm arekm at pld-linux.org
Wed Jun 18 08:58:05 CEST 2014


commit 52f99edce9c01e36154614e5b752e1a1bc63f1c4
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Jun 18 08:58:02 2014 +0200

    - up to 1.0.28

 alsa-tools-build.patch | 24 ------------------------
 alsa-tools.spec        |  8 +++-----
 2 files changed, 3 insertions(+), 29 deletions(-)
---
diff --git a/alsa-tools.spec b/alsa-tools.spec
index 8da4a18..db1f142 100644
--- a/alsa-tools.spec
+++ b/alsa-tools.spec
@@ -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
diff --git a/alsa-tools-build.patch b/alsa-tools-build.patch
deleted file mode 100644
index 5caf5f8..0000000
--- a/alsa-tools-build.patch
+++ /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)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/alsa-tools.git/commitdiff/52f99edce9c01e36154614e5b752e1a1bc63f1c4



More information about the pld-cvs-commit mailing list