rpms/kdebase-runtime/devel kdebase-runtime-4.2.1-pulseaudio-cmake.patch, NONE, 1.1 kdebase-runtime.spec, 1.97, 1.98

Lukas Tinkl ltinkl at fedoraproject.org
Tue Mar 3 10:31:37 UTC 2009


Author: ltinkl

Update of /cvs/extras/rpms/kdebase-runtime/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1839/devel

Modified Files:
	kdebase-runtime.spec 
Added Files:
	kdebase-runtime-4.2.1-pulseaudio-cmake.patch 
Log Message:
fix PulseAudio cmake detection


kdebase-runtime-4.2.1-pulseaudio-cmake.patch:

--- NEW FILE kdebase-runtime-4.2.1-pulseaudio-cmake.patch ---
Index: runtime/cmake/modules/FindPulseAudio.cmake
===================================================================
--- runtime/cmake/modules/FindPulseAudio.cmake	(revision 933025)
+++ runtime/cmake/modules/FindPulseAudio.cmake	(revision 933026)
@@ -30,8 +30,8 @@
 
 FIND_PATH(PULSEAUDIO_INCLUDE_DIR pulse/pulseaudio.h
    HINTS
-   ${PC_PULSEADUIO_INCLUDEDIR}
-   ${PC_PULSEADUIO_INCLUDE_DIRS}
+   ${PC_PULSEAUDIO_INCLUDEDIR}
+   ${PC_PULSEAUDIO_INCLUDE_DIRS}
    )
 
 FIND_LIBRARY(PULSEAUDIO_LIBRARY NAMES pulse libpulse 


Index: kdebase-runtime.spec
===================================================================
RCS file: /cvs/extras/rpms/kdebase-runtime/devel/kdebase-runtime.spec,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- kdebase-runtime.spec	27 Feb 2009 11:56:16 -0000	1.97
+++ kdebase-runtime.spec	3 Mar 2009 10:31:07 -0000	1.98
@@ -6,7 +6,7 @@
 Name:          kdebase-runtime
 Summary:       K Desktop Environment - Runtime
 Version:       4.2.1
-Release:       1%{?dist}
+Release:       2%{?dist}
 
 License:       GPLv2
 Group:         User Interface/Desktops
@@ -21,6 +21,7 @@
 Patch3:        kdebase-runtime-4.1.1-iconthemes-inherit.patch
 
 ## Upstream patches
+Patch100:      kdebase-runtime-4.2.1-pulseaudio-cmake.patch
 
 %ifarch noarch
 %define icons 1
@@ -108,6 +109,7 @@
 %patch3 -p1 -b .iconthemes-inherit
 
 # upstream patches
+%patch100 -p1 -b .pulseaudio-cmake
 
 %build
 mkdir -p %{_target_platform}
@@ -334,6 +336,9 @@
 
 
 %changelog
+* Tue Mar  3 2009 Lukáš Tinkl <ltinkl at redhat.com> - 4.2.1-2
+- fix PulseAudio cmake detection
+
 * Fri Feb 27 2009 Than Ngo <than at redhat.com> - 4.2.1-1
 - 4.2.1
 




More information about the fedora-extras-commits mailing list