Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Time-Duration-Parse for 
openSUSE:Factory checked in at 2021-05-20 19:25:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Time-Duration-Parse (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Time-Duration-Parse.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Time-Duration-Parse"

Thu May 20 19:25:28 2021 rev:14 rq:894579 version:0.16

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Time-Duration-Parse/perl-Time-Duration-Parse.changes
        2019-05-20 10:28:36.721911987 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Time-Duration-Parse.new.2988/perl-Time-Duration-Parse.changes
      2021-05-20 19:25:58.565717144 +0200
@@ -1,0 +2,10 @@
+Thu May 20 03:07:35 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 0.16
+   see /usr/share/doc/packages/perl-Time-Duration-Parse/Changes
+
+  0.16 2021-05-19 NEILB
+      - Switched to plain Exporter, instead of Exporter::Lite.
+        Thanks to Graham Knop for PR.
+
+-------------------------------------------------------------------

Old:
----
  Time-Duration-Parse-0.15.tar.gz

New:
----
  Time-Duration-Parse-0.16.tar.gz

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

Other differences:
------------------
++++++ perl-Time-Duration-Parse.spec ++++++
--- /var/tmp/diff_new_pack.X63iax/_old  2021-05-20 19:25:58.953715553 +0200
+++ /var/tmp/diff_new_pack.X63iax/_new  2021-05-20 19:25:58.953715553 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Time-Duration-Parse
 #
-# Copyright (c) 2019 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,20 @@
 #
 
 
+%define cpan_name Time-Duration-Parse
 Name:           perl-Time-Duration-Parse
-Version:        0.15
+Version:        0.16
 Release:        0
-%define cpan_name Time-Duration-Parse
 Summary:        Parse string that represents time duration
 License:        Artistic-1.0 OR GPL-1.0-or-later
-Group:          Development/Libraries/Perl
-Url:            https://metacpan.org/release/%{cpan_name}
+URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Exporter::Lite)
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Time::Duration)
-Requires:       perl(Exporter::Lite)
 %{perl_requires}
 
 %description
@@ -50,11 +46,11 @@
   is( parse_duration(duration_exact($seconds)), $seconds );
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{version}
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
 
 %check
 make test
@@ -65,7 +61,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes README
 %license LICENSE
 

++++++ Time-Duration-Parse-0.15.tar.gz -> Time-Duration-Parse-0.16.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Time-Duration-Parse-0.15/Changes 
new/Time-Duration-Parse-0.16/Changes
--- old/Time-Duration-Parse-0.15/Changes        2019-05-12 10:42:55.000000000 
+0200
+++ new/Time-Duration-Parse-0.16/Changes        2021-05-19 17:39:13.000000000 
+0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension Time::Duration::Parse
 
+0.16 2021-05-19 NEILB
+    - Switched to plain Exporter, instead of Exporter::Lite.
+      Thanks to Graham Knop for PR.
+
 0.15 2019-05-12 NEILB
     - Added support for fractional parts of seconds in hh:mm:ss.ssss
     - Added L<> links to Time::Duration and duration_exact in that module.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Time-Duration-Parse-0.15/MANIFEST 
new/Time-Duration-Parse-0.16/MANIFEST
--- old/Time-Duration-Parse-0.15/MANIFEST       2019-05-12 10:42:55.000000000 
+0200
+++ new/Time-Duration-Parse-0.16/MANIFEST       2021-05-19 17:39:13.000000000 
+0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.011.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.017.
 Changes
 LICENSE
 MANIFEST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Time-Duration-Parse-0.15/META.json 
new/Time-Duration-Parse-0.16/META.json
--- old/Time-Duration-Parse-0.15/META.json      2019-05-12 10:42:55.000000000 
+0200
+++ new/Time-Duration-Parse-0.16/META.json      2021-05-19 17:39:13.000000000 
+0200
@@ -4,7 +4,7 @@
       "Tatsuhiko Miyagawa <[email protected]>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.011, CPAN::Meta::Converter version 
2.150005",
+   "generated_by" : "Dist::Zilla version 6.017, CPAN::Meta::Converter version 
2.150010",
    "license" : [
       "perl_5"
    ],
@@ -22,7 +22,7 @@
       "runtime" : {
          "requires" : {
             "Carp" : "0",
-            "Exporter::Lite" : "0",
+            "Exporter" : "5.57",
             "perl" : "5.006",
             "strict" : "0",
             "warnings" : "0"
@@ -44,7 +44,9 @@
          "web" : "https://github.com/neilb/Time-Duration-Parse";
       }
    },
-   "version" : "0.15",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0217"
+   "version" : "0.16",
+   "x_generated_by_perl" : "v5.28.2",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.24",
+   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Time-Duration-Parse-0.15/META.yml 
new/Time-Duration-Parse-0.16/META.yml
--- old/Time-Duration-Parse-0.15/META.yml       2019-05-12 10:42:55.000000000 
+0200
+++ new/Time-Duration-Parse-0.16/META.yml       2021-05-19 17:39:13.000000000 
+0200
@@ -8,7 +8,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.011, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'Dist::Zilla version 6.017, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -16,12 +16,14 @@
 name: Time-Duration-Parse
 requires:
   Carp: '0'
-  Exporter::Lite: '0'
+  Exporter: '5.57'
   perl: '5.006'
   strict: '0'
   warnings: '0'
 resources:
   homepage: https://github.com/neilb/Time-Duration-Parse
   repository: https://github.com/neilb/Time-Duration-Parse.git
-version: '0.15'
-x_serialization_backend: 'YAML::Tiny version 1.62'
+version: '0.16'
+x_generated_by_perl: v5.28.2
+x_serialization_backend: 'YAML::Tiny version 1.73'
+x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Time-Duration-Parse-0.15/Makefile.PL 
new/Time-Duration-Parse-0.16/Makefile.PL
--- old/Time-Duration-Parse-0.15/Makefile.PL    2019-05-12 10:42:55.000000000 
+0200
+++ new/Time-Duration-Parse-0.16/Makefile.PL    2021-05-19 17:39:13.000000000 
+0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.011.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.017.
 use strict;
 use warnings;
 
@@ -18,7 +18,7 @@
   "NAME" => "Time::Duration::Parse",
   "PREREQ_PM" => {
     "Carp" => 0,
-    "Exporter::Lite" => 0,
+    "Exporter" => "5.57",
     "strict" => 0,
     "warnings" => 0
   },
@@ -26,7 +26,7 @@
     "Test::More" => "0.88",
     "Time::Duration" => 0
   },
-  "VERSION" => "0.15",
+  "VERSION" => "0.16",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -35,7 +35,7 @@
 
 my %FallbackPrereqs = (
   "Carp" => 0,
-  "Exporter::Lite" => 0,
+  "Exporter" => "5.57",
   "Test::More" => "0.88",
   "Time::Duration" => 0,
   "strict" => 0,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Time-Duration-Parse-0.15/README 
new/Time-Duration-Parse-0.16/README
--- old/Time-Duration-Parse-0.15/README 2019-05-12 10:42:55.000000000 +0200
+++ new/Time-Duration-Parse-0.16/README 2021-05-19 17:39:13.000000000 +0200
@@ -1,5 +1,5 @@
 This archive contains the distribution Time-Duration-Parse,
-version 0.15:
+version 0.16:
 
   Parse string that represents time duration
 
@@ -9,4 +9,4 @@
 the same terms as the Perl 5 programming language system itself.
 
 
-This README file was generated by Dist::Zilla::Plugin::Readme v6.011.
+This README file was generated by Dist::Zilla::Plugin::Readme v6.017.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Time-Duration-Parse-0.15/dist.ini 
new/Time-Duration-Parse-0.16/dist.ini
--- old/Time-Duration-Parse-0.15/dist.ini       2019-05-12 10:42:55.000000000 
+0200
+++ new/Time-Duration-Parse-0.16/dist.ini       2021-05-19 17:39:13.000000000 
+0200
@@ -4,7 +4,7 @@
 copyright_holder = Tatsuhiko Miyagawa
 copyright_year   = 2006
 
-version = 0.15
+version = 0.16
 
 [@Basic]
 [PkgVersion]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Time-Duration-Parse-0.15/lib/Time/Duration/Parse.pm 
new/Time-Duration-Parse-0.16/lib/Time/Duration/Parse.pm
--- old/Time-Duration-Parse-0.15/lib/Time/Duration/Parse.pm     2019-05-12 
10:42:55.000000000 +0200
+++ new/Time-Duration-Parse-0.16/lib/Time/Duration/Parse.pm     2021-05-19 
17:39:13.000000000 +0200
@@ -1,11 +1,11 @@
 package Time::Duration::Parse;
-$Time::Duration::Parse::VERSION = '0.15';
+$Time::Duration::Parse::VERSION = '0.16';
 use 5.006;
 use strict;
 use warnings;
 
 use Carp;
-use Exporter::Lite;
+use Exporter 5.57 qw(import);
 our @EXPORT = qw( parse_duration );
 
 # This map is taken from Cache and Cache::Cache

Reply via email to