From e778c4491c244e7965e73c4b57a1997d19fb4b190ce74985a70e1de47c88dc53 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 1 Sep 2015 09:36:04 +0000 Subject: [PATCH] Accepting request 328274 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/328274 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Parser-MGC?expand=0&rev=3 --- Parser-MGC-0.13.tar.gz | 3 --- Parser-MGC-0.14.tar.gz | 3 +++ perl-Parser-MGC.changes | 16 ++++++++++++++++ perl-Parser-MGC.spec | 7 ++----- 4 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 Parser-MGC-0.13.tar.gz create mode 100644 Parser-MGC-0.14.tar.gz diff --git a/Parser-MGC-0.13.tar.gz b/Parser-MGC-0.13.tar.gz deleted file mode 100644 index 46a83b8..0000000 --- a/Parser-MGC-0.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c08b622398c086f28fc1168a304c4e3d57cf56cf271a968351981aae9a0dedbd -size 36595 diff --git a/Parser-MGC-0.14.tar.gz b/Parser-MGC-0.14.tar.gz new file mode 100644 index 0000000..96fc26c --- /dev/null +++ b/Parser-MGC-0.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6f52506eb48bea874c673b39fe9ad76cbb88386c74612c78a9545226b66544 +size 41590 diff --git a/perl-Parser-MGC.changes b/perl-Parser-MGC.changes index 04d3d7e..b422e10 100644 --- a/perl-Parser-MGC.changes +++ b/perl-Parser-MGC.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Sep 1 09:17:26 UTC 2015 - coolo@suse.com + +- updated to 0.14 + see /usr/share/doc/packages/perl-Parser-MGC/Changes + + 0.14 2015/08/31 15:29:36 + [CHANGES] + * Many documentation improvements: + + More detailed explanation of backtracking behaviour and the use + of the ->commit method + + Trailing delimiter does not upset ->list_of + + Added an as-yet incomplete Parser::MGC::Tutorial + * Use Scalar::Util::blessed() to avoid the eval { ->isa } antipattern + * Have long-deprecated ->one_of print a deprecation warning + ------------------------------------------------------------------- Sat Jun 27 08:51:20 UTC 2015 - coolo@suse.com diff --git a/perl-Parser-MGC.spec b/perl-Parser-MGC.spec index 4514458..fdce863 100644 --- a/perl-Parser-MGC.spec +++ b/perl-Parser-MGC.spec @@ -17,7 +17,7 @@ Name: perl-Parser-MGC -Version: 0.13 +Version: 0.14 Release: 0 %define cpan_name Parser-MGC Summary: Build Simple Recursive-Descent Parsers @@ -45,10 +45,7 @@ regexps used to implement the token parsing behaviour. It provides a number of token-parsing methods, which each extract a grammatical token from the string. It also provides wrapping methods that can be used to build up a possibly-recursive grammar structure, by applying -a structure around other parts of parsing code. Each method, both token and -structural, atomically either consumes a prefix of the string and returns -its result, or fails and consumes nothing. This makes it simple to -implement grammars that require backtracking. +a structure around other parts of parsing code. %prep %setup -q -n %{cpan_name}-%{version}