OBS User unknown 2008-01-23 19:33:52 +00:00 committed by Git OBS Bridge
parent 546dd2670a
commit 36365729ef
5 changed files with 32 additions and 1216 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3bb546e873df39159812168180eeff14b13620c653d90739ac0a0912e898aeac
size 1014199

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2729783d9d4275d742aad2107cfe2e38ac1f9586e32402350c5be86089f66c17
size 1015555

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 22 14:48:54 CET 2008 - tiwai@suse.de
- updated to version 1.0.16-rc1:
* just a version bump
-------------------------------------------------------------------
Wed Jan 9 17:37:04 CET 2008 - tiwai@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package alsa-utils (Version 1.0.15)
# spec file for package alsa-utils (Version 1.0.16)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,17 +12,17 @@
Name: alsa-utils
BuildRequires: alsa-devel ncurses-devel
%define package_version 1.0.15
%define package_version 1.0.16rc1
License: GPL v2 or later
Group: Productivity/Multimedia/Sound/Players
Provides: alsa-conf
Requires: dialog pciutils
AutoReqProv: on
Summary: Advanced Linux Sound Architecture Utilities
Version: 1.0.15
Release: 19
Version: 1.0.16
Release: 1
Source: ftp://ftp.alsa-project.org/pub/util/alsa-utils-%{package_version}.tar.bz2
Patch: alsa-utils-hg-fixes.diff
# Patch: alsa-utils-hg-fixes.diff
Url: http://www.alsa-project.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -39,7 +39,7 @@ Authors:
%prep
%setup -q -n %{name}-%{package_version}
%patch -p1
# %patch -p1
mv alsamixer/README alsamixer/README-alsamixer
%{?suse_update_config:%{suse_update_config -f .}}
@ -69,53 +69,56 @@ make DESTDIR=$RPM_BUILD_ROOT install
%{_datadir}/alsa
%changelog
* Wed Jan 09 2008 - tiwai@suse.de
* Tue Jan 22 2008 tiwai@suse.de
- updated to version 1.0.16-rc1:
* just a version bump
* Wed Jan 09 2008 tiwai@suse.de
- updated to HG 2008.01.09 version:
* alsact: skip inactive controls
* alsamixer: add 8-channel support
* aplay, speaker-test: remove obsolete APIs
* Fri Dec 14 2007 - tiwai@suse.de
* Fri Dec 14 2007 tiwai@suse.de
- updated to HG 2007.12.14 version:
* merged previous patches
* fix blocking mode around snd_pcm_drain() calls in aplay
* Fri Nov 30 2007 - tiwai@suse.de
* Fri Nov 30 2007 tiwai@suse.de
- Merge upstream fixes:
* make -F option as default for alsactl
* fix iecset index range
* fix a bug in alsactl restore that restores wrong values
* Mon Nov 12 2007 - tiwai@suse.de
* Mon Nov 12 2007 tiwai@suse.de
- fix double entries of comment.tlv in alsactl (#340516)
* Mon Nov 05 2007 - tiwai@suse.de
* Mon Nov 05 2007 tiwai@suse.de
- fix speaker-test with pulse plugin output
- use stderr for error message from speaker-test
* Mon Oct 29 2007 - tiwai@suse.de
* Mon Oct 29 2007 tiwai@suse.de
- make alsactl more robust
* restore the volume values with channel changes
* restore from dB level if available
* Tue Oct 16 2007 - tiwai@suse.de
* Tue Oct 16 2007 tiwai@suse.de
- updated to version 1.0.15-final
* including all previous patches
* Mon Sep 17 2007 - tiwai@suse.de
* Mon Sep 17 2007 tiwai@suse.de
- fix the handling of capture enum elements in alsamixer (#325677)
* Tue Aug 14 2007 - tiwai@suse.de
* Tue Aug 14 2007 tiwai@suse.de
- amixer - Allow to pass enum item string for cset, too
- aplay - Include missing time.h for time()
* Mon Jul 30 2007 - tiwai@suse.de
* Mon Jul 30 2007 tiwai@suse.de
- HG fixes (as of 2007.07.28)
* don't install hwcfg file for openSUSE 10.3 in alsaconf
* fix the handling of enum channels in amixer
* fix VU meter of aplay
* fix possible infinite loop with signal handler in aplay
* Thu May 31 2007 - tiwai@suse.de
* Thu May 31 2007 tiwai@suse.de
- updated to version 1.0.14-final
including previous HG fixes
* Thu May 24 2007 - tiwai@suse.de
* Thu May 24 2007 tiwai@suse.de
- HG patch as of 2007.05.24:
* more error verbose messages in alsactl
* fix duplicated mixer elements in alsamixer
- Use find_lang
* Wed May 02 2007 - tiwai@suse.de
* Wed May 02 2007 tiwai@suse.de
- updated to version 1.0.14rc4
including HG fixes
* Mon Apr 16 2007 - tiwai@suse.de
* Mon Apr 16 2007 tiwai@suse.de
- split from alsa package