Blame SPECS/alsa-utils.spec

11a420
%define  baseversion  1.1.6
11a420
#define  fixversion   .1
a7e41e
a7e41e
Summary: Advanced Linux Sound Architecture (ALSA) utilities
a7e41e
Name:    alsa-utils
a7e41e
Version: %{baseversion}%{?fixversion}
11a420
Release: 1%{?dist}
a7e41e
License: GPLv2+
a7e41e
Group:   Applications/Multimedia
a7e41e
URL:     http://www.alsa-project.org/
a7e41e
Source:  ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}.tar.bz2
a7e41e
Source4: alsaunmute
a7e41e
Source5: alsaunmute.1
a7e41e
Source7: alsa-delay
f622b6
Source8: alsa-delay.1
a7e41e
Source10: alsa.rules
a7e41e
Source11: alsactl.conf
a7e41e
Source20: alsa-restore.service
a7e41e
Source22: alsa-state.service
11a420
Patch0:  alsa-utils-1.1.6-post.patch
a7e41e
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
a7e41e
BuildRequires: alsa-lib-devel >= %{baseversion}
a7e41e
BuildRequires: libsamplerate-devel
a7e41e
BuildRequires: ncurses-devel
a7e41e
BuildRequires: gettext-devel
8cabd6
BuildRequires: xmlto python-docutils
a7e41e
BuildRequires: systemd-units >= 39-2
a7e41e
Conflicts: udev <= 179-2
a7e41e
# use latest alsa-lib - the executables in this package requires latest API
a7e41e
Requires: alsa-lib%{?_isa} >= %{baseversion}, systemd-units >= 39-2
a7e41e
Conflicts: filesystem < 3
a7e41e
a7e41e
%description
a7e41e
This package contains command line utilities for the Advanced Linux Sound
a7e41e
Architecture (ALSA).
a7e41e
a7e41e
%prep
a7e41e
%setup -q -n %{name}-%{version}
55d01a
%patch0 -p1 -b .post
a7e41e
a7e41e
%build
a7e41e
%configure CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" --disable-alsaconf \
a7e41e
   --with-udev-rules-dir=%{_prefix}/lib/udev/rules.d \
a7e41e
   --with-systemdsystemunitdir=%{_unitdir}
a7e41e
%{__make} %{?_smp_mflags}
a7e41e
%{__cp} %{SOURCE4} .
a7e41e
a7e41e
%install
a7e41e
make install DESTDIR=$RPM_BUILD_ROOT
a7e41e
%find_lang %{name}
a7e41e
a7e41e
# Install ALSA udev rules
a7e41e
mkdir -p $RPM_BUILD_ROOT/%{_prefix}/lib/udev/rules.d
a7e41e
install -p -m 644 %{SOURCE10} $RPM_BUILD_ROOT/%{_prefix}/lib/udev/rules.d/90-alsa-restore.rules
a7e41e
mkdir -p $RPM_BUILD_ROOT/%{_unitdir}
a7e41e
install -p -m 644 %{SOURCE20} $RPM_BUILD_ROOT/%{_unitdir}/alsa-restore.service
a7e41e
install -p -m 644 %{SOURCE22} $RPM_BUILD_ROOT/%{_unitdir}/alsa-state.service
a7e41e
a7e41e
# Install support utilities
a7e41e
mkdir -p -m755 $RPM_BUILD_ROOT/%{_bindir}
a7e41e
install -p -m 755 alsaunmute %{buildroot}/%{_bindir}
a7e41e
mkdir -p -m755 $RPM_BUILD_ROOT/%{_mandir}/man1
a7e41e
install -p -m 644 %{SOURCE5} %{buildroot}/%{_mandir}/man1/alsaunmute.1
a7e41e
a7e41e
# Move /usr/share/alsa/init to /usr/lib/alsa/init
a7e41e
mkdir -p -m 755 %{buildroot}/%{_prefix}/lib/alsa
a7e41e
mv %{buildroot}%{_datadir}/alsa/init %{buildroot}/%{_prefix}/lib/alsa
a7e41e
a7e41e
# Link /usr/lib/alsa/init to /usr/share/alsa/init back
a7e41e
ln -s ../../lib/alsa/init %{buildroot}%{_datadir}/alsa/init
a7e41e
a7e41e
# Create a place for global configuration
a7e41e
mkdir -p -m 755 %{buildroot}/etc/alsa
a7e41e
install -p -m 644 %{SOURCE11} %{buildroot}/etc/alsa
a7e41e
a7e41e
# Create /var/lib/alsa tree
a7e41e
mkdir -p -m 755 %{buildroot}/var/lib/alsa
a7e41e
a7e41e
# Install alsa-info.sh script
55d01a
rm -f %{buildroot}/usr/sbin/alsa-info.sh
55d01a
install -p -m 755 $RPM_BUILD_DIR/%{name}-%{version}/alsa-info/alsa-info.sh %{buildroot}/usr/sbin/alsa-info
55d01a
ln -s alsa-info %{buildroot}/usr/sbin/alsa-info.sh
a7e41e
a7e41e
# Install alsa-delay script
a7e41e
install -p -m 755 %{SOURCE7} %{buildroot}/usr/bin/alsa-delay
f622b6
install -p -m 644 %{SOURCE8} %{buildroot}/%{_mandir}/man1/alsa-delay.1
a7e41e
a7e41e
%files -f %{name}.lang
a7e41e
%defattr(-,root,root,-)
a7e41e
%doc COPYING ChangeLog README TODO
a7e41e
%config /etc/alsa/*
a7e41e
%{_prefix}/lib/udev/rules.d/*
a7e41e
%{_unitdir}/*
11a420
%{_unitdir}/sound.target.wants/*
a7e41e
%{_prefix}/lib/alsa/init/*
a7e41e
%{_bindir}/*
a7e41e
%{_sbindir}/*
a7e41e
%{_datadir}/alsa/
a7e41e
%{_datadir}/sounds/*
a7e41e
%{_mandir}/man?/*
a7e41e
%dir /etc/alsa/
a7e41e
%dir %{_prefix}/lib/alsa/
a7e41e
%dir %{_prefix}/lib/alsa/init/
a7e41e
%dir /var/lib/alsa/
a7e41e
a7e41e
%pre
a7e41e
if [ ! -r /lib/systemd/system/alsa-state.service ]; then
a7e41e
  [ -d /etc/alsa ] || mkdir -m 0755 /etc/alsa
a7e41e
  echo "# Remove this file to disable the alsactl daemon mode" > \
11a420
    /etc/alsa/state-daemon.conf
a7e41e
fi
a7e41e
a7e41e
%post
a7e41e
if [ -s /etc/alsa/asound.state -a ! -s /etc/asound.state ] ; then
a7e41e
  mv /etc/alsa/asound.state /etc/asound.state
a7e41e
fi
a7e41e
if [ -s /etc/asound.state -a ! -s /var/lib/alsa/asound.state ] ; then
a7e41e
  mv /etc/asound.state /var/lib/alsa/asound.state
a7e41e
fi
a7e41e
a7e41e
%changelog
11a420
* Tue May 22 2018 Jaroslav Kysela <jkysela@redhat.com> - 1.1.6-1
11a420
- Updated to 1.1.6
11a420
- Resolves: rhbz#1578685
11a420
8cabd6
* Fri Mar 24 2017 Jaroslav Kysela <jkysela@redhat.com> - 1.1.3-2
8cabd6
- Updated to 1.1.3
8cabd6
- Resolves: rhbz#1399509
8cabd6
f622b6
* Mon Jun  6 2016 Jaroslav Kysela <jkysela@redhat.com> - 1.1.1-1
f622b6
- Updated to 1.1.1
f622b6
- Add alsa-delay man page
f622b6
- Resolves: rhbz#1264129
f622b6
55d01a
* Fri Dec 12 2014 Jaroslav Kysela <jkysela@redhat.com> - 1.0.28-4
55d01a
- Fixed aplay -d regression
55d01a
- Resolves: rhbz#1172189
55d01a
55d01a
* Wed Sep 24 2014 Jaroslav Kysela <jkysela@redhat.com> - 1.0.28-3
55d01a
- alsactl locking fixes, coverity fixes
55d01a
55d01a
* Tue Sep 23 2014 Jaroslav Kysela <jkysela@redhat.com> - 1.0.28-2
55d01a
- Fixes for alsa-info.sh
55d01a
55d01a
* Mon Sep 15 2014 Jaroslav Kysela <jkysela@redhat.com> - 1.0.28-1
55d01a
- Updated to 1.0.28
55d01a
- Resolves: rhbz#1112206
55d01a
3c9108
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.0.27.2-5
3c9108
- Mass rebuild 2014-01-24
3c9108
3c9108
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.0.27.2-4
3c9108
- Mass rebuild 2013-12-27
3c9108
a7e41e
* Tue Jul 30 2013 Jaroslav Kysela <jkysela@redhat.com> - 1.0.27.2-3
a7e41e
- Added an updated alsa-delay script from RHEL 6
a7e41e
a7e41e
* Fri Jul 19 2013 Jaroslav Kysela <jkysela@redhat.com> - 1.0.27.2-2
a7e41e
- Fix alsa-state.service (rkill -> kill) - rhbz#986141
a7e41e
a7e41e
* Wed Jul 10 2013 Jaroslav Kysela <jkysela@redhat.com> - 1.0.27.2-1
a7e41e
- Updated to 1.0.27.2
a7e41e
a7e41e
* Tue May 21 2013 Jaroslav Kysela <jkysela@redhat.com> - 1.0.27.1-1
a7e41e
- Updated to 1.0.27.1
a7e41e
- Updated alsa-info.sh to 0.4.61
a7e41e
- Remove dependency on the dialog package (it is optional for alsa-info.sh)
a7e41e
a7e41e
* Mon Apr 15 2013 Jaroslav Kysela <jkysela@redhat.com> - 1.0.27-2
a7e41e
- Fix the new udev rules (missing GOTO) - bug#951750
a7e41e
- Fix the string size in alsactl (underflow)
a7e41e
a7e41e
* Fri Apr 12 2013 Jaroslav Kysela <jkysela@redhat.com> - 1.0.27-1
a7e41e
- Updated to 1.0.27, activated the alsactl daemon mode
a7e41e
- Updated alsa-info.sh to 0.4.61
a7e41e
a7e41e
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.26-2
a7e41e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a7e41e
a7e41e
* Thu Sep  6 2012 Jaroslav Kysela <jkysela@redhat.com> - 1.0.26-1
a7e41e
- Updated to 1.0.26
a7e41e
a7e41e
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.25-9
a7e41e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a7e41e
a7e41e
* Tue Apr  3 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.25-8
a7e41e
- bump Release to be larger than F-16
a7e41e
a7e41e
* Tue Jan 31 2012 Jaroslav Kysela <perex@perex.cz> 1.0.25-1
a7e41e
- update to 1.0.25 final
a7e41e
a7e41e
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 1.0.24.1-8
a7e41e
- install everything in /usr
a7e41e
  https://fedoraproject.org/wiki/Features/UsrMove
a7e41e
a7e41e
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.24.1-7
a7e41e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a7e41e
a7e41e
* Fri Jan  6 2012 Lennart Poettering <lpoetter@redhat.com> - 1.0.24.1-6
a7e41e
- Always build with systemd support
a7e41e
a7e41e
* Fri Jan  6 2012 Lennart Poettering <lpoetter@redhat.com> - 1.0.24.1-5
a7e41e
- When installing the Fedora service files make sure to override the
a7e41e
  actual service files with them instead of the symlinks to them
a7e41e
- Drop StandardOutput=syslog since that is the default now and we
a7e41e
  don't want to needlessly override the default
a7e41e
a7e41e
* Mon Oct 31 2011 Bastien Nocera <bnocera@redhat.com> 1.0.24.1-4
a7e41e
- Add patch to unmute MacBookAir4,1 speakers
a7e41e
a7e41e
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.24.1-3
a7e41e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a7e41e
a7e41e
* Fri Jan 28 2011 Jaroslav Kysela <jkysela@redhat.com> 1.0.24.1-2
a7e41e
- add missing systemd files, add dependency on systemd-units
a7e41e
- use own udev rule file for /lib/udev/rules.d
a7e41e
- create /var/lib/alsa directory for asound.state
a7e41e
a7e41e
* Fri Jan 28 2011 Jaroslav Kysela <jkysela@redhat.com> 1.0.24.1-1
a7e41e
- updated to 1.0.24.1 final (new automake/autoconf)
a7e41e
a7e41e
* Fri Jan 28 2011 Jaroslav Kysela <jkysela@redhat.com> 1.0.24-1
a7e41e
- updated to 1.0.24 final
a7e41e
- updated alsa-info.sh script to 0.4.60
a7e41e
a7e41e
* Thu Jan 13 2011 Ville Skyttä <ville.skytta@iki.fi> - 1.0.23-4
a7e41e
- Fix alsaunmute man page permissions, let rpmbuild compress it.
a7e41e
a7e41e
* Mon Jun 28 2010 Jaroslav Kysela <jkysela@redhat.com> 1.0.23-3
a7e41e
- add requires line (bug#526492) for specific alsa-lib package
a7e41e
- add requires line for dialog package (bug#561988)
a7e41e
- added man page for alsaunmute (bug#526174)
a7e41e
- updated alsa-info.sh script to 0.4.59
a7e41e
a7e41e
* Mon Jun 28 2010 Jaroslav Kysela <jkysela@redhat.com> 1.0.23-1
a7e41e
- updated to 1.0.23 final
a7e41e
a7e41e
* Sun Apr 18 2010 Thomas Spura <tomspur@fedoraproject.org> 1.0.22-2
a7e41e
- don't own %%{_datadir}/sounds (#569425)
a7e41e
a7e41e
* Fri Jan  1 2010 Jaroslav Kysela <jkysela@redhat.com> 1.0.22-1
a7e41e
- updated to 1.0.22 final
a7e41e
a7e41e
* Thu Sep  3 2009 Jaroslav Kysela <jkysela@redhat.com> 1.0.21-2
a7e41e
- added missing patch file
a7e41e
a7e41e
* Thu Sep  3 2009 Jaroslav Kysela <jkysela@redhat.com> 1.0.21-1
a7e41e
- updated to 1.0.21 final
a7e41e
- updated alsa-info.sh script to 0.4.58
a7e41e
a7e41e
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.20-4
a7e41e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a7e41e
a7e41e
* Fri May 15 2009 Jaroslav Kysela <jkysela@redhat.com> 1.0.20-3
a7e41e
- added missing Headphone Volume patch
a7e41e
a7e41e
* Fri May 15 2009 Jaroslav Kysela <jkysela@redhat.com> 1.0.20-2
a7e41e
- fixed Headphone Volume issue (bz#500956)
a7e41e
a7e41e
* Wed May 06 2009 Jaroslav Kysela <jkysela@redhat.com> 1.0.20-1
a7e41e
- updated to 1.0.20 final
a7e41e
- updated alsa-info.sh script to 0.4.56
a7e41e
a7e41e
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.19-4
a7e41e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a7e41e
a7e41e
* Mon Feb 09 2009 Jaroslav Kysela <jkysela@redhat.com> 1.0.19-3
a7e41e
- fixed volume initialization for some HDA codecs
a7e41e
- updated alsa-info.sh to 0.4.54
a7e41e
a7e41e
* Wed Feb 04 2009 Jaroslav Kysela <jkysela@redhat.com> 1.0.19-2
11a420
- add dir directive for /lib/alsa and /lib/alsa/init directories (bz#483324)
a7e41e
a7e41e
* Tue Jan 20 2009 Jaroslav Kysela <jkysela@redhat.com> 1.0.19-1
a7e41e
- updated to 1.0.19 final
a7e41e
a7e41e
* Tue Nov 04 2008 Jaroslav Kysela <jkysela@redhat.com> 1.0.18-5
a7e41e
- fixed building
a7e41e
a7e41e
* Tue Nov 04 2008 Jaroslav Kysela <jkysela@redhat.com> 1.0.18-4
a7e41e
- updated to 1.0.18 final
a7e41e
- updated alsa-info.sh script
a7e41e
a7e41e
* Thu Sep 18 2008 Jaroslav Kysela <jkysela@redhat.com> 1.0.18-3.rc3
a7e41e
- fixed alsa-info.sh link
a7e41e
a7e41e
* Thu Sep 18 2008 Jaroslav Kysela <jkysela@redhat.com> 1.0.18-2.rc3
a7e41e
- fixed /lib/alsa/init path for x86_64 (was /lib64/alsa/init)
11a420
- added /etc/alsa/asound.state -> /etc/asound.state shift to post section
a7e41e
- fix udev rules (ommited /dev/ prefix for the alsactl utility)
a7e41e
- added --ignore option for alsactl (added also to upstream)
a7e41e
a7e41e
* Thu Sep 11 2008 Jaroslav Kysela <jkysela@redhat.com> 1.0.18-1.rc3
a7e41e
- updated to 1.0.18rc3
a7e41e
- updated alsa-info.sh script to 0.4.51
a7e41e
- removed alsacard utility
a7e41e
- removed salsa utility
a7e41e
- changed alsaunmute to use 'alsactl init' now
a7e41e
- updated ALSA udevd rules to use alsactl
a7e41e
- moved /etc/alsa/asound.state back to /etc/asound.state
a7e41e
a7e41e
* Mon Jul 21 2008 Jaroslav Kysela <jkysela@redhat.com> 1.0.17-1
a7e41e
- updated to 1.0.17 final
a7e41e
- updated alsa-info.sh script to 0.4.48
a7e41e
a7e41e
* Mon Apr 28 2008 Martin Stransky <stransky@redhat.com> 1.0.16-3
a7e41e
- Added alsa-info.sh script to /usr/bin/alsa-info
a7e41e
a7e41e
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.16-2
a7e41e
- Autorebuild for GCC 4.3
a7e41e
a7e41e
* Mon Feb 18 2008 Martin Stransky <stransky@redhat.com> 1.0.16-1
a7e41e
- updated to 1.0.16 final
a7e41e
a7e41e
* Tue Jan 15 2008 Mikel Ward <mikel@mikelward.com>
a7e41e
- add salsa man page
a7e41e
a7e41e
* Mon Oct 29 2007 Martin Stransky <stransky@redhat.com> 1.0.15-1
a7e41e
- updated to 1.0.15 final
a7e41e
a7e41e
* Mon Oct 1 2007 Martin Stransky <stransky@redhat.com> 1.0.15-0.4.rc1
a7e41e
- moved saved volume settings back to /etc/alsa
a7e41e
  (per discussion at #293301)
a7e41e
a7e41e
* Mon Sep 24 2007 Martin Stransky <stransky@redhat.com> 1.0.15-0.3.rc1
a7e41e
- fixed #303151 - wrong salsa dir in /etc/udev/rules.d/90-alsa.rules
a7e41e
a7e41e
* Thu Sep 20 2007 Matthias Saou <http://freshrpms.net/> 1.0.15-0.2.rc1
a7e41e
- Update License field.
a7e41e
- Mark udev rule as config.
a7e41e
- Use find_lang macro again to include translations (why was it removed?).
a7e41e
a7e41e
* Wed Sep 19 2007 Martin Stransky <stransky@redhat.com> 1.0.15-0.1.rc1
a7e41e
- new upstream
a7e41e
- moved saved volume settings to /var/lib (#293301)
a7e41e
- patched alsactl for that (#255421)
a7e41e
a7e41e
* Thu Aug 16 2007 Martin Stransky <stransky@redhat.com> 1.0.14-2
a7e41e
- added an entry to alsaunmute for HP xw4550 (#252171)
a7e41e
a7e41e
* Wed Jul 25 2007 Martin Stransky <stransky@redhat.com> 1.0.14-1
a7e41e
- release bump
a7e41e
a7e41e
* Thu Jun 7 2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.8
a7e41e
- new upstream
a7e41e
a7e41e
* Wed May 30 2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.7.rc2
a7e41e
- updated alsanumute for Siemens Lifebook S7020 (#241639)
a7e41e
- unmute Master Mono for all drivers
a7e41e
a7e41e
* Wed May 2 2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.6.rc2
a7e41e
- added fix for #238442 (unmute Mono channel for w4550,
a7e41e
  xw4600, xw6600, and xw8600)
a7e41e
a7e41e
* Wed Apr 18 2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.5.rc2
a7e41e
- added more funcionality to salsa (save/load sound settings),
a7e41e
  moved volume settings to /etc/alsa/
a7e41e
f622b6
* Tue Apr 10 2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.4.rc2
a7e41e
- added support for large files
a7e41e
- minor fix in alsaunmute
a7e41e
- fixed #209239 - alsaconf: Stale language-dependent files
a7e41e
- fixed #233765 - alsa-utils : unowned directories
a7e41e
a7e41e
* Fri Jan 19 2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.3.rc2
a7e41e
- new upstream
a7e41e
a7e41e
* Wed Jan 10 2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.2.rc1
a7e41e
- added a config line for hda-intel driver
a7e41e
a7e41e
* Mon Dec 11 2006 Martin Stransky <stransky@redhat.com> 1.0.14-0.1.rc1
a7e41e
- new upstream
a7e41e
a7e41e
* Mon Oct 2 2006 Martin Stransky <stransky@redhat.com> 1.0.12-3
a7e41e
- fix for #207384 - Audio test fails during firstboot
a7e41e
a7e41e
* Fri Aug 25 2006 Martin Stransky <stransky@redhat.com> 1.0.12-2
a7e41e
- new upstream
a7e41e
a7e41e
* Mon Aug 07 2006 Martin Stransky <stransky@redhat.com> 1.0.12-1.rc2
a7e41e
- new upstream
a7e41e
a7e41e
* Thu Jul 20 2006 Martin Stransky <stransky@redhat.com> 1.0.12-1.rc1
a7e41e
- new upstream
a7e41e
a7e41e
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
a7e41e
- rebuild
a7e41e
a7e41e
* Tue May 30 2006 Martin Stransky <stransky@redhat.com> 1.0.11-7
a7e41e
- new upstream
a7e41e
a7e41e
* Wed May 3  2006 Martin Stransky <stransky@redhat.com> 1.0.11-6.rc2
a7e41e
- removed HW specific switch - it should be set by driver
a7e41e
a7e41e
* Thu Apr 6  2006 Martin Stransky <stransky@redhat.com> 1.0.11-5.rc2
a7e41e
- fixed rules file (#186494)
a7e41e
- fixed Audigi mixer switch (#187807)
a7e41e
a7e41e
* Mon Feb 20 2006 Martin Stransky <stransky@redhat.com> 1.0.11-3.rc2
a7e41e
- removed autoreconf
a7e41e
a7e41e
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.11-2.rc2.2
a7e41e
- bump again for double-long bug on ppc(64)
a7e41e
a7e41e
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.11-2.rc2.1
a7e41e
- rebuilt for new gcc4.1 snapshot and glibc changes
a7e41e
a7e41e
* Wed Jan 25 2006 Martin Stransky <stransky@redhat.com> 1.0.11-2.rc2
a7e41e
- added volume option to alsaunmute utility (for s-c-s)
a7e41e
a7e41e
* Thu Jan 12 2006 Martin Stransky <stransky@redhat.com> 1.0.11-1.rc2
a7e41e
- new upstream
a7e41e
a7e41e
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
a7e41e
- rebuilt
a7e41e
a7e41e
* Thu Nov 24 2005 Martin Stransky <stransky@redhat.com> 1.0.10rf-1
a7e41e
- new upstream version
a7e41e
- added alias for snd-azx
a7e41e
a7e41e
* Wed Nov 9 2005 Martin Stransky <stransky@redhat.com> 1.0.10rc1-2
a7e41e
- fix for #169292 - RHEL4U2 xw4300 IntelHD internal speakers muted by default
a7e41e
a7e41e
* Tue Sep 27 2005 Martin Stransky <stransky@redhat.com> 1.0.10rc1-1
a7e41e
- new upstream version
a7e41e
a7e41e
* Tue Aug 23 2005 Martin Stransky <stransky@redhat.com> 1.0.9-5
a7e41e
- unmute External Amplifier by default (#166153)
a7e41e
a7e41e
* Wed Jul 13 2005 Bill Nottingham <notting@redhat.com> 1.0.9-4
a7e41e
- migrate the alsa restore program to a udev rule, not a dev.d program
a7e41e
- conflict with appropriate udev
a7e41e
- move alsaunmute, alsacard to /bin
a7e41e
a7e41e
* Mon Jul 11 2005 Martin Stransky <stransky@redhat.com> 1.0.9-3
a7e41e
- New alsaunmute utility
a7e41e
- Add autoconf to BuildRequires (#162483)
a7e41e
a7e41e
* Thu Jun 16 2005 Martin Stransky <stransky@redhat.com> 1.0.9-2
a7e41e
- New upstream version
a7e41e
a7e41e
* Mon May 30 2005 Martin Stransky <stransky@redhat.com> 1.0.9-1
a7e41e
- New upstream version.
a7e41e
- moved alsacard utility from alsa-lib to alsa-tools
a7e41e
a7e41e
* Mon May 16 2005 Bill Nottingham <notting@redhat.com> 1.0.9rc2-2
a7e41e
- make sure 'Wave' playback channel isn't muted (#157850)
a7e41e
a7e41e
* Mon Apr 25 2005 Martin Stransky <stransky@redhat.com> 1.0.9rc2-1
a7e41e
- New upstream version
a7e41e
- add %%find_lang macro (#155719)
a7e41e
a7e41e
* Fri Apr 1 2005 Bill Nottingham <notting@redhat.com> 1.0.8-4
a7e41e
- replace the dev.d script with a program that calls alsactl to
a7e41e
  restore the volume if there is a saved config, and just unmutes
a7e41e
  the playback channels if there isn't one (#132575)
a7e41e
a7e41e
* Mon Mar 7 2005 Martin Stransky <stransky@redhat.com>
a7e41e
- rebuilt
a7e41e
a7e41e
* Wed Feb 16 2005 Martin Stransky <stransky@redhat.com> 1.0.8-2
a7e41e
- fix #148011 (add gettext-devel to BuildRequires)
a7e41e
- add $RPM_OPT_FLAGS to CFLAGS
a7e41e
a7e41e
* Wed Jan 26 2005 Martin Stransky <stransky@redhat.com> 1.0.8-1
a7e41e
- update to 1.0.8
a7e41e
- temporarily removed alsa-lauch.patch
a7e41e
a7e41e
* Sat Jan 08 2005 Colin Walters <walters@redhat.com> 1.0.7-2
a7e41e
- New patch alsa-utils-1.0.7-alsa-launch.patch, adds the
a7e41e
  alsa-launch command.
a7e41e
- New source file xinit-alsa-launch.sh, integrates alsa-launch
a7e41e
  into X startup
a7e41e
- BR xorg-x11-devel
a7e41e
a7e41e
* Thu Jan 06 2005 Colin Walters <walters@redhat.com> 1.0.7-1
a7e41e
- New upstream version
a7e41e
a7e41e
* Tue Oct 19 2004 Bill Nottingham <notting@redhat.com> 1.0.6-3
a7e41e
- tweak dev.d sound restore script (#133535, revisited)
a7e41e
a7e41e
* Thu Oct 14 2004 Bill Nottingham <notting@redhat.com> 1.0.6-2
a7e41e
- move alsactl to /sbin
a7e41e
- include a dev.d script for mixer restoring (#133535)
a7e41e
a7e41e
* Mon Aug 30 2004 Bill Nottingham <notting@redhat.com> 1.0.6-1
a7e41e
- update to 1.0.6
a7e41e
a7e41e
* Fri Jul  2 2004 Bill Nottingham <notting@redhat.com> 1.0.5-1
a7e41e
- update to 1.0.5
a7e41e
a7e41e
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
a7e41e
- rebuilt
a7e41e
a7e41e
* Thu Mar 11 2004 Bill Nottingham <notting@redhat.com> 1.0.3-1
a7e41e
- update to 1.0.3
a7e41e
a7e41e
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
a7e41e
- rebuilt
a7e41e
a7e41e
* Wed Jan 28 2004 Bill Nottingham <notting@redhat.com> 1.0.2-1
a7e41e
- update to 1.0.2
a7e41e
a7e41e
* Wed Dec 17 2003 Bill Nottingham <notting@redhat.com> 1.0.0-0.rc2
a7e41e
- import fedora.us RPM, take out save-alsamixer & alsaconf for now
a7e41e
a7e41e
* Thu Dec 11 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.4.rc2
a7e41e
- rename alsamixer-saver save-alsamixer
a7e41e
a7e41e
* Mon Dec  8 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.3.rc2
a7e41e
- Integrate Michael Schwendt's script alsamixer-saver; Still not quite sure if
a7e41e
  this script is the right way -- but mine didn't work...
a7e41e
a7e41e
* Sat Dec  6 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.2.rc2
a7e41e
- Update to 1.0.0rc2
a7e41e
- added alsamixer Script -- stores settings on shutdown, does nothing on startup
a7e41e
- some minor corrections in spec-file style
a7e41e
a7e41e
* Wed Dec  3 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.1.rc1
a7e41e
- Update to 1.0.0rc1
a7e41e
a7e41e
* Wed Aug  6 2003 Dams <anvil[AT]livna.org> 0:utils-0.fdr.1
a7e41e
- Initial build.