rpms/gauche-gtk/devel Gauche-gtk-gtk217.patch, NONE, 1.1 gauche-gtk.spec, 1.14, 1.15

Gérard Milmeister gemi at fedoraproject.org
Sat Aug 1 12:49:42 UTC 2009


Author: gemi

Update of /cvs/pkgs/rpms/gauche-gtk/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1182

Modified Files:
	gauche-gtk.spec 
Added Files:
	Gauche-gtk-gtk217.patch 
Log Message:
fix for gtk 2.17

Gauche-gtk-gtk217.patch:
 gtkentry.stub |    2 --
 1 file changed, 2 deletions(-)

--- NEW FILE Gauche-gtk-gtk217.patch ---
diff -up Gauche-gtk-0.4.1/src/gtkentry.stub.gtk217 Gauche-gtk-0.4.1/src/gtkentry.stub
--- Gauche-gtk-0.4.1/src/gtkentry.stub.gtk217	2009-08-01 14:40:08.000000000 +0200
+++ Gauche-gtk-0.4.1/src/gtkentry.stub	2009-08-01 14:40:17.000000000 +0200
@@ -39,8 +39,6 @@
    (scroll-offset :type <int>)
    (ascent :type <int>)
    (descent :type <int>)
-   (text-size :type <uint16>)
-   (n-bytes :type <uint16>)
    (preedit-length :type <uint16>)
    (preedit-cursor :type <uint16>)
    (dnd-position :type <int>)


Index: gauche-gtk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gauche-gtk/devel/gauche-gtk.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- gauche-gtk.spec	24 Jul 2009 23:32:01 -0000	1.14
+++ gauche-gtk.spec	1 Aug 2009 12:49:42 -0000	1.15
@@ -2,7 +2,7 @@
 
 Name:           gauche-gtk
 Version:        0.4.1
-Release:        20%{?dist}
+Release:        21%{?dist}
 Summary:	Gauche extension module to use GTK
 
 Group:          Development/Languages
@@ -12,6 +12,7 @@ Source:		http://download.sourceforge.net
 Patch0:		Gauche-gtk-gtk28.patch
 Patch1:         Gauche-gtk-inc.patch
 Patch2:         Gauche-gtk-pad.patch
+Patch3:         Gauche-gtk-gtk217.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: 	gauche-devel = %{gauche_version}
 BuildRequires:	gtk2-devel
@@ -33,6 +34,7 @@ Gauche extension module to use GTK.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 
 %build
@@ -62,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Aug  1 2009 Gerard Milmeister <gemi at bluewin.ch> - 0.4.1-21
+- fix for gtk 2.17
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.1-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list