Hello community, here is the log from the commit of package perl-Event for openSUSE:Factory checked in at 2014-07-29 22:05:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-06-06 15:02:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Event.new/perl-Event.changes 2014-07-29 22:05:18.000000000 +0200 @@ -1,0 +2,11 @@ +Mon Jul 28 05:30:44 UTC 2014 - [email protected] + +- updated to 1.23, no Changelog provided + +------------------------------------------------------------------- +Tue Jul 15 21:49:12 UTC 2014 - [email protected] + +- fix build for SLE_11 + * reactivate Event-1.0-warning.patch + +------------------------------------------------------------------- Old: ---- Event-1.21.tar.gz New: ---- Event-1.23.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Event.spec ++++++ --- /var/tmp/diff_new_pack.sVW1qF/_old 2014-07-29 22:05:19.000000000 +0200 +++ /var/tmp/diff_new_pack.sVW1qF/_new 2014-07-29 22:05:19.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Event # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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,27 +17,19 @@ Name: perl-Event -Version: 1.21 +Version: 1.23 Release: 0 %define cpan_name Event Summary: Event loop processing License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Event/ -Source: http://www.cpan.org/authors/id/J/JP/JPRIT/%{cpan_name}-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/E/ET/ETJ/%{cpan_name}-%{version}.tar.gz +Source100: perl-Event-rpmlintrc +Patch0: Event-1.0-warning.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -#BuildRequires: perl(Event) -#BuildRequires: perl(Event::generic) -#BuildRequires: perl(Event::group) -#BuildRequires: perl(Event::io) -#BuildRequires: perl(Event::MakeMaker) -#BuildRequires: perl(Event::timer) -#BuildRequires: perl(Event::Watcher) -#BuildRequires: perl(Qt) >= 2.0 -#BuildRequires: perl(Qt::MainWindow) -#BuildRequires: perl(Qt::slots) %{perl_requires} %description @@ -90,6 +82,7 @@ %prep %setup -q -n %{cpan_name}-%{version} +%patch0 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" ++++++ Event-1.21.tar.gz -> Event-1.23.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Event-1.21/MANIFEST new/Event-1.23/MANIFEST --- old/Event-1.21/MANIFEST 2009-10-01 00:58:07.000000000 +0200 +++ new/Event-1.23/MANIFEST 2014-07-09 06:40:51.000000000 +0200 @@ -79,3 +79,4 @@ Tutorial.pdf-errata.txt util/bench.pl util/filehandle.txt +META.json Module JSON meta-data (added by MakeMaker) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Event-1.21/META.json new/Event-1.23/META.json --- old/Event-1.21/META.json 1970-01-01 01:00:00.000000000 +0100 +++ new/Event-1.23/META.json 2014-07-09 06:40:51.000000000 +0200 @@ -0,0 +1,48 @@ +{ + "abstract" : "unknown", + "author" : [ + "unknown" + ], + "dynamic_config" : 1, + "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.140640", + "license" : [ + "unknown" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : "2" + }, + "name" : "Event", + "no_index" : { + "directory" : [ + "t", + "inc" + ] + }, + "prereqs" : { + "build" : { + "requires" : { + "ExtUtils::MakeMaker" : "0" + } + }, + "configure" : { + "requires" : { + "ExtUtils::MakeMaker" : "0" + } + }, + "runtime" : { + "requires" : { + "Test" : "1" + } + } + }, + "release_status" : "stable", + "resources" : { + "repository" : { + "type" : "git", + "url" : "https://github.com/mohawk2/cpan-Event.git", + "web" : "https://github.com/mohawk2/cpan-Event" + } + }, + "version" : "1.23" +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Event-1.21/META.yml new/Event-1.23/META.yml --- old/Event-1.21/META.yml 2012-12-14 18:12:51.000000000 +0100 +++ new/Event-1.23/META.yml 2014-07-09 06:40:50.000000000 +0200 @@ -1,21 +1,24 @@ ---- #YAML:1.0 -name: Event -version: 1.21 -abstract: ~ -author: [] -license: unknown -distribution_type: module -configure_requires: - ExtUtils::MakeMaker: 0 +--- +abstract: unknown +author: + - unknown build_requires: - ExtUtils::MakeMaker: 0 -requires: - Test: 1 -no_index: - directory: - - t - - inc -generated_by: ExtUtils::MakeMaker version 6.57_05 + ExtUtils::MakeMaker: '0' +configure_requires: + ExtUtils::MakeMaker: '0' +dynamic_config: 1 +generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.140640' +license: unknown meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: '1.4' +name: Event +no_index: + directory: + - t + - inc +requires: + Test: '1' +resources: + repository: https://github.com/mohawk2/cpan-Event.git +version: '1.23' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Event-1.21/Makefile.PL new/Event-1.23/Makefile.PL --- old/Event-1.21/Makefile.PL 2008-05-17 04:32:02.000000000 +0200 +++ new/Event-1.23/Makefile.PL 2014-07-09 06:31:38.000000000 +0200 @@ -21,6 +21,16 @@ map { "$_ */$_ */*/$_" } qw(*% *.html *.b[ac]k *.old *.orig)) }, + META_MERGE => { + "meta-spec" => { version => 2 }, + resources => { + repository => { + type => 'git', + url => 'https://github.com/mohawk2/cpan-Event.git', + web => 'https://github.com/mohawk2/cpan-Event', + }, + }, + }, ); WriteMakefile(@opt); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Event-1.21/lib/Event.pm new/Event-1.23/lib/Event.pm --- old/Event-1.21/lib/Event.pm 2012-12-14 18:12:45.000000000 +0100 +++ new/Event-1.23/lib/Event.pm 2014-07-09 06:33:23.000000000 +0200 @@ -12,9 +12,8 @@ use base 'Exporter'; use Carp; eval { require Carp::Heavy; }; # work around perl_call_pv bug XXX -use vars qw($VERSION @EXPORT_OK - $API $DebugLevel $Eval $DIED $Now); -$VERSION = '1.21'; +our $API; +our $VERSION = '1.23'; # If we inherit DynaLoader then we inherit AutoLoader; Bletch! require DynaLoader; @@ -24,11 +23,11 @@ (defined(&bootstrap)? \&bootstrap : \&DynaLoader::bootstrap)-> (__PACKAGE__, $VERSION); -$DebugLevel = 0; -$Eval = 0; # avoid because c_callback is exempt -$DIED = \&default_exception_handler; +our $DebugLevel = 0; +our $Eval = 0; # avoid because c_callback is exempt +our $DIED = \&default_exception_handler; -@EXPORT_OK = qw(time all_events all_watchers all_running all_queued all_idle +our @EXPORT_OK = qw(time all_events all_watchers all_running all_queued all_idle one_event sweep loop unloop unloop_all sleep queue queue_pending QUEUES PRIO_NORMAL PRIO_HIGH NO_TIME_HIRES); @@ -205,19 +204,13 @@ # Provide hints to Inline.pm for usage: # use Inline with => 'Event'; - sub Inline { - my $language = shift; - if ($language ne 'C') { - warn "Warning: Event.pm does not provide Inline hints for the $language language\n"; - return - } - + my ($class, $language) = @_; + return if $language ne 'C'; # Inline gives good error message require Event::MakeMaker; my $path = $Event::MakeMaker::installsitearch; require Config; my $so = $Config::Config{so}; - return { INC => "-I $path/Event", TYPEMAPS => "$path/Event/typemap", -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
