rpms/inksmoto/devel inksmoto-0.7.0-pypath.patch, NONE, 1.1 inksmoto.spec, 1.14, 1.15

Jon Ciesla limb at fedoraproject.org
Tue Jan 12 15:09:56 UTC 2010


Author: limb

Update of /cvs/pkgs/rpms/inksmoto/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32659

Modified Files:
	inksmoto.spec 
Added Files:
	inksmoto-0.7.0-pypath.patch 
Log Message:
Python path fix.


inksmoto-0.7.0-pypath.patch:
 changeBlockGtk.py    |    2 +-
 inksmoto/xmExtGtk.py |    2 +-
 inksmoto/xmGuiGtk.py |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE inksmoto-0.7.0-pypath.patch ---
--- inksmoto/xmExtGtk.py	2009-09-29 14:56:51.000000000 -0500
+++ inksmoto/xmExtGtk.py	2010-01-12 08:37:31.000000000 -0600
@@ -1 +1 @@
-#!/bin/python
+#!/usr/bin/python
--- inksmoto/xmGuiGtk.py	2009-09-30 09:48:04.000000000 -0500
+++ inksmoto/xmGuiGtk.py	2010-01-12 08:37:14.000000000 -0600
@@ -1 +1 @@
-#!/bin/python
+#!/usr/bin/python
--- changeBlockGtk.py~  2009-09-29 14:56:51.000000000 -0500
+++ changeBlockGtk.py   2010-01-12 08:58:56.000000000 -0600
@@ -1 +1 @@
-#!/bin/python
+#!/usr/bin/python


Index: inksmoto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/inksmoto/devel/inksmoto.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- inksmoto.spec	8 Jan 2010 13:37:31 -0000	1.14
+++ inksmoto.spec	12 Jan 2010 15:09:54 -0000	1.15
@@ -1,6 +1,6 @@
 Name: inksmoto
 Version: 0.7.0
-Release:  2.rc1%{?dist}
+Release:  3.rc1%{?dist}
 Summary: The new xmoto level editor for Inkscape
 
 Group: Amusements/Games 
@@ -11,6 +11,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 Requires: xmoto, inkscape, PyXML, tkinter, python-imaging-tk
 BuildArch: noarch
 
+Patch0: inksmoto-0.7.0-pypath.patch
+
 %description
 Inksmoto Level Editor is the new xmoto level editor. It uses Inkscape to
 draw levels, then it allows you to save your drawing as a xmoto level
@@ -22,6 +24,8 @@ Inksmoto Level Editor is written in Pyth
 %prep
 %setup -qn extensions
 
+%patch0 -p0
+
 %build
 
 %install
@@ -43,6 +47,9 @@ rm -rf %{buildroot}
 %doc AUTHORS COPYING INSTALL README
 
 %changelog
+* Tue Jan 12 2010 Jon Ciesla <limb at jcomserv.net> - 0.7.0-3.rc1
+- Patch for broken dep.
+
 * Fri Jan 08 2010 Jon Ciesla <limb at jcomserv.net> - 0.7.0-2.rc1
 - Rebuild for broken dep.
 



More information about the scm-commits mailing list