Hello community, here is the log from the commit of package perl-Event for openSUSE:Factory checked in at 2016-06-25 02:24:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Event (Old) and /work/SRC/openSUSE:Factory/.perl-Event.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Event" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Event/perl-Event.changes 2016-06-19 10:48:01.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Event.new/perl-Event.changes 2016-06-25 02:24:13.000000000 +0200 @@ -1,0 +2,9 @@ +Thu Jun 23 06:18:11 UTC 2016 - [email protected] + +- updated to 1.26 + see /usr/share/doc/packages/perl-Event/Changes + + 1.26 2015-06-13 + - fix doc typos (Lucas Kanashiro) + +------------------------------------------------------------------- Old: ---- Event-1.25.tar.gz New: ---- Event-1.26.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Event.spec ++++++ --- /var/tmp/diff_new_pack.J8qg9H/_old 2016-06-25 02:24:14.000000000 +0200 +++ /var/tmp/diff_new_pack.J8qg9H/_new 2016-06-25 02:24:14.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-Event -Version: 1.25 +Version: 1.26 Release: 0 %define cpan_name Event Summary: Event loop processing ++++++ Event-1.25.tar.gz -> Event-1.26.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Event-1.25/Changes new/Event-1.26/Changes --- old/Event-1.25/Changes 2016-06-06 04:00:25.000000000 +0200 +++ new/Event-1.26/Changes 2016-06-14 00:05:25.000000000 +0200 @@ -1,3 +1,6 @@ +1.26 2015-06-13 + - fix doc typos (Lucas Kanashiro) + 1.25 2015-06-06 - Fix Event::PRIO_NORMAL call in Watcher.pm (Lucas Kanashiro) - update Changes diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Event-1.25/META.json new/Event-1.26/META.json --- old/Event-1.25/META.json 2016-06-06 04:05:11.000000000 +0200 +++ new/Event-1.26/META.json 2016-06-14 00:07:45.000000000 +0200 @@ -4,7 +4,7 @@ "unknown" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.14, CPAN::Meta::Converter version 2.150001", + "generated_by" : "ExtUtils::MakeMaker version 7.18, CPAN::Meta::Converter version 2.150001", "license" : [ "unknown" ], @@ -45,5 +45,5 @@ "web" : "https://github.com/mohawk2/cpan-Event" } }, - "version" : "1.25" + "version" : "1.26" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Event-1.25/META.yml new/Event-1.26/META.yml --- old/Event-1.25/META.yml 2016-06-06 04:05:11.000000000 +0200 +++ new/Event-1.26/META.yml 2016-06-14 00:07:45.000000000 +0200 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.14, CPAN::Meta::Converter version 2.150001' +generated_by: 'ExtUtils::MakeMaker version 7.18, CPAN::Meta::Converter version 2.150001' license: unknown meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -22,4 +22,4 @@ perl: '5.008000' resources: repository: https://github.com/mohawk2/cpan-Event.git -version: '1.25' +version: '1.26' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Event-1.25/lib/Event.pm new/Event-1.26/lib/Event.pm --- old/Event-1.25/lib/Event.pm 2016-06-06 04:04:18.000000000 +0200 +++ new/Event-1.26/lib/Event.pm 2016-06-14 00:05:37.000000000 +0200 @@ -13,7 +13,7 @@ use Carp; eval { require Carp::Heavy; }; # work around perl_call_pv bug XXX our $API; -our $VERSION = '1.25'; +our $VERSION = '1.26'; # If we inherit DynaLoader then we inherit AutoLoader; Bletch! require DynaLoader; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Event-1.25/lib/Event.pod new/Event-1.26/lib/Event.pod --- old/Event-1.25/lib/Event.pod 2016-06-06 01:52:29.000000000 +0200 +++ new/Event-1.26/lib/Event.pod 2016-06-14 00:04:38.000000000 +0200 @@ -239,7 +239,7 @@ another active watcher for the same signal. If this situation might occur, and it would be a problem for the new watcher to see older events, call C<queue_pending()> immediately before starting the new -watcher in order to reify any outstanding events. This explaination +watcher in order to reify any outstanding events. This explanation may be more clear if read along with C<demo/queue_pending.t>. =item $watcher->again @@ -327,7 +327,7 @@ If neither C<min> nor C<max> is specified, the watcher defaults to one-shot behaviour (C<repeat> false), otherwise it defaults to repeating. -In either case, the default can be overidden by specifying a C<repeat> +In either case, the default can be overridden by specifying a C<repeat> attribute. C<min> defaults to 0.01, and C<max> defaults to infinity. =item var
