[portaudio] Upgrade to a more recent snapshot to bring in various bugfixes (rhbz#691148)

Hans de Goede jwrdegoede at fedoraproject.org
Sun Mar 27 18:41:29 UTC 2011


commit 955400fdc812019031559a3ddec609ea064c8b02
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Sun Mar 27 20:44:30 2011 +0200

    Upgrade to a more recent snapshot to bring in various bugfixes (rhbz#691148)

 .gitignore                    |    1 +
 portaudio-non-mmap-alsa.patch |  381 -----------------------------------------
 portaudio.spec                |   23 ++-
 sources                       |    2 +-
 4 files changed, 15 insertions(+), 392 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3b2de6b..84f936c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pa_stable_v19_20071207.tar.gz
+/pa_snapshot.tgz
diff --git a/portaudio.spec b/portaudio.spec
index 6a47314..e60d7bc 100644
--- a/portaudio.spec
+++ b/portaudio.spec
@@ -1,14 +1,12 @@
-%define real_version v19_20071207
-
 Summary: Free, cross platform, open-source, audio I/O library
 Name: portaudio
 Version: 19
-Release: 10%{?dist}
+Release: 11%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.portaudio.com/
-Source: http://www.portaudio.com/archives/pa_stable_%{real_version}.tar.gz
-Patch0: portaudio-non-mmap-alsa.patch
+# This is http://www.portaudio.com/archives/pa_snapshot.tgz from 27-03-2011
+Source: pa_snapshot.tgz
 Patch1: portaudio-doxynodate.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: doxygen
@@ -39,24 +37,24 @@ portaudio library.
 
 %prep
 %setup -q -n %{name}
-%patch0 -p1
 %patch1 -p1
 
 
 %build
 %configure --disable-static --enable-cxx
-%{__make} %{?_smp_mflags}
+# no -j# because building with -j# is broken
+make
 # Build html devel documentation
 doxygen
 
 
 %install
-%{__rm} -rf %{buildroot}
-%{__make} install DESTDIR=%{buildroot}
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
 
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf $RPM_BUILD_ROOT
 
 
 %post -p /sbin/ldconfig
@@ -74,12 +72,17 @@ doxygen
 %doc doc/html/*
 %{_includedir}/portaudiocpp/
 %{_includedir}/portaudio.h
+%{_includedir}/pa_jack.h
+%{_includedir}/pa_linux_alsa.h
 %exclude %{_libdir}/*.la
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 
 
 %changelog
+* Sun Mar 27 2011 Hans de Goede <hdegoede at redhat.com> - 19-11
+- Upgrade to a more recent snapshot to bring in various bugfixes (rhbz#691148)
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 19-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index a4a7ce1..ecbd1c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d2943e4469834b25afe62cc51adc025f  pa_stable_v19_20071207.tar.gz
+f936481e3d7f4bb824b88a805e060c28  pa_snapshot.tgz


More information about the scm-commits mailing list