Hello community, here is the log from the commit of package xml-group-manager for openSUSE:Factory checked in at 2014-08-05 21:11:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xml-group-manager (Old) and /work/SRC/openSUSE:Factory/.xml-group-manager.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xml-group-manager" Changes: -------- --- /work/SRC/openSUSE:Factory/xml-group-manager/xml-group-manager.changes 2014-07-31 21:50:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xml-group-manager.new/xml-group-manager.changes 2014-08-05 21:11:30.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Aug 5 12:25:57 UTC 2014 - [email protected] + +- 20140805: + * insert new groups uppermost + +------------------------------------------------------------------- Old: ---- xml-group-manager-20140617.tar.bz2 New: ---- xml-group-manager-20140805.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xml-group-manager.spec ++++++ --- /var/tmp/diff_new_pack.cf4KEj/_old 2014-08-05 21:11:31.000000000 +0200 +++ /var/tmp/diff_new_pack.cf4KEj/_new 2014-08-05 21:11:31.000000000 +0200 @@ -15,13 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: xml-group-manager -Version: 20140617 +Version: 20140805 Release: 0 -License: GPL-3.0 Summary: A little helper script for managing XML groups -Url: https://github.com/Werni/xml-group-manager +License: GPL-3.0 Group: Productivity/Publishing/XML +Url: https://github.com/Werni/xml-group-manager Source: %{name}-%{version}.tar.bz2 BuildArch: noarch Requires: xsltproc ++++++ xml-group-manager-20140617.tar.bz2 -> xml-group-manager-20140805.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xml-group-manager-20140617/xslt/add-group.xsl new/xml-group-manager-20140805/xslt/add-group.xsl --- old/xml-group-manager-20140617/xslt/add-group.xsl 2014-07-29 16:40:54.000000000 +0200 +++ new/xml-group-manager-20140805/xslt/add-group.xsl 2014-08-05 14:27:11.000000000 +0200 @@ -19,7 +19,6 @@ <xsl:template match="c:catalog"> <xsl:copy> - <xsl:apply-templates/> <xsl:choose> <xsl:when test="not(key('id', $group-id))"> <xsl:apply-templates select="$xmlfrag/*"/> @@ -45,6 +44,7 @@ </xsl:choose> </xsl:otherwise> </xsl:choose> + <xsl:apply-templates/> </xsl:copy> </xsl:template> </xsl:stylesheet> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xml-group-manager-20140617/xslt/init-group.xsl new/xml-group-manager-20140805/xslt/init-group.xsl --- old/xml-group-manager-20140617/xslt/init-group.xsl 2014-07-29 16:40:54.000000000 +0200 +++ new/xml-group-manager-20140805/xslt/init-group.xsl 2014-08-05 14:27:11.000000000 +0200 @@ -20,7 +20,6 @@ <xsl:template match="c:catalog"> <xsl:copy> - <xsl:apply-templates/> <xsl:choose> <xsl:when test="not(key('id', $group-id))"> <xsl:element name="group" namespace="urn:oasis:names:tc:entity:xmlns:xml:catalog"> @@ -48,6 +47,7 @@ </xsl:choose> </xsl:otherwise> </xsl:choose> + <xsl:apply-templates/> </xsl:copy> </xsl:template> </xsl:stylesheet> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
