Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-XML-Feed for openSUSE:Factory 
checked in at 2021-01-29 14:57:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-XML-Feed (Old)
 and      /work/SRC/openSUSE:Factory/.perl-XML-Feed.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-XML-Feed"

Fri Jan 29 14:57:47 2021 rev:3 rq:867713 version:0.61

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-XML-Feed/perl-XML-Feed.changes      
2021-01-15 19:47:34.262141766 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-Feed.new.28504/perl-XML-Feed.changes   
2021-01-29 14:58:00.285589519 +0100
@@ -1,0 +2,12 @@
+Fri Jan 29 03:10:47 UTC 2021 - Tina M??ller <timueller+p...@suse.de>
+
+- updated to 0.61
+   see /usr/share/doc/packages/perl-XML-Feed/ChangeLog.md
+
+  ## [0.61] - 2021-01-28
+
+  ### Fixed
+
+  * Reformated Build.PL
+
+-------------------------------------------------------------------

Old:
----
  XML-Feed-0.60.tar.gz

New:
----
  XML-Feed-0.61.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-XML-Feed.spec ++++++
--- /var/tmp/diff_new_pack.Briev5/_old  2021-01-29 14:58:00.969590525 +0100
+++ /var/tmp/diff_new_pack.Briev5/_new  2021-01-29 14:58:00.973590531 +0100
@@ -18,7 +18,7 @@
 
 %define cpan_name XML-Feed
 Name:           perl-XML-Feed
-Version:        0.60
+Version:        0.61
 Release:        0
 Summary:        Syndication feed parser and auto-discovery
 License:        Artistic-1.0 OR GPL-1.0-or-later

++++++ XML-Feed-0.60.tar.gz -> XML-Feed-0.61.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Feed-0.60/Build.PL new/XML-Feed-0.61/Build.PL
--- old/XML-Feed-0.60/Build.PL  2021-01-14 12:40:32.000000000 +0100
+++ new/XML-Feed-0.61/Build.PL  2021-01-28 15:25:24.000000000 +0100
@@ -1,63 +1,62 @@
 use Module::Build;
 
-my $build = Module::Build
-  ->new( module_name   => "XML::Feed",
-         dist_abstract => "XML Syndication Feed Support",
-         dist_author   => 'Six Apart',
-         license       => 'perl',
-         script_files  => [ ],
-         requires      => {
-                          'Class::ErrorHandler'        => 0,
-                          'DateTime'                   => 0,
-                          'DateTime::Format::Flexible' => 0,
-                          'DateTime::Format::ISO8601'  => 0,
-                          'DateTime::Format::Mail'     => 0,
-                          'DateTime::Format::Natural'  => 0,
-                          'DateTime::Format::W3CDTF'   => 0,
-                          'Feed::Find'                 => 0,
-                          'HTML::Entities'             => 0,
-                          'HTML::TokeParser'           => 0,
-                          'List::Util'                 => 0,
-                          'LWP::UserAgent'             => 0,
-                          'Module::Pluggable'          => 0,
-                          'URI::Fetch'                 => 0,
-                          'XML::Atom'                  => '0.38',
-                          'XML::LibXML'                => '1.66',
-                          'XML::RSS'                   => '1.47',
-                          'Test::More'                 => 0,
-                          'Scalar::Util'               => 0,
-                          'perl'                       => '5.10.0',
-                        },
-         build_requires => {
-                          'URI'                        => 0,
-                          'XML::XPath'                 => 0,
-                        },
-         create_makefile_pl => 'traditional',
-         meta_merge =>
-         {
-             'meta-spec' => { version => 2 },
-             resources =>
-             {
-                  bugtracker => { web => 
'https://github.com/davorg/xml-feed/issues' },
-                  repository => {
-                    url  => 'https://github.com/davorg/xml-feed.git',
-                    web  => 'https://github.com/davorg/xml-feed',
-                    type => 'git',
-                  }
-             },
-             x_contributors => [
-                'Dave Cross <davecr...@cpan.org>',
-                'Jakob Voss <v...@gbv.de>',
-                'Tatsuhiko Miyagawa <miyag...@bulknews.net>',
-                'Simon Wistow <si...@thegestalt.org>',
-                'Gabor Szabo <szab...@cpan.org>',
-                'Minty Walker <mintywal...@gmail.com>',
-                'Karen Etheridge <et...@cpan.org>',
-                'Gerard Ribugent Navarro <ribug...@cpan.org>',
-                'Matthew D. Miller <matthew.mil...@okbu.edu>',
-             ],
-         },
-       );
+my $build = Module::Build->new( module_name   => "XML::Feed",
+  dist_abstract => "XML Syndication Feed Support",
+  dist_author   => 'Six Apart',
+  license       => 'perl',
+  script_files  => [ ],
+  requires      => {
+    'Class::ErrorHandler'        => 0,
+    'DateTime'                   => 0,
+    'DateTime::Format::Flexible' => 0,
+    'DateTime::Format::ISO8601'  => 0,
+    'DateTime::Format::Mail'     => 0,
+    'DateTime::Format::Natural'  => 0,
+    'DateTime::Format::W3CDTF'   => 0,
+    'Feed::Find'                 => 0,
+    'HTML::Entities'             => 0,
+    'HTML::TokeParser'           => 0,
+    'List::Util'                 => 0,
+    'LWP::UserAgent'             => 0,
+    'Module::Pluggable'          => 0,
+    'URI::Fetch'                 => 0,
+    'XML::Atom'                  => '0.38',
+    'XML::LibXML'                => '1.66',
+    'XML::RSS'                   => '1.47',
+    'Test::More'                 => 0,
+    'Scalar::Util'               => 0,
+    'perl'                       => '5.10.0',
+  },
+  build_requires => {
+    'URI'                        => 0,
+    'XML::XPath'                 => 0,
+  },
+  create_makefile_pl => 'traditional',
+  meta_merge => {
+    'meta-spec' => { version => 2 },
+    resources => {
+      bugtracker => {
+        web => 'https://github.com/davorg/xml-feed/issues',
+      },
+      repository => {
+        url  => 'https://github.com/davorg/xml-feed.git',
+        web  => 'https://github.com/davorg/xml-feed',
+        type => 'git',
+      }
+    },
+    x_contributors => [
+      'Dave Cross <davecr...@cpan.org>',
+      'Jakob Voss <v...@gbv.de>',
+      'Tatsuhiko Miyagawa <miyag...@bulknews.net>',
+      'Simon Wistow <si...@thegestalt.org>',
+      'Gabor Szabo <szab...@cpan.org>',
+      'Minty Walker <mintywal...@gmail.com>',
+      'Karen Etheridge <et...@cpan.org>',
+      'Gerard Ribugent Navarro <ribug...@cpan.org>',
+      'Matthew D. Miller <matthew.mil...@okbu.edu>',
+    ],
+  },
+);
 
 $build->create_build_script;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Feed-0.60/ChangeLog.md 
new/XML-Feed-0.61/ChangeLog.md
--- old/XML-Feed-0.60/ChangeLog.md      2021-01-14 12:40:32.000000000 +0100
+++ new/XML-Feed-0.61/ChangeLog.md      2021-01-28 15:25:24.000000000 +0100
@@ -4,6 +4,12 @@
 
 The format is based on [Keep a 
Changelog](https://keepachangelog.com/en/1.0.0/).
 
+## [0.61] - 2021-01-28
+
+### Fixed
+
+* Reformated Build.PL
+
 ## [0.60] - 2021-01-14
 
 ### Added
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Feed-0.60/META.json new/XML-Feed-0.61/META.json
--- old/XML-Feed-0.60/META.json 2021-01-14 12:40:32.000000000 +0100
+++ new/XML-Feed-0.61/META.json 2021-01-28 15:25:24.000000000 +0100
@@ -53,39 +53,39 @@
    "provides" : {
       "XML::Feed" : {
          "file" : "lib/XML/Feed.pm",
-         "version" : "0.60"
+         "version" : "0.61"
       },
       "XML::Feed::Content" : {
          "file" : "lib/XML/Feed/Content.pm",
-         "version" : "0.60"
+         "version" : "0.61"
       },
       "XML::Feed::Enclosure" : {
          "file" : "lib/XML/Feed/Enclosure.pm",
-         "version" : "0.60"
+         "version" : "0.61"
       },
       "XML::Feed::Entry" : {
          "file" : "lib/XML/Feed/Entry.pm",
-         "version" : "0.60"
+         "version" : "0.61"
       },
       "XML::Feed::Entry::Format::Atom" : {
          "file" : "lib/XML/Feed/Entry/Format/Atom.pm",
-         "version" : "0.60"
+         "version" : "0.61"
       },
       "XML::Feed::Entry::Format::RSS" : {
          "file" : "lib/XML/Feed/Entry/Format/RSS.pm",
-         "version" : "0.60"
+         "version" : "0.61"
       },
       "XML::Feed::Format::Atom" : {
          "file" : "lib/XML/Feed/Format/Atom.pm",
-         "version" : "0.60"
+         "version" : "0.61"
       },
       "XML::Feed::Format::RSS" : {
          "file" : "lib/XML/Feed/Format/RSS.pm",
-         "version" : "0.60"
+         "version" : "0.61"
       },
       "XML::Feed::Util" : {
          "file" : "lib/XML/Feed/Util.pm",
-         "version" : "0.60"
+         "version" : "0.61"
       }
    },
    "release_status" : "stable",
@@ -102,7 +102,7 @@
          "web" : "https://github.com/davorg/xml-feed";
       }
    },
-   "version" : "0.60",
+   "version" : "0.61",
    "x_contributors" : [
       "Dave Cross <davecr...@cpan.org>",
       "Jakob Voss <v...@gbv.de>",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Feed-0.60/META.yml new/XML-Feed-0.61/META.yml
--- old/XML-Feed-0.60/META.yml  2021-01-14 12:40:32.000000000 +0100
+++ new/XML-Feed-0.61/META.yml  2021-01-28 15:25:24.000000000 +0100
@@ -17,31 +17,31 @@
 provides:
   XML::Feed:
     file: lib/XML/Feed.pm
-    version: '0.60'
+    version: '0.61'
   XML::Feed::Content:
     file: lib/XML/Feed/Content.pm
-    version: '0.60'
+    version: '0.61'
   XML::Feed::Enclosure:
     file: lib/XML/Feed/Enclosure.pm
-    version: '0.60'
+    version: '0.61'
   XML::Feed::Entry:
     file: lib/XML/Feed/Entry.pm
-    version: '0.60'
+    version: '0.61'
   XML::Feed::Entry::Format::Atom:
     file: lib/XML/Feed/Entry/Format/Atom.pm
-    version: '0.60'
+    version: '0.61'
   XML::Feed::Entry::Format::RSS:
     file: lib/XML/Feed/Entry/Format/RSS.pm
-    version: '0.60'
+    version: '0.61'
   XML::Feed::Format::Atom:
     file: lib/XML/Feed/Format/Atom.pm
-    version: '0.60'
+    version: '0.61'
   XML::Feed::Format::RSS:
     file: lib/XML/Feed/Format/RSS.pm
-    version: '0.60'
+    version: '0.61'
   XML::Feed::Util:
     file: lib/XML/Feed/Util.pm
-    version: '0.60'
+    version: '0.61'
 requires:
   Class::ErrorHandler: '0'
   DateTime: '0'
@@ -67,7 +67,7 @@
   bugtracker: https://github.com/davorg/xml-feed/issues
   license: http://dev.perl.org/licenses/
   repository: https://github.com/davorg/xml-feed.git
-version: '0.60'
+version: '0.61'
 x_contributors:
   - 'Dave Cross <davecr...@cpan.org>'
   - 'Jakob Voss <v...@gbv.de>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Feed-0.60/lib/XML/Feed/Content.pm 
new/XML-Feed-0.61/lib/XML/Feed/Content.pm
--- old/XML-Feed-0.60/lib/XML/Feed/Content.pm   2021-01-14 12:40:32.000000000 
+0100
+++ new/XML-Feed-0.61/lib/XML/Feed/Content.pm   2021-01-28 15:25:24.000000000 
+0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.60';
+our $VERSION = '0.61';
 
 use base qw( Class::ErrorHandler );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Feed-0.60/lib/XML/Feed/Enclosure.pm 
new/XML-Feed-0.61/lib/XML/Feed/Enclosure.pm
--- old/XML-Feed-0.60/lib/XML/Feed/Enclosure.pm 2021-01-14 12:40:32.000000000 
+0100
+++ new/XML-Feed-0.61/lib/XML/Feed/Enclosure.pm 2021-01-28 15:25:24.000000000 
+0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.60';
+our $VERSION = '0.61';
 
 use base qw( Class::ErrorHandler );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Feed-0.60/lib/XML/Feed/Entry/Format/Atom.pm 
new/XML-Feed-0.61/lib/XML/Feed/Entry/Format/Atom.pm
--- old/XML-Feed-0.60/lib/XML/Feed/Entry/Format/Atom.pm 2021-01-14 
12:40:32.000000000 +0100
+++ new/XML-Feed-0.61/lib/XML/Feed/Entry/Format/Atom.pm 2021-01-28 
15:25:24.000000000 +0100
@@ -3,7 +3,7 @@
 use warnings;
 use v5.10;
 
-our $VERSION = '0.60';
+our $VERSION = '0.61';
 
 use base qw( XML::Feed::Entry );
 use XML::Feed::Content;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Feed-0.60/lib/XML/Feed/Entry/Format/RSS.pm 
new/XML-Feed-0.61/lib/XML/Feed/Entry/Format/RSS.pm
--- old/XML-Feed-0.60/lib/XML/Feed/Entry/Format/RSS.pm  2021-01-14 
12:40:32.000000000 +0100
+++ new/XML-Feed-0.61/lib/XML/Feed/Entry/Format/RSS.pm  2021-01-28 
15:25:24.000000000 +0100
@@ -3,7 +3,7 @@
 use warnings;
 use v5.10;
 
-our $VERSION = '0.60';
+our $VERSION = '0.61';
 
 sub format { 'RSS ' . $_[0]->{'_version'} }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Feed-0.60/lib/XML/Feed/Entry.pm 
new/XML-Feed-0.61/lib/XML/Feed/Entry.pm
--- old/XML-Feed-0.60/lib/XML/Feed/Entry.pm     2021-01-14 12:40:32.000000000 
+0100
+++ new/XML-Feed-0.61/lib/XML/Feed/Entry.pm     2021-01-28 15:25:24.000000000 
+0100
@@ -3,7 +3,7 @@
 use warnings;
 use v5.10;
 
-our $VERSION = '0.60';
+our $VERSION = '0.61';
 
 use base qw( Class::ErrorHandler );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Feed-0.60/lib/XML/Feed/Format/Atom.pm 
new/XML-Feed-0.61/lib/XML/Feed/Format/Atom.pm
--- old/XML-Feed-0.60/lib/XML/Feed/Format/Atom.pm       2021-01-14 
12:40:32.000000000 +0100
+++ new/XML-Feed-0.61/lib/XML/Feed/Format/Atom.pm       2021-01-28 
15:25:24.000000000 +0100
@@ -3,7 +3,7 @@
 use warnings;
 use v5.10;
 
-our $VERSION = '0.60';
+our $VERSION = '0.61';
 
 use base qw( XML::Feed );
 use XML::Atom::Feed;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Feed-0.60/lib/XML/Feed/Format/RSS.pm 
new/XML-Feed-0.61/lib/XML/Feed/Format/RSS.pm
--- old/XML-Feed-0.60/lib/XML/Feed/Format/RSS.pm        2021-01-14 
12:40:32.000000000 +0100
+++ new/XML-Feed-0.61/lib/XML/Feed/Format/RSS.pm        2021-01-28 
15:25:24.000000000 +0100
@@ -3,7 +3,7 @@
 use warnings;
 use v5.10;
 
-our $VERSION = '0.60';
+our $VERSION = '0.61';
 
 use base qw( XML::Feed );
 use DateTime::Format::Mail;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Feed-0.60/lib/XML/Feed/Util.pm 
new/XML-Feed-0.61/lib/XML/Feed/Util.pm
--- old/XML-Feed-0.60/lib/XML/Feed/Util.pm      2021-01-14 12:40:32.000000000 
+0100
+++ new/XML-Feed-0.61/lib/XML/Feed/Util.pm      2021-01-28 15:25:24.000000000 
+0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.60';
+our $VERSION = '0.61';
 
 use base qw( Exporter );
 use DateTime::Format::Flexible;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Feed-0.60/lib/XML/Feed.pm 
new/XML-Feed-0.61/lib/XML/Feed.pm
--- old/XML-Feed-0.60/lib/XML/Feed.pm   2021-01-14 12:40:32.000000000 +0100
+++ new/XML-Feed-0.61/lib/XML/Feed.pm   2021-01-28 15:25:24.000000000 +0100
@@ -13,7 +13,7 @@
                       require     => 1,
                       sub_name    => 'formatters';
 
-our $VERSION = '0.60';
+our $VERSION = '0.61';
 our $MULTIPLE_ENCLOSURES = 0;
 our @formatters;
 BEGIN {

Reply via email to