Hello community,

here is the log from the commit of package perl-Config-IniFiles for 
openSUSE:Factory checked in at 2016-12-05 16:30:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Config-IniFiles (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Config-IniFiles.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Config-IniFiles"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Config-IniFiles/perl-Config-IniFiles.changes    
    2016-08-09 22:14:13.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Config-IniFiles.new/perl-Config-IniFiles.changes
   2016-12-05 16:30:21.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Nov 30 06:13:12 UTC 2016 - [email protected]
+
+- updated to 2.94
+   see /usr/share/doc/packages/perl-Config-IniFiles/Changes
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Config-IniFiles.spec ++++++
--- /var/tmp/diff_new_pack.Ynbx9d/_old  2016-12-05 16:30:22.000000000 +0100
+++ /var/tmp/diff_new_pack.Ynbx9d/_new  2016-12-05 16:30:22.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Config-IniFiles
-Version:        2.93
+Version:        2.94
 Release:        0
 %define cpan_name Config-IniFiles
 Summary:        Module for Reading .Ini-Style Configuration Files

++++++ Config-IniFiles-2.93.tar.gz -> Config-IniFiles-2.94.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-2.93/Build.PL 
new/Config-IniFiles-2.94/Build.PL
--- old/Config-IniFiles-2.93/Build.PL   2016-07-24 10:32:45.000000000 +0200
+++ new/Config-IniFiles-2.94/Build.PL   2016-11-29 18:30:06.000000000 +0100
@@ -19,7 +19,7 @@
     "Shlomi Fish <shlomif\@cpan.org>"
   ],
   "dist_name" => "Config-IniFiles",
-  "dist_version" => "2.93",
+  "dist_version" => "2.94",
   "license" => "perl",
   "module_name" => "Config::IniFiles",
   "recursive_test_files" => 1,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-2.93/Changes 
new/Config-IniFiles-2.94/Changes
--- old/Config-IniFiles-2.93/Changes    2016-07-24 10:32:45.000000000 +0200
+++ new/Config-IniFiles-2.94/Changes    2016-11-29 18:30:06.000000000 +0100
@@ -1,3 +1,12 @@
+2.94        2016-11-29
+    * Move to GitHub.
+        - for better visibility, collaboration, and CI options.
+    * Apply a patch/pull-request from Peter from Debian with some corrections
+    for typos:
+        - https://github.com/shlomif/perl-Config-IniFiles/pull/1
+        - https://rt.cpan.org/Ticket/Display.html?id=119001
+        - Thanks!
+
 2.93        2016-07-24
     * Add [MetaJSON] and META.json to the distribution.
         - Pull-request by Kent Fredric - thanks!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-2.93/META.json 
new/Config-IniFiles-2.94/META.json
--- old/Config-IniFiles-2.93/META.json  2016-07-24 10:32:45.000000000 +0200
+++ new/Config-IniFiles-2.94/META.json  2016-11-29 18:30:06.000000000 +0100
@@ -80,7 +80,7 @@
    "provides" : {
       "Config::IniFiles" : {
          "file" : "lib/Config/IniFiles.pm",
-         "version" : "2.93"
+         "version" : "2.94"
       }
    },
    "release_status" : "stable",
@@ -90,11 +90,11 @@
          "web" : "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Config-IniFiles";
       },
       "repository" : {
-         "type" : "hg",
-         "url" : "ssh://[email protected]/shlomif/perl-Config-IniFiles",
-         "web" : "http://bitbucket.org/shlomif/perl-Config-IniFiles";
+         "type" : "git",
+         "url" : "ssh://[email protected]:shlomif/perl-Config-IniFiles.git",
+         "web" : "https://github.com/shlomif/perl-Config-IniFiles";
       }
    },
-   "version" : "2.93"
+   "version" : "2.94"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-2.93/META.yml 
new/Config-IniFiles-2.94/META.yml
--- old/Config-IniFiles-2.93/META.yml   2016-07-24 10:32:45.000000000 +0200
+++ new/Config-IniFiles-2.94/META.yml   2016-11-29 18:30:06.000000000 +0100
@@ -40,7 +40,7 @@
 provides:
   Config::IniFiles:
     file: lib/Config/IniFiles.pm
-    version: '2.93'
+    version: '2.94'
 requires:
   Carp: '0'
   Fcntl: '0'
@@ -55,5 +55,5 @@
   warnings: '0'
 resources:
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Config-IniFiles
-  repository: ssh://[email protected]/shlomif/perl-Config-IniFiles
-version: '2.93'
+  repository: ssh://[email protected]:shlomif/perl-Config-IniFiles.git
+version: '2.94'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-2.93/Makefile.PL 
new/Config-IniFiles-2.94/Makefile.PL
--- old/Config-IniFiles-2.93/Makefile.PL        2016-07-24 10:32:45.000000000 
+0200
+++ new/Config-IniFiles-2.94/Makefile.PL        2016-11-29 18:30:06.000000000 
+0100
@@ -46,7 +46,7 @@
     "blib" => "1.01",
     "lib" => 0
   },
-  "VERSION" => "2.93",
+  "VERSION" => "2.94",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-2.93/dist.ini 
new/Config-IniFiles-2.94/dist.ini
--- old/Config-IniFiles-2.93/dist.ini   2016-07-24 10:32:45.000000000 +0200
+++ new/Config-IniFiles-2.94/dist.ini   2016-11-29 18:30:06.000000000 +0100
@@ -23,9 +23,9 @@
 [MetaResources]
 bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=Config-IniFiles
 bugtracker.mailto = [email protected]
-repository.url = ssh://[email protected]/shlomif/perl-Config-IniFiles
-repository.web = http://bitbucket.org/shlomif/perl-Config-IniFiles
-repository.type = hg
+repository.url = ssh://[email protected]:shlomif/perl-Config-IniFiles.git
+repository.web = https://github.com/shlomif/perl-Config-IniFiles
+repository.type = git
 [ModuleBuild]
 [MetaJSON]
 [PodSyntaxTests]
@@ -33,9 +33,9 @@
 [PodWeaver]
 [PruneFiles]
 match = ^rejects/
+[RewriteVersion]
 [Test::Compile]
 fake_home = 1
 skip = bump-ver|tag-release|run_agg_tests
 [Test::CPAN::Changes]
 [Test::Kwalitee::Extra]
-[VersionFromModule]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-2.93/lib/Config/IniFiles.pm 
new/Config-IniFiles-2.94/lib/Config/IniFiles.pm
--- old/Config-IniFiles-2.93/lib/Config/IniFiles.pm     2016-07-24 
10:32:45.000000000 +0200
+++ new/Config-IniFiles-2.94/lib/Config/IniFiles.pm     2016-11-29 
18:30:06.000000000 +0100
@@ -1,12 +1,10 @@
 package Config::IniFiles;
 
-use vars qw($VERSION);
-
-$VERSION = '2.93';
-
 require 5.008;
 use strict;
 use warnings;
+
+our $VERSION = '2.94';
 use Carp;
 use Symbol 'gensym','qualify_to_ref';   # For the 'any data type' hack
 use Fcntl qw( SEEK_SET SEEK_CUR );
@@ -143,7 +141,7 @@
 
   $self->{_comments_at_end_of_file} = [];
 
-  # Any other parameters are unkown
+  # Any other parameters are unknown
   while (($k, $v) = each %parms) {
     carp "Unknown named parameter $k=>$v";
     $errs++;
@@ -340,7 +338,7 @@
 }
 
 
-# Auxillary function to make deep (aliasing-free) copies of data
+# Auxiliary function to make deep (aliasing-free) copies of data
 # structures.  Ignores blessed objects in tree (could be taught not
 # to, if needed)
 sub _deepcopy {
@@ -784,7 +782,7 @@
     }
 
     $self->_add_error(
-        sprintf("Line %d in file %s is mal-formed:\n\t\%s",
+        sprintf("Line %d in file %s is malformed:\n\t\%s",
             $self->_read_line_num(), $self->GetFileName(), $line
         )
     );
@@ -831,16 +829,16 @@
     $self->{EOT}    = {};
     $self->{mysects} = []; # A pair of hashes to remember which params are 
loaded
     $self->{myparms} = {}; # or set using the API vs. imported - useful for
-    $self->{peCMT}  = {};  # this will store trailing comments at the end of 
single-lined params
-    $self->{e}      = {};  # If a section is already exists
-    $self->{mye}    = {};  # If a section is already exists
+    $self->{peCMT}  = {};  # this will store trailing comments at the end of 
single-line params
+    $self->{e}      = {};  # If a section already exists
+    $self->{mye}    = {};  # If a section already exists
     # import shadowing, see below, and WriteConfig($fn, -delta=>1)
 
     if( defined $self->{imported} ) {
         # Run up the import tree to the top, then reload coming
         # back down, maintaining the imported file names and our
         # file name.
-        # This is only needed on a re-load though
+        # This is only needed on a reload though
         $self->{imported}->ReadConfig() unless ($self->{firstload});
 
         foreach my $field (qw(sects parms group v sCMT pCMT EOT e)) {
@@ -1812,7 +1810,7 @@
 # These methods allow you to tie a hash to the
 # Config::IniFiles object. Note that, when tied, the
 # user wants to look at thinks like $ini{sec}{parm}, but the
-# TIEHASH only provides one level of hash interace, so the
+# TIEHASH only provides one level of hash interface, so the
 # root object gets asked for a $ini{sec}, which this
 # implements. To further tie the {parm} hash, the internal
 # class Config::IniFiles::_section, is provided, below.
@@ -1964,9 +1962,9 @@
 # Args: $thing
 #   $thing  An input source
 #
-# Description: Takes an input source of a filehandle,
+# Description: Takes an input source - a filehandle,
 # filehandle glob, reference to a filehandle glob, IO::File
-# object or scalar filename and returns a file handle to
+# object or scalar filename - and returns a file handle to
 # read from it with.
 # ----------------------------------------------------------
 # Date      Modification                              Author
@@ -2015,7 +2013,7 @@
 # This package is used to provide a single-level TIEHASH
 # interface to the sections in the IniFile. When tied, the
 # user wants to look at thinks like $ini{sec}{parm}, but the
-# TIEHASH only provides one level of hash interace, so the
+# TIEHASH only provides one level of hash interface, so the
 # root object gets asked for a $ini{sec} and must return a
 # has reference that accurately covers the '{parm}' part.
 #
@@ -2176,7 +2174,7 @@
 # Sub: Config::IniFiles::_section::NEXTKEY
 #
 # Args: $last
-#   $last   The last key accessed by the interator
+#   $last   The last key accessed by the iterator
 #
 # Description: Returns the next key in line
 # ----------------------------------------------------------
@@ -2231,7 +2229,7 @@
 
 =head1 VERSION
 
-version 2.93
+version 2.94
 
 =head1 SYNOPSIS
 
@@ -2418,7 +2416,7 @@
    name=Joseph
 
 Note that Config::IniFiles will also omit the fallback section header when
-outputing such configuration.
+outputting such configuration.
 
 =item I<-nocase> 0|1
 
@@ -2526,7 +2524,7 @@
  value2
  EOT
 
-As the later might not be compatible with all applications.
+As the latter might not be compatible with all applications.
 
 =item I<-handle_trailing_comment> 0|1
 
@@ -2590,7 +2588,7 @@
 
 =head2 newval($section, $parameter, $value [, $value2, ...])
 
-Assignes a new value, C<$value> (or set of values) to the
+Assigns a new value, C<$value> (or set of values) to the
 parameter C<$parameter> in section C<$section> in the configuration
 file.
 
@@ -2634,7 +2632,7 @@
 
 =head2 RenameSection ( $old_section_name, $new_section_name, 
$include_groupmembers)
 
-Renames a section if it does not already exists optionally including 
groupmembers
+Renames a section if it does not already exist, optionally including 
groupmembers
 
 =head2 CopySection ( $old_section_name, $new_section_name, 
$include_groupmembers)
 
@@ -2740,7 +2738,7 @@
 
 Writes OutputConfig to STDOUT. Use select() to redirect STDOUT to
 the output target before calling this function. Optional argument
-should be set to 1 if writing only delta. Also see OutputConfigToFileHandle
+should be set to 1 if writing only a delta. Also see OutputConfigToFileHandle
 
 =head2 SetSectionComment($section, @comment)
 
@@ -2811,7 +2809,7 @@
 
 An accessor method to read the trailing comment after the parameter.
 The trailing comment will be returned if there is one. A null string
-will be returned if the parameter exists but no comment for it.
+will be returned if the parameter exists but there is no comment for it.
 otherwise, L<undef> will be returned.
 
 =head2 Delete
@@ -2860,7 +2858,7 @@
 
 Sets the value of C<$parameter> in C<$section> to C<$value>.
 
-To set a multiline or multiv-alue parameter just assign an
+To set a multiline or multi-value parameter just assign an
 array reference to the hash entry, like this:
 
  $ini{$section}{$parameter} = [$value1, $value2, ...];
@@ -3279,8 +3277,8 @@
 with it, or whatever. If you want to contribute patches, please send me a diff 
or prod me to pull
 from your repository :)
 
-L<http://bitbucket.org/shlomif/perl-Config-IniFiles>
+L<https://github.com/shlomif/perl-Config-IniFiles>
 
-  hg clone ssh://[email protected]/shlomif/perl-Config-IniFiles
+  git clone ssh://[email protected]:shlomif/perl-Config-IniFiles.git
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-2.93/t/05hash.t 
new/Config-IniFiles-2.94/t/05hash.t
--- old/Config-IniFiles-2.93/t/05hash.t 2016-07-24 10:32:45.000000000 +0200
+++ new/Config-IniFiles-2.94/t/05hash.t 2016-11-29 18:30:06.000000000 +0100
@@ -25,7 +25,7 @@
     (tie %ini, 'Config::IniFiles',
     ( -file => t_file("test.ini"), -default => 'test1', -nocase => 1 )
     ),
-    "Tie to test.ini was succesful."
+    "Tie to test.ini was successful."
 );
 
 tied(%ini)->SetFileName(t_file("test05.ini"));
@@ -138,7 +138,7 @@
 is ($value, 'value4', "Store new section in hash");
 
 # Test 16
-# Writing 2 line multilvalue and returing it
+# Writing 2 line multivalue and returning it
 $ini{newsect} = {};
 $ini{test1}{multi_2} = ['line 1', 'line 2'];
 tied(%ini)->RewriteConfig;
@@ -146,7 +146,7 @@
 @value = @{$ini{test1}{multi_2}};
 # TEST
 is_deeply ( \@value, ['line 1', 'line 2'],
-    "Writing 2 line multilvalue and returing it"
+    "Writing 2 line multivalue and returning it"
 );
 
 # Test 17
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-2.93/t/25line-endings.t 
new/Config-IniFiles-2.94/t/25line-endings.t
--- old/Config-IniFiles-2.93/t/25line-endings.t 2016-07-24 10:32:45.000000000 
+0200
+++ new/Config-IniFiles-2.94/t/25line-endings.t 2016-11-29 18:30:06.000000000 
+0100
@@ -24,7 +24,7 @@
     # being pedantic, we don't take line breaks from this or an external file 
for granted
     my $sample_ini =
     "<eol>
-    <sol># this is a sample file for testing the proper detection of line 
endings in Config::Inifiles<eol>
+    <sol># this is a sample file for testing the proper detection of line 
endings in Config::IniFiles<eol>
     <sol><eol>
     <sol>[single values]<eol>
     <sol>firstval = first value<eol>
@@ -32,7 +32,7 @@
     <sol><eol>
     <sol># in v2.52 on linux multi values with crlf lines are failing<eol>
     <sol>[multi value]<eol>
-    <sol>Pathes=<<EOT<eol>
+    <sol>Paths=<<EOT<eol>
     <sol>path1<eol>
     <sol>path2<eol>
     <sol>EOT<eol>
@@ -69,7 +69,7 @@
             "Reading a single value from a '$lf_print'-separated file"
         );
 
-        my @vals = $cfg->val("multi value", "Pathes");
+        my @vals = $cfg->val("multi value", "Paths");
 
         # TEST
         is_deeply(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-2.93/t/cmt.ini 
new/Config-IniFiles-2.94/t/cmt.ini
--- old/Config-IniFiles-2.93/t/cmt.ini  2016-07-24 10:32:45.000000000 +0200
+++ new/Config-IniFiles-2.94/t/cmt.ini  2016-11-29 18:30:06.000000000 +0100
@@ -10,7 +10,7 @@
 @
 [Library]
 work              = $WORKAREA/project_lib/debobj.lib++
-synopsys          = $VHDL_PACKAGES_DEB/synopsys/$DEBOBJ_VERSION
+synopsis          = $VHDL_PACKAGES_DEB/synopsis/$DEBOBJ_VERSION
 ieee              = $VHDL_PACKAGES_DEB/IEEE/$DEBOBJ_VERSION
 std_developerskit = 
$VHDL_PACKAGES_DEB/sdk/std_developerskit.lib/$DEBOBJ_VERSION
 gtech             = $VHDL_PACKAGES_DEB/gtech/$DEBOBJ_VERSION


Reply via email to