Hello community, here is the log from the commit of package crmsh for openSUSE:Factory checked in at 2014-08-25 11:04:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/crmsh (Old) and /work/SRC/openSUSE:Factory/.crmsh.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "crmsh" Changes: -------- --- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes 2014-08-16 15:38:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2014-08-25 11:05:23.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Aug 22 14:11:47 UTC 2014 - [email protected] + +- medium: term: Handle $ in input when rendering (bnc#893011) +- upstream: 2.1.0-33-g8cb6b59 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ crmsh.spec ++++++ --- /var/tmp/diff_new_pack.lTZIGp/_old 2014-08-25 11:05:24.000000000 +0200 +++ /var/tmp/diff_new_pack.lTZIGp/_new 2014-08-25 11:05:24.000000000 +0200 @@ -41,7 +41,7 @@ Summary: High Availability cluster command-line interface License: GPL-2.0+ Group: %{pkg_group} -Version: 2.1+git30 +Version: 2.1+git33 Release: %{?crmsh_release}%{?dist} Url: http://crmsh.github.io Source0: crmsh.tar.bz2 ++++++ crmsh.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crmsh/modules/term.py new/crmsh/modules/term.py --- old/crmsh/modules/term.py 2014-08-15 11:33:43.000000000 +0200 +++ new/crmsh/modules/term.py 2014-08-22 13:11:04.000000000 +0200 @@ -157,8 +157,8 @@ """ def render_sub(match): s = match.group() - return getattr(colors, s[2:-1].upper(), s) - return re.sub(r'\$\$|\${\w+}', render_sub, template) + return getattr(colors, s[2:-1].upper(), '') + return re.sub(r'\${\w+}', render_sub, template) def is_color(s): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crmsh/test/testcases/commit.exp new/crmsh/test/testcases/commit.exp --- old/crmsh/test/testcases/commit.exp 2014-08-15 11:33:43.000000000 +0200 +++ new/crmsh/test/testcases/commit.exp 2014-08-22 13:11:04.000000000 +0200 @@ -65,7 +65,7 @@ meta yoyo-meta="yoyo 2" \ op start requires=nothing interval=0 \ op monitor interval=60m -group g1 p2 d1 +group g1 d1 p2 group g2 d3 location l1 p3 100: node1 colocation cl1 inf: g1 p3 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
