[volumeicon] Temporarily revert "Use default ALSA device rather than hardcoded 'hw:0'" for we don't want this in

Christoph Wickert cwickert at fedoraproject.org
Sat Jan 28 12:14:10 UTC 2012


commit 0c20de33910c5cf9a6e94a8be9810da2379b9853
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sat Jan 28 13:14:07 2012 +0100

    Temporarily revert "Use default ALSA device rather than hardcoded 'hw:0'"
    for we don't want this in F16

 volumeicon-0.4.5-default-config.patch |    7 +------
 volumeicon.spec                       |    8 ++++++--
 2 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/volumeicon-0.4.5-default-config.patch b/volumeicon-0.4.5-default-config.patch
index 5638d12..6c54ed1 100644
--- a/volumeicon-0.4.5-default-config.patch
+++ b/volumeicon-0.4.5-default-config.patch
@@ -1,6 +1,6 @@
 --- volumeicon-0.4.5.orig/src/config.c	2011-11-05 19:00:51.000000000 -0400
 +++ volumeicon-0.4.5/src/config.c	2012-01-14 10:44:49.682085469 -0500
-@@ -59,11 +59,11 @@
+@@ -59,7 +59,7 @@
  static void config_load_default()
  {
  	if(!m_helper_program)
@@ -9,8 +9,3 @@
  	if(!m_channel)
  		config_set_channel(NULL);
  	if(!m_card)
--		config_set_card("hw:0");
-+		config_set_card("default");
- 	if(!m_stepsize)
- 		config_set_stepsize(5);
- 	if(!m_theme)
diff --git a/volumeicon.spec b/volumeicon.spec
index 0c27135..6c392f7 100644
--- a/volumeicon.spec
+++ b/volumeicon.spec
@@ -2,7 +2,7 @@
 
 Name:           volumeicon
 Version:        0.4.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Lightweight volume control for the system tray
 
 License:        GPLv3
@@ -64,6 +64,10 @@ rm -rf %{buildroot}
 %{_datadir}/%{name}/
 
 %changelog
+* Sat Jan 28 2012 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.5-3
+- Temporarily revert "Use default ALSA device rather than hardcoded 'hw:0'"
+  for we don't want this in F16
+
 * Sat Jan 28 2012 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.5-2
 - Fix build error on rawhide
 
@@ -71,7 +75,7 @@ rm -rf %{buildroot}
 - Update ot 0.4.5 (#781649)
 - Enable libnotify support (#781642)
 - Drop upstreamed DSO fix
-- Use default ALAS device rather than hardcoded 'hw:0'
+- Use default ALSA device rather than hardcoded 'hw:0'
 
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


More information about the scm-commits mailing list