diff --git a/XML-Parser-2.41.tar.gz b/XML-Parser-2.41.tar.gz deleted file mode 100644 index ece0d11..0000000 --- a/XML-Parser-2.41.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b48197cd2265a26c5f016489f11a7b450d8833cb8b3d6a46ee15975740894de9 -size 238441 diff --git a/XML-Parser-2.43.tar.gz b/XML-Parser-2.43.tar.gz new file mode 100644 index 0000000..f71bcb8 --- /dev/null +++ b/XML-Parser-2.43.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56ce06b516eff5335cb3b7e0bb268537c77991af1bfd86c39cebabc407f4549 +size 237304 diff --git a/perl-XML-Parser.changes b/perl-XML-Parser.changes index 4fe1357..2e50a8c 100644 --- a/perl-XML-Parser.changes +++ b/perl-XML-Parser.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Dec 25 13:10:06 UTC 2014 - p.drouand@gmail.com + +- Update to version 2.43 + + POD patch to man from Debian via Nicholas Bamber + + POD patch from Debian via gregor herrmann. + + Add more useful error message on parse to Expat + + Fix LWP dependency to be LWP::Useragent + + Bump to 2.43 for overdue release to CPAN. +- Remove obsolete Authors section +- Remove redundant %clean section + ------------------------------------------------------------------- Mon Apr 15 10:33:05 UTC 2013 - idonmez@suse.com diff --git a/perl-XML-Parser.spec b/perl-XML-Parser.spec index 7ff1a94..affb5bb 100644 --- a/perl-XML-Parser.spec +++ b/perl-XML-Parser.spec @@ -1,7 +1,7 @@ # # spec file for package perl-XML-Parser # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Name: perl-XML-Parser Summary: A perl module for parsing XML documents License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl -Version: 2.41 +Version: 2.43 Release: 0 Url: http://www.cpan.org/modules/by-module/XML/ Source: http://www.cpan.org/modules/by-module/XML/%{cpan_name}-%{version}.tar.gz @@ -57,11 +57,6 @@ You will find examples in /usr/share/doc/packages/perl-XML-Parser/samples. For documentation read the XML::Parser and XML::Parser::Expat man pages. -Authors: --------- - Larry Wall - Clark Cooper - %prep %setup -n XML-Parser-%{version} -q %patch @@ -78,9 +73,6 @@ CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf $RPM_BUILD_ROOT - %files -f %{name}.files %defattr(0644,root,root,0755) %doc Changes README samples