Hello community,
here is the log from the commit of package perl-File-Slurp for openSUSE:Factory
checked in at 2020-03-11 18:46:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-File-Slurp (Old)
and /work/SRC/openSUSE:Factory/.perl-File-Slurp.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-File-Slurp"
Wed Mar 11 18:46:15 2020 rev:27 rq:783296 version:9999.30
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-File-Slurp/perl-File-Slurp.changes
2019-12-07 15:20:29.515752861 +0100
+++
/work/SRC/openSUSE:Factory/.perl-File-Slurp.new.3160/perl-File-Slurp.changes
2020-03-11 18:49:41.155523025 +0100
@@ -1,0 +2,10 @@
+Tue Mar 10 03:11:44 UTC 2020 - <[email protected]>
+
+- updated to 9999.30
+ see /usr/share/doc/packages/perl-File-Slurp/Changes
+
+ 9999.30
+ - Altered the atomic version of write_file to use temporary files that
+ are also hidden files. (RT #132064)
+
+-------------------------------------------------------------------
Old:
----
File-Slurp-9999.29.tar.gz
New:
----
File-Slurp-9999.30.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-File-Slurp.spec ++++++
--- /var/tmp/diff_new_pack.glAZ2J/_old 2020-03-11 18:49:41.747523290 +0100
+++ /var/tmp/diff_new_pack.glAZ2J/_new 2020-03-11 18:49:41.751523292 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-File-Slurp
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-File-Slurp
-Version: 9999.29
+Version: 9999.30
Release: 0
%define cpan_name File-Slurp
Summary: Perl module for reading/writing/modifying complete files
@@ -40,7 +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
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor
++++++ File-Slurp-9999.29.tar.gz -> File-Slurp-9999.30.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Slurp-9999.29/Changes
new/File-Slurp-9999.30/Changes
--- old/File-Slurp-9999.29/Changes 2019-11-27 21:35:02.000000000 +0100
+++ new/File-Slurp-9999.30/Changes 2020-03-09 15:24:19.000000000 +0100
@@ -1,5 +1,9 @@
Revision history File::Slurp
+9999.30
+ - Altered the atomic version of write_file to use temporary files that
+ are also hidden files. (RT #132064)
+
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)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Slurp-9999.29/META.json
new/File-Slurp-9999.30/META.json
--- old/File-Slurp-9999.29/META.json 2019-11-27 21:37:35.000000000 +0100
+++ new/File-Slurp-9999.30/META.json 2020-03-09 15:27:40.000000000 +0100
@@ -75,7 +75,7 @@
"web" : "https://github.com/perhunter/slurp"
}
},
- "version" : "9999.29",
+ "version" : "9999.30",
"x_contributors" : [
"Aristotle Pagaltzis <[email protected]>",
"Chase Whitener <[email protected]>",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Slurp-9999.29/META.yml
new/File-Slurp-9999.30/META.yml
--- old/File-Slurp-9999.29/META.yml 2019-11-27 21:37:35.000000000 +0100
+++ new/File-Slurp-9999.30/META.yml 2020-03-09 15:27:39.000000000 +0100
@@ -48,7 +48,7 @@
warnings: '0'
resources:
repository: https://github.com/perhunter/slurp.git
-version: '9999.29'
+version: '9999.30'
x_contributors:
- 'Aristotle Pagaltzis <[email protected]>'
- 'Chase Whitener <[email protected]>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Slurp-9999.29/lib/File/Slurp.pm
new/File-Slurp-9999.30/lib/File/Slurp.pm
--- old/File-Slurp-9999.29/lib/File/Slurp.pm 2019-11-27 21:03:50.000000000
+0100
+++ new/File-Slurp-9999.30/lib/File/Slurp.pm 2020-03-09 15:23:03.000000000
+0100
@@ -3,7 +3,7 @@
use strict;
use warnings ;
-our $VERSION = '9999.29';
+our $VERSION = '9999.30';
$VERSION = eval $VERSION;
use Carp ;
@@ -281,7 +281,7 @@
# exist). This is slower, but safer.
{
local $^W = 0; # AYFKM
- (undef, $file_name) = tempfile('tempXXXXX', DIR
=> $dir, OPEN => 0);
+ (undef, $file_name) = tempfile('.tempXXXXX',
DIR => $dir, OPEN => 0);
}
}
$fh = local *FH;