Hello community,

here is the log from the commit of package alsa-plugins for openSUSE:Factory 
checked in at 2012-09-10 15:23:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/alsa-plugins (Old)
 and      /work/SRC/openSUSE:Factory/.alsa-plugins.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "alsa-plugins", Maintainer is "ti...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/alsa-plugins/alsa-plugins.changes        
2012-08-04 09:02:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-plugins.new/alsa-plugins.changes   
2012-09-10 15:29:04.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Sep  6 14:15:23 CEST 2012 - ti...@suse.de
+
+- Add post/postun hooks for pulse plugin to fix the leftover
+  config path (bnc#779039)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ alsa-plugins.spec ++++++
--- /var/tmp/diff_new_pack.D2TL0K/_old  2012-09-10 15:29:06.000000000 +0200
+++ /var/tmp/diff_new_pack.D2TL0K/_new  2012-09-10 15:29:06.000000000 +0200
@@ -148,6 +148,18 @@
 # modules don't need *.la files
 rm -f $RPM_BUILD_ROOT%{_libdir}/alsa-lib/*.la
 
+%post pulse
+if type -p setup-pulseaudio > /dev/null; then
+    setup-pulseaudio --auto
+fi
+exit 0
+
+%postun pulse
+if type -p setup-pulseaudio > /dev/null; then
+    setup-pulseaudio --auto
+fi
+exit 0
+
 %files
 %defattr(-, root, root)
 %doc COPYING

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to