9
0
forked from pool/perl-XML-RSS

Accepting request 582522 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/582522
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-RSS?expand=0&rev=16
This commit is contained in:
Stephan Kulow
2018-03-06 09:06:18 +00:00
committed by Git OBS Bridge
parent 0cab9d5a38
commit 5041817b7f
4 changed files with 23 additions and 14 deletions

View File

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

3
XML-RSS-1.60.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Mar 5 07:13:21 UTC 2018 - coolo@suse.com
- updated to 1.60
see /usr/share/doc/packages/perl-XML-RSS/Changes
1.60 2018-04-03
- Convert to Dist-Zilla.
- Add Travis-CI support.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 8 11:21:19 UTC 2016 - coolo@suse.com Tue Mar 8 11:21:19 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-XML-RSS # spec file for package perl-XML-RSS
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,31 +17,29 @@
Name: perl-XML-RSS Name: perl-XML-RSS
Version: 1.59 Version: 1.60
Release: 0 Release: 0
%define cpan_name XML-RSS %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+ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/XML-RSS/ Url: http://search.cpan.org/dist/XML-RSS/
Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(DateTime)
BuildRequires: perl(DateTime::Format::Mail) BuildRequires: perl(DateTime::Format::Mail)
BuildRequires: perl(DateTime::Format::W3CDTF) BuildRequires: perl(DateTime::Format::W3CDTF)
BuildRequires: perl(HTML::Entities) BuildRequires: perl(HTML::Entities)
BuildRequires: perl(Module::Build) >= 0.360000 BuildRequires: perl(Module::Build) >= 0.280000
BuildRequires: perl(Test::Manifest) >= 0.9 BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(XML::Parser) >= 2.23 BuildRequires: perl(XML::Parser)
Requires: perl(DateTime)
Requires: perl(DateTime::Format::Mail) Requires: perl(DateTime::Format::Mail)
Requires: perl(DateTime::Format::W3CDTF) Requires: perl(DateTime::Format::W3CDTF)
Requires: perl(HTML::Entities) Requires: perl(HTML::Entities)
Requires: perl(XML::Parser) >= 2.23 Requires: perl(XML::Parser)
%{perl_requires} %{perl_requires}
%description %description
@@ -84,6 +82,7 @@ requires.
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes examples README testlib TODO %doc Changes examples README TODO
%license LICENSE
%changelog %changelog