Commit Graph

195 Commits

Author SHA1 Message Date
Fedora Release Engineering
e17ca0d086 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-02 17:31:44 +00:00
Fedora Release Engineering
440adb1489 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-26 02:47:23 +00:00
Jaroslav Kysela
eb5021869d updated to v1.1.4 2017-05-16 12:25:56 +02:00
Fedora Release Engineering
e09619ee94 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-10 05:54:19 +00:00
Jaroslav Kysela
ba1faa3a32 updated to v1.1.3 2016-12-20 17:05:13 +01:00
Jaroslav Kysela
7aff92fa63 Updated to 1.1.2 2016-08-02 20:05:30 +02:00
Jaroslav Kysela
702929bd43 fix for alsa-info.sh.1.gz 2016-03-31 17:35:41 +02:00
Jaroslav Kysela
669ea24b3e add alsa-info.1.gz to spec 2016-03-31 17:23:31 +02:00
Jaroslav Kysela
98b1ddef01 rename bat to alsabat 2016-03-31 17:11:09 +02:00
Jaroslav Kysela
6c8895ec78 updated to v1.1.1 2016-03-31 16:53:01 +02:00
Dennis Gilmore
7d6a775496 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-03 16:07:38 +00:00
Jaroslav Kysela
f68f957b52 add alsatplg 2015-10-27 18:14:13 +01:00
Jaroslav Kysela
be787e1607 update systemd to follow upstream 2015-10-27 18:03:00 +01:00
Jaroslav Kysela
9a6eb8c7fd remove shutdown.target.wants 2015-10-27 17:54:11 +01:00
Jaroslav Kysela
0610978b7d v1.1.0 update 2015-10-27 16:58:01 +01:00
Dennis Gilmore
ae2dce3252 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-16 23:49:22 +00:00
Jaroslav Kysela
2d34d247c6 updated to 1.0.29 - alsa-info.sh is now part of the package 2015-02-26 15:55:32 +01:00
Jaroslav Kysela
f15ac3c718 updated to 1.0.29 2015-02-26 14:28:14 +01:00
Peter Robinson
b3423d3a32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-15 20:23:37 +00:00
Peter Robinson
6f53cbc046 1.0.28 2014-07-25 00:18:25 +01:00
Dennis Gilmore
6f5f971afd - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-06 19:32:07 -05:00
Jaroslav Kysela
c602450eee hardering 2014-01-10 09:16:06 +01:00
Jaroslav Kysela
e360d7629c hardering 2014-01-10 09:09:31 +01:00
Jaroslav Kysela
25bc0f45d7 hardering 2014-01-10 09:07:20 +01:00
Jaroslav Kysela
22a9950c1b fix typo... 2013-12-29 20:32:56 +01:00
Jaroslav Kysela
57fbcdc319 alsactl fix 2013-12-29 20:14:10 +01:00
Dennis Gilmore
dbc8696ae1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-02 19:39:27 -05:00
Jaroslav Kysela
3e6957a58d fix alsa-state.service 2013-07-19 14:40:26 +02:00
Jaroslav Kysela
e13331c40c Updated to 1.0.27.2 2013-07-10 09:34:53 +02:00
Jaroslav Kysela
5615260c27 fix the version 2013-05-21 11:41:30 +02:00
Jaroslav Kysela
e52d7ec229 remove already included patch 2013-05-21 11:40:02 +02:00
Jaroslav Kysela
4daf011ab2 updated to 1.0.27.1 2013-05-21 11:29:10 +02:00
Jaroslav Kysela
ceeef98da9 fixes for bug#951750 2013-04-15 15:02:53 +02:00
Jaroslav Kysela
09e283e543 updated to 1.0.27 2013-04-12 11:19:29 +02:00
Dennis Gilmore
1ddee9ccf3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-13 10:29:09 -06:00
Jaroslav Kysela
27af8e830d Updated to 1.0.26 2012-09-06 15:27:33 +02:00
Dennis Gilmore
b400590184 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 10:53:06 -05:00
Peter Robinson
beee88456a bump Release to be larger than F-16 2012-04-03 11:33:25 +01:00
Peter Robinson
173b1156b2 spec cleanups 2012-02-17 13:04:14 +00:00
Jaroslav Kysela
f8d594bfbc update to 1.0.25 2012-01-31 09:07:26 +01:00
Harald Hoyer
de1af9d6bf install everything in /usr
This patch is needed for the /usr-move feature
https://fedoraproject.org/wiki/Features/UsrMove

This package requires now 'filesystem' >= 3, which is only installable
on a system which has /bin, /sbin, /lib, /lib64 as symlinks to /usr and
not regular directories. The 'filesystem' package acts as a guard, to
prevent *this* package to be installed on old unconverted systems.

New installations will have the 'filesystem' >=3 layout right away, old
installations need to be converted with anaconda or dracut first; only
after that, the 'filesystem' package, and also *this* package can be
installed.

Packages *should* not install files in /bin, /sbin, /lib, /lib64, but
only in the corresponding directories in /usr. Packages *must* not
install conflicting files with the same names in the corresponding
directories in / and /usr. Especially compatibilty symlinks must not be
installed.

Feel free to modify any of the changes to the spec file, but keep the
above in mind.
2012-01-25 20:48:20 +01:00
Dennis Gilmore
19dca999a8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 15:12:05 -06:00
Lennart Poettering
829a947513 Always build with systemd support 2012-01-06 23:51:06 +01:00
Lennart Poettering
d6fd582fe5 spec: update spec file 2012-01-06 23:40:38 +01:00
Lennart Poettering
11839b7f94 systemd: we should override the service files, not the symlinks to the service files 2012-01-06 23:38:04 +01:00
Bastien Nocera
cc38084eb4 Add patch to unmute MacBookAir4,1 speakers 2011-10-31 19:38:19 +00:00
Dennis Gilmore
de5576c9da - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 19:00:07 -06:00
Jaroslav Kysela
13458298fa removed all /etc/asound.state references 2011-01-28 15:00:43 +01:00
Jaroslav Kysela
dc2b006b7a fixed typo 2011-01-28 14:41:22 +01:00
Jaroslav Kysela
47deeafb02 systemd related fixes 2011-01-28 14:16:22 +01:00
Jaroslav Kysela
bb774c2535 updated to 1.0.24.1 2011-01-28 13:13:48 +01:00
Jaroslav Kysela
71ac133679 updated to 1.0.24 final 2011-01-28 11:25:34 +01:00
Ville Skyttä
a9b779af7f Fix alsaunmute man page permissions, let rpmbuild compress it. 2011-01-27 23:51:42 +02:00
perex
ca0aa57e16 more fixes for 1.0.23 release 2010-06-28 12:15:32 +00:00
perex
1c68cd765e updated to alsa-utils-1.0.23 2010-06-28 11:22:59 +00:00
tomspur
0b3292ca4d don't own %%{_datadir}/sounds (#569425) 2010-04-17 22:23:22 +00:00
perex
a80af6b4e8 updated to 1.0.22 2010-01-01 16:48:25 +00:00
perex
46b1063349 alsa-utils: updated to 1.0.21 final 2009-09-03 11:00:49 +00:00
perex
89f6bd47bf alsa-utils: updated to 1.0.21 final 2009-09-03 10:57:30 +00:00
Jesse Keating
ee81b30111 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-24 16:48:23 +00:00
perex
fe2c6cb2d8 fix headphone init 2009-05-15 12:41:19 +00:00
perex
0da9c56bcf fix headphone init 2009-05-15 12:37:39 +00:00
perex
bbe9f6c5bf updated to 1.0.20 final 2009-05-06 09:24:34 +00:00
Jesse Keating
58f5725c47 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-24 00:48:39 +00:00
perex
2a14aae3cd alsa-utils: HDA codec initialization change + alsa-info.sh update 2009-02-09 13:44:38 +00:00
perex
9ad78d4788 alsa-utils: fixed log date #2 2009-02-04 12:43:32 +00:00
perex
ee8a224615 alsa-utils: fixed log date 2009-02-04 12:42:02 +00:00
perex
42600dce78 alsa-utils: add %dir directive for /lib/alsa and /lib/alsa/init directories
(bz#483324)
2009-02-04 12:40:01 +00:00
perex
a4b4a7e3d8 alsa-utils 1.0.19 final 2009-01-20 11:08:32 +00:00
perex
964d7e1ebd alsa-utils: fix building 2008-11-04 09:58:22 +00:00
perex
68170257f5 updated to 1.0.18 final 2008-11-04 09:46:31 +00:00
perex
d4aee049f5 alsa-utils: fix alsa-info.sh and alsactl-add-ignore-option.patch 2008-09-18 08:38:59 +00:00
perex
ea6ff33ba7 alsa-utils: bugfixes for 1.0.18rc3 (see changelog) 2008-09-18 07:54:21 +00:00
perex
745b2e248f alsa-utils: more cleanups for 1.0.18rc3 2008-09-11 11:54:09 +00:00
perex
1e0bef8f50 alsa-utils: updated 1.0.18rc3 and removed RH specific udev helpers 2008-09-11 09:03:42 +00:00
perex
78088923b3 alsa-utils: regenerated alsaconf patch (fuzzy is disabled in koji) 2008-07-21 12:14:14 +00:00
perex
a657df4fe6 alsa-utils: updated to 1.0.17 final 2008-07-21 10:11:54 +00:00
Martin Stransky
efe9b52f24 - Added alsa-info.sh script to /usr/bin/alsa-info 2008-04-28 10:40:55 +00:00
Jesse Keating
2a536ae306 - Autorebuild for GCC 4.3 2008-02-20 03:31:18 +00:00
Martin Stransky
2ad6650aa9 updated to 1.0.16 final 2008-02-18 10:40:32 +00:00
Martin Stransky
9708cdbb7e Added salsa man page, Resolves: #428763 2008-01-21 14:19:16 +00:00
Martin Stransky
8853f21677 updated to 1.0.15 final 2007-10-29 07:45:41 +00:00
Martin Stransky
857c3b5c85 - moved saved volume settings back to /etc/alsa (per discussion at #293301) 2007-10-01 09:54:09 +00:00
Matthias Saou
09932a2943 Cosmetic cleanups only : Indentation and consistency. 2007-09-25 09:01:22 +00:00
Martin Stransky
e40daeb423 moved salsa back to /sbin 2007-09-24 15:06:48 +00:00
Martin Stransky
463ef00f94 fixed #303151 - wrong salsa dir in /etc/udev/rules.d/90-alsa.rules 2007-09-24 14:56:44 +00:00
Martin Stransky
93074d6fc4 - Update License field.
- Mark udev rule as config.
- Use find_lang macro again to include translations (why was it removed?).
review request (#225242)
2007-09-20 15:09:25 +00:00
Martin Stransky
8e69a62959 - new upstream
- moved saved volume settings to /var/lib (#293301)
- patched alsactl for that (#255421)
2007-09-19 12:26:53 +00:00
Martin Stransky
e5abab9de1 added an entry to alsaunmute for HP xw4550 (#252171) 2007-08-16 11:43:55 +00:00
Martin Stransky
d1093c69c0 release bump 2007-07-25 10:45:00 +00:00
Martin Stransky
cb18415d04 new upstream 2007-06-07 10:18:41 +00:00
Martin Stransky
cac3527a8b alsaunmute update 2007-05-30 13:22:33 +00:00
Martin Stransky
50b08a2cfc added fix for #238442 (unmute Mono channel for w4550, xw4600, xw6600, and
xw8600)
2007-05-02 12:49:40 +00:00
Martin Stransky
5e20f4bdf5 added more funcionality to salsa (save/load sound settings), moved volume
settings to /etc/alsa/
2007-04-18 12:28:22 +00:00
Martin Stransky
db08b0e5b6 fixed #233765 - alsa-utils : unowned directories 2007-04-10 11:58:19 +00:00
Martin Stransky
ce3a065382 added support for large files, minor fix in alsaunmute, fixed #209239 -
alsaconf: Stale language-dependent files
2007-04-10 11:22:40 +00:00
Martin Stransky
0fa50ade0e new upstream 2007-01-19 13:07:15 +00:00
Martin Stransky
9e25716021 added a config line for hda-intel driver 2007-01-10 10:24:44 +00:00
Martin Stransky
8c11c46985 new upstream 2006-12-11 22:12:08 +00:00
Martin Stransky
6c0d91ad22 fix for #207384 - Audio test fails during firstboot 2006-10-02 08:15:39 +00:00