[irrlicht/f20] 1.8.1, _IRR_MATERIAL_MAX_TEXTURES_ at 8

Tom Callaway spot at fedoraproject.org
Fri Dec 13 14:43:28 UTC 2013


commit 50c7e4a03948699e1a0ce4c48ae801d23fd510dc
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri Dec 13 09:43:33 2013 -0500

    1.8.1, _IRR_MATERIAL_MAX_TEXTURES_ at 8

 irrlicht.spec |   15 ++++++++++++---
 sources       |    2 +-
 2 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/irrlicht.spec b/irrlicht.spec
index a6a2056..0eedef6 100644
--- a/irrlicht.spec
+++ b/irrlicht.spec
@@ -1,11 +1,11 @@
-%global irrxml_version 1.8
-%global irrlicht_version 1.8
+%global irrxml_version 1.8.1
+%global irrlicht_version 1.8.1
 %global master_release 2
 
 Name:		irrlicht
 Summary: 	A high performance realtime 3D engine
 Version:	%{irrlicht_version}
-Release:	%{master_release}%{?dist}.3
+Release:	%{master_release}%{?dist}
 License:	zlib
 Group:		System Environment/Libraries
 Source0:	http://downloads.sourceforge.net/irrlicht/%{name}-%{irrlicht_version}.zip
@@ -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,12 @@ 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
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8-2.3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index ad77e04..271d710 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d06329d8f466658caaf4838ba349e393  irrlicht-1.8.zip
+db97cce5e92da9b053f4546c652e9bd5  irrlicht-1.8.1.zip


More information about the scm-commits mailing list