Hello community,

here is the log from the commit of package perl-Config-IniFiles for 
openSUSE:Factory checked in at 2016-05-10 09:25:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
    2015-07-16 17:16:00.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Config-IniFiles.new/perl-Config-IniFiles.changes
   2016-05-10 09:25:39.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May  5 08:55:21 UTC 2016 - [email protected]
+
+- updated to 2.89
+   see /usr/share/doc/packages/perl-Config-IniFiles/Changes
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Config-IniFiles.spec ++++++
--- /var/tmp/diff_new_pack.32V7fp/_old  2016-05-10 09:25:40.000000000 +0200
+++ /var/tmp/diff_new_pack.32V7fp/_new  2016-05-10 09:25:40.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Config-IniFiles
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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:        2.88
+Version:        2.89
 Release:        0
 %define cpan_name Config-IniFiles
 Summary:        Module for Reading .Ini-Style Configuration Files

++++++ Config-IniFiles-2.88.tar.gz -> Config-IniFiles-2.89.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-2.88/Changes 
new/Config-IniFiles-2.89/Changes
--- old/Config-IniFiles-2.88/Changes    2015-07-10 10:37:30.000000000 +0200
+++ new/Config-IniFiles-2.89/Changes    2016-05-03 11:13:02.000000000 +0200
@@ -1,3 +1,8 @@
+2.89        2016-05-03
+    * Abort if print returns false.
+        - See https://rt.cpan.org/Ticket/Display.html?id=114140
+            - "WriteConfig nullifies the file in case of no space left on disk"
+
 2.88        2015-07-10
     * Apply speedup patch from James Rouzier.
         - 
https://bitbucket.org/shlomif/perl-config-inifiles/pull-request/4/avoid-searching-through-all-the-sections/commits
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-2.88/META.json 
new/Config-IniFiles-2.89/META.json
--- old/Config-IniFiles-2.88/META.json  2015-07-10 10:37:30.000000000 +0200
+++ new/Config-IniFiles-2.89/META.json  2016-05-03 11:13:02.000000000 +0200
@@ -4,7 +4,7 @@
       "Shlomi Fish <[email protected]>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.4214",
+   "generated_by" : "Module::Build version 0.4218",
    "keywords" : [
       "ini",
       "files",
@@ -58,7 +58,7 @@
    "provides" : {
       "Config::IniFiles" : {
          "file" : "lib/Config/IniFiles.pm",
-         "version" : "2.88"
+         "version" : "2.89"
       }
    },
    "release_status" : "stable",
@@ -71,6 +71,5 @@
          "url" : "https://bitbucket.org/shlomif/perl-config-inifiles";
       }
    },
-   "version" : "2.88",
-   "x_serialization_backend" : "JSON::PP version 2.27300"
+   "version" : "2.89"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-2.88/META.yml 
new/Config-IniFiles-2.89/META.yml
--- old/Config-IniFiles-2.88/META.yml   2015-07-10 10:37:30.000000000 +0200
+++ new/Config-IniFiles-2.89/META.yml   2016-05-03 11:13:02.000000000 +0200
@@ -13,7 +13,7 @@
 configure_requires:
   Module::Build: '0.36'
 dynamic_config: 1
-generated_by: 'Module::Build version 0.4214, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'Module::Build version 0.4218, CPAN::Meta::Converter version 
2.150001'
 keywords:
   - ini
   - files
@@ -32,7 +32,7 @@
 provides:
   Config::IniFiles:
     file: lib/Config/IniFiles.pm
-    version: '2.88'
+    version: '2.89'
 requires:
   Carp: '0'
   Fcntl: '0'
@@ -47,5 +47,4 @@
   homepage: https://sourceforge.net/projects/config-inifiles/
   license: http://dev.perl.org/licenses/
   repository: https://bitbucket.org/shlomif/perl-config-inifiles
-version: '2.88'
-x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
+version: '2.89'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-2.88/Makefile.PL 
new/Config-IniFiles-2.89/Makefile.PL
--- old/Config-IniFiles-2.88/Makefile.PL        2015-07-10 10:37:30.000000000 
+0200
+++ new/Config-IniFiles-2.89/Makefile.PL        2016-05-03 11:13:02.000000000 
+0200
@@ -1,4 +1,4 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.4214
+# Note: this file was auto-generated by Module::Build::Compat version 0.4218
 require 5.008;
     use Module::Build::Compat 0.02;
     use lib 'inc';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-2.88/lib/Config/IniFiles.pm 
new/Config-IniFiles-2.89/lib/Config/IniFiles.pm
--- old/Config-IniFiles-2.88/lib/Config/IniFiles.pm     2015-07-10 
10:37:30.000000000 +0200
+++ new/Config-IniFiles-2.89/lib/Config/IniFiles.pm     2016-05-03 
11:13:02.000000000 +0200
@@ -2,7 +2,7 @@
 
 use vars qw($VERSION);
 
-$VERSION = '2.88';
+$VERSION = '2.89';
 
 require 5.008;
 use strict;
@@ -189,7 +189,7 @@
 
    $cfg = Config::IniFiles->new( -file => "file.ini", -default => "all" );
 
-Then requsting a value for a "permissions" in the [joe] section will
+Then requesting a value for a "permissions" in the [joe] section will
 check for a value from [all] before returning undef.
 
    $permissions = $cfg->val( "joe", "permissions");   // returns "Nothing"
@@ -2066,7 +2066,11 @@
     my ($self, $fh, $delta) = @_;
 
     my $ors = $self->{line_ends} || $\ || "\n"; # $\ is normally unset, but 
use input by default
-    my $print_line = sub { print {$fh} (@_, $ors); };
+    my $print_line = sub {
+        print {$fh} (@_, $ors)
+            or die "Config-IniFiles cannot print to filehandle 
(out-of-space?). Aborting!";
+        return;
+    };
     my $split_val = sub {
         my ($val) = @_;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-2.88/t/en.ini 
new/Config-IniFiles-2.89/t/en.ini
--- old/Config-IniFiles-2.88/t/en.ini   2015-07-10 10:37:30.000000000 +0200
+++ new/Config-IniFiles-2.89/t/en.ini   2016-05-03 11:13:02.000000000 +0200
@@ -4,7 +4,7 @@
 DataName = General Summary
 ReportType = GeneralSummary
 Description = <<END
-The General Summary provides a quick overview of the general statistics for 
+The General Summary provides a quick overview of the general statistics for
 the entire web site during the report time frame.
 END
 
@@ -17,10 +17,10 @@
 GraphType = Line
 MostActive = Most active month
 Description = <<END
-The Monthly Report identifies activity for each month in the report 
-timeframe. Remember that each page hit can result in several server requests 
-as the images for each page are loaded. <BR><B>Note:</B> Depending on the 
-report time frame, the first and last months may not represent a complete 
+The Monthly Report identifies activity for each month in the report
+timeframe. Remember that each page hit can result in several server requests
+as the images for each page are loaded. <BR><B>Note:</B> Depending on the
+report time frame, the first and last months may not represent a complete
 month's worth of data, resulting in lower hits.
 END
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-2.88/t/es.ini 
new/Config-IniFiles-2.89/t/es.ini
--- old/Config-IniFiles-2.88/t/es.ini   2015-07-10 10:37:30.000000000 +0200
+++ new/Config-IniFiles-2.89/t/es.ini   2016-05-03 11:13:02.000000000 +0200
@@ -17,7 +17,7 @@
 m&uacute;ltiples peticiones al servidor, dado que se cargan las 
im&aacute;genes de cada
 p&aacute;gina.<BR>
 <B>Nota:</B> Dependiendo del periodo del informe, el primer y
-&uacute;ltimo mes pueden no representar un mes completo, resultando en menos 
+&uacute;ltimo mes pueden no representar un mes completo, resultando en menos
 aciertos de los reales.
 FIN
 


Reply via email to