Hello community,

here is the log from the commit of package perl-File-HomeDir for 
openSUSE:Factory checked in at 2020-10-08 13:06:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-File-HomeDir (Old)
 and      /work/SRC/openSUSE:Factory/.perl-File-HomeDir.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-File-HomeDir"

Thu Oct  8 13:06:37 2020 rev:26 rq:839037 version:1.006

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-File-HomeDir/perl-File-HomeDir.changes      
2018-05-19 15:39:03.570106319 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-File-HomeDir.new.4249/perl-File-HomeDir.changes
    2020-10-08 13:07:41.926928777 +0200
@@ -1,0 +2,10 @@
+Tue Sep 29 03:07:32 UTC 2020 - Tina Müller <[email protected]>
+
+- updated to 1.006
+   see /usr/share/doc/packages/perl-File-HomeDir/Changes
+
+  1.006        2020-09-28
+      - re-release with minor fixes to cover modern toolchain
+      - apply fix for RT#128096 reported by ANDK, thank you Andreas
+
+-------------------------------------------------------------------

Old:
----
  File-HomeDir-1.004.tar.gz

New:
----
  File-HomeDir-1.006.tar.gz

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

Other differences:
------------------
++++++ perl-File-HomeDir.spec ++++++
--- /var/tmp/diff_new_pack.fQiLnP/_old  2020-10-08 13:07:42.554929346 +0200
+++ /var/tmp/diff_new_pack.fQiLnP/_new  2020-10-08 13:07:42.558929349 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-HomeDir
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-File-HomeDir
-Version:        1.004
+Version:        1.006
 Release:        0
 %define cpan_name File-HomeDir
 Summary:        Find your home and other directories on any platform
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/File-HomeDir/
+URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
@@ -52,11 +52,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++++++ File-HomeDir-1.004.tar.gz -> File-HomeDir-1.006.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-1.004/.perltidyrc 
new/File-HomeDir-1.006/.perltidyrc
--- old/File-HomeDir-1.004/.perltidyrc  1970-01-01 01:00:00.000000000 +0100
+++ new/File-HomeDir-1.006/.perltidyrc  2018-03-11 15:08:40.000000000 +0100
@@ -0,0 +1,17 @@
+-b
+-bl
+-noll
+-pt=2
+-bt=2
+-sbt=2
+-vt=0
+-vtc=0
+-dws
+-aws
+-nsfs
+-asc
+-bbt=0
+-cab=0
+-l=130
+-ole=unix
+--noblanks-before-comments
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-1.004/Changes 
new/File-HomeDir-1.006/Changes
--- old/File-HomeDir-1.004/Changes      2018-05-02 08:26:19.000000000 +0200
+++ new/File-HomeDir-1.006/Changes      2020-09-28 15:55:43.000000000 +0200
@@ -1,5 +1,9 @@
 Changes for Perl extension File-HomeDir
 
+1.006  2020-09-28
+    - re-release with minor fixes to cover modern toolchain
+    - apply fix for RT#128096 reported by ANDK, thank you Andreas
+
 1.004  2018-05-02
     - release 1.003_002 without further changes
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-1.004/MANIFEST 
new/File-HomeDir-1.006/MANIFEST
--- old/File-HomeDir-1.004/MANIFEST     2018-05-02 08:27:12.000000000 +0200
+++ new/File-HomeDir-1.006/MANIFEST     2020-09-28 15:56:24.000000000 +0200
@@ -1,3 +1,4 @@
+.perltidyrc
 Changes
 lib/File/HomeDir.pm
 lib/File/HomeDir/Darwin.pm
@@ -11,7 +12,7 @@
 lib/File/HomeDir/Windows.pm
 LICENSE
 Makefile.PL
-MANIFEST                       This list of files
+MANIFEST
 MANIFEST.SKIP
 README.md
 t/01_compile.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-1.004/MANIFEST.SKIP 
new/File-HomeDir-1.006/MANIFEST.SKIP
--- old/File-HomeDir-1.004/MANIFEST.SKIP        2018-03-11 15:08:40.000000000 
+0100
+++ new/File-HomeDir-1.006/MANIFEST.SKIP        2020-09-28 15:12:13.000000000 
+0200
@@ -11,6 +11,7 @@
 ^Makefile$
 ^Build$
 ^Build\.bat$
+cover_db/
 \.Inline/.*
 _Inline/.*
 \.bak$
@@ -22,13 +23,12 @@
 ^testdata/
 ^blib/
 ^sandbox/
-^cover_db/
 ^pm_to_blib$
 ^_build/.*
 ~$
 .*\.planner
-^\..*
+.*\.lock
+\.travis\.yml
 File-HomeDir-.*
 \bxt
-^MYMETA\.json$
-^MYMETA\..*$
+^MYMETA.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-1.004/META.json 
new/File-HomeDir-1.006/META.json
--- old/File-HomeDir-1.004/META.json    2018-05-02 08:27:12.000000000 +0200
+++ new/File-HomeDir-1.006/META.json    2020-09-28 15:56:24.000000000 +0200
@@ -4,13 +4,13 @@
       "Adam Kennedy <[email protected]>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.32, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.46, CPAN::Meta::Converter 
version 2.150010",
    "license" : [
       "perl_5"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-      "version" : "2"
+      "version" : 2
    },
    "name" : "File-HomeDir",
    "no_index" : {
@@ -77,6 +77,6 @@
          "web" : "https://github.com/perl5-utils/File-HomeDir";
       }
    },
-   "version" : "1.004",
-   "x_serialization_backend" : "JSON::PP version 2.27300_01"
+   "version" : "1.006",
+   "x_serialization_backend" : "JSON::PP version 4.05"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-1.004/META.yml 
new/File-HomeDir-1.006/META.yml
--- old/File-HomeDir-1.004/META.yml     2018-05-02 08:27:12.000000000 +0200
+++ new/File-HomeDir-1.006/META.yml     2020-09-28 15:56:24.000000000 +0200
@@ -8,7 +8,7 @@
   ExtUtils::MakeMaker: '0'
   POSIX: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.32, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.46, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -32,5 +32,5 @@
   homepage: https://metacpan.org/release/File-HomeDir
   license: http://dev.perl.org/licenses/
   repository: https://github.com/perl5-utils/File-HomeDir.git
-version: '1.004'
+version: '1.006'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-1.004/lib/File/HomeDir/Darwin/Carbon.pm 
new/File-HomeDir-1.006/lib/File/HomeDir/Darwin/Carbon.pm
--- old/File-HomeDir-1.004/lib/File/HomeDir/Darwin/Carbon.pm    2018-05-02 
08:15:38.000000000 +0200
+++ new/File-HomeDir-1.006/lib/File/HomeDir/Darwin/Carbon.pm    2020-09-28 
15:06:56.000000000 +0200
@@ -19,7 +19,7 @@
 
 BEGIN
 {
-    $VERSION = '1.004';
+    $VERSION = '1.006';
 
     # Load early if in a forking environment and we have
     # prefork, or at run-time if not.
@@ -195,3 +195,11 @@
 =item * Some better way for users_* ?
 
 =back
+
+=head1 COPYRIGHT
+
+Copyright 2009 - 2011 Adam Kennedy.
+
+Copyright 2017 - 2020 Jens Rehsack
+
+=cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-1.004/lib/File/HomeDir/Darwin/Cocoa.pm 
new/File-HomeDir-1.006/lib/File/HomeDir/Darwin/Cocoa.pm
--- old/File-HomeDir-1.004/lib/File/HomeDir/Darwin/Cocoa.pm     2018-05-02 
08:15:38.000000000 +0200
+++ new/File-HomeDir-1.006/lib/File/HomeDir/Darwin/Cocoa.pm     2020-09-28 
15:06:55.000000000 +0200
@@ -12,7 +12,7 @@
 
 BEGIN
 {
-    $VERSION = '1.004';
+    $VERSION = '1.006';
 
     # Load early if in a forking environment and we have
     # prefork, or at run-time if not.
@@ -148,4 +148,10 @@
   $videos  = File::HomeDir->my_videos;    # /Users/mylogin/Movies
   $data    = File::HomeDir->my_data;      # /Users/mylogin/Library/Application 
Support
 
+=head1 COPYRIGHT
+
+Copyright 2009 - 2011 Adam Kennedy.
+
+Copyright 2017 - 2020 Jens Rehsack
+
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-1.004/lib/File/HomeDir/Darwin.pm 
new/File-HomeDir-1.006/lib/File/HomeDir/Darwin.pm
--- old/File-HomeDir-1.004/lib/File/HomeDir/Darwin.pm   2018-05-02 
08:15:38.000000000 +0200
+++ new/File-HomeDir-1.006/lib/File/HomeDir/Darwin.pm   2020-09-28 
15:06:55.000000000 +0200
@@ -12,7 +12,7 @@
 
 BEGIN
 {
-    $VERSION = '1.004';
+    $VERSION = '1.006';
 }
 
 #####################################################################
@@ -143,4 +143,10 @@
   $videos  = File::HomeDir->my_videos;    # /Users/mylogin/Movies
   $data    = File::HomeDir->my_data;      # /Users/mylogin/Library/Application 
Support
 
+=head1 COPYRIGHT
+
+Copyright 2009 - 2011 Adam Kennedy.
+
+Copyright 2017 - 2020 Jens Rehsack
+
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-1.004/lib/File/HomeDir/Driver.pm 
new/File-HomeDir-1.006/lib/File/HomeDir/Driver.pm
--- old/File-HomeDir-1.004/lib/File/HomeDir/Driver.pm   2018-05-02 
08:15:38.000000000 +0200
+++ new/File-HomeDir-1.006/lib/File/HomeDir/Driver.pm   2020-09-28 
15:06:55.000000000 +0200
@@ -12,7 +12,7 @@
 
 BEGIN
 {
-    $VERSION = '1.004';
+    $VERSION = '1.006';
 }
 
 sub my_home
@@ -49,6 +49,8 @@
 
 Copyright 2009 - 2011 Adam Kennedy.
 
+Copyright 2017 - 2020 Jens Rehsack
+
 This program is free software; you can redistribute
 it and/or modify it under the same terms as Perl itself.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-1.004/lib/File/HomeDir/FreeDesktop.pm 
new/File-HomeDir-1.006/lib/File/HomeDir/FreeDesktop.pm
--- old/File-HomeDir-1.004/lib/File/HomeDir/FreeDesktop.pm      2018-05-02 
08:15:38.000000000 +0200
+++ new/File-HomeDir-1.006/lib/File/HomeDir/FreeDesktop.pm      2020-09-28 
15:06:55.000000000 +0200
@@ -18,7 +18,7 @@
 
 BEGIN
 {
-    $VERSION = '1.004';
+    $VERSION = '1.006';
 }
 
 # xdg uses $ENV{XDG_CONFIG_HOME}/user-dirs.dirs to know where are the
@@ -134,6 +134,8 @@
 
 Some parts copyright 2010 Adam Kennedy.
 
+Some parts copyright 2017 - 2020 Jens Rehsack
+
 This program is free software; you can redistribute
 it and/or modify it under the same terms as Perl itself.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-1.004/lib/File/HomeDir/MacOS9.pm 
new/File-HomeDir-1.006/lib/File/HomeDir/MacOS9.pm
--- old/File-HomeDir-1.004/lib/File/HomeDir/MacOS9.pm   2018-05-02 
08:15:38.000000000 +0200
+++ new/File-HomeDir-1.006/lib/File/HomeDir/MacOS9.pm   2020-09-28 
15:06:55.000000000 +0200
@@ -15,7 +15,7 @@
 
 BEGIN
 {
-    $VERSION = '1.004';
+    $VERSION = '1.006';
 }
 
 # Load early if in a forking environment and we have
@@ -141,6 +141,8 @@
 
 Copyright 2005 - 2011 Adam Kennedy.
 
+Copyright 2017 - 2020 Jens Rehsack
+
 Some parts copyright 2000 Sean M. Burke.
 
 This program is free software; you can redistribute
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-1.004/lib/File/HomeDir/Test.pm 
new/File-HomeDir-1.006/lib/File/HomeDir/Test.pm
--- old/File-HomeDir-1.004/lib/File/HomeDir/Test.pm     2018-05-02 
08:15:38.000000000 +0200
+++ new/File-HomeDir-1.006/lib/File/HomeDir/Test.pm     2020-09-28 
15:06:56.000000000 +0200
@@ -13,7 +13,7 @@
 
 BEGIN
 {
-    $VERSION = '1.004';
+    $VERSION = '1.006';
     %DIR     = ();
     $ENABLED = 0;
 }
@@ -136,6 +136,8 @@
 
 Copyright 2005 - 2011 Adam Kennedy.
 
+Copyright 2017 - 2020 Jens Rehsack
+
 This program is free software; you can redistribute
 it and/or modify it under the same terms as Perl itself.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-1.004/lib/File/HomeDir/Unix.pm 
new/File-HomeDir-1.006/lib/File/HomeDir/Unix.pm
--- old/File-HomeDir-1.004/lib/File/HomeDir/Unix.pm     2018-05-02 
08:15:38.000000000 +0200
+++ new/File-HomeDir-1.006/lib/File/HomeDir/Unix.pm     2020-09-28 
15:06:56.000000000 +0200
@@ -13,7 +13,7 @@
 
 BEGIN
 {
-    $VERSION = '1.004';
+    $VERSION = '1.006';
 }
 
 #####################################################################
@@ -204,6 +204,8 @@
 
 Copyright 2005 - 2011 Adam Kennedy.
 
+Copyright 2017 - 2020 Jens Rehsack
+
 Some parts copyright 2000 Sean M. Burke.
 
 This program is free software; you can redistribute
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-1.004/lib/File/HomeDir/Windows.pm 
new/File-HomeDir-1.006/lib/File/HomeDir/Windows.pm
--- old/File-HomeDir-1.004/lib/File/HomeDir/Windows.pm  2018-05-02 
08:15:38.000000000 +0200
+++ new/File-HomeDir-1.006/lib/File/HomeDir/Windows.pm  2020-09-28 
15:06:56.000000000 +0200
@@ -14,7 +14,7 @@
 
 BEGIN
 {
-    $VERSION = '1.004';
+    $VERSION = '1.006';
 }
 
 sub CREATE () { 1 }
@@ -247,6 +247,8 @@
 
 Copyright 2005 - 2011 Adam Kennedy.
 
+Copyright 2017 - 2020 Jens Rehsack
+
 Some parts copyright 2000 Sean M. Burke.
 
 This program is free software; you can redistribute
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-1.004/lib/File/HomeDir.pm 
new/File-HomeDir-1.006/lib/File/HomeDir.pm
--- old/File-HomeDir-1.004/lib/File/HomeDir.pm  2018-05-02 08:15:38.000000000 
+0200
+++ new/File-HomeDir-1.006/lib/File/HomeDir.pm  2020-09-28 15:06:54.000000000 
+0200
@@ -16,7 +16,7 @@
 
 BEGIN
 {
-    $VERSION = '1.004';
+    $VERSION = '1.006';
 
     # Inherit manually
     require Exporter;
@@ -156,8 +156,8 @@
 sub my_dist_data
 {
     my $params = ref $_[-1] eq 'HASH' ? pop : {};
-    my $dist = pop or Carp::croak("The my_dist_data method requires an 
argument");
-    my $data = my_data();
+    my $dist   = pop or Carp::croak("The my_dist_data method requires an 
argument");
+    my $data   = my_data();
 
     # If datadir is not defined, there's nothing we can do: bail out
     # and return nothing...
@@ -184,7 +184,7 @@
 sub my_dist_config
 {
     my $params = ref $_[-1] eq 'HASH' ? pop : {};
-    my $dist = pop or Carp::croak("The my_dist_config method requires an 
argument");
+    my $dist   = pop or Carp::croak("The my_dist_config method requires an 
argument");
 
     # not all platforms support a specific my_config() method
     my $config =
@@ -704,6 +704,8 @@
 
 Copyright 2005 - 2012 Adam Kennedy.
 
+Copyright 2017 - 2020 Jens Rehsack
+
 Some parts copyright 2000 Sean M. Burke.
 
 Some parts copyright 2006 Chris Nandor.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-1.004/t/01_compile.t 
new/File-HomeDir-1.006/t/01_compile.t
--- old/File-HomeDir-1.004/t/01_compile.t       2018-03-11 15:08:40.000000000 
+0100
+++ new/File-HomeDir-1.006/t/01_compile.t       2020-09-28 15:07:09.000000000 
+0200
@@ -17,7 +17,7 @@
 # Please do NOT use convenience modules
 # use English; <-- don't do this
 
-ok($] > 5.008003, 'Perl version is 5.005 or newer');
+ok($] >= 5.008003, 'Perl version is 5.8.3 or newer');
 
 use_ok('File::HomeDir::Driver');
 use_ok('File::HomeDir::Unix');
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-1.004/t/10_test.t 
new/File-HomeDir-1.006/t/10_test.t
--- old/File-HomeDir-1.004/t/10_test.t  2018-03-11 15:08:40.000000000 +0100
+++ new/File-HomeDir-1.006/t/10_test.t  2020-09-28 15:07:10.000000000 +0200
@@ -15,7 +15,7 @@
 use File::HomeDir;
 
 # Is the test driver enabled?
-is($File::HomeDir::Test::ENABLED, 1, 'File::HomeDir::Test is enabled');
+is($File::HomeDir::Test::ENABLED,  1,                     'File::HomeDir::Test 
is enabled');
 is($File::HomeDir::IMPLEMENTED_BY, 'File::HomeDir::Test', 'IMPLEMENTED_BY is 
correct');
 
 # Was everything hijacked correctly?


Reply via email to