diff --git a/XML-Parser-Lite-0.72.tar.gz b/XML-Parser-Lite-0.72.tar.gz deleted file mode 100644 index 71a4c4d..0000000 --- a/XML-Parser-Lite-0.72.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38c7110d9fc23042284e8584777a18f3e1c5c1974ab3df598df120c0922811bb -size 9382 diff --git a/XML-Parser-Lite-0.721.tar.gz b/XML-Parser-Lite-0.721.tar.gz new file mode 100644 index 0000000..2d02e30 --- /dev/null +++ b/XML-Parser-Lite-0.721.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5862a36ecab9db9aad021839c847e8d2f4ab5a7796c61d0fb069bb69cf7908ba +size 10303 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,23 @@ +--- +#description_paragraphs: 3 +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-XML-Parser-Lite.changes b/perl-XML-Parser-Lite.changes index f802e34..c0f4361 100644 --- a/perl-XML-Parser-Lite.changes +++ b/perl-XML-Parser-Lite.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jun 7 09:15:02 UTC 2015 - coolo@suse.com + +- updated to 0.721 + see /usr/share/doc/packages/perl-XML-Parser-Lite/Changes + ------------------------------------------------------------------- Fri Apr 17 11:44:22 UTC 2015 - coolo@suse.com diff --git a/perl-XML-Parser-Lite.spec b/perl-XML-Parser-Lite.spec index 99ac139..c078d43 100644 --- a/perl-XML-Parser-Lite.spec +++ b/perl-XML-Parser-Lite.spec @@ -17,26 +17,29 @@ Name: perl-XML-Parser-Lite -Version: 0.72 +Version: 0.721 Release: 0 %define cpan_name XML-Parser-Lite -Summary: Lightweight regexp-based XML parser -License: GPL-1.0+ or Artistic-1.0 +Summary: Lightweight pure-perl XML Parser (based on regexps) +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/XML-Parser-Lite/ Source0: http://www.cpan.org/authors/id/P/PH/PHRED/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(Test::Requires) >= 0.06 %{perl_requires} %description -This Perl implements an XML parser with a interface similar to XML::Parser. -Though not all callbacks are supported, you should be able to use it in the -same way you use XML::Parser. Due to using experimental regexp features -it'll work only on Perl 5.6 and above and may behave differently on -different platforms. +This module implements an XML parser with a interface similar to the +XML::Parser manpage. Though not all callbacks are supported, you should be +able to use it in the same way you use XML::Parser. Due to using +experimental regexp features it'll work only on Perl 5.6 and above and may +behave differently on different platforms. Note that you cannot use regular expressions or split in callbacks. This is due to a limitation of perl's regular expression implementation (which is