[irrlicht] 1.8.1, _IRR_MATERIAL_MAX_TEXTURES_ at 8

Tom Callaway spot at fedoraproject.org
Fri Dec 13 14:46:07 UTC 2013


commit 7b8a9f14be6b0af6fb8c46ca53b0212feefb13d0
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri Dec 13 09:46:12 2013 -0500

    1.8.1, _IRR_MATERIAL_MAX_TEXTURES_ at 8

 irrlicht.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/irrlicht.spec b/irrlicht.spec
index 6e5b735..0eedef6 100644
--- a/irrlicht.spec
+++ b/irrlicht.spec
@@ -1,6 +1,6 @@
 %global irrxml_version 1.8.1
 %global irrlicht_version 1.8.1
-%global master_release 1
+%global master_release 2
 
 Name:		irrlicht
 Summary: 	A high performance realtime 3D engine
@@ -93,6 +93,9 @@ for i in include/*.h doc/upgrade-guide.txt source/Irrlicht/*.cpp source/Irrlicht
 	touch -r changes.txt $i
 done
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=1035757
+sed -i -e '/_IRR_MATERIAL_MAX_TEXTURES_/s/4/8/' include/IrrCompileConfig.h
+
 %build
 cd source/Irrlicht
 make %{?_smp_mflags} sharedlib
@@ -143,6 +146,9 @@ popd
 %{_libdir}/libIrrXML.so
 
 %changelog
+* Thu Nov 28 2013 Igor Gnatenko <i.gnatenko.brain at gmail.com> - 1.8.1-2
+- Change _IRR_MATERIAL_MAX_TEXTURES_ to 8 (RHBZ #1035757)
+
 * Mon Nov 25 2013 Tom Callaway <spot at fedoraproject.org> - 1.8.1-1
 - update to 1.8.1
 


More information about the scm-commits mailing list