Hello community,

here is the log from the commit of package perl-List-MoreUtils for 
openSUSE:Factory checked in at 2015-06-15 17:47:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-List-MoreUtils (Old)
 and      /work/SRC/openSUSE:Factory/.perl-List-MoreUtils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-List-MoreUtils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-List-MoreUtils/perl-List-MoreUtils.changes  
2015-05-22 16:34:42.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-List-MoreUtils.new/perl-List-MoreUtils.changes 
    2015-06-15 17:47:03.000000000 +0200
@@ -1,0 +2,10 @@
+Sun Jun 14 08:17:22 UTC 2015 - co...@suse.com
+
+- updated to 0.413
+   see /usr/share/doc/packages/perl-List-MoreUtils/Changes
+
+  0.413        2015-06-10
+      - Fix compiling in c++ mode (depreciated, but some people seem to
+        require it). Solves RT#104690
+
+-------------------------------------------------------------------

Old:
----
  List-MoreUtils-0.412.tar.gz

New:
----
  List-MoreUtils-0.413.tar.gz

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

Other differences:
------------------
++++++ perl-List-MoreUtils.spec ++++++
--- /var/tmp/diff_new_pack.J8VBtO/_old  2015-06-15 17:47:03.000000000 +0200
+++ /var/tmp/diff_new_pack.J8VBtO/_new  2015-06-15 17:47:03.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-List-MoreUtils
-Version:        0.412
+Version:        0.413
 Release:        0
 %define cpan_name List-MoreUtils
 Summary:        Provide the stuff missing in List::Util

++++++ List-MoreUtils-0.412.tar.gz -> List-MoreUtils-0.413.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/List-MoreUtils-0.412/Changes 
new/List-MoreUtils-0.413/Changes
--- old/List-MoreUtils-0.412/Changes    2015-05-19 19:45:53.000000000 +0200
+++ new/List-MoreUtils-0.413/Changes    2015-06-10 13:03:20.000000000 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension List-MoreUtils
 
+0.413  2015-06-10
+    - Fix compiling in c++ mode (depreciated, but some people seem to
+      require it). Solves RT#104690
+
 0.412  2015-05-19
     - release 0.411_001 without further changes
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/List-MoreUtils-0.412/META.json 
new/List-MoreUtils-0.413/META.json
--- old/List-MoreUtils-0.412/META.json  2015-05-19 19:47:00.000000000 +0200
+++ new/List-MoreUtils-0.413/META.json  2015-06-10 15:07:28.000000000 +0200
@@ -6,7 +6,7 @@
       "Jens Rehsack <rehs...@cpan.org>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.150001",
+   "generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150001",
    "license" : [
       "perl_5"
    ],
@@ -88,5 +88,5 @@
          "web" : "https://github.com/perl5-utils/List-MoreUtils";
       }
    },
-   "version" : "0.412"
+   "version" : "0.413"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/List-MoreUtils-0.412/META.yml 
new/List-MoreUtils-0.413/META.yml
--- old/List-MoreUtils-0.412/META.yml   2015-05-19 19:47:00.000000000 +0200
+++ new/List-MoreUtils-0.413/META.yml   2015-06-10 15:07:27.000000000 +0200
@@ -16,7 +16,7 @@
   IPC::Cmd: '0'
   base: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.150001'
+generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150001'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -34,4 +34,4 @@
   homepage: https://metacpan.org/release/List-MoreUtils
   license: http://dev.perl.org/licenses/
   repository: https://github.com/perl5-utils/List-MoreUtils.git
-version: '0.412'
+version: '0.413'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/List-MoreUtils-0.412/MoreUtils.xs 
new/List-MoreUtils-0.413/MoreUtils.xs
--- old/List-MoreUtils-0.412/MoreUtils.xs       2015-04-07 10:23:19.000000000 
+0200
+++ new/List-MoreUtils-0.413/MoreUtils.xs       2015-06-10 13:01:07.000000000 
+0200
@@ -327,7 +327,7 @@
     {
        int i;
        CV *code = (CV*)SvRV(sv);
-       arrayeach_args *args = CvXSUBANY(code).any_ptr;
+       arrayeach_args *args = (arrayeach_args *)(CvXSUBANY(code).any_ptr);
        if (args) {
            for (i = 0; i < args->navs; ++i)
                SvREFCNT_dec(args->avs[i]);
@@ -347,7 +347,7 @@
     {
        int i;
        CV *code = (CV*)SvRV(sv);
-       natatime_args *args = CvXSUBANY(code).any_ptr;
+       natatime_args *args = (natatime_args *)(CvXSUBANY(code).any_ptr);
        if (args) {
            for (i = 0; i < args->nsvs; ++i)
                SvREFCNT_dec(args->svs[i]);
@@ -1061,7 +1061,7 @@
 
 void
 _array_iterator (method = "")
-    char *method;
+    const char *method;
     PROTOTYPE: ;$
     CODE:
     {
@@ -1071,7 +1071,7 @@
        /* 'cv' is the hidden argument with which 
XS_List__MoreUtils__array_iterator (this XSUB)
         * is called. The closure_arg struct is stored in this CV. */
 
-       arrayeach_args *args = (arrayeach_args*)CvXSUBANY(cv).any_ptr;
+       arrayeach_args *args = (arrayeach_args *)(CvXSUBANY(cv).any_ptr);
 
        if (strEQ(method, "index")) {
            EXTEND(SP, 1);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/List-MoreUtils-0.412/inc/inc_Capture-Tiny/Capture/Tiny.pm 
new/List-MoreUtils-0.413/inc/inc_Capture-Tiny/Capture/Tiny.pm
--- old/List-MoreUtils-0.412/inc/inc_Capture-Tiny/Capture/Tiny.pm       
2015-05-19 19:46:43.000000000 +0200
+++ new/List-MoreUtils-0.413/inc/inc_Capture-Tiny/Capture/Tiny.pm       
2015-06-10 15:06:52.000000000 +0200
@@ -3,7 +3,7 @@
 use warnings;
 package Capture::Tiny;
 # ABSTRACT: Capture STDOUT and STDERR from Perl, XS or external programs
-our $VERSION = '0.28';
+our $VERSION = '0.30';
 use Carp ();
 use Exporter ();
 use IO::Handle ();
@@ -210,7 +210,7 @@
   # execute @cmd as a separate process
   if ( $IS_WIN32 ) {
     local $@;
-    eval "use Win32API::File qw/CloseHandle GetOsFHandle SetHandleInformation 
fileLastError HANDLE_FLAG_INHERIT INVALID_HANDLE_VALUE/ ";
+    eval "use Win32API::File qw/GetOsFHandle SetHandleInformation 
fileLastError HANDLE_FLAG_INHERIT INVALID_HANDLE_VALUE/ ";
     # _debug( "# Win32API::File loaded\n") unless $@;
     my $os_fhandle = GetOsFHandle( $stash->{tee}{$which} );
     # _debug( "# Couldn't get OS handle: " . fileLastError() . "\n") if ! 
defined $os_fhandle || $os_fhandle == INVALID_HANDLE_VALUE();
@@ -264,8 +264,8 @@
 sub _kill_tees {
   my ($stash) = @_;
   if ( $IS_WIN32 ) {
-    # _debug( "# closing handles with CloseHandle\n");
-    CloseHandle( GetOsFHandle($_) ) for values %{ $stash->{tee} };
+    # _debug( "# closing handles\n");
+    close($_) for values %{ $stash->{tee} };
     # _debug( "# waiting for subprocesses to finish\n");
     my $start = time;
     1 until wait == -1 || (time - $start > 30);
@@ -422,7 +422,7 @@
 
 =head1 VERSION
 
-version 0.28
+version 0.30
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/List-MoreUtils-0.412/inc/inc_Config-AutoConf/Config/AutoConf.pm 
new/List-MoreUtils-0.413/inc/inc_Config-AutoConf/Config/AutoConf.pm
--- old/List-MoreUtils-0.412/inc/inc_Config-AutoConf/Config/AutoConf.pm 
2015-05-19 19:46:43.000000000 +0200
+++ new/List-MoreUtils-0.413/inc/inc_Config-AutoConf/Config/AutoConf.pm 
2015-06-10 15:06:52.000000000 +0200
@@ -92,7 +92,7 @@
 
 =cut
 
-our $VERSION = '0.312';
+our $VERSION = '0.311';
 $VERSION = eval $VERSION;
 
 =head1 ABSTRACT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/List-MoreUtils-0.412/lib/List/MoreUtils/PP.pm 
new/List-MoreUtils-0.413/lib/List/MoreUtils/PP.pm
--- old/List-MoreUtils-0.412/lib/List/MoreUtils/PP.pm   2015-05-19 
19:44:34.000000000 +0200
+++ new/List-MoreUtils-0.413/lib/List/MoreUtils/PP.pm   2015-06-10 
15:06:12.000000000 +0200
@@ -4,7 +4,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.412';
+our $VERSION = '0.413';
 
 =pod
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/List-MoreUtils-0.412/lib/List/MoreUtils/XS.pm 
new/List-MoreUtils-0.413/lib/List/MoreUtils/XS.pm
--- old/List-MoreUtils-0.412/lib/List/MoreUtils/XS.pm   2015-05-19 
19:44:34.000000000 +0200
+++ new/List-MoreUtils-0.413/lib/List/MoreUtils/XS.pm   2015-06-10 
15:06:12.000000000 +0200
@@ -8,7 +8,7 @@
 
 BEGIN
 {
-    $VERSION = '0.412';
+    $VERSION = '0.413';
 
     # Load the XS at compile-time so that redefinition warnings will be
     # thrown correctly if the XS versions of part or indexes loaded
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/List-MoreUtils-0.412/lib/List/MoreUtils.pm 
new/List-MoreUtils-0.413/lib/List/MoreUtils.pm
--- old/List-MoreUtils-0.412/lib/List/MoreUtils.pm      2015-05-19 
19:44:34.000000000 +0200
+++ new/List-MoreUtils-0.413/lib/List/MoreUtils.pm      2015-06-10 
15:06:11.000000000 +0200
@@ -6,7 +6,7 @@
 
 BEGIN
 {
-    our $VERSION = '0.412';
+    our $VERSION = '0.413';
 }
 
 use Exporter::Tiny qw();


Reply via email to