Hello community,

here is the log from the commit of package alsaequal for openSUSE:Factory 
checked in at 2019-04-28 20:11:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/alsaequal (Old)
 and      /work/SRC/openSUSE:Factory/.alsaequal.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "alsaequal"

Sun Apr 28 20:11:31 2019 rev:3 rq:697891 version:0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/alsaequal/alsaequal.changes      2018-03-11 
15:25:51.293916040 +0100
+++ /work/SRC/openSUSE:Factory/.alsaequal.new.5536/alsaequal.changes    
2019-04-28 20:11:59.302473106 +0200
@@ -1,0 +2,5 @@
+Thu Apr 25 09:37:12 UTC 2019 - Илья Индиго <[email protected]>
+
+- Add config /etc/alsa/conf.d/99-equal.conf (boo#1133432)
+
+-------------------------------------------------------------------

New:
----
  99-equal.conf

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ alsaequal.spec ++++++
--- /var/tmp/diff_new_pack.bekWQ5/_old  2019-04-28 20:11:59.958472698 +0200
+++ /var/tmp/diff_new_pack.bekWQ5/_new  2019-04-28 20:11:59.962472696 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package alsaequal
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,9 +12,10 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:           alsaequal
 Version:        0.6
 Release:        0
@@ -23,6 +24,7 @@
 Group:          System/Libraries
 URL:            
https://web.archive.org/web/20161105202833/http://thedigitalmachine.net/alsaequal.html
 Source0:        %{name}-%{version}.tar.xz
+Source1:        99-equal.conf
 Patch0:         lib64.patch
 BuildRequires:  alsa-devel
 BuildRequires:  gcc
@@ -41,6 +43,8 @@
 make %{?_smp_mflags} CFLAGS="%{optflags} -funroll-loops -ffast-math -fPIC 
-DPIC"
 
 %install
+install -d %{buildroot}%{_sysconfdir}/alsa/conf.d
+install -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/alsa/conf.d
 mkdir -p %{buildroot}%{_libdir}/alsa-lib
 %make_install
 
@@ -48,6 +52,9 @@
 %defattr(0644,root,root,-)
 %license COPYING
 %doc README
+%dir %{_sysconfdir}/alsa
+%dir %{_sysconfdir}/alsa/conf.d
+%config(noreplace) %{_sysconfdir}/alsa/conf.d/*.conf
 %dir %{_libdir}/alsa-lib
 %{_libdir}/alsa-lib/*.so
 

++++++ 99-equal.conf ++++++
ctl.equal {
        type equal;
}
pcm.plugequal {
        type equal;
        slave.pcm "plug:dmix";
}
pcm.equal {
        type plug;
        slave.pcm plugequal;
}

Reply via email to