[projectM-pulseaudio] Removed reference to pulse/browser.h

Jameson Pugh imntreal at fedoraproject.org
Mon Jan 16 19:43:49 UTC 2012


commit 93b2b69ceeaecd90925a7b84da1bc4d09e652631
Author: Jameson Pugh <imntreal at gmail.com>
Date:   Mon Jan 16 14:43:32 2012 -0500

    Removed reference to pulse/browser.h

 .gitignore                   |    1 +
 projectM-pulseaudio.spec     |   11 ++++++++---
 remove_pulse_browser_h.patch |   10 ++++++++++
 sources                      |    2 +-
 4 files changed, 20 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 50d2276..f4be979 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 projectM-pulseaudio-2.0.1.tar.bz2
+/projectM-pulseaudio-2.0.1-Source.tar.gz
diff --git a/projectM-pulseaudio.spec b/projectM-pulseaudio.spec
index 4e05fe2..75e02be 100644
--- a/projectM-pulseaudio.spec
+++ b/projectM-pulseaudio.spec
@@ -1,12 +1,13 @@
 Name:		projectM-pulseaudio
 Version:	2.0.1
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	The projectM visualization plugin for pulseaudio
 Group:		Applications/Multimedia
 License:	GPLv2+ and MIT
 URL:		http://projectm.sourceforge.net/
-Source0:	http://downloads.sourceforge.net/projectm/%{name}-%{version}.tar.bz2
+Source0:	http://downloads.sourceforge.net/projectm/%{name}-%{version}-Source.tar.gz
 Patch0:		projectM-pulseaudio-stat.patch
+Patch1:		remove_pulse_browser_h.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	cmake, pulseaudio-libs-devel, libprojectM-qt-devel, desktop-file-utils
 
@@ -15,8 +16,9 @@ This package allows the use of the projectM visualization plugin through any
 pulseaudio compatible applications.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-Source
 %patch0 -p1
+%patch1 -p0
 
 %build
 %cmake .
@@ -39,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/%{name}.desktop
 
 %changelog
+* Mon Jan 16 2012 Jameson Pugh <imntreal at gmail.com> - 2.0.1-6
+- Removed reference to pulse/browser.h as it is no longer part of pulseaudio.
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/remove_pulse_browser_h.patch b/remove_pulse_browser_h.patch
new file mode 100644
index 0000000..ad4965b
--- /dev/null
+++ b/remove_pulse_browser_h.patch
@@ -0,0 +1,10 @@
+--- QPulseAudioThread.hpp.old	2011-11-12 18:45:32.162276383 +0000
++++ QPulseAudioThread.hpp	2011-11-12 18:45:52.045444576 +0000
+@@ -34,7 +34,6 @@
+ {
+ #include <pulse/introspect.h>
+ #include <pulse/pulseaudio.h>
+-#include <pulse/browser.h>
+ }
+ 
+ #include "qprojectm_mainwindow.hpp"
diff --git a/sources b/sources
index 12e1001..1f09253 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d948f962e4a2e6316047082906f9ada  projectM-pulseaudio-2.0.1.tar.bz2
+3b6cad16f93617cdb073fc61dd48ccec  projectM-pulseaudio-2.0.1-Source.tar.gz


More information about the scm-commits mailing list