Hello community,

here is the log from the commit of package perl-Config-IniFiles for 
openSUSE:Factory checked in at 2019-01-24 14:01:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Config-IniFiles (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Config-IniFiles.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Config-IniFiles"

Thu Jan 24 14:01:57 2019 rev:45 rq:666701 version:3.000001

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Config-IniFiles/perl-Config-IniFiles.changes    
    2018-10-01 08:14:08.238094267 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Config-IniFiles.new.28833/perl-Config-IniFiles.changes
     2019-01-24 14:02:00.412147904 +0100
@@ -1,0 +2,6 @@
+Thu Jan 17 06:03:38 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 3.000001
+   see /usr/share/doc/packages/perl-Config-IniFiles/Changes
+
+-------------------------------------------------------------------

Old:
----
  Config-IniFiles-3.000000.tar.gz

New:
----
  Config-IniFiles-3.000001.tar.gz

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

Other differences:
------------------
++++++ perl-Config-IniFiles.spec ++++++
--- /var/tmp/diff_new_pack.oZcXgj/_old  2019-01-24 14:02:00.844147411 +0100
+++ /var/tmp/diff_new_pack.oZcXgj/_new  2019-01-24 14:02:00.864147388 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Config-IniFiles
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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-Config-IniFiles
-Version:        3.000000
+Version:        3.000001
 Release:        0
 %define cpan_name Config-IniFiles
 Summary:        Module for Reading .Ini-Style Configuration Files
@@ -49,7 +49,7 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build build flags=%{?_smp_mflags}
 
 %check

++++++ Config-IniFiles-3.000000.tar.gz -> Config-IniFiles-3.000001.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-3.000000/Build.PL 
new/Config-IniFiles-3.000001/Build.PL
--- old/Config-IniFiles-3.000000/Build.PL       2018-09-13 09:10:47.000000000 
+0200
+++ new/Config-IniFiles-3.000001/Build.PL       2019-01-16 10:53:16.000000000 
+0100
@@ -19,7 +19,7 @@
     "Shlomi Fish <shlomif\@cpan.org>"
   ],
   "dist_name" => "Config-IniFiles",
-  "dist_version" => "3.000000",
+  "dist_version" => "3.000001",
   "license" => "perl",
   "module_name" => "Config::IniFiles",
   "recursive_test_files" => 1,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-3.000000/Changes 
new/Config-IniFiles-3.000001/Changes
--- old/Config-IniFiles-3.000000/Changes        2018-09-13 09:10:47.000000000 
+0200
+++ new/Config-IniFiles-3.000001/Changes        2019-01-16 10:53:16.000000000 
+0100
@@ -1,3 +1,8 @@
+3.000001    2019-01-16
+    * Fix typos
+        - https://rt.cpan.org/Public/Bug/Display.html?id=128267
+        - Thanks to ROAM .
+
 3.000000    2018-09-13
     * Fix typos
         - https://github.com/shlomif/perl-Config-IniFiles/pull/5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-3.000000/META.json 
new/Config-IniFiles-3.000001/META.json
--- old/Config-IniFiles-3.000000/META.json      2018-09-13 09:10:47.000000000 
+0200
+++ new/Config-IniFiles-3.000001/META.json      2019-01-16 10:53:16.000000000 
+0100
@@ -84,7 +84,7 @@
    "provides" : {
       "Config::IniFiles" : {
          "file" : "lib/Config/IniFiles.pm",
-         "version" : "3.000000"
+         "version" : "3.000001"
       }
    },
    "release_status" : "stable",
@@ -99,10 +99,10 @@
          "web" : "https://github.com/shlomif/perl-Config-IniFiles";
       }
    },
-   "version" : "3.000000",
+   "version" : "3.000001",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.028000"
+         "version" : "5.028001"
       },
       "plugins" : [
          {
@@ -540,7 +540,7 @@
          "version" : "6.012"
       }
    },
-   "x_generated_by_perl" : "v5.28.0",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.06"
+   "x_generated_by_perl" : "v5.28.1",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.08"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-3.000000/META.yml 
new/Config-IniFiles-3.000001/META.yml
--- old/Config-IniFiles-3.000000/META.yml       2018-09-13 09:10:47.000000000 
+0200
+++ new/Config-IniFiles-3.000001/META.yml       2019-01-16 10:53:16.000000000 
+0100
@@ -40,7 +40,7 @@
 provides:
   Config::IniFiles:
     file: lib/Config/IniFiles.pm
-    version: '3.000000'
+    version: '3.000001'
 requires:
   Carp: '0'
   Fcntl: '0'
@@ -57,10 +57,10 @@
   bugtracker: https://github.com/shlomif/perl-Config-IniFiles/issues
   homepage: http://metacpan.org/release/Config-IniFiles
   repository: git://github.com/shlomif/perl-Config-IniFiles.git
-version: '3.000000'
+version: '3.000001'
 x_Dist_Zilla:
   perl:
-    version: '5.028000'
+    version: '5.028001'
   plugins:
     -
       class: Dist::Zilla::Plugin::Prereqs
@@ -397,5 +397,5 @@
     config:
       is_trial: '0'
     version: '6.012'
-x_generated_by_perl: v5.28.0
+x_generated_by_perl: v5.28.1
 x_serialization_backend: 'YAML::Tiny version 1.73'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-3.000000/Makefile.PL 
new/Config-IniFiles-3.000001/Makefile.PL
--- old/Config-IniFiles-3.000000/Makefile.PL    2018-09-13 09:10:47.000000000 
+0200
+++ new/Config-IniFiles-3.000001/Makefile.PL    2019-01-16 10:53:16.000000000 
+0100
@@ -46,7 +46,7 @@
     "lib" => 0,
     "parent" => 0
   },
-  "VERSION" => "3.000000",
+  "VERSION" => "3.000001",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-3.000000/lib/Config/IniFiles.pm 
new/Config-IniFiles-3.000001/lib/Config/IniFiles.pm
--- old/Config-IniFiles-3.000000/lib/Config/IniFiles.pm 2018-09-13 
09:10:47.000000000 +0200
+++ new/Config-IniFiles-3.000001/lib/Config/IniFiles.pm 2019-01-16 
10:53:16.000000000 +0100
@@ -4,7 +4,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '3.000000';
+our $VERSION = '3.000001';
 use Carp;
 use Symbol 'gensym', 'qualify_to_ref';    # For the 'any data type' hack
 use Fcntl qw( SEEK_SET SEEK_CUR );
@@ -2381,7 +2381,7 @@
 
 =head1 VERSION
 
-version 3.000000
+version 3.000001
 
 =head1 SYNOPSIS
 
@@ -2398,7 +2398,7 @@
 
 =head1 VERSION
 
-version 3.000000
+version 3.000001
 
 =head1 FILE FORMAT
 
@@ -2960,7 +2960,7 @@
 Gets the comment attached to a parameter. In list context returns all
 comments - in scalar context returns them joined by newlines.
 
-=head2 DeleteParameterComment ($section, $parmeter)
+=head2 DeleteParameterComment ($section, $parameter)
 
 Deletes the comment attached to a parameter.
 
@@ -2974,7 +2974,7 @@
 
 To un-set the EOT text, use DeleteParameterEOT ($section, $parameter).
 
-=head2 DeleteParameterEOT ($section, $parmeter)
+=head2 DeleteParameterEOT ($section, $parameter)
 
 Removes the EOT marker for the given section and parameter.
 When writing a configuration file, if no EOT marker is defined
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-3.000000/scripts/tag-release.pl 
new/Config-IniFiles-3.000001/scripts/tag-release.pl
--- old/Config-IniFiles-3.000000/scripts/tag-release.pl 2018-09-13 
09:10:47.000000000 +0200
+++ new/Config-IniFiles-3.000001/scripts/tag-release.pl 2019-01-16 
10:53:16.000000000 +0100
@@ -24,4 +24,3 @@
 
 print join(" ", map { /\s/ ? qq{"$_"} : $_ } @cmd), "\n";
 exec(@cmd);
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-3.000000/t/00load.t 
new/Config-IniFiles-3.000001/t/00load.t
--- old/Config-IniFiles-3.000000/t/00load.t     2018-09-13 09:10:47.000000000 
+0200
+++ new/Config-IniFiles-3.000001/t/00load.t     2019-01-16 10:53:16.000000000 
+0100
@@ -86,7 +86,7 @@
 use File::Temp qw(tempdir);
 use File::Spec ();
 
-my $dir_name = tempdir( CLEANUP => 1 );
+my $dir_name  = tempdir( CLEANUP => 1 );
 my $test01_fn = File::Spec->catfile( $dir_name, 'test01.ini' );
 
 # TEST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-3.000000/t/09case.t 
new/Config-IniFiles-3.000001/t/09case.t
--- old/Config-IniFiles-3.000000/t/09case.t     2018-09-13 09:10:47.000000000 
+0200
+++ new/Config-IniFiles-3.000001/t/09case.t     2019-01-16 10:53:16.000000000 
+0100
@@ -109,7 +109,7 @@
     $group_case_check_pass = 0 unless ( $group_case_count == 2 );
 
     # We don't want to get the "interface" entries when we use the wrong case
-    @members = $ini->GroupMembers("Interface");
+    @members               = $ini->GroupMembers("Interface");
     $group_case_check_pass = 0 unless ( scalar(@members) == 0 );
 
     # We *do* want to get the "interface" entries when we use the right case
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Config-IniFiles-3.000000/t/33update-using-tied-fh-w-shorter-names.t 
new/Config-IniFiles-3.000001/t/33update-using-tied-fh-w-shorter-names.t
--- old/Config-IniFiles-3.000000/t/33update-using-tied-fh-w-shorter-names.t     
2018-09-13 09:10:47.000000000 +0200
+++ new/Config-IniFiles-3.000001/t/33update-using-tied-fh-w-shorter-names.t     
2019-01-16 10:53:16.000000000 +0100
@@ -20,7 +20,7 @@
 
 use File::Temp qw(tempdir);
 
-my $dirname = tempdir( CLEANUP => 1 );
+my $dirname  = tempdir( CLEANUP => 1 );
 my $filename = File::Spec->catfile( $dirname, 'toto.ini' );
 
 {


Reply via email to