diff --git a/XML-RSS-1.56.tar.gz b/XML-RSS-1.56.tar.gz deleted file mode 100644 index 66e91d8..0000000 --- a/XML-RSS-1.56.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f61a26f814217181ea7b792abf869336213157d016bdb10ee0ba505d488f5e3 -size 128117 diff --git a/XML-RSS-1.57.tar.gz b/XML-RSS-1.57.tar.gz new file mode 100644 index 0000000..c75d35d --- /dev/null +++ b/XML-RSS-1.57.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c540a1aa7445bf611635537015590575c90c2b07c19529537677a4bcf3a4e6ae +size 128154 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#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_build: |- +# rm unused.files +#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-RSS.changes b/perl-XML-RSS.changes index a302fcd..14f9e8c 100644 --- a/perl-XML-RSS.changes +++ b/perl-XML-RSS.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Dec 15 10:37:30 UTC 2015 - coolo@suse.com + +- updated to 1.57 + see /usr/share/doc/packages/perl-XML-RSS/Changes + + 1.57 2015-12-13 + - Update an old E-mail address for Shlomi Fish. + ------------------------------------------------------------------- Tue Apr 14 21:06:59 UTC 2015 - coolo@suse.com diff --git a/perl-XML-RSS.spec b/perl-XML-RSS.spec index 83fc757..d0bfd17 100644 --- a/perl-XML-RSS.spec +++ b/perl-XML-RSS.spec @@ -17,14 +17,15 @@ Name: perl-XML-RSS -Version: 1.56 +Version: 1.57 Release: 0 %define cpan_name XML-RSS -Summary: creates and updates RSS files +Summary: Creates and Updates Rss Files License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/XML-RSS/ -Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -33,7 +34,7 @@ BuildRequires: perl(DateTime) BuildRequires: perl(DateTime::Format::Mail) BuildRequires: perl(DateTime::Format::W3CDTF) BuildRequires: perl(HTML::Entities) -BuildRequires: perl(Module::Build) >= 0.36 +BuildRequires: perl(Module::Build) >= 0.360000 BuildRequires: perl(Test::Manifest) >= 0.9 BuildRequires: perl(XML::Parser) >= 2.23 Requires: perl(DateTime) @@ -63,9 +64,9 @@ to syndication many different kinds of content including news headlines, threaded messages, products catalogs, etc. *Note:* In order to parse and generate dates (such as 'pubDate' and -'dc:date') it is recommended to use the DateTime::Format::Mail manpage and -the DateTime::Format::W3CDTF manpage , which is what the XML::RSS manpage -uses internally and requires. +'dc:date') it is recommended to use DateTime::Format::Mail and +DateTime::Format::W3CDTF , which is what XML::RSS uses internally and +requires. %prep %setup -q -n %{cpan_name}-%{version}