From bc609b25d777397489c64a9483ded81e375804c7 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 08:06:55 +0100 Subject: [PATCH] rebuilt with gcc 5.3.0 [release 1.8.1-2mamba;Fri Feb 12 2016] --- ogre.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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)