rpms/libprojectM/devel libprojectM-stdio.patch, NONE, 1.1 import.log, 1.5, 1.6 libprojectM.spec, 1.4, 1.5

Jameson Pugh imntreal at fedoraproject.org
Thu Feb 26 01:07:31 UTC 2009


Author: imntreal

Update of /cvs/pkgs/rpms/libprojectM/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27245/devel

Modified Files:
	import.log libprojectM.spec 
Added Files:
	libprojectM-stdio.patch 
Log Message:
Added a patch to include stdio.h in BuiltinParams.cpp


libprojectM-stdio.patch:

--- NEW FILE libprojectM-stdio.patch ---
--- libprojectM-1.2.0-orig/BuiltinParams.cpp	2009-02-25 19:55:50.000000000 -0500
+++ libprojectM-1.2.0/BuiltinParams.cpp	2009-02-25 19:56:56.000000000 -0500
@@ -6,6 +6,7 @@
 #include <iostream>
 #include <algorithm>
 #include "InitCondUtils.hpp"
+#include <stdio.h>
 
 
 using namespace Algorithms;


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/libprojectM/devel/import.log,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- import.log	25 Feb 2009 02:21:24 -0000	1.5
+++ import.log	26 Feb 2009 01:07:00 -0000	1.6
@@ -3,3 +3,4 @@
 libprojectM-1_2_0-6_fc10:HEAD:libprojectM-1.2.0-6.fc10.src.rpm:1230000584
 libprojectM-1_2_0-7_fc10:HEAD:libprojectM-1.2.0-7.fc10.src.rpm:1231557473
 libprojectM-1_2_0-8_fc10:HEAD:libprojectM-1.2.0-8.fc10.src.rpm:1235528442
+libprojectM-1_2_0-9_fc10:HEAD:libprojectM-1.2.0-9.fc10.src.rpm:1235610375


Index: libprojectM.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libprojectM/devel/libprojectM.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libprojectM.spec	25 Feb 2009 02:21:24 -0000	1.4
+++ libprojectM.spec	26 Feb 2009 01:07:00 -0000	1.5
@@ -1,6 +1,6 @@
 Name:		libprojectM
 Version:	1.2.0
-Release:	8%{?dist}
+Release:	9%{?dist}
 Summary:	The libraries for the projectM music visualization plugin
 Group:		Applications/Multimedia
 License:	LGPLv2+
@@ -11,6 +11,9 @@
 
 #Add LIB_SUFFIX to libprojectM.pc.in
 Patch1:		libprojectM-pc-libsuffix.patch
+
+#Add include stdio.h in BuiltinParams.cpp to fix compile error
+Patch2:		libprojectM-stdio.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	ftgl-devel, cmake, glew-devel
 Requires:	dejavu-sans-mono-fonts, dejavu-sans-fonts
@@ -35,6 +38,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 sed -i 's/\r//' ChangeLog
 
 %build
@@ -71,6 +75,9 @@
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Wed Feb 25 2009 Jameson Pugh (imntreal at gmail.com) - 1.2.0-9
+- Aparently stdio.h didn't need to be included in BuiltinParams.cpp before, but is now
+
 * Tue Feb 24 2009 Jameson Pugh (imntreal at gmail.com) - 1.2.0-8
 - Font packages renamed
 




More information about the fedora-extras-commits mailing list