Hello community,

here is the log from the commit of package perl-File-Slurp for openSUSE:Factory 
checked in at 2019-12-07 15:17:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-File-Slurp (Old)
 and      /work/SRC/openSUSE:Factory/.perl-File-Slurp.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-File-Slurp"

Sat Dec  7 15:17:00 2019 rev:26 rq:751576 version:9999.29

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-File-Slurp/perl-File-Slurp.changes  
2019-09-17 13:36:15.477853871 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-File-Slurp.new.4691/perl-File-Slurp.changes    
    2019-12-07 15:20:29.515752861 +0100
@@ -1,0 +2,12 @@
+Thu Nov 28 03:02:05 UTC 2019 -  <[email protected]>
+
+- updated to 9999.29
+   see /usr/share/doc/packages/perl-File-Slurp/Changes
+
+  9999.29     2019-11-27
+      - Correct some documentation errors where copy-paste had us saying
+        File::Spec rather than File::Slurp. (RT 131097 - Thanks, Mike)
+      - Reduce the size of the tests in t/handle.t to be nicer to CPAN
+        Testers.
+
+-------------------------------------------------------------------

Old:
----
  File-Slurp-9999.28.tar.gz

New:
----
  File-Slurp-9999.29.tar.gz

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

Other differences:
------------------
++++++ perl-File-Slurp.spec ++++++
--- /var/tmp/diff_new_pack.p2y22G/_old  2019-12-07 15:20:30.299752752 +0100
+++ /var/tmp/diff_new_pack.p2y22G/_new  2019-12-07 15:20:30.299752752 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-File-Slurp
-Version:        9999.28
+Version:        9999.29
 Release:        0
 %define cpan_name File-Slurp
 Summary:        Perl module for reading/writing/modifying complete files
@@ -40,6 +40,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" 
! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor

++++++ File-Slurp-9999.28.tar.gz -> File-Slurp-9999.29.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurp-9999.28/Changes 
new/File-Slurp-9999.29/Changes
--- old/File-Slurp-9999.28/Changes      2019-09-13 01:30:42.000000000 +0200
+++ new/File-Slurp-9999.29/Changes      2019-11-27 21:35:02.000000000 +0100
@@ -1,5 +1,11 @@
 Revision history File::Slurp
 
+9999.29     2019-11-27
+    - Correct some documentation errors where copy-paste had us saying
+      File::Spec rather than File::Slurp. (RT 131097 - Thanks, Mike)
+    - Reduce the size of the tests in t/handle.t to be nicer to CPAN
+      Testers.
+
 9999.28     2019-04-05
     - Stop testing with Taint mode. Taint was a terrible practice that should
       have never ever ever been a thing.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurp-9999.28/META.json 
new/File-Slurp-9999.29/META.json
--- old/File-Slurp-9999.28/META.json    2019-09-13 02:34:45.000000000 +0200
+++ new/File-Slurp-9999.29/META.json    2019-11-27 21:37:35.000000000 +0100
@@ -4,7 +4,7 @@
       "Uri Guttman <[email protected]>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 7.36, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.38, CPAN::Meta::Converter 
version 2.150010",
    "license" : [
       "perl_5"
    ],
@@ -75,7 +75,7 @@
          "web" : "https://github.com/perhunter/slurp";
       }
    },
-   "version" : "9999.28",
+   "version" : "9999.29",
    "x_contributors" : [
       "Aristotle Pagaltzis <[email protected]>",
       "Chase Whitener <[email protected]>",
@@ -83,5 +83,5 @@
       "Graham Knop <[email protected]>",
       "James E Keenan <[email protected]>"
    ],
-   "x_serialization_backend" : "JSON::PP version 4.02"
+   "x_serialization_backend" : "JSON::PP version 4.04"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurp-9999.28/META.yml 
new/File-Slurp-9999.29/META.yml
--- old/File-Slurp-9999.28/META.yml     2019-09-13 02:34:45.000000000 +0200
+++ new/File-Slurp-9999.29/META.yml     2019-11-27 21:37:35.000000000 +0100
@@ -22,7 +22,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 7.36, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.38, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -48,7 +48,7 @@
   warnings: '0'
 resources:
   repository: https://github.com/perhunter/slurp.git
-version: '9999.28'
+version: '9999.29'
 x_contributors:
   - 'Aristotle Pagaltzis <[email protected]>'
   - 'Chase Whitener <[email protected]>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurp-9999.28/lib/File/Slurp.pm 
new/File-Slurp-9999.29/lib/File/Slurp.pm
--- old/File-Slurp-9999.28/lib/File/Slurp.pm    2019-09-13 01:22:55.000000000 
+0200
+++ new/File-Slurp-9999.29/lib/File/Slurp.pm    2019-11-27 21:03:50.000000000 
+0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings ;
 
-our $VERSION = '9999.28';
+our $VERSION = '9999.29';
 $VERSION = eval $VERSION;
 
 use Carp ;
@@ -671,7 +671,7 @@
 
 =head2 append_file
 
-       use File::Spec qw(append_file write_file);
+       use File::Slurp qw(append_file write_file);
        my $res = append_file('/path/file', "Some text");
        # same as
        my $res = write_file('/path/file', {append => 1}, "Some text");
@@ -761,7 +761,7 @@
 
 =head2 overwrite_file
 
-       use File::Spec qw(overwrite_file);
+       use File::Slurp qw(overwrite_file);
        my $res = overwrite_file('/path/file', "Some text");
 
 The C<overwrite_file> function is simply a synonym for the
@@ -798,7 +798,7 @@
 
 =head2 read_dir
 
-       use File::Spec qw(read_dir);
+       use File::Slurp qw(read_dir);
        my @files = read_dir('/path/to/dir');
        # all files, even the dots
        my @files = read_dir('/path/to/dir', keep_dot_dot => 1);
@@ -947,7 +947,7 @@
 
 =head2 rf
 
-       use File::Spec qw(rf);
+       use File::Slurp qw(rf);
        my $text = rf('/path/file');
 
 The C<rf> function is simply a synonym for the L<File::Slurp/"read_file">
@@ -955,7 +955,7 @@
 
 =head2 slurp
 
-       use File::Spec qw(slurp);
+       use File::Slurp qw(slurp);
        my $text = slurp('/path/file');
 
 The C<slurp> function is simply a synonym for the L<File::Slurp/"read_file">
@@ -963,7 +963,7 @@
 
 =head2 wf
 
-       use File::Spec qw(wf);
+       use File::Slurp qw(wf);
        my $res = wf('/path/file', "Some text");
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurp-9999.28/t/handle.t 
new/File-Slurp-9999.29/t/handle.t
--- old/File-Slurp-9999.28/t/handle.t   2019-03-09 15:26:32.000000000 +0100
+++ new/File-Slurp-9999.29/t/handle.t   2019-11-27 21:30:06.000000000 +0100
@@ -11,8 +11,8 @@
 my @pipe_data = (
     '',
     'abc',
+    'abc' x 100,
     'abc' x 1000,
-    'abc' x 10_000,
 );
 
 plan tests => scalar(@pipe_data);


Reply via email to