rpms/anjuta/FC-5 scintillagtk.patch,NONE,1.1 anjuta.spec,1.23,1.24

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Tue Nov 14 23:15:33 UTC 2006


Author: pfj

Update of /cvs/extras/rpms/anjuta/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17980/FC-5

Modified Files:
	anjuta.spec 
Added Files:
	scintillagtk.patch 
Log Message:
auto-import anjuta-2.0.2-11 on branch FC-5 from anjuta-2.0.2-11.src.rpm

scintillagtk.patch:

--- NEW FILE scintillagtk.patch ---
--- anjuta-2.0.2/scintilla/ScintillaGTK.cxx	2006-04-27 21:30:27.000000000 +0100
+++ anjuta-2.0.2/scintilla/ScintillaGTK-new.cxx	2006-11-14 22:34:06.000000000 +0000
@@ -2193,7 +2193,7 @@
 	paintState = notPainting;
 
 	if (rgnUpdate) {
-		g_free(rgnUpdate);
+		gdk_region_destroy(rgnUpdate);
 	}
 	rgnUpdate = 0;
 


Index: anjuta.spec
===================================================================
RCS file: /cvs/extras/rpms/anjuta/FC-5/anjuta.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- anjuta.spec	8 Nov 2006 15:19:04 -0000	1.23
+++ anjuta.spec	14 Nov 2006 23:15:02 -0000	1.24
@@ -1,12 +1,13 @@
 Summary: Integrated Development Environment
 Name:    anjuta
 Version: 2.0.2
-Release: 10%{?dist}
+Release: 11%{?dist}
 License: GPL
 Group:   Development/Tools
 URL:     http://www.anjuta.org
 Source0: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
 Patch0: anjuta-dialog.patch
+Patch1: scintillagtk.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: anjuta-gdl, gnome-build, graphviz, neon, autogen, gettext
 BuildRequires: libgnomeprintui22-devel, vte-devel, pcre-devel, devhelp-devel, anjuta-gdl-devel, gnome-build-devel, graphviz-devel, neon-devel, scrollkeeper, perl(XML::Parser), autogen-devel, gettext-devel, gtksourceview-devel, pkgconfig, libtool, autogen-devel
@@ -51,6 +52,7 @@
 chmod 644 scintilla/*.cxx
 chmod 644 scintilla/*.h
 %patch0 -p1 -b .orig
+%patch1 -p1 -b .orig
 
 %build
 %configure --disable-static --disable-plugin-subversion --enable-nls
@@ -127,6 +129,9 @@
 %{_datadir}/gtk-doc/html/*%{name}*
 
 %changelog
+* Tue Nov 14 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0.2-11
+- scintilla gtk fix
+
 * Wed Nov 08 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0.2-10
 - add patch for close dialog on the about window
 - renamed spec file to anjuta




More information about the fedora-extras-commits mailing list