Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Feed-Find for openSUSE:Factory checked in at 2021-06-16 20:34:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Feed-Find (Old) and /work/SRC/openSUSE:Factory/.perl-Feed-Find.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Feed-Find" Wed Jun 16 20:34:58 2021 rev:2 rq:900232 version:0.11 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Feed-Find/perl-Feed-Find.changes 2019-05-16 22:05:46.794524903 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Feed-Find.new.32437/perl-Feed-Find.changes 2021-06-16 20:36:49.971324131 +0200 @@ -1,0 +2,19 @@ +Tue Jun 15 03:07:08 UTC 2021 - Tina M??ller <[email protected]> + +- updated to 0.11 + see /usr/share/doc/packages/perl-Feed-Find/Changes + + 0.11 2021.06.14 + - Add test for "file://" URLs (RT 12242) + 0.10 2021.06.11 + - Switch to using Test::LWP::UserAgent so we don't require + an internet connection for the tests. + 0.09 2021.06.10 + - Remove "use_test_base" from Makefile.pm (Test::Base wasn't + used and it brought in a copy of Test::Builder that seems + to break stuff). + 0.08 2021.06.09 + - Add .atom as a possible feed extension. + - Temp fix to the tests (because the original domain has gone). + +------------------------------------------------------------------- Old: ---- Feed-Find-0.07.tar.gz New: ---- Feed-Find-0.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Feed-Find.spec ++++++ --- /var/tmp/diff_new_pack.pTWmwT/_old 2021-06-16 20:36:50.339324759 +0200 +++ /var/tmp/diff_new_pack.pTWmwT/_new 2021-06-16 20:36:50.339324759 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Feed-Find # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,24 +16,23 @@ # +%define cpan_name Feed-Find Name: perl-Feed-Find -Version: 0.07 +Version: 0.11 Release: 0 -%define cpan_name Feed-Find Summary: Syndication feed auto-discovery License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/B/BT/BTROTT/%{cpan_name}-%{version}.tar.gz +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/D/DA/DAVECROSS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Class::ErrorHandler) -BuildRequires: perl(Module::Install) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59 BuildRequires: perl(HTML::Parser) BuildRequires: perl(LWP) +BuildRequires: perl(Test::LWP::UserAgent) BuildRequires: perl(URI) Requires: perl(Class::ErrorHandler) Requires: perl(HTML::Parser) @@ -47,20 +46,24 @@ _http://diveintomark.org/tests/client/autodiscovery/_. _Feed::Find_ will discover the following feed formats: -* RSS 0.91 -* RSS 1.0 -* RSS 2.0 -* Atom + +* * RSS 0.91 + +* * RSS 1.0 + +* * RSS 2.0 + +* * Atom %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build -perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor +%make_build -#%check -#make test +%check +make test %install %perl_make_install @@ -68,7 +71,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %changelog ++++++ Feed-Find-0.07.tar.gz -> Feed-Find-0.11.tar.gz ++++++ ++++ 6332 lines of diff (skipped)
