rpms/gauche-gl/FC-5 .cvsignore, 1.2, 1.3 Gauche-gl-fix.patch, 1.1, 1.2 gauche-gl.spec, 1.3, 1.4 sources, 1.2, 1.3

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Mon Nov 13 22:20:10 UTC 2006


Author: gemi

Update of /cvs/extras/rpms/gauche-gl/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20768/FC-5

Modified Files:
	.cvsignore Gauche-gl-fix.patch gauche-gl.spec sources 
Log Message:
new version 0.4.2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gauche-gl/FC-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 May 2006 19:27:29 -0000	1.2
+++ .cvsignore	13 Nov 2006 22:19:39 -0000	1.3
@@ -1 +1 @@
-Gauche-gl-0.4.1.tgz
+Gauche-gl-0.4.2.tgz

Gauche-gl-fix.patch:

Index: Gauche-gl-fix.patch
===================================================================
RCS file: /cvs/extras/rpms/gauche-gl/FC-5/Gauche-gl-fix.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Gauche-gl-fix.patch	9 May 2006 19:27:29 -0000	1.1
+++ Gauche-gl-fix.patch	13 Nov 2006 22:19:39 -0000	1.2
@@ -1,15 +1,22 @@
---- Gauche-gl-0.4/src/gauche-gl.c.fix	2005-07-01 23:58:51.000000000 +0200
-+++ Gauche-gl-0.4/src/gauche-gl.c	2005-07-01 23:59:01.000000000 +0200
-@@ -136,11 +136,7 @@
-    supports GLX for the time being. */
+--- Gauche-gl-0.4.2/src/gauche-gl.c.fix	2006-11-13 22:39:05.000000000 +0100
++++ Gauche-gl-0.4.2/src/gauche-gl.c	2006-11-13 22:42:04.000000000 +0100
+@@ -139,18 +139,7 @@
+ */
  void *Scm_GLGetProcAddress(const char *name)
  {
--#if defined(GLX_VERSION_1_4)
+-#if defined(GLX_ARB_get_proc_address)
+-    if (glXGetProcAddressARB != NULL) {
+-        return glXGetProcAddressARB((const GLubyte*)name);
+-    }
+-#elif defined(GLX_VERSION_1_4)
 -    if (glXGetProcAddress != NULL) {
 -        return glXGetProcAddress(name);
 -    }
--#elif defined(GLX_ARB_get_proc_address)
-+#if defined(GLX_ARB_get_proc_address)
-     if (glXGetProcAddressARB != NULL) {
-         return glXGetProcAddressARB(name);
-     }
+-#elif defined(MacOSX)
+-    return glutGetProcAddress(name);
+-#endif /* !defined(GLX_VERSION_1_4) && !defined(GLX_ARB_get_proc_address) */
+-    Scm_Error("GL extension %s is not supported on this platform", name);
++    return glXGetProcAddressARB((const GLubyte*)name);
+ }
+ 
+ /* List of numbers -> array of doubles.  Returns # of elements. */


Index: gauche-gl.spec
===================================================================
RCS file: /cvs/extras/rpms/gauche-gl/FC-5/gauche-gl.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gauche-gl.spec	9 May 2006 20:44:54 -0000	1.3
+++ gauche-gl.spec	13 Nov 2006 22:19:39 -0000	1.4
@@ -1,14 +1,14 @@
-%define gauche_version 0.8.7
+%define gauche_version 0.8.8
 
 Name:           gauche-gl
-Version:        0.4.1
-Release:        5%{?dist}
+Version:        0.4.2
+Release:        1%{?dist}
 Summary:	OpenGL binding for Gauche
 
 Group:          Development/Languages
 License:        BSD
 URL:            http://www.shiro.dreamhost.com/scheme/gauche
-Source:		http://download.sourceforge.net/gauche/Gauche-gl-0.4.1.tgz
+Source:		http://download.sourceforge.net/gauche/Gauche-gl-0.4.2.tgz
 Patch0:		Gauche-gl-fix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: 	gauche-devel = %{gauche_version}
@@ -29,7 +29,7 @@
 %prep
 %setup -q -n Gauche-gl-%{version}
 %patch0 -p1
-(cd src; mv gauche-gl.c.orig gauche-gl.c)
+
 
 %build
 %configure
@@ -79,6 +79,9 @@
 
 
 %changelog
+* Mon Nov 13 2006 Gerard Milmeister <gemi at bluewin.ch> - 0.4.2-1
+- new version 0.4.2
+
 * Fri May  5 2006 Gerard Milmeister <gemi at bluewin.ch> - 0.4.1-4
 - cleaned up Requires
 - removed unnecessary files


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gauche-gl/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 May 2006 19:27:29 -0000	1.2
+++ sources	13 Nov 2006 22:19:39 -0000	1.3
@@ -1 +1 @@
-a51b19a0f16f88ed6cd85c6e49cc6e75  Gauche-gl-0.4.1.tgz
+32e0670225a983e9df99f856825e1f63  Gauche-gl-0.4.2.tgz




More information about the fedora-extras-commits mailing list