Hello community,

here is the log from the commit of package perl-POE-Test-Loops for 
openSUSE:Factory checked in at 2015-04-15 16:26:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-POE-Test-Loops (Old)
 and      /work/SRC/openSUSE:Factory/.perl-POE-Test-Loops.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-POE-Test-Loops"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-POE-Test-Loops/perl-POE-Test-Loops.changes  
2014-07-28 16:20:55.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-POE-Test-Loops.new/perl-POE-Test-Loops.changes 
    2015-04-15 16:26:45.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Apr 14 20:02:27 UTC 2015 - co...@suse.com
+
+- updated to 1.360
+   see /usr/share/doc/packages/perl-POE-Test-Loops/CHANGES
+
+-------------------------------------------------------------------

Old:
----
  POE-Test-Loops-1.358.tar.gz

New:
----
  POE-Test-Loops-1.360.tar.gz

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

Other differences:
------------------
++++++ perl-POE-Test-Loops.spec ++++++
--- /var/tmp/diff_new_pack.E3mtv3/_old  2015-04-15 16:26:45.000000000 +0200
+++ /var/tmp/diff_new_pack.E3mtv3/_new  2015-04-15 16:26:45.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-POE-Test-Loops
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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-POE-Test-Loops
-Version:        1.358
+Version:        1.360
 Release:        0
 %define cpan_name POE-Test-Loops
 Summary:        Reusable tests for POE::Loop authors
@@ -29,8 +29,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More) >= 1.001003
-Requires:       perl(Test::More) >= 1.001003
+BuildRequires:  perl(Test::More) >= 1.001002
+Requires:       perl(Test::More) >= 1.001002
 %{perl_requires}
 
 %description

++++++ POE-Test-Loops-1.358.tar.gz -> POE-Test-Loops-1.360.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/POE-Test-Loops-1.358/CHANGES 
new/POE-Test-Loops-1.360/CHANGES
--- old/POE-Test-Loops-1.358/CHANGES    2014-07-13 00:24:11.000000000 +0200
+++ new/POE-Test-Loops-1.360/CHANGES    2014-11-03 19:39:14.000000000 +0100
@@ -1,9 +1,46 @@
 ==================================================
-Changes from 2013-07-12 00:00:00 +0000 to present.
+Changes from 2013-11-03 00:00:00 +0000 to present.
 ==================================================
 
 ------------------------------------------
-version 1.358 at 2014-07-12 22:24:02 +0000
+version 1.360 at 2014-11-03 18:39:01 +0000
+------------------------------------------
+
+  Change: 321dbe7f3249bb5c82c83fbad8a9faf2b0319f22
+  Author: Rocco Caputo <rcap...@cpan.org>
+  Date : 2014-11-03 11:51:29 +0000
+
+    Update dist.ini for relatively new plugi behaviors. 
+
+  Change: 88af7cb4cc1bd0cb92bcfd3d2e986264f2c040d7
+  Author: Rocco Caputo <rcap...@cpan.org>
+  Date : 2014-10-30 12:38:45 +0000
+
+    Reflect a change in POE::Kernel->stop() behavior. 
+
+------------------------------------------
+version 1.359 at 2014-07-27 07:07:53 +0000
+------------------------------------------
+
+  Change: e9ea00e6e02120b66577e68f1a969cb550eaf3ed
+  Author: Rocco Caputo <rcap...@cpan.org>
+  Date : 2014-07-27 03:07:53 +0000
+
+    Merge pull request #4 from Hugmeir/master
+
+    Don't assume that /tmp exists, use File::Temp instead 
+
+  Change: b96cbffbbf9e418014bb049449989ccc9a53f505
+  Author: Brian Fraser <frase...@gmail.com>
+  Date : 2014-07-27 03:35:16 +0000
+
+    Don't assume that /tmp exists, use File::Temp instead
+
+    Some unixy systems don't have /tmp (android, blackberry 10) which was
+    causing tests in POE to fail. 
+
+------------------------------------------
+version 1.358 at 2014-07-12 22:14:15 +0000
 ------------------------------------------
 
   Change: 9bb32997c9b77e5c3ae33229f3e8b0aae3ad5263
@@ -91,145 +128,6 @@
 
     Switch a test from ok() to is() for more fail-time information. 
 
-------------------------------------------
-version 1.354 at 2013-10-20 17:59:31 +0000
-------------------------------------------
-
-  Change: 8d9b7477dd1528890923237090cf673ae55426e2
-  Author: Rocco Caputo <rcap...@cpan.org>
-  Date : 2013-10-20 13:59:31 +0000
-
-    [rt.cpan.org 89568] Set Test::More prerequisite.
-
-    Resolves a bug reported by Doug Truesdell at John Deere. 
-
-------------------------------------------
-version 1.353 at 2013-09-15 20:06:22 +0000
-------------------------------------------
-
-  Change: 8beabfebf53200a01b50a4d7d7f64ac4e429248e
-  Author: Rocco Caputo <rcap...@cpan.org>
-  Date : 2013-09-15 16:06:22 +0000
-
-    Fix POE::Wheel::FollowTail test hang in wheel_tail.pm
-
-    Windows locks files and directories while they're open. It's not
-    possible to unlink() them in this state.
-
-    The file reset test tried to unlink() a test log to reset it. The
-    unlink() was silently failing, and the test program was waiting
-    indefinitely for the reset.
-
-    Added a SKIP section around those tests so they don't run on Windows.
-    Fixes welcome, because I'd really like Windows users to be able to
-    detect file resets.
-
-    Replaced the "skip_all" plan when networking isn't available with a
-    SKIP section around the network-based tests. Filesystem-based tests
-    will still run when networking isn't available... unless the tests
-    are running on Windows. 
-
-  Change: 8cf0e77fb43eb905ee5bb74642a16b734ffb32c0
-  Author: Rocco Caputo <rcap...@cpan.org>
-  Date : 2013-08-25 11:04:10 +0000
-
-    Merge pull request #3 from dsteinbrunner/patch-1
-
-    Typo fixes. 
-
-  Change: ac0805fa60bb9ce492ecfb137f275e41167e5138
-  Author: David Steinbrunner <dsteinbrun...@pobox.com>
-  Date : 2013-08-25 06:50:25 +0000
-
-    typo fixes 
-
-  Change: b83faf96e31e29f5434bd1597152a219ecb35703
-  Author: David Steinbrunner <dsteinbrun...@pobox.com>
-  Date : 2013-08-25 06:48:32 +0000
-
-    typo fix 
-
-  Change: 3c4da097ed7c4b8b638d029a31636512d70231db
-  Author: David Steinbrunner <dsteinbrun...@pobox.com>
-  Date : 2013-08-25 06:47:31 +0000
-
-    typo fix 
-
-  Change: 6e2246a3ac7bba450eeee480dc1338aa68a4397c
-  Author: David Steinbrunner <dsteinbrun...@pobox.com>
-  Date : 2013-08-25 06:46:09 +0000
-
-    typo fix 
-
-------------------------------------------
-version 1.352 at 2013-08-19 22:42:04 +0000
-------------------------------------------
-
-  Change: 71a0074a1c9e072f1eca21d160b1799620158b36
-  Author: Rocco Caputo <rcap...@cpan.org>
-  Date : 2013-08-19 18:42:04 +0000
-
-    [rt.cpan.org 87931] Improve alarm test failure diagnostics. 
-
-  Change: cf4af38556bf32b9d5f4c05dc2b7474f8d7ac663
-  Author: Rocco Caputo <rcap...@cpan.org>
-  Date : 2013-08-18 21:39:37 +0000
-
-    Modernize dist.ini somewhat. 
-
-  Change: 84b5d2deb5ad7853ad1743126b29ef8b2f6edd2c
-  Author: Rocco Caputo <rcap...@cpan.org>
-  Date : 2013-08-18 03:49:17 +0000
-
-    Update copyright date. 
-
-  Change: f5a5fdf804cd2d48e8dcf66decda365ad9197c0a
-  Author: Rocco Caputo <rcap...@cpan.org>
-  Date : 2013-07-13 03:56:17 +0000
-
-    [rt.cpan.org 75299] Add timing info to the test output.
-
-    I haven't been able to reproduce the intermittent test timeout that
-    Todd Rinaldo reported on the RT ticket. To help unstall the ticket,
-    I've added timing information so cpantesters.org etc. might shed more
-    light on the issue. 
-
-  Change: 7bab034b67f39b4eaa3b97709b6609077bcf660c
-  Author: Philip Gwyn <g...@cpan.org>
-  Date : 2012-07-22 02:50:18 +0000
-
-    Buffer the stdout before checking it, and add a $term(inator)
-    parameter. 
-
-  Change: b129895e31b7e1c501f9f3f4b038a6a4fac8670c
-  Author: Rocco Caputo <rcap...@cpan.org>
-  Date : 2012-07-11 21:49:43 +0000
-
-    Recent wheel_run.t failures may be buffering-related.
-
-    Philip Gwyn suggests it might be a buffering issue. Make sure the
-    child process' STDOUT and STDERR are unbuffered, and close them in a
-    consistent order. 
-
-  Change: b284e4e67a42afa80ac454c992a120d71ffce537
-  Author: Rocco Caputo <rcap...@cpan.org>
-  Date : 2012-07-10 09:56:31 +0000
-
-    Convert DEBUG and warn() to Test::More::note().
-
-    This way I don't have to hinder calls for help by responding, "First,
-    edit the test and turn on the DEBUG flag." 
-
-  Change: 33e65fed1a0311f951e8592b70f81bbfc7826f82
-  Author: Rocco Caputo <rcap...@cpan.org>
-  Date : 2012-07-10 08:47:16 +0000
-
-    Account for: Failed test 'response time <=3 seconds (6)'
-
-    Expected to resolve:
-    http://cpantesters.org/cpan/report/830018ea-ae60-11e1-9066-3d54fb7543
-    f5 
-
 =================================================
-Plus 26 releases after 2013-07-12 00:00:00 +0000.
+Plus 29 releases after 2013-11-03 00:00:00 +0000.
 =================================================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/POE-Test-Loops-1.358/MANIFEST 
new/POE-Test-Loops-1.360/MANIFEST
--- old/POE-Test-Loops-1.358/MANIFEST   2014-07-13 00:24:11.000000000 +0200
+++ new/POE-Test-Loops-1.360/MANIFEST   2014-11-03 19:39:14.000000000 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.019.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.023.
 CHANGES
 LICENSE
 MANIFEST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/POE-Test-Loops-1.358/META.json 
new/POE-Test-Loops-1.360/META.json
--- old/POE-Test-Loops-1.358/META.json  2014-07-13 00:24:11.000000000 +0200
+++ new/POE-Test-Loops-1.360/META.json  2014-11-03 19:39:14.000000000 +0100
@@ -4,7 +4,7 @@
       "Rocco Caputo <rcap...@cpan.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.019, CPAN::Meta::Converter version 
2.141520",
+   "generated_by" : "Dist::Zilla version 5.023, CPAN::Meta::Converter version 
2.142690",
    "license" : [
       "perl_5"
    ],
@@ -16,7 +16,7 @@
    "prereqs" : {
       "configure" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : "6.30"
+            "ExtUtils::MakeMaker" : "0"
          }
       },
       "develop" : {
@@ -28,7 +28,7 @@
       },
       "runtime" : {
          "requires" : {
-            "Test::More" : "1.001003"
+            "Test::More" : "1.001002"
          }
       }
    },
@@ -45,6 +45,6 @@
          "web" : "https://github.com/rcaputo/poe-test-loops";
       }
    },
-   "version" : "1.358"
+   "version" : "1.360"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/POE-Test-Loops-1.358/META.yml 
new/POE-Test-Loops-1.360/META.yml
--- old/POE-Test-Loops-1.358/META.yml   2014-07-13 00:24:11.000000000 +0200
+++ new/POE-Test-Loops-1.360/META.yml   2014-11-03 19:39:14.000000000 +0100
@@ -4,18 +4,18 @@
   - 'Rocco Caputo <rcap...@cpan.org>'
 build_requires: {}
 configure_requires:
-  ExtUtils::MakeMaker: '6.30'
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.019, CPAN::Meta::Converter version 
2.141520'
+generated_by: 'Dist::Zilla version 5.023, CPAN::Meta::Converter version 
2.142690'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: '1.4'
 name: POE-Test-Loops
 requires:
-  Test::More: '1.001003'
+  Test::More: '1.001002'
 resources:
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=POE-Test-Loops
   homepage: http://search.cpan.org/dist/POE-Test-Loops/
   repository: git://github.com/rcaputo/poe-test-loops.git
-version: '1.358'
+version: '1.360'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/POE-Test-Loops-1.358/Makefile.PL 
new/POE-Test-Loops-1.360/Makefile.PL
--- old/POE-Test-Loops-1.358/Makefile.PL        2014-07-13 00:24:11.000000000 
+0200
+++ new/POE-Test-Loops-1.360/Makefile.PL        2014-11-03 19:39:14.000000000 
+0100
@@ -1,11 +1,11 @@
 
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v5.019.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v5.023.
 use strict;
 use warnings;
 
 
 
-use ExtUtils::MakeMaker 6.30;
+use ExtUtils::MakeMaker;
 
 
 
@@ -13,7 +13,7 @@
   "ABSTRACT" => "Reusable tests for POE::Loop authors",
   "AUTHOR" => "Rocco Caputo <rcaputo\@cpan.org>",
   "CONFIGURE_REQUIRES" => {
-    "ExtUtils::MakeMaker" => "6.30"
+    "ExtUtils::MakeMaker" => 0
   },
   "DISTNAME" => "POE-Test-Loops",
   "EXE_FILES" => [
@@ -22,9 +22,9 @@
   "LICENSE" => "perl",
   "NAME" => "POE::Test::Loops",
   "PREREQ_PM" => {
-    "Test::More" => "1.001003"
+    "Test::More" => "1.001002"
   },
-  "VERSION" => "1.358",
+  "VERSION" => "1.360",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -32,7 +32,8 @@
 
 
 my %FallbackPrereqs = (
-  "Test::More" => "1.001003"
+  "ExtUtils::MakeMaker" => 0,
+  "Test::More" => "1.001002"
 );
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/POE-Test-Loops-1.358/dist.ini 
new/POE-Test-Loops-1.360/dist.ini
--- old/POE-Test-Loops-1.358/dist.ini   2014-07-13 00:24:11.000000000 +0200
+++ new/POE-Test-Loops-1.360/dist.ini   2014-11-03 19:39:14.000000000 +0100
@@ -5,7 +5,6 @@
 
 [AutoMetaResources]
 bugtracker.rt     = 1
-repository.github = user:rcaputo
 
 ; Can't use AutoPrereqs here.
 ; These tests have a circular dependency with POE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/POE-Test-Loops-1.358/lib/POE/Test/DondeEstan.pm 
new/POE-Test-Loops-1.360/lib/POE/Test/DondeEstan.pm
--- old/POE-Test-Loops-1.358/lib/POE/Test/DondeEstan.pm 2014-07-13 
00:24:11.000000000 +0200
+++ new/POE-Test-Loops-1.360/lib/POE/Test/DondeEstan.pm 2014-11-03 
19:39:14.000000000 +0100
@@ -1,5 +1,5 @@
 package POE::Test::DondeEstan;
-$POE::Test::DondeEstan::VERSION = '1.358';
+$POE::Test::DondeEstan::VERSION = '1.360';
 use warnings;
 use strict;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/POE-Test-Loops-1.358/lib/POE/Test/Loops/ses_session.pm 
new/POE-Test-Loops-1.360/lib/POE/Test/Loops/ses_session.pm
--- old/POE-Test-Loops-1.358/lib/POE/Test/Loops/ses_session.pm  2014-07-13 
00:24:11.000000000 +0200
+++ new/POE-Test-Loops-1.360/lib/POE/Test/Loops/ses_session.pm  2014-11-03 
19:39:14.000000000 +0100
@@ -610,12 +610,12 @@
 POE::Kernel->run();
 
 is(
-  $stop_called, 0,
-  "_stop wasn't called"
+  $stop_called, 4,
+  "_stop was called the correct number of times"
 );
 
 is(
-  $child_called, 0,
+  $child_called, 3,
   "_child wasn't called"
 );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/POE-Test-Loops-1.358/lib/POE/Test/Loops/wheel_sf_unix.pm 
new/POE-Test-Loops-1.360/lib/POE/Test/Loops/wheel_sf_unix.pm
--- old/POE-Test-Loops-1.358/lib/POE/Test/Loops/wheel_sf_unix.pm        
2014-07-13 00:24:11.000000000 +0200
+++ new/POE-Test-Loops-1.360/lib/POE/Test/Loops/wheel_sf_unix.pm        
2014-11-03 19:39:14.000000000 +0100
@@ -15,6 +15,7 @@
 }
 
 use Socket;
+use File::Temp qw(tempfile);
 
 # We can't test_setup(0, "reason") because that calls exit().  And Tk
 # will croak if you call BEGIN { exit() }.  And that croak will cause
@@ -47,7 +48,7 @@
   Driver::SysRW
 );
 
-my $unix_server_socket = '/tmp/poe-usrv';
+my (undef, $unix_server_socket) = tempfile('poe-usrv-XXXXXX');
 
 ###############################################################################
 # A generic server session.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/POE-Test-Loops-1.358/lib/POE/Test/Loops.pm 
new/POE-Test-Loops-1.360/lib/POE/Test/Loops.pm
--- old/POE-Test-Loops-1.358/lib/POE/Test/Loops.pm      2014-07-13 
00:24:11.000000000 +0200
+++ new/POE-Test-Loops-1.360/lib/POE/Test/Loops.pm      2014-11-03 
19:39:14.000000000 +0100
@@ -1,7 +1,7 @@
 # vim: ts=2 sw=2 expandtab
 
 package POE::Test::Loops;
-$POE::Test::Loops::VERSION = '1.358';
+$POE::Test::Loops::VERSION = '1.360';
 use warnings;
 use strict;
 


Reply via email to