Hello community, here is the log from the commit of package perl-X500-DN for openSUSE:Factory checked in at 2013-06-21 13:33:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-X500-DN (Old) and /work/SRC/openSUSE:Factory/.perl-X500-DN.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-X500-DN" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-X500-DN/perl-X500-DN.changes 2013-03-20 11:55:42.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-X500-DN.new/perl-X500-DN.changes 2013-06-21 13:37:27.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Jun 19 13:27:34 UTC 2013 - [email protected] + +- don't set $Parse::RecDescent::skip to 'undef' (bnc#799660) + * X500-DN-dont_set_skip_to_undef.patch + +------------------------------------------------------------------- New: ---- X500-DN-dont_set_skip_to_undef.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-X500-DN.spec ++++++ --- /var/tmp/diff_new_pack.v4vlpA/_old 2013-06-21 13:37:28.000000000 +0200 +++ /var/tmp/diff_new_pack.v4vlpA/_new 2013-06-21 13:37:28.000000000 +0200 @@ -31,6 +31,7 @@ Patch1: version-string-fix2.diff %{perl_requires} Patch: version-string-fix.diff +Patch2: X500-DN-dont_set_skip_to_undef.patch %description X500::DN Provides a pure perl parser and formatter for RFC 2253 style @@ -46,6 +47,7 @@ %setup -n X500-DN-%{version} %patch %patch1 +%patch2 -p1 # --------------------------------------------------------------------------- %build ++++++ X500-DN-dont_set_skip_to_undef.patch ++++++ Index: X500-DN-0.29/DN.pm =================================================================== --- X500-DN-0.29.orig/DN.pm 2013-06-19 15:59:14.041089488 +0200 +++ X500-DN-0.29/DN.pm 2013-06-19 15:59:26.211457683 +0200 @@ -43,7 +43,7 @@ Digit: /[0-9]/ #$::RD_HINT = 1; local $::RD_AUTOACTION = q{ $item[1] }; -local $Parse::RecDescent::skip = undef; +local $Parse::RecDescent::skip = ''; my $parser = new Parse::RecDescent ($rfc2253_grammar) or die "Bad RFC 2253 grammar!\n"; sub new -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
