rpms/alsa-plugins/devel .cvsignore, 1.5, 1.6 alsa-plugins.spec, 1.16, 1.17 sources, 1.5, 1.6 alsa-plugins-1.0.15-pulsehint.patch, 1.1, NONE alsa-plugins-1.0.17-pulsenoassert.patch, 1.1, NONE alsa-plugins-1.0.17-pulsetrigger.patch, 1.1, NONE

Jaroslav Kysela perex at fedoraproject.org
Thu Sep 11 12:42:46 UTC 2008


Author: perex

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

Modified Files:
	.cvsignore alsa-plugins.spec sources 
Removed Files:
	alsa-plugins-1.0.15-pulsehint.patch 
	alsa-plugins-1.0.17-pulsenoassert.patch 
	alsa-plugins-1.0.17-pulsetrigger.patch 
Log Message:
alsa-plugins: updated to 1.0.18rc3


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/alsa-plugins/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	21 Jul 2008 15:00:49 -0000	1.5
+++ .cvsignore	11 Sep 2008 12:42:15 -0000	1.6
@@ -1,2 +1,3 @@
 alsa-plugins-1.0.16.tar.bz2
 alsa-plugins-1.0.17.tar.bz2
+alsa-plugins-1.0.18rc3.tar.bz2


Index: alsa-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alsa-plugins/devel/alsa-plugins.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- alsa-plugins.spec	21 Jul 2008 15:22:39 -0000	1.16
+++ alsa-plugins.spec	11 Sep 2008 12:42:16 -0000	1.17
@@ -1,21 +1,21 @@
+%define		prever		rc3
+%define		prever_dot	.%{prever}
+
 Name:           alsa-plugins
-Version:        1.0.17
-Release:        1%{?dist}
+Version:        1.0.18
+Release:        1%{?prever_dot}%{?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+
 Group:          System Environment/Libraries
 URL:            http://www.alsa-project.org/
-Source0:        ftp://ftp.alsa-project.org/pub/plugins/%{name}-%{version}.tar.bz2
+Source0:        ftp://ftp.alsa-project.org/pub/plugins/%{name}-%{version}%{?prever}.tar.bz2
 Source1:        jack.conf
 Source2:        pcm-oss.conf
 Source4:        samplerate.conf
 Source5:        upmix.conf
 Source6:        vdownmix.conf
 Source7:        pulse-default.conf
-Patch3:         alsa-plugins-1.0.15-pulsehint.patch
-Patch4:		alsa-plugins-1.0.17-pulsenoassert.patch
-Patch5:		alsa-plugins-1.0.17-pulsetrigger.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  alsa-lib-devel
@@ -95,11 +95,16 @@
 a simple spacialization, so the output sounds like a kind of "virtual
 surround".
 
+%package usbstream
+Summary:        USB stream plugin for ALSA
+Group:          System Environment/Libraries
+License:        LGPLv2+
+%description usbstream
+The usbstream plugin is for snd-usb-us122l driver. It converts PCM
+stream to USB specific stream.
+
 %prep
-%setup -q -n %{name}-%{version}
-%patch3 -p1 -b .pulsehint
-%patch4 -p1 -b .pulsenoassert
-%patch5 -p1 -b .pulsetrigger
+%setup -q -n %{name}-%{version}%{?prever}
 
 %build
 %configure --disable-static \
@@ -173,7 +178,16 @@
 %config(noreplace) %{_sysconfdir}/alsa/pcm/vdownmix.conf
 %{_libdir}/alsa-lib/libasound_module_pcm_vdownmix.so
 
+%files usbstream
+%defattr(-,root,root,-)
+%doc COPYING COPYING.GPL
+%{_libdir}/alsa-lib/libasound_module_pcm_usb_stream.so
+
 %changelog
+* Thu Sep 11 2008 Jaroslav Kysela <jkysela at redhat.com> - 1.0.18-1.rc3
+- Updated to 1.0.18rc3
+- Added usbstream subpackage
+
 * Mon Jul 21 2008 Jaroslav Kysela <jkysela at redhat.com> - 1.0.17-1
 - Updated to 1.0.17
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/alsa-plugins/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	21 Jul 2008 15:00:49 -0000	1.5
+++ sources	11 Sep 2008 12:42:16 -0000	1.6
@@ -1 +1 @@
-f37d0b2b19dfbe215144941ab8bb6e49  alsa-plugins-1.0.17.tar.bz2
+e3b7bcd92d1bb380d7de13e61af996e9  alsa-plugins-1.0.18rc3.tar.bz2


--- alsa-plugins-1.0.15-pulsehint.patch DELETED ---


--- alsa-plugins-1.0.17-pulsenoassert.patch DELETED ---


--- alsa-plugins-1.0.17-pulsetrigger.patch DELETED ---




More information about the fedora-extras-commits mailing list