diff --git a/XML-Feed-0.52.tar.gz b/XML-Feed-0.52.tar.gz deleted file mode 100644 index 3b67ca4..0000000 --- a/XML-Feed-0.52.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a58b2e78a4e91a51ca9d84d7dc574eadcd60ee9a9ad8058b20f7f04b4a10232e -size 53209 diff --git a/XML-Feed-0.53.tar.gz b/XML-Feed-0.53.tar.gz new file mode 100644 index 0000000..18466b9 --- /dev/null +++ b/XML-Feed-0.53.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece0396db666758f1104908deb67b6e29aa726b02327422fc7134d6e5e31611d +size 54588 diff --git a/perl-XML-Feed.changes b/perl-XML-Feed.changes index 79deefc..59b3453 100644 --- a/perl-XML-Feed.changes +++ b/perl-XML-Feed.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 15 10:37:07 UTC 2015 - coolo@suse.com + +- updated to 0.53 + see /usr/share/doc/packages/perl-XML-Feed/Changes + ------------------------------------------------------------------- Thu Apr 16 21:40:45 UTC 2015 - coolo@suse.com diff --git a/perl-XML-Feed.spec b/perl-XML-Feed.spec index 4eefa58..cb644f3 100644 --- a/perl-XML-Feed.spec +++ b/perl-XML-Feed.spec @@ -17,7 +17,7 @@ Name: perl-XML-Feed -Version: 0.52 +Version: 0.53 Release: 0 %define cpan_name XML-Feed Summary: Syndication feed parser and auto-discovery @@ -38,8 +38,9 @@ BuildRequires: perl(Feed::Find) BuildRequires: perl(HTML::Entities) BuildRequires: perl(HTML::TokeParser) BuildRequires: perl(LWP::UserAgent) -BuildRequires: perl(Module::Build) >= 0.400000 +BuildRequires: perl(Module::Build) >= 0.420000 BuildRequires: perl(Module::Pluggable) +BuildRequires: perl(URI) BuildRequires: perl(URI::Fetch) BuildRequires: perl(XML::Atom) >= 0.38 BuildRequires: perl(XML::LibXML) >= 1.66 @@ -78,11 +79,10 @@ the various syndication formats. The different flavors of RSS and Atom handle data in different ways: date handling; summaries and content; escaping and quoting; etc. This module attempts to remove those differences by providing a wrapper around the formats and the classes implementing -those formats (the XML::RSS manpage and the XML::Atom::Feed manpage). For -example, dates are handled differently in each of the above formats. To -provide a unified API for date handling, _XML::Feed_ converts all date -formats transparently into the DateTime manpage objects, which it then -returns to the caller. +those formats (XML::RSS and XML::Atom::Feed). For example, dates are +handled differently in each of the above formats. To provide a unified API +for date handling, _XML::Feed_ converts all date formats transparently into +DateTime objects, which it then returns to the caller. %prep %setup -q -n %{cpan_name}-%{version}