rpms/gauche-gtk/F-7 Gauche-gtk-inc.patch, NONE, 1.1 gauche-gtk.spec, 1.7, 1.8

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Sat Aug 18 13:50:29 UTC 2007


Author: gemi

Update of /cvs/pkgs/rpms/gauche-gtk/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4351/F-7

Modified Files:
	gauche-gtk.spec 
Added Files:
	Gauche-gtk-inc.patch 
Log Message:


Gauche-gtk-inc.patch:

--- NEW FILE Gauche-gtk-inc.patch ---
--- Gauche-gtk-0.4.1/gtkgl/gdkgllib.stub.inc	2007-08-18 15:38:13.000000000 +0200
+++ Gauche-gtk-0.4.1/gtkgl/gdkgllib.stub	2007-08-18 15:38:46.000000000 +0200
@@ -15,10 +15,10 @@
 ;;;  $Id: gdkgllib.stub,v 1.5 2003/02/09 11:44:59 shirok Exp $
 ;;;
 
-(include "gtkgl.types")
-
 "#include \"gauche-gtkgl.h\""
 
+(include "gtkgl.types")
+
 ;;=================================================================
 ;; gdkglconfig.h
 ;;
--- Gauche-gtk-0.4.1/gtkgl/gtkgllib.stub.inc	2007-08-18 15:38:27.000000000 +0200
+++ Gauche-gtk-0.4.1/gtkgl/gtkgllib.stub	2007-08-18 15:38:52.000000000 +0200
@@ -15,10 +15,10 @@
 ;;;  $Id: gtkgllib.stub,v 1.4 2003/02/09 11:44:59 shirok Exp $
 ;;;
 
-(include "gtkgl.types")
-
 "#include \"gauche-gtkgl.h\""
 
+(include "gtkgl.types")
+
 ;;=================================================================
 ;; gdkglversion.h
 ;;


Index: gauche-gtk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gauche-gtk/F-7/gauche-gtk.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gauche-gtk.spec	18 Aug 2007 12:34:56 -0000	1.7
+++ gauche-gtk.spec	18 Aug 2007 13:49:57 -0000	1.8
@@ -2,7 +2,7 @@
 
 Name:           gauche-gtk
 Version:        0.4.1
-Release:        14%{?dist}
+Release:        15%{?dist}
 Summary:	Gauche extension module to use GTK
 
 Group:          Development/Languages
@@ -10,6 +10,7 @@
 URL:            http://www.shiro.dreamhost.com/scheme/gauche
 Source:		http://download.sourceforge.net/gauche/Gauche-gtk-0.4.1.tgz
 Patch0:		Gauche-gtk-gtk28.patch
+Patch1:         Gauche-gtk-inc.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: 	gauche-devel = %{gauche_version}
 BuildRequires:	gtk2-devel
@@ -29,6 +30,7 @@
 %prep
 %setup -q -n Gauche-gtk-%{version}
 %patch0 -p1
+%patch1 -p1
 
 
 %build
@@ -58,6 +60,9 @@
 
 
 %changelog
+* Sat Aug 18 2007 Gerard Milmeister <gemi at bluewin.ch> - 0.4.1-15
+- fix include problem
+
 * Sat Aug 18 2007 Gerard Milmeister <gemi at bluewin.ch> - 0.4.1-14
 - exclude arch ppc64, depends on non-existing ppc64 gauche
 




More information about the fedora-extras-commits mailing list