diff --git a/import.log b/import.log index c13e15d..b58653f 100644 --- a/import.log +++ b/import.log @@ -3,3 +3,4 @@ libprojectM-1_2_0-5_fc9:HEAD:libprojectM-1.2.0-5.fc9.src.rpm:1227569266 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 diff --git a/libprojectM-stdio.patch b/libprojectM-stdio.patch new file mode 100644 index 0000000..e6b7e36 --- /dev/null +++ b/libprojectM-stdio.patch @@ -0,0 +1,10 @@ +--- 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 + #include + #include "InitCondUtils.hpp" ++#include + + + using namespace Algorithms; diff --git a/libprojectM.spec b/libprojectM.spec index 5c96bd3..e28df19 100644 --- a/libprojectM.spec +++ b/libprojectM.spec @@ -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 @@ Patch0: libprojectM-fonts.patch #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 @@ developing applications that use %{name}. %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 sed -i 's/\r//' ChangeLog %build @@ -71,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog +* Wed Feb 25 2009 Jameson Pugh (imntreal@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@gmail.com) - 1.2.0-8 - Font packages renamed