[inksmoto] Move from PyXML to python-lxml.

Jon Ciesla limb at fedoraproject.org
Tue Jul 24 18:14:50 UTC 2012


commit 91bb20b04f3034d233f884d16d7a5d43bc146d43
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue Jul 24 13:14:20 2012 -0500

    Move from PyXML to python-lxml.

 inksmoto.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/inksmoto.spec b/inksmoto.spec
index 1465d29..58b5d40 100644
--- a/inksmoto.spec
+++ b/inksmoto.spec
@@ -1,6 +1,6 @@
 Name: inksmoto
 Version: 0.7.0
-Release:  7%{?dist}
+Release:  8%{?dist}
 Summary: The new xmoto level editor for Inkscape
 
 Group: Amusements/Games 
@@ -8,7 +8,7 @@ License: GPLv2
 URL: http://xmoto.sourceforge.net/
 Source0: http://download.tuxfamily.org/xmoto/svg2lvl/%{version}~rc1/inksmoto-%{version}.tar.gz       
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n)
-Requires: xmoto, inkscape, PyXML, tkinter, python-imaging-tk
+Requires: xmoto, inkscape, tkinter, python-imaging-tk, python-lxml
 BuildArch: noarch
 
 Patch0: inksmoto-0.7.0-pypath.patch
@@ -47,6 +47,9 @@ rm -rf %{buildroot}
 %doc AUTHORS COPYING INSTALL README
 
 %changelog
+* Tue Jul 23 2012 Jon Ciesla <limburgher at gmail.com> - 0.7.0-8
+- Move from PyXML to python-lxml, BZ 842853.
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.0-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list