Author: arekm Date: Tue Jul 14 06:37:02 2009 GMT Module: packages Tag: HEAD ---- Log message: - fix applying patches
---- Files affected: packages/irrlicht: irrlicht-sparc.patch (1.1 -> 1.2) , irrlicht.spec (1.21 -> 1.22) ---- Diffs: ================================================================ Index: packages/irrlicht/irrlicht-sparc.patch diff -u packages/irrlicht/irrlicht-sparc.patch:1.1 packages/irrlicht/irrlicht-sparc.patch:1.2 --- packages/irrlicht/irrlicht-sparc.patch:1.1 Mon Feb 18 21:52:27 2008 +++ packages/irrlicht/irrlicht-sparc.patch Tue Jul 14 08:36:56 2009 @@ -1,14 +1,14 @@ --- irrlicht-1.4/include/IrrCompileConfig.h.orig 2008-02-18 19:32:46.000000000 +0000 +++ irrlicht-1.4/include/IrrCompileConfig.h 2008-02-18 19:37:54.000000000 +0000 @@ -40,7 +40,11 @@ - #if !defined(_IRR_WINDOWS_API_) && !defined(MACOSX) - #if defined(__sparc__) || defined(__sun__) - #define __BIG_ENDIAN__ -+#if defined(__linux__) -+#define _IRR_LINUX_PLATFORM_ -+#else - #define _IRR_SOLARIS_PLATFORM_ -+#endif - #else - #define _IRR_LINUX_PLATFORM_ - #endif + #if !defined(_IRR_WINDOWS_API_) && !defined(MACOSX) + #if defined(__sparc__) || defined(__sun__) + #define __BIG_ENDIAN__ ++#if defined(__linux__) ++#define _IRR_LINUX_PLATFORM_ ++#else + #define _IRR_SOLARIS_PLATFORM_ ++#endif + #else + #define _IRR_LINUX_PLATFORM_ + #endif ================================================================ Index: packages/irrlicht/irrlicht.spec diff -u packages/irrlicht/irrlicht.spec:1.21 packages/irrlicht/irrlicht.spec:1.22 --- packages/irrlicht/irrlicht.spec:1.21 Sun Jul 12 15:15:33 2009 +++ packages/irrlicht/irrlicht.spec Tue Jul 14 08:36:56 2009 @@ -7,7 +7,7 @@ Summary(pl.UTF-8): Irrlicht - wysoko wydajny silnik 3D czasu rzeczywistego Name: irrlicht Version: 1.5 -Release: 2 +Release: 4 License: BSD-like Group: Libraries Source0: http://dl.sourceforge.net/irrlicht/%{name}-%{version}.zip @@ -16,6 +16,7 @@ Patch1: %{name}-system-libs.patch Patch2: %{name}-sparc.patch URL: http://irrlicht.sourceforge.net/ +BuildRequires: dos2unix BuildRequires: OpenGL-GLU-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel @@ -78,6 +79,9 @@ %prep %setup -q + +dos2unix include/IrrCompileConfig.h source/Irrlicht/Makefile + %patch0 -p1 %patch1 -p1 %patch2 -p1 @@ -138,6 +142,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22 2009/07/14 06:36:56 arekm +- fix applying patches + Revision 1.21 2009/07/12 13:15:33 arekm - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/irrlicht/irrlicht-sparc.patch?r1=1.1&r2=1.2&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/irrlicht/irrlicht.spec?r1=1.21&r2=1.22&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
