Hello community,
here is the log from the commit of package perl-POE-Test-Loops for
openSUSE:Factory checked in at 2013-10-21 15:14:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2013-08-05 20:50:16.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-POE-Test-Loops.new/perl-POE-Test-Loops.changes
2013-10-21 15:14:48.000000000 +0200
@@ -1,0 +2,15 @@
+Fri Oct 4 19:50:32 UTC 2013 - [email protected]
+
+- updated to 1.353
+ 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.
+
+-------------------------------------------------------------------
Old:
----
POE-Test-Loops-1.351.tar.gz
New:
----
POE-Test-Loops-1.353.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-POE-Test-Loops.spec ++++++
--- /var/tmp/diff_new_pack.5lCgpc/_old 2013-10-21 15:14:49.000000000 +0200
+++ /var/tmp/diff_new_pack.5lCgpc/_new 2013-10-21 15:14:49.000000000 +0200
@@ -17,7 +17,7 @@
Name: perl-POE-Test-Loops
-Version: 1.351
+Version: 1.353
Release: 0
%define cpan_name POE-Test-Loops
Summary: Reusable tests for POE::Loop authors
@@ -30,7 +30,6 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Test::More) >= 0.94
%{perl_requires}
%description
++++++ POE-Test-Loops-1.351.tar.gz -> POE-Test-Loops-1.353.tar.gz ++++++
++++ 1836 lines of diff (skipped)
++++++ strip-dummy-provides.diff ++++++
--- /var/tmp/diff_new_pack.5lCgpc/_old 2013-10-21 15:14:49.000000000 +0200
+++ /var/tmp/diff_new_pack.5lCgpc/_new 2013-10-21 15:14:49.000000000 +0200
@@ -10,7 +10,7 @@
+package # split to avoid CPAN indexer
+Switch;
{
- $Switch::VERSION = '1.351';
+ $Switch::VERSION = '1.353';
}
@@ -143,7 +144,8 @@ POE::NFA->spawn(
### observer who pushes the light's button over and over, watching it
@@ -20,7 +20,7 @@
+package # split to avoid CPAN indexer
+Operator;
{
- $Operator::VERSION = '1.351';
+ $Operator::VERSION = '1.353';
}
@@ -182,7 +184,8 @@ POE::Session->create(
### This is a Fibonacci number servlet. Post it a request with the F
@@ -30,7 +30,7 @@
+package # split to avoid CPAN indexer
+FibServer;
{
- $FibServer::VERSION = '1.351';
+ $FibServer::VERSION = '1.353';
}
@@ -242,7 +245,8 @@ POE::NFA->spawn(
### This is a Fibonacci client. It asks for F numbers and checks the
@@ -40,7 +40,7 @@
+package # split to avoid CPAN indexer
+FibClient;
{
- $FibClient::VERSION = '1.351';
+ $FibClient::VERSION = '1.353';
}
Index: lib/POE/Test/Loops/ses_session.pm
===================================================================
@@ -54,7 +54,7 @@
+package # split to avoid CPAN indexer
+UnmappedPackage;
{
- $UnmappedPackage::VERSION = '1.351';
+ $UnmappedPackage::VERSION = '1.353';
}
@@ -253,7 +254,8 @@ sub _stop {
#------------------------------------------------------------------------------
@@ -64,7 +64,7 @@
+package # split to avoid CPAN indexer
+UnmappedObject;
{
- $UnmappedObject::VERSION = '1.351';
+ $UnmappedObject::VERSION = '1.353';
}
@@ -280,7 +282,8 @@ sub _stop {
#------------------------------------------------------------------------------
@@ -74,7 +74,7 @@
+package # split to avoid CPAN indexer
+MappedPackage;
{
- $MappedPackage::VERSION = '1.351';
+ $MappedPackage::VERSION = '1.353';
}
@@ -304,7 +307,8 @@ sub my_stop {
#------------------------------------------------------------------------------
@@ -84,5 +84,5 @@
+package # split to avoid CPAN indexer
+MappedObject;
{
- $MappedObject::VERSION = '1.351';
+ $MappedObject::VERSION = '1.353';
}
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]