Hello community, here is the log from the commit of package yast2-devtools for openSUSE:Factory checked in at 2018-03-26 12:15:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-devtools (Old) and /work/SRC/openSUSE:Factory/.yast2-devtools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-devtools" Mon Mar 26 12:15:44 2018 rev:94 rq:590358 version:4.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-devtools/yast2-devtools.changes 2018-03-04 11:50:27.994767666 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-devtools.new/yast2-devtools.changes 2018-03-26 12:15:50.111361749 +0200 @@ -1,0 +2,7 @@ +Thu Mar 22 14:28:19 UTC 2018 - [email protected] + +- Allow extracting the translatable texts alsom from XSL files + (bsc#1083720) +- 4.0.5 + +------------------------------------------------------------------- Old: ---- yast2-devtools-4.0.4.tar.bz2 New: ---- yast2-devtools-4.0.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-devtools.spec ++++++ --- /var/tmp/diff_new_pack.qV2sZO/_old 2018-03-26 12:15:51.943296069 +0200 +++ /var/tmp/diff_new_pack.qV2sZO/_new 2018-03-26 12:15:51.943296069 +0200 @@ -17,7 +17,7 @@ Name: yast2-devtools -Version: 4.0.4 +Version: 4.0.5 Release: 0 Url: http://github.com/yast/yast-devtools ++++++ yast2-devtools-4.0.4.tar.bz2 -> yast2-devtools-4.0.5.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-4.0.4/build-tools/scripts/control_to_glade.xsl new/yast2-devtools-4.0.5/build-tools/scripts/control_to_glade.xsl --- old/yast2-devtools-4.0.4/build-tools/scripts/control_to_glade.xsl 2018-03-01 09:11:37.000000000 +0100 +++ new/yast2-devtools-4.0.5/build-tools/scripts/control_to_glade.xsl 2018-03-22 16:04:26.000000000 +0100 @@ -42,6 +42,17 @@ </xsl:element> </xsl:template> +<!-- + Allow processing also the XSL files which contain translations. + Handle it like an XML file, just replace the root <xsl:stylesheet> tag + by <interface> as expected by xgettext in *.glade files. +--> +<xsl:template match="/xsl:stylesheet"> + <interface> + <xsl:apply-templates select="node()|@*"/> + </interface> +</xsl:template> + <!-- remove the remaining non-matched text --> <xsl:template match="text()"> </xsl:template> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-4.0.4/package/yast2-devtools.changes new/yast2-devtools-4.0.5/package/yast2-devtools.changes --- old/yast2-devtools-4.0.4/package/yast2-devtools.changes 2018-03-01 09:11:37.000000000 +0100 +++ new/yast2-devtools-4.0.5/package/yast2-devtools.changes 2018-03-22 16:04:26.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Mar 22 14:28:19 UTC 2018 - [email protected] + +- Allow extracting the translatable texts alsom from XSL files + (bsc#1083720) +- 4.0.5 + +------------------------------------------------------------------- Thu Mar 1 07:41:49 UTC 2018 - [email protected] - Fixed generating translations from XML (*.glade) files diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-4.0.4/package/yast2-devtools.spec new/yast2-devtools-4.0.5/package/yast2-devtools.spec --- old/yast2-devtools-4.0.4/package/yast2-devtools.spec 2018-03-01 09:11:37.000000000 +0100 +++ new/yast2-devtools-4.0.5/package/yast2-devtools.spec 2018-03-22 16:04:26.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-devtools -Version: 4.0.4 +Version: 4.0.5 Release: 0 Url: http://github.com/yast/yast-devtools
