rpms/cegui/FC-4 cegui_mk2-0.4.1-fixheader.patch, NONE, 1.1 cegui.spec, 1.2, 1.3

Ian Chapman (oddsocks) fedora-extras-commits at redhat.com
Sat Aug 5 21:47:15 UTC 2006


Author: oddsocks

Update of /cvs/extras/rpms/cegui/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5826/FC-4

Modified Files:
	cegui.spec 
Added Files:
	cegui_mk2-0.4.1-fixheader.patch 
Log Message:
auto-import cegui-0.4.1-10 on branch FC-4 from cegui-0.4.1-10.src.rpm

cegui_mk2-0.4.1-fixheader.patch:

--- NEW FILE cegui_mk2-0.4.1-fixheader.patch ---
--- cegui_mk2/include/renderers/OpenGLGUIRenderer/opengltexture.h.orig	2006-08-05 23:05:25.000000000 +0100
+++ cegui_mk2/include/renderers/OpenGLGUIRenderer/opengltexture.h	2006-08-05 23:22:48.000000000 +0100
@@ -198,7 +198,7 @@
 	// Modified by Paul D Turner to accept a raw data buffer & it's length
 	// as input.
 	//
-    tImageTGA* OpenGLTexture::LoadTGA(const unsigned char* buffer, size_t buffer_size);
+    tImageTGA* LoadTGA(const unsigned char* buffer, size_t buffer_size);
 
 #endif
 	/*************************************************************************


Index: cegui.spec
===================================================================
RCS file: /cvs/extras/rpms/cegui/FC-4/cegui.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cegui.spec	18 Jul 2006 18:26:14 -0000	1.2
+++ cegui.spec	5 Aug 2006 21:47:14 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           cegui
 Version:        0.4.1
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Free library providing windowing and widgets for graphics APIs / engines
 
 Group:          System Environment/Libraries
@@ -12,6 +12,7 @@
 Patch2:         cegui_mk2-0.4.1-fixtinyxml.patch
 Patch3:         cegui_mk2-0.4.1-64bit.patch
 Patch4:         cegui_mk2-0.4.1-useverso.patch
+Patch5:         cegui_mk2-0.4.1-fixheader.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  gawk
 BuildRequires:  freetype-devel > 2.0.0
@@ -42,6 +43,7 @@
 %description devel
 Development files for cegui
 
+
 %package devel-doc
 Summary:        API documentation for cegui
 Group:          Documentation
@@ -62,6 +64,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 #Delete bundled pcre to avoid any accidental building against it.
 rm -rf src/pcre
 #Delete bundled lua / tolua++ to avoid any accidental building against it.
@@ -85,14 +88,10 @@
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
-rm -f %{buildroot}%{_libdir}/*.la
-rm -f %{buildroot}%{_libdir}/*.a
+rm -f %{buildroot}%{_libdir}/*.la %{buildroot}%{_libdir}/*.a
 rm -rf %{buildroot}%{_includedir}/CEGUI/renderers/IrrlichtRenderer
 #Cleanup CVS stuff in the documentation area before the %%doc section
-rm -rf documentation/CVS
-rm -rf documentation/api_reference/CVS
-rm -f documentation/api_reference/keepme
-rm -f documentation/api_reference/*.md5
+rm -rf documentation/CVS documentation/api_reference/CVS documentation/api_reference/keepme documentation/api_reference/*.md5
 
 
 %clean
@@ -143,6 +142,9 @@
 
 
 %changelog
+* Sat Aug 05 2006 Ian Chapman <packages at amiga-hardware.com> 0.4.1-10%{?dist}
+- Header fix for g++ v4.1+
+
 * Tue Jul 18 2006 Ian Chapman <packages at amiga-hardware.com> 0.4.1-9%{?dist}
 - Use versioned .so for dlopen()
 




More information about the fedora-extras-commits mailing list