Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9283aa7dea |
4 changed files with 7 additions and 16 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1 @@
|
|||
alsa-tools-1.0.23-pruned.tar.bz2
|
||||
alsa-tools-1.0.24.1-pruned.tar.bz2
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
|
@ -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
|
||||
|
|
@ -232,6 +232,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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
97c71d428558755b45b4d1dca1aede59 alsa-tools-1.0.23-pruned.tar.bz2
|
||||
b0f9a06dc078d9b3bcf424e3688c0430 alsa-tools-1.0.24.1-pruned.tar.bz2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue