Hello community,

here is the log from the commit of package perl-Text-Sprintf-Named for 
openSUSE:Factory checked in at 2020-10-26 16:18:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Text-Sprintf-Named (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Text-Sprintf-Named.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Text-Sprintf-Named"

Mon Oct 26 16:18:36 2020 rev:4 rq:842990 version:0.0405

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Text-Sprintf-Named/perl-Text-Sprintf-Named.changes
  2020-10-08 13:13:58.663269861 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Sprintf-Named.new.3463/perl-Text-Sprintf-Named.changes
        2020-10-26 16:19:36.235093930 +0100
@@ -1,0 +2,10 @@
+Mon Oct 19 03:11:37 UTC 2020 - Tina Müller <timueller+p...@suse.de>
+
+- updated to 0.0405
+   see /usr/share/doc/packages/perl-Text-Sprintf-Named/Changes
+
+  0.0405  2020-10-18
+      - Avoid stale POD
+          - Inspired by Lady_Aleena.
+
+-------------------------------------------------------------------

Old:
----
  Text-Sprintf-Named-0.0404.tar.gz

New:
----
  Text-Sprintf-Named-0.0405.tar.gz

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

Other differences:
------------------
++++++ perl-Text-Sprintf-Named.spec ++++++
--- /var/tmp/diff_new_pack.jMmkus/_old  2020-10-26 16:19:37.495094945 +0100
+++ /var/tmp/diff_new_pack.jMmkus/_new  2020-10-26 16:19:37.499094947 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Text-Sprintf-Named
-Version:        0.0404
+Version:        0.0405
 Release:        0
 %define cpan_name Text-Sprintf-Named
 Summary:        Sprintf-like function with named conversions

++++++ Text-Sprintf-Named-0.0404.tar.gz -> Text-Sprintf-Named-0.0405.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Sprintf-Named-0.0404/Build.PL 
new/Text-Sprintf-Named-0.0405/Build.PL
--- old/Text-Sprintf-Named-0.0404/Build.PL      2020-10-06 09:22:36.000000000 
+0200
+++ new/Text-Sprintf-Named-0.0405/Build.PL      2020-10-18 13:12:03.000000000 
+0200
@@ -19,7 +19,7 @@
     "Shlomi Fish <shlomif\@cpan.org>"
   ],
   "dist_name" => "Text-Sprintf-Named",
-  "dist_version" => "0.0404",
+  "dist_version" => "0.0405",
   "license" => "mit",
   "module_name" => "Text::Sprintf::Named",
   "recursive_test_files" => 1,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Sprintf-Named-0.0404/Changes 
new/Text-Sprintf-Named-0.0405/Changes
--- old/Text-Sprintf-Named-0.0404/Changes       2020-10-06 09:22:36.000000000 
+0200
+++ new/Text-Sprintf-Named-0.0405/Changes       2020-10-18 13:12:03.000000000 
+0200
@@ -1,5 +1,9 @@
 Revision history for Text::Sprintf::Named
 
+0.0405  2020-10-18
+    - Avoid stale POD
+        - Inspired by Lady_Aleena.
+
 0.0404  2020-10-06
         * Dist-Zilla / tidyall / etc. cleanups and corrections.
             * Fairly minor and not related to the production-code.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Sprintf-Named-0.0404/META.json 
new/Text-Sprintf-Named-0.0405/META.json
--- old/Text-Sprintf-Named-0.0404/META.json     2020-10-06 09:22:36.000000000 
+0200
+++ new/Text-Sprintf-Named-0.0405/META.json     2020-10-18 13:12:03.000000000 
+0200
@@ -70,7 +70,7 @@
    "provides" : {
       "Text::Sprintf::Named" : {
          "file" : "lib/Text/Sprintf/Named.pm",
-         "version" : "0.0404"
+         "version" : "0.0405"
       }
    },
    "release_status" : "stable",
@@ -85,7 +85,7 @@
          "web" : "https://github.com/shlomif/text-sprintf-named";
       }
    },
-   "version" : "0.0404",
+   "version" : "0.0405",
    "x_Dist_Zilla" : {
       "perl" : {
          "version" : "5.032000"
@@ -157,7 +157,7 @@
             "class" : "Dist::Zilla::Plugin::RunExtraTests",
             "config" : {
                "Dist::Zilla::Role::TestRunner" : {
-                  "default_jobs" : 1
+                  "default_jobs" : "9"
                }
             },
             "name" : "@SHLOMIF/RunExtraTests",
@@ -172,7 +172,7 @@
             "class" : "Dist::Zilla::Plugin::MakeMaker",
             "config" : {
                "Dist::Zilla::Role::TestRunner" : {
-                  "default_jobs" : 1
+                  "default_jobs" : "9"
                }
             },
             "name" : "@SHLOMIF/MakeMaker",
@@ -239,7 +239,7 @@
             "class" : "Dist::Zilla::Plugin::ModuleBuild",
             "config" : {
                "Dist::Zilla::Role::TestRunner" : {
-                  "default_jobs" : 1
+                  "default_jobs" : "9"
                }
             },
             "name" : "@SHLOMIF/ModuleBuild",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Sprintf-Named-0.0404/META.yml 
new/Text-Sprintf-Named-0.0405/META.yml
--- old/Text-Sprintf-Named-0.0404/META.yml      2020-10-06 09:22:36.000000000 
+0200
+++ new/Text-Sprintf-Named-0.0405/META.yml      2020-10-18 13:12:03.000000000 
+0200
@@ -29,7 +29,7 @@
 provides:
   Text::Sprintf::Named:
     file: lib/Text/Sprintf/Named.pm
-    version: '0.0404'
+    version: '0.0405'
 requires:
   Carp: '0'
   Exporter: '0'
@@ -43,7 +43,7 @@
   bugtracker: https://github.com/shlomif/text-sprintf-named/issues
   homepage: http://metacpan.org/release/Text-Sprintf-Named
   repository: https://bitbucket.org/shlomif/perl-text-sprintf
-version: '0.0404'
+version: '0.0405'
 x_Dist_Zilla:
   perl:
     version: '5.032000'
@@ -101,7 +101,7 @@
       class: Dist::Zilla::Plugin::RunExtraTests
       config:
         Dist::Zilla::Role::TestRunner:
-          default_jobs: 1
+          default_jobs: '9'
       name: '@SHLOMIF/RunExtraTests'
       version: '0.029'
     -
@@ -112,7 +112,7 @@
       class: Dist::Zilla::Plugin::MakeMaker
       config:
         Dist::Zilla::Role::TestRunner:
-          default_jobs: 1
+          default_jobs: '9'
       name: '@SHLOMIF/MakeMaker'
       version: '6.015'
     -
@@ -163,7 +163,7 @@
       class: Dist::Zilla::Plugin::ModuleBuild
       config:
         Dist::Zilla::Role::TestRunner:
-          default_jobs: 1
+          default_jobs: '9'
       name: '@SHLOMIF/ModuleBuild'
       version: '6.015'
     -
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Sprintf-Named-0.0404/Makefile.PL 
new/Text-Sprintf-Named-0.0405/Makefile.PL
--- old/Text-Sprintf-Named-0.0404/Makefile.PL   2020-10-06 09:22:36.000000000 
+0200
+++ new/Text-Sprintf-Named-0.0405/Makefile.PL   2020-10-18 13:12:03.000000000 
+0200
@@ -36,7 +36,7 @@
     "Test::More" => "0.88",
     "Test::Warn" => 0
   },
-  "VERSION" => "0.0404",
+  "VERSION" => "0.0405",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Sprintf-Named-0.0404/README 
new/Text-Sprintf-Named-0.0405/README
--- old/Text-Sprintf-Named-0.0404/README        2020-10-06 09:22:36.000000000 
+0200
+++ new/Text-Sprintf-Named-0.0405/README        2020-10-18 13:12:03.000000000 
+0200
@@ -1,5 +1,5 @@
 This archive contains the distribution Text-Sprintf-Named,
-version 0.0404:
+version 0.0405:
 
   sprintf-like function with named conversions
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Sprintf-Named-0.0404/dist.ini 
new/Text-Sprintf-Named-0.0405/dist.ini
--- old/Text-Sprintf-Named-0.0404/dist.ini      2020-10-06 09:22:36.000000000 
+0200
+++ new/Text-Sprintf-Named-0.0405/dist.ini      2020-10-18 13:12:03.000000000 
+0200
@@ -1,5 +1,5 @@
 name = Text-Sprintf-Named
-version = 0.0404
+version = 0.0405
 author = Shlomi Fish <shlo...@cpan.org>
 license = MIT
 copyright_holder = Shlomi Fish
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Sprintf-Named-0.0404/lib/Text/Sprintf/Named.pm 
new/Text-Sprintf-Named-0.0405/lib/Text/Sprintf/Named.pm
--- old/Text-Sprintf-Named-0.0404/lib/Text/Sprintf/Named.pm     2020-10-06 
09:22:36.000000000 +0200
+++ new/Text-Sprintf-Named-0.0405/lib/Text/Sprintf/Named.pm     2020-10-18 
13:12:03.000000000 +0200
@@ -1,5 +1,5 @@
 package Text::Sprintf::Named;
-$Text::Sprintf::Named::VERSION = '0.0404';
+$Text::Sprintf::Named::VERSION = '0.0405';
 use warnings;
 use strict;
 
@@ -153,7 +153,7 @@
 
 =head1 VERSION
 
-version 0.0404
+version 0.0405
 
 =head1 SYNOPSIS
 
@@ -233,46 +233,6 @@
 
 Shlomi Fish, C<< shlo...@cpan.org >> , L<http://www.shlomifish.org/>
 
-=head1 BUGS
-
-Please report any bugs or feature requests to
-C<bug-text-sprintf-named at rt.cpan.org>, or through the web interface at
-L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Text::Sprintf::Named>.
-I will be notified, and then you'll automatically be notified of progress on
-your bug as I make changes.
-
-=head1 SUPPORT
-
-You can find documentation for this module with the perldoc command.
-
-    perldoc Text::Sprintf::Named
-
-You can also look for information at:
-
-=over 4
-
-=item * AnnoCPAN: Annotated CPAN documentation
-
-L<http://annocpan.org/dist/Text::Sprintf::Named>
-
-=item * CPAN Ratings
-
-L<http://cpanratings.perl.org/d/Text::Sprintf::Named>
-
-=item * RT: CPAN's request tracker
-
-L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Text::Sprintf::Named>
-
-=item * Search CPAN
-
-L<http://search.cpan.org/dist/Text::Sprintf::Named>
-
-=item * Subversion Repository
-
-L<http://svn.berlios.de/svnroot/repos/web-cpan/Text-Sprintf/trunk/>
-
-=back
-
 =head1 ACKNOWLEDGEMENTS
 
 The (possibly ad-hoc) regex for matching the optional digits+symbols
@@ -294,7 +254,7 @@
 L<String::Formatter> is a comprehensive module that allows one to define
 custom sprintf-like functions (I’m not sure whether it has named conversions).
 Its license is the GNU General Public Licence version 2 (GPLv2), which is both
-restrictive and incompatible with version 3 of the GPL and with many other
+restrictive, and incompatible with version 3 of the GPL and with many other
 open-source licenses.
 
 L<String::Sprintf> appears to allow one to provide custom sprintf/printf


Reply via email to