Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Path-Tiny for openSUSE:Factory 
checked in at 2021-02-11 12:45:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Path-Tiny (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Path-Tiny.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Path-Tiny"

Thu Feb 11 12:45:19 2021 rev:26 rq:869979 version:0.118

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Path-Tiny/perl-Path-Tiny.changes    
2021-02-01 13:25:48.341879125 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Path-Tiny.new.28504/perl-Path-Tiny.changes 
2021-02-11 12:45:45.605346721 +0100
@@ -1,0 +2,14 @@
+Fri Feb  5 03:12:12 UTC 2021 - Tina M??ller <timueller+p...@suse.de>
+
+- updated to 0.118
+   see /usr/share/doc/packages/perl-Path-Tiny/Changes
+
+  0.118     2021-02-04 19:09:58-05:00 America/New_York
+      - No changes from 0.117-TRIAL.
+  0.117     2021-01-31 21:22:29-05:00 America/New_York (TRIAL RELEASE)
+      [Tests]
+      - Skip symlink tests on Windows by actually testing symlinks, as Perl
+        5.33.5 adds notional support but it's not possible without elevated
+        privileges.
+
+-------------------------------------------------------------------

Old:
----
  Path-Tiny-0.116.tar.gz

New:
----
  Path-Tiny-0.118.tar.gz

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

Other differences:
------------------
++++++ perl-Path-Tiny.spec ++++++
--- /var/tmp/diff_new_pack.xM8aya/_old  2021-02-11 12:45:46.153347519 +0100
+++ /var/tmp/diff_new_pack.xM8aya/_new  2021-02-11 12:45:46.153347519 +0100
@@ -18,7 +18,7 @@
 
 %define cpan_name Path-Tiny
 Name:           perl-Path-Tiny
-Version:        0.116
+Version:        0.118
 Release:        0
 Summary:        File path utility
 License:        Apache-2.0

++++++ Path-Tiny-0.116.tar.gz -> Path-Tiny-0.118.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.116/Changes new/Path-Tiny-0.118/Changes
--- old/Path-Tiny-0.116/Changes 2021-01-22 16:32:49.000000000 +0100
+++ new/Path-Tiny-0.118/Changes 2021-02-05 01:10:21.000000000 +0100
@@ -1,5 +1,17 @@
 Revision history for Path-Tiny
 
+0.118     2021-02-04 19:09:58-05:00 America/New_York
+
+    - No changes from 0.117-TRIAL.
+
+0.117     2021-01-31 21:22:29-05:00 America/New_York (TRIAL RELEASE)
+
+    [Tests]
+
+    - Skip symlink tests on Windows by actually testing symlinks, as Perl
+      5.33.5 adds notional support but it's not possible without elevated
+      privileges.
+
 0.116     2021-01-22 10:32:22-05:00 America/New_York
 
     - No changes from 0.115-TRIAL.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.116/META.json 
new/Path-Tiny-0.118/META.json
--- old/Path-Tiny-0.116/META.json       2021-01-22 16:32:49.000000000 +0100
+++ new/Path-Tiny-0.118/META.json       2021-02-05 01:10:21.000000000 +0100
@@ -112,11 +112,11 @@
    "provides" : {
       "Path::Tiny" : {
          "file" : "lib/Path/Tiny.pm",
-         "version" : "0.116"
+         "version" : "0.118"
       },
       "Path::Tiny::Error" : {
          "file" : "lib/Path/Tiny.pm",
-         "version" : "0.116"
+         "version" : "0.118"
       }
    },
    "release_status" : "stable",
@@ -131,7 +131,7 @@
          "web" : "https://github.com/dagolden/Path-Tiny";
       }
    },
-   "version" : "0.116",
+   "version" : "0.118",
    "x_authority" : "cpan:DAGOLDEN",
    "x_contributors" : [
       "Alex Efros <power...@powerman.name>",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.116/META.yml new/Path-Tiny-0.118/META.yml
--- old/Path-Tiny-0.116/META.yml        2021-01-22 16:32:49.000000000 +0100
+++ new/Path-Tiny-0.118/META.yml        2021-02-05 01:10:21.000000000 +0100
@@ -36,10 +36,10 @@
 provides:
   Path::Tiny:
     file: lib/Path/Tiny.pm
-    version: '0.116'
+    version: '0.118'
   Path::Tiny::Error:
     file: lib/Path/Tiny.pm
-    version: '0.116'
+    version: '0.118'
 recommends:
   Unicode::UTF8: '0.58'
 requires:
@@ -66,7 +66,7 @@
   bugtracker: https://github.com/dagolden/Path-Tiny/issues
   homepage: https://github.com/dagolden/Path-Tiny
   repository: https://github.com/dagolden/Path-Tiny.git
-version: '0.116'
+version: '0.118'
 x_authority: cpan:DAGOLDEN
 x_contributors:
   - 'Alex Efros <power...@powerman.name>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.116/Makefile.PL 
new/Path-Tiny-0.118/Makefile.PL
--- old/Path-Tiny-0.116/Makefile.PL     2021-01-22 16:32:49.000000000 +0100
+++ new/Path-Tiny-0.118/Makefile.PL     2021-02-05 01:10:21.000000000 +0100
@@ -48,7 +48,7 @@
     "lib" => 0,
     "open" => 0
   },
-  "VERSION" => "0.116",
+  "VERSION" => "0.118",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.116/README new/Path-Tiny-0.118/README
--- old/Path-Tiny-0.116/README  2021-01-22 16:32:49.000000000 +0100
+++ new/Path-Tiny-0.118/README  2021-02-05 01:10:21.000000000 +0100
@@ -2,7 +2,7 @@
     Path::Tiny - File path utility
 
 VERSION
-    version 0.116
+    version 0.118
 
 SYNOPSIS
       use Path::Tiny;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.116/lib/Path/Tiny.pm 
new/Path-Tiny-0.118/lib/Path/Tiny.pm
--- old/Path-Tiny-0.116/lib/Path/Tiny.pm        2021-01-22 16:32:49.000000000 
+0100
+++ new/Path-Tiny-0.118/lib/Path/Tiny.pm        2021-02-05 01:10:21.000000000 
+0100
@@ -5,7 +5,7 @@
 package Path::Tiny;
 # ABSTRACT: File path utility
 
-our $VERSION = '0.116';
+our $VERSION = '0.118';
 
 # Dependencies
 use Config;
@@ -2156,7 +2156,7 @@
 
 =head1 VERSION
 
-version 0.116
+version 0.118
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.116/t/lib/TestUtils.pm 
new/Path-Tiny-0.118/t/lib/TestUtils.pm
--- old/Path-Tiny-0.116/t/lib/TestUtils.pm      2021-01-22 16:32:49.000000000 
+0100
+++ new/Path-Tiny-0.118/t/lib/TestUtils.pm      2021-02-05 01:10:21.000000000 
+0100
@@ -25,11 +25,19 @@
 
 sub has_symlinks {
     return $Config{d_symlink}
-      unless $^O eq 'msys';
+      unless $^O eq 'msys' || $^O eq 'MSWin32';
 
-    # msys needs both `d_symlink` and a special environment variable
-    return unless $Config{d_symlink};
-    return $ENV{MSYS} =~ /winsymlinks:nativestrict/;
+    if ($^O eq 'msys') {
+        # msys needs both `d_symlink` and a special environment variable
+        return unless $Config{d_symlink};
+        return $ENV{MSYS} =~ /winsymlinks:nativestrict/;
+    } elsif ($^O eq 'MSWin32') {
+        # Perl 5.33.5 adds symlink support for MSWin32 but needs elevated
+        # privileges so verify if we can use it for testing.
+        my $wd=tempd();
+        open my $fh, ">", "foo";
+        return eval { symlink "foo", "bar" };
+    }
 }
 
 sub exception(&) {

Reply via email to