diff --git a/ogre.spec b/ogre.spec index 1f577b5..2dd742a 100644 --- a/ogre.spec +++ b/ogre.spec @@ -3,7 +3,7 @@ Name: ogre Epoch: 1 Version: 1.8.1 -Release: 1mamba +Release: 2mamba Summary: A scene-oriented, flexible 3D engine Group: Development/Libraries Vendor: openmamba @@ -58,15 +58,16 @@ The class library abstracts all the details of using the underlying system libra %debug_package %prep -%setup -q -n ogre_src_v%{pkgver} -D -T -:<< __EOF +%setup -q -n ogre_src_v%{pkgver} +#-D -T +#:<< __EOF #%patch0 -p1 #-n %{name}_src_v%{ver_download} # use cmake default rm CMake/Packages/FindFreetype.cmake %build -:<< ___EOF +#:<< ___EOF %cmake -d build %make @@ -144,6 +145,9 @@ rm CMake/Packages/FindFreetype.cmake %changelog +* Fri Feb 12 2016 Silvan Calarco 1.8.1-2mamba +- rebuilt with gcc 5.3.0 + * Sun Aug 31 2014 Silvan Calarco 1.8.1-1mamba - update to 1.8.1 - revert to stable 1.8.1 for stuntrally (bump up epoch)