rpms/gtk2/F-12 system-python.patch,NONE,1.1 gtk2.spec,1.410,1.411

Matthias Clasen mclasen at fedoraproject.org
Tue Oct 13 20:03:53 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/gtk2/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24801

Modified Files:
	gtk2.spec 
Added Files:
	system-python.patch 
Log Message:
Use system python


system-python.patch:
 gtk-builder-convert |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE system-python.patch ---
diff -up gtk+-2.18.2/gtk/gtk-builder-convert.system-python gtk+-2.18.2/gtk/gtk-builder-convert
--- gtk+-2.18.2/gtk/gtk-builder-convert.system-python	2009-10-13 15:59:50.423385098 -0400
+++ gtk+-2.18.2/gtk/gtk-builder-convert	2009-10-13 16:00:31.876142050 -0400
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 #
 # Copyright (C) 2006-2008 Async Open Source
 #                         Henrique Romano <henrique at async.com.br>


Index: gtk2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtk2/F-12/gtk2.spec,v
retrieving revision 1.410
retrieving revision 1.411
diff -u -p -r1.410 -r1.411
--- gtk2.spec	9 Oct 2009 05:14:07 -0000	1.410
+++ gtk2.spec	13 Oct 2009 20:03:52 -0000	1.411
@@ -31,6 +31,8 @@ Patch0: gtk+-2.13.5-lib64.patch
 # from upstream
 Patch1: select-final-char.patch
 
+Patch2: system-python.patch
+
 BuildRequires: atk-devel >= %{atk_version}
 BuildRequires: pango-devel >= %{pango_version}
 BuildRequires: glib2-devel >= %{glib2_version}
@@ -142,6 +144,7 @@ This package contains developer document
 
 %patch0 -p1 -b .lib64
 %patch1 -p1 -b .select-final-char
+%patch2 -p1 -b .system-python
 
 %build
 libtoolize --force --copy
@@ -378,6 +381,9 @@ fi
 
 
 %changelog
+* Tue Oct 13 2009 Matthias Clasen <mclasen at redhat.com> - 2.18.2-3
+- Make gtk-builder-convert use system python
+
 * Fri Oct  9 2009 Matthias Clasen <mclasen at redhat.com> - 2.18.2-2
 - Make selecting the final char work again (#528072)
 




More information about the fedora-extras-commits mailing list