Hello community,

here is the log from the commit of package perl-Event for openSUSE:Factory
checked in at Mon Jun 20 13:03:00 CEST 2011.



--------
--- perl-Event/perl-Event.changes       2011-05-04 09:58:49.000000000 +0200
+++ /mounts/work_src_done/STABLE/perl-Event/perl-Event.changes  2011-06-20 
10:56:18.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jun 20 08:52:28 UTC 2011 - [email protected]
+
+- updated to 1.17, no Changelog provided
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  Event-1.15.tar.gz

New:
----
  Event-1.17.tar.gz
  _service:download_files:Event-1.17.tar.gz

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

Other differences:
------------------
++++++ perl-Event.spec ++++++
--- /var/tmp/diff_new_pack.kwlZCk/_old  2011-06-20 13:02:33.000000000 +0200
+++ /var/tmp/diff_new_pack.kwlZCk/_new  2011-06-20 13:02:33.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           perl-Event
-Version:        1.15
+Version:        1.17
 Release:        1
 License:        GPL+ or Artistic
 %define cpan_name Event
@@ -101,6 +101,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ANNOUNCE ChangeLog README README.EV TODO Tutorial.pdf 
Tutorial.pdf-errata.txt
+%doc ANNOUNCE ChangeLog README README.EV TODO Tutorial.pdf 
Tutorial.pdf-errata.txt util
 
 %changelog

++++++ Event-1.15.tar.gz -> Event-1.17.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.15/META.yml new/Event-1.17/META.yml
--- old/Event-1.15/META.yml     2011-05-03 19:11:35.000000000 +0200
+++ new/Event-1.17/META.yml     2011-05-18 19:13:10.000000000 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Event
-version:            1.15
+version:            1.17
 abstract:           ~
 author:  []
 license:            unknown
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.15/lib/Event.pm new/Event-1.17/lib/Event.pm
--- old/Event-1.15/lib/Event.pm 2011-05-03 19:11:16.000000000 +0200
+++ new/Event-1.17/lib/Event.pm 2011-05-18 19:12:44.000000000 +0200
@@ -14,7 +14,7 @@
 eval { require Carp::Heavy; };  # work around perl_call_pv bug XXX
 use vars qw($VERSION @EXPORT_OK
            $API $DebugLevel $Eval $DIED $Now);
-$VERSION = '1.15';
+$VERSION = '1.17';
 
 # If we inherit DynaLoader then we inherit AutoLoader; Bletch!
 require DynaLoader;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.15/t/hup.t new/Event-1.17/t/hup.t
--- old/Event-1.15/t/hup.t      2007-05-22 08:38:35.000000000 +0200
+++ new/Event-1.17/t/hup.t      2011-05-18 17:48:54.000000000 +0200
@@ -2,8 +2,7 @@
 
 BEGIN {
     if ($^O eq 'MSWin32') {
-       print "1..0\n";
-       print "ok 1 # skipped; Win32 is too strange\n";
+       print "1..0 # skipped; Win32 is too strange\n";
        exit;
     }
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.15/t/io.t new/Event-1.17/t/io.t
--- old/Event-1.15/t/io.t       2011-05-03 19:09:53.000000000 +0200
+++ new/Event-1.17/t/io.t       2011-05-18 17:54:46.000000000 +0200
@@ -3,8 +3,7 @@
 use Config;
 BEGIN {
     if ($^O eq 'MSWin32') {
-       print "1..0\n";
-       print "ok 1 # skipped; Win32 supports select() only on sockets\n";
+       print "1..0 # skipped; Win32 supports select() only on sockets\n";
        exit;
     }
 }
@@ -86,7 +85,8 @@
 loop();
 
 my $bogus_fd_detection;
-if ($Config{osname} eq 'darwin' or $Config{archname} =~ m/^armv5tejl/) {
+if ($Config{osname} eq 'darwin' or $Config{osname} eq 'gnu' or
+    $Config{archname} =~ m/^armv5tejl/) {
     $bogus_fd_detection = 'Cannot detect bogus file descriptors';
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.15/t/reenter.t new/Event-1.17/t/reenter.t
--- old/Event-1.15/t/reenter.t  2007-05-22 08:38:35.000000000 +0200
+++ new/Event-1.17/t/reenter.t  2011-05-18 17:48:54.000000000 +0200
@@ -1,8 +1,7 @@
 # deep -*- perl -*-
 BEGIN {
     if ($^O eq 'MSWin32') {
-       print "1..0\n";
-       print "ok 1 # skipped; Win32 supports select() only on sockets\n";
+       print "1..0 # skipped; Win32 supports select() only on sockets\n";
        exit;
     }
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Event-1.15/t/signal.t new/Event-1.17/t/signal.t
--- old/Event-1.15/t/signal.t   2007-05-22 08:38:35.000000000 +0200
+++ new/Event-1.17/t/signal.t   2011-05-18 17:48:54.000000000 +0200
@@ -2,8 +2,7 @@
 
 BEGIN {
     if ($^O eq 'MSWin32') {
-       print "1..0\n";
-       print "ok 1 # skipped; kill() doesn't send signals on Win32\n";
+       print "1..0 # skipped; kill() doesn't send signals on Win32\n";
        exit;
     }
 }


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to