9
0
forked from pool/perl-XML-Feed

Accepting request 348946 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/348946
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-Feed?expand=0&rev=9
This commit is contained in:
Stephan Kulow
2015-12-15 18:14:30 +00:00
committed by Git OBS Bridge
parent 9e33ba7b5c
commit f5b8b577ea
4 changed files with 16 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a58b2e78a4e91a51ca9d84d7dc574eadcd60ee9a9ad8058b20f7f04b4a10232e
size 53209

3
XML-Feed-0.53.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ece0396db666758f1104908deb67b6e29aa726b02327422fc7134d6e5e31611d
size 54588

View File

@@ -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

View File

@@ -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}