Update to 1.0.24.1 (incidentally fixes RHBZ #656514)

This commit is contained in:
Tim Jackson 2011-02-03 17:52:49 +00:00
parent 1586569f97
commit 2bef60dbdf
3 changed files with 6 additions and 16 deletions

View File

@ -1,12 +0,0 @@
From http://article.gmane.org/gmane.linux.alsa.devel/63326
--- envy24control/strstr_icase_blank.c
+++ envy24control/strstr_icase_blank.c
@@ -48,7 +48,6 @@ int strstr_icase_blank(const char * const string1, const char * const string2)
char search_string[MAX_SEARCH_FIELD_LENGTH];
char *pstr;
int pos_first_non_blank;
- int isblank(int c);
strncpy(search_string, string2, MAX_SEARCH_FIELD_LENGTH);
search_string[MAX_SEARCH_FIELD_LENGTH - 1] = '\0';

View File

@ -22,7 +22,7 @@
Summary: Specialist tools for ALSA
Name: alsa-tools
Version: 1.0.23
Version: 1.0.24.1
Release: 1%{?dist}
# Checked at least one source file from all the sub-projects contained in
@ -44,7 +44,7 @@ Source5: 90-alsa-tools-firmware.rules
Source6: hwmixvolume.png
Source7: hwmixvolume.desktop
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: alsa-lib-devel >= %{version}
BuildRequires: alsa-lib-devel >= 1.0.24
%if 0%{!?_without_tools:1}
BuildRequires: gtk+-devel
BuildRequires: gtk2-devel
@ -96,7 +96,6 @@ The following tools are available:
%prep
%setup -q -n %{name}-%{version}
%build
mv seq/sbiload . ; rm -rf seq
for i in %{?builddirstools:%builddirstools} %{?builddirsfirmw:%builddirsfirmw}
@ -232,6 +231,9 @@ install -m 644 %{SOURCE5} ${RPM_BUILD_ROOT}%{_sysconfdir}/udev/rules.d
%endif
%changelog
* Thu Feb 03 2011 Tim Jackson <rpm@timj.co.uk> - 1.0.24.1-1
- Update to 1.0.24.1
* Mon May 03 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.23-1
- update to 1.0.23

View File

@ -1 +1 @@
97c71d428558755b45b4d1dca1aede59 alsa-tools-1.0.23-pruned.tar.bz2
b0f9a06dc078d9b3bcf424e3688c0430 alsa-tools-1.0.24.1-pruned.tar.bz2