Hello community,

here is the log from the commit of package inkscape for openSUSE:Factory 
checked in at 2014-11-28 08:46:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/inkscape (Old)
 and      /work/SRC/openSUSE:Factory/.inkscape.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "inkscape"

Changes:
--------
--- /work/SRC/openSUSE:Factory/inkscape/inkscape.changes        2014-07-29 
16:48:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.inkscape.new/inkscape.changes   2014-11-28 
08:47:00.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Nov 22 19:53:52 UTC 2014 - [email protected]
+
+- make inkscape-split-extensions-extra script more robust
+  (comments, 'as' keyword, leading/trailing whitespace)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ inkscape-split-extensions-extra.sh ++++++
--- /var/tmp/diff_new_pack.acQb22/_old  2014-11-28 08:47:02.000000000 +0100
+++ /var/tmp/diff_new_pack.acQb22/_new  2014-11-28 08:47:02.000000000 +0100
@@ -15,7 +15,7 @@
 
 # Search all py files that are imported by mentioned modules:
 make_deplist() {
-    NEWLIST=( $( ( (IFS=$'\n' ; echo "${NEWLIST[*]}"$'\n') ; sed 2>/dev/null 
-n 's/^from \(.*\) import.*/\1/p;s/^import //p' ${NEWLIST[@]} | sed 's/, /\n/g' 
| sed 's/$/.py/;s/\.py\.py$/.py/') | sort -u) )
+    NEWLIST=( $( ( (IFS=$'\n' ; echo "${NEWLIST[*]}"$'\n') ; sed 2>/dev/null 
-n 's/^from \(.*\) import.*/\1/p;s/^import \([^#]*\).* */\1/p' ${NEWLIST[@]} | 
sed 's/as .*//g;s/, */\n/g;s/ //g' | sed 's/$/.py/;s/\.py\.py$/.py/') | sort 
-u) )
 }
 
 OLDLIST=( EMPTY )

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to