rpms/alleggl/devel alleggl-0.4.2-gcc43.patch, NONE, 1.1 alleggl.spec, 1.10, 1.11

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Fri Jan 4 20:45:49 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/alleggl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5357

Modified Files:
	alleggl.spec 
Added Files:
	alleggl-0.4.2-gcc43.patch 
Log Message:
* Fri Dec  4 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.4.3-2
- Fix headers to allow inclusion from c++ programs compiled with gcc 4.3


alleggl-0.4.2-gcc43.patch:

--- NEW FILE alleggl-0.4.2-gcc43.patch ---
diff -up alleggl/include/allegrogl/GLext/gl_ext_api.h~ alleggl/include/allegrogl/GLext/gl_ext_api.h
--- alleggl/include/allegrogl/GLext/gl_ext_api.h~	2008-01-04 21:39:04.000000000 +0100
+++ alleggl/include/allegrogl/GLext/gl_ext_api.h	2008-01-04 21:39:04.000000000 +0100
@@ -1824,7 +1824,7 @@ AGL_API(void, BindBufferBaseNV,  (GLenum
 AGL_API(void, TransformFeedbackAttribsNV, (GLsizei, const GLint *, GLenum))
 AGL_API(void, TransformFeedbackVaryingsNV,(GLuint, GLsizei, const GLint *, GLenum))
 AGL_API(void, BeginTransformFeedbackNV,   (GLenum))
-AGL_API(void, EndTransformFeedbackNV,     (GLvoid))
+AGL_API(void, EndTransformFeedbackNV,     (void))
 AGL_API(GLint, GetVaryingLocationNV, (GLuint, const GLchar *))
 AGL_API(void, GetActiveVaryingNV,    (GLuint, GLuint, GLsizei, GLsizei *, GLsizei *, GLenum *, GLchar *))
 AGL_API(void, ActiveVaryingNV,       (GLuint, const GLchar *))


Index: alleggl.spec
===================================================================
RCS file: /cvs/extras/rpms/alleggl/devel/alleggl.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- alleggl.spec	11 Nov 2007 11:42:33 -0000	1.10
+++ alleggl.spec	4 Jan 2008 20:45:16 -0000	1.11
@@ -1,11 +1,12 @@
 Name:           alleggl
 Version:        0.4.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        OpenGL support library for Allegro
 Group:          System Environment/Libraries
 License:        zlib
 URL:            http://allegrogl.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/allegrogl/%{name}-%{version}.tar.bz2
+Patch0:         alleggl-0.4.2-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  allegro-devel libGLU-devel libX11-devel libXext-devel
 BuildRequires:  libXpm-devel libXxf86vm-devel
@@ -35,6 +36,7 @@
 
 %prep
 %setup -q -n %{name}
+%patch0 -p1
 
 
 %build
@@ -85,6 +87,9 @@
 
 
 %changelog
+* Fri Dec  4 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.4.3-2
+- Fix headers to allow inclusion from c++ programs compiled with gcc 4.3
+
 * Sun Nov 11 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.4.3-1
 - New upstream release 0.4.3
 - Drop prebuild doxygen Source as upstream now includes prebuild doxygen docs




More information about the fedora-extras-commits mailing list