diff --git a/import.log b/import.log new file mode 100644 index 0000000..395da47 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +qwtplot3d-0_2_7-8_fc10:HEAD:qwtplot3d-0.2.7-8.fc10.src.rpm:1236285651 diff --git a/qwtplot3d.spec b/qwtplot3d.spec index 0c3343b..209fb3d 100644 --- a/qwtplot3d.spec +++ b/qwtplot3d.spec @@ -3,7 +3,7 @@ Name: qwtplot3d Version: 0.2.7 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Qt/OpenGL-based C++ library providing a bunch of 3D-widgets Group: System Environment/Libraries @@ -70,6 +70,8 @@ find examples -type f | xargs %{__sed} -i 's/\r//' # treating soname %{__sed} -i "s|TARGET *= qwtplot3d|TARGET = qwtplot3d-qt4|" qwtplot3d.pro +# fixing gcc4.4 build +%{__sed} -i "4i\#include " src/qwt3d_function.cpp %{__mkdir} qt4 @@ -158,6 +160,9 @@ ln -s libqwtplot3d-qt4.so.%{version} %{buildroot}%{_qt4_libdir}/libqwtplot3d-qt4 %changelog +* Thu Mar 05 2009 Chitlesh Goorah - 0.2.7-8 +- fixed failed build on gcc 4.4 + * Wed Feb 25 2009 Fedora Release Engineering - 0.2.7-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild