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 2022-11-08 10:54:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Feed-Find (Old) and /work/SRC/openSUSE:Factory/.perl-Feed-Find.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Feed-Find" Tue Nov 8 10:54:41 2022 rev:4 rq:1034331 version:0.13 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Feed-Find/perl-Feed-Find.changes 2021-10-26 20:14:52.902047458 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Feed-Find.new.1597/perl-Feed-Find.changes 2022-11-08 10:54:49.589751728 +0100 @@ -1,0 +2,10 @@ +Thu Oct 20 03:06:57 UTC 2022 - Tina M??ller <timueller+p...@suse.de> + +- updated to 0.13 + see /usr/share/doc/packages/perl-Feed-Find/Changes + + 0.13 2022.10.18 + - Increment version of action/checkout + - Attempt to add bugtracker info + +------------------------------------------------------------------- Old: ---- Feed-Find-0.12.tar.gz New: ---- Feed-Find-0.13.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Feed-Find.spec ++++++ --- /var/tmp/diff_new_pack.XsjjUp/_old 2022-11-08 10:54:50.141753027 +0100 +++ /var/tmp/diff_new_pack.XsjjUp/_new 2022-11-08 10:54:50.145753036 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Feed-Find # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name Feed-Find Name: perl-Feed-Find -Version: 0.12 +Version: 0.13 Release: 0 -Summary: Syndication feed auto-discovery License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Syndication feed auto-discovery 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 ++++++ Feed-Find-0.12.tar.gz -> Feed-Find-0.13.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Feed-Find-0.12/.github/workflows/perltest.yml new/Feed-Find-0.13/.github/workflows/perltest.yml --- old/Feed-Find-0.12/.github/workflows/perltest.yml 2021-10-22 12:24:21.000000000 +0200 +++ new/Feed-Find-0.13/.github/workflows/perltest.yml 2022-10-11 14:33:01.000000000 +0200 @@ -17,11 +17,11 @@ runs-on: ${{ matrix.os }} strategy: matrix: - os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] + os: ['ubuntu-latest', 'macos-latest'] perl: [ 'latest' ] name: Perl ${{ matrix.perl }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up perl uses: shogo82148/actions-setup-perl@v1 with: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Feed-Find-0.12/Changes new/Feed-Find-0.13/Changes --- old/Feed-Find-0.12/Changes 2021-10-22 17:03:26.000000000 +0200 +++ new/Feed-Find-0.13/Changes 2022-10-18 16:57:21.000000000 +0200 @@ -1,5 +1,9 @@ Revision history for Feed::Find +0.13 2022.10.18 + - Increment version of action/checkout + - Attempt to add bugtracker info + 0.12 2021.10.22 - Add GitHub info to Makefile.PL diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Feed-Find-0.12/META.yml new/Feed-Find-0.13/META.yml --- old/Feed-Find-0.12/META.yml 2021-10-22 17:07:02.000000000 +0200 +++ new/Feed-Find-0.13/META.yml 2022-10-18 16:57:37.000000000 +0200 @@ -31,4 +31,4 @@ homepage: https://github.com/davorg/Feed-Find/ license: http://dev.perl.org/licenses/ repository: git://github.com/davorg/Feed-Find.git -version: '0.12' +version: '0.13' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Feed-Find-0.12/MYMETA.json new/Feed-Find-0.13/MYMETA.json --- old/Feed-Find-0.12/MYMETA.json 2021-10-22 17:07:05.000000000 +0200 +++ new/Feed-Find-0.13/MYMETA.json 2022-10-18 16:57:44.000000000 +0200 @@ -54,6 +54,6 @@ "url" : "git://github.com/davorg/Feed-Find.git" } }, - "version" : "0.12", + "version" : "0.13", "x_serialization_backend" : "JSON::PP version 4.06" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Feed-Find-0.12/MYMETA.yml new/Feed-Find-0.13/MYMETA.yml --- old/Feed-Find-0.12/MYMETA.yml 2021-10-22 17:07:02.000000000 +0200 +++ new/Feed-Find-0.13/MYMETA.yml 2022-10-18 16:57:37.000000000 +0200 @@ -30,5 +30,5 @@ homepage: https://github.com/davorg/Feed-Find/ license: http://dev.perl.org/licenses/ repository: git://github.com/davorg/Feed-Find.git -version: '0.11' +version: '0.13' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Feed-Find-0.12/Makefile.PL new/Feed-Find-0.13/Makefile.PL --- old/Feed-Find-0.12/Makefile.PL 2021-10-22 16:48:33.000000000 +0200 +++ new/Feed-Find-0.13/Makefile.PL 2022-10-18 16:50:31.000000000 +0200 @@ -14,4 +14,13 @@ author_tests('xt'); auto_set_repository; githubmeta; +makemaker_args( + META_MERGE => { + resources => { + bugtracker => { + web => 'https://github.com/davorg/File-Find/issues', + }, + }, + }, +); WriteAll; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Feed-Find-0.12/lib/Feed/Find.pm new/Feed-Find-0.13/lib/Feed/Find.pm --- old/Feed-Find-0.12/lib/Feed/Find.pm 2021-10-22 17:03:53.000000000 +0200 +++ new/Feed-Find-0.13/lib/Feed/Find.pm 2022-10-18 16:40:32.000000000 +0200 @@ -10,7 +10,7 @@ use Carp; use vars qw( $VERSION $ua ); -$VERSION = '0.12'; +$VERSION = '0.13'; use constant FEED_MIME_TYPES => [ 'application/x.atom+xml',