rpms/alsa-plugins/devel alsa-plugins.spec,1.24,1.25

Lennart Poettering lennart at fedoraproject.org
Fri Jul 31 14:04:31 UTC 2009


Author: lennart

Update of /cvs/pkgs/rpms/alsa-plugins/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14639

Modified Files:
	alsa-plugins.spec 
Log Message:
Add a couple of clean up patches for the pulse plugin


Index: alsa-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alsa-plugins/devel/alsa-plugins.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- alsa-plugins.spec	24 Jul 2009 16:47:52 -0000	1.24
+++ alsa-plugins.spec	31 Jul 2009 14:04:31 -0000	1.25
@@ -1,6 +1,6 @@
 Name:           alsa-plugins
 Version:        1.0.20
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        The Advanced Linux Sound Architecture (ALSA) Plugins
 # All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
 License:        GPLv2+ and LGPLv2+
@@ -16,6 +16,11 @@ Source6:        vdownmix.conf
 Source7:        pulse-default.conf
 Source8:        arcamav.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0:		0001-alsa-plugins-pulse-Implement-pause.patch
+Patch1:		0001-alsa-get-rid-of-a-number-of-assert-s.patch
+Patch2:		0002-pulse-use-PA_CONTEXT_IS_GOOD-where-applicable.patch
+Patch3:		0003-pulse-unify-destruction-of-snd_pulse_t.patch
+Patch4:		0004-pulse-call-pa_threaded_mainloop_wait-to-handle-spuri.patch
 
 BuildRequires:  alsa-lib-devel
 
@@ -123,6 +128,11 @@ pre-processing of a mono stream like den
 
 %prep
 %setup -q -n %{name}-%{version}%{?prever}
+%patch0 -p1
+%patch1 -p1 
+%patch2 -p1 
+%patch3 -p1 
+%patch4 -p1 
 
 %build
 %configure --disable-static \
@@ -225,6 +235,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 31 2009 Lennart Poettering <lpoetter at redhat.com> - 1.0.20-4
+- Add a couple of clean up patches for the pulse plugin
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.20-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list