Mailinglist Archive: opensuse-commit (1069 mails)

< Previous Next >
commit inkscape for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Wed, 08 Dec 2010 01:54:53 +0100
  • Message-id: <20101208005453.86B15202B0@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package inkscape for openSUSE:Factory
checked in at Wed Dec 8 01:54:53 CET 2010.



--------
--- GNOME/inkscape/inkscape.changes 2010-08-16 11:36:11.000000000 +0200
+++ inkscape/inkscape.changes 2010-11-30 09:52:13.000000000 +0100
@@ -1,0 +2,10 @@
+Tue Nov 30 09:51:39 CET 2010 - vuntz@xxxxxxxxxxxx
+
+- Make inkscape-extensions-extra depend on python-xml instead of
+ pyxml: pyxml will be removed, and we really wanted to use
+ python-xml anyway.
+- Update inkscape-packages.patch to mention python-xml instead of
+ pyxml: even if upstream mentions pyxml, python-xml is really okay
+ here.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ inkscape.spec ++++++
--- /var/tmp/diff_new_pack.h2lwkC/_old 2010-12-08 01:53:32.000000000 +0100
+++ /var/tmp/diff_new_pack.h2lwkC/_new 2010-12-08 01:53:32.000000000 +0100
@@ -19,7 +19,7 @@

Name: inkscape
Version: 0.48.0
-Release: 1
+Release: 2
License: GPLv2 ; LGPLv2.1
Summary: Vector Illustration Program
Url: http://www.inkscape.org/
@@ -73,10 +73,10 @@
Group: Productivity/Graphics/Vector Editors
Requires: %{name} = %{version}
Requires: python-lxml
-Requires: pyxml
+Requires: python-xml
# for cdr and wmf modules
Requires: yudit
-# python-lxml requires pyxml => supplement installation, if all three are
present
+# python-xml is already likely installed, so the big dependency is
python-lxml. Hence this supplements.
Supplements: packageand(%{name}:python-lxml)
# Package in openSUSE <= 11.0 and SLED <= 10
Provides: %{name}:%{_datadir}/inkscape/extensions/inkex.py

++++++ inkscape-packages.patch ++++++
--- /var/tmp/diff_new_pack.h2lwkC/_old 2010-12-08 01:53:33.000000000 +0100
+++ /var/tmp/diff_new_pack.h2lwkC/_new 2010-12-08 01:53:33.000000000 +0100
@@ -7,7 +7,7 @@
from xml.dom.minidom import parse
except:
- sys.exit(_('The export_gpl.py module requires PyXML. Please download the
latest version from http://pyxml.sourceforge.net/.'))
-+ sys.exit(_('The export_gpl.py module requires PyXML. Please install
pyxml package.'))
++ sys.exit(_('The export_gpl.py module requires XML modules. Please
install the python-xml package.'))

colortags=(u'fill',u'stroke',u'stop-color',u'flood-color',u'lighting-color')
colors={}


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread