Hello community, here is the log from the commit of package perl-AnyEvent-I3 for openSUSE:Factory checked in at 2015-04-15 16:24:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-AnyEvent-I3 (Old) and /work/SRC/openSUSE:Factory/.perl-AnyEvent-I3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-AnyEvent-I3" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-AnyEvent-I3/perl-AnyEvent-I3.changes 2013-05-16 16:15:13.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-AnyEvent-I3.new/perl-AnyEvent-I3.changes 2015-04-15 16:24:36.000000000 +0200 @@ -1,0 +2,10 @@ +Tue Apr 14 10:09:56 UTC 2015 - [email protected] + +- updated to 0.16 + see /usr/share/doc/packages/perl-AnyEvent-I3/Changes + + 0.16 2014-10-03 + + * support the barconfig_update and binding event + +------------------------------------------------------------------- Old: ---- AnyEvent-I3-0.15.tar.gz New: ---- AnyEvent-I3-0.16.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-AnyEvent-I3.spec ++++++ --- /var/tmp/diff_new_pack.599aEC/_old 2015-04-15 16:24:36.000000000 +0200 +++ /var/tmp/diff_new_pack.599aEC/_new 2015-04-15 16:24:36.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-AnyEvent-I3 # -# Copyright (c) 2013 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,11 +17,11 @@ Name: perl-AnyEvent-I3 -Version: 0.15 +Version: 0.16 Release: 0 %define cpan_name AnyEvent-I3 Summary: communicate with the i3 window manager -License: Artistic-1.0 or GPL-1.0+ +License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/AnyEvent-I3/ Source: http://www.cpan.org/authors/id/M/MS/MSTPLBG/%{cpan_name}-%{version}.tar.gz @@ -33,14 +33,6 @@ BuildRequires: perl(AnyEvent::Handle) BuildRequires: perl(AnyEvent::Socket) BuildRequires: perl(JSON::XS) -#BuildRequires: perl(AnyEvent::I3) -#BuildRequires: perl(inc::Module::Install) -#BuildRequires: perl(JSON) -#BuildRequires: perl(LWP::Simple) -#BuildRequires: perl(Module::Build) -#BuildRequires: perl(Module::Install::Base) -#BuildRequires: perl(Parse::CPAN::Meta) -#BuildRequires: perl(YAML::Tiny) Requires: perl(AnyEvent) Requires: perl(AnyEvent::Handle) Requires: perl(AnyEvent::Socket) ++++++ AnyEvent-I3-0.15.tar.gz -> AnyEvent-I3-0.16.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-I3-0.15/Changes new/AnyEvent-I3-0.16/Changes --- old/AnyEvent-I3-0.15/Changes 2013-02-18 10:58:53.000000000 +0100 +++ new/AnyEvent-I3-0.16/Changes 2014-10-03 09:39:05.000000000 +0200 @@ -1,5 +1,9 @@ Revision history for AnyEvent-I3 +0.16 2014-10-03 + + * support the barconfig_update and binding event + 0.15 2013-02-18 * support the window event diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-I3-0.15/META.yml new/AnyEvent-I3-0.16/META.yml --- old/AnyEvent-I3-0.15/META.yml 2013-02-18 10:58:18.000000000 +0100 +++ new/AnyEvent-I3-0.16/META.yml 2014-10-03 09:41:15.000000000 +0200 @@ -9,8 +9,8 @@ ExtUtils::MakeMaker: 6.36 distribution_type: module dynamic_config: 1 -generated_by: 'Module::Install version 1.06' -license: gpl +generated_by: 'Module::Install version 1.10' +license: unknown meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html version: 1.4 @@ -24,6 +24,4 @@ AnyEvent::Handle: 0 AnyEvent::Socket: 0 JSON::XS: 0 -resources: - license: http://opensource.org/licenses/gpl-license.php -version: 0.15 +version: '0.16' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-I3-0.15/inc/Module/Install/Base.pm new/AnyEvent-I3-0.16/inc/Module/Install/Base.pm --- old/AnyEvent-I3-0.15/inc/Module/Install/Base.pm 2013-02-18 10:58:18.000000000 +0100 +++ new/AnyEvent-I3-0.16/inc/Module/Install/Base.pm 2014-10-03 09:41:15.000000000 +0200 @@ -4,7 +4,7 @@ use strict 'vars'; use vars qw{$VERSION}; BEGIN { - $VERSION = '1.06'; + $VERSION = '1.10'; } # Suspend handler for "redefined" warnings diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-I3-0.15/inc/Module/Install/Can.pm new/AnyEvent-I3-0.16/inc/Module/Install/Can.pm --- old/AnyEvent-I3-0.15/inc/Module/Install/Can.pm 2013-02-18 10:58:18.000000000 +0100 +++ new/AnyEvent-I3-0.16/inc/Module/Install/Can.pm 2014-10-03 09:41:15.000000000 +0200 @@ -8,7 +8,7 @@ use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.06'; + $VERSION = '1.10'; @ISA = 'Module::Install::Base'; $ISCORE = 1; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-I3-0.15/inc/Module/Install/Fetch.pm new/AnyEvent-I3-0.16/inc/Module/Install/Fetch.pm --- old/AnyEvent-I3-0.15/inc/Module/Install/Fetch.pm 2013-02-18 10:58:18.000000000 +0100 +++ new/AnyEvent-I3-0.16/inc/Module/Install/Fetch.pm 2014-10-03 09:41:15.000000000 +0200 @@ -6,7 +6,7 @@ use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.06'; + $VERSION = '1.10'; @ISA = 'Module::Install::Base'; $ISCORE = 1; } @@ -91,3 +91,7 @@ } 1; + +__END__ + +#line 109 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-I3-0.15/inc/Module/Install/Makefile.pm new/AnyEvent-I3-0.16/inc/Module/Install/Makefile.pm --- old/AnyEvent-I3-0.15/inc/Module/Install/Makefile.pm 2013-02-18 10:58:18.000000000 +0100 +++ new/AnyEvent-I3-0.16/inc/Module/Install/Makefile.pm 2014-10-03 09:41:15.000000000 +0200 @@ -8,7 +8,7 @@ use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.06'; + $VERSION = '1.10'; @ISA = 'Module::Install::Base'; $ISCORE = 1; } @@ -133,7 +133,7 @@ return $args; } -# For mm args that take multiple space-seperated args, +# For mm args that take multiple space-separated args, # append an argument to the current list. sub makemaker_append { my $self = shift; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-I3-0.15/inc/Module/Install/Metadata.pm new/AnyEvent-I3-0.16/inc/Module/Install/Metadata.pm --- old/AnyEvent-I3-0.15/inc/Module/Install/Metadata.pm 2013-02-18 10:58:18.000000000 +0100 +++ new/AnyEvent-I3-0.16/inc/Module/Install/Metadata.pm 2014-10-03 09:41:15.000000000 +0200 @@ -6,7 +6,7 @@ use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.06'; + $VERSION = '1.10'; @ISA = 'Module::Install::Base'; $ISCORE = 1; } @@ -347,7 +347,7 @@ ^ \s* package \s* ([\w:]+) - \s* ; + [\s|;]* /ixms ) { my ($name, $module_name) = ($1, $1); @@ -453,24 +453,40 @@ #Stolen from M::B my %license_urls = ( - perl => 'http://dev.perl.org/licenses/', - apache => 'http://apache.org/licenses/LICENSE-2.0', - apache_1_1 => 'http://apache.org/licenses/LICENSE-1.1', - artistic => 'http://opensource.org/licenses/artistic-license.php', - artistic_2 => 'http://opensource.org/licenses/artistic-license-2.0.php', - lgpl => 'http://opensource.org/licenses/lgpl-license.php', - lgpl2 => 'http://opensource.org/licenses/lgpl-2.1.php', - lgpl3 => 'http://opensource.org/licenses/lgpl-3.0.html', - bsd => 'http://opensource.org/licenses/bsd-license.php', - gpl => 'http://opensource.org/licenses/gpl-license.php', - gpl2 => 'http://opensource.org/licenses/gpl-2.0.php', - gpl3 => 'http://opensource.org/licenses/gpl-3.0.html', - mit => 'http://opensource.org/licenses/mit-license.php', - mozilla => 'http://opensource.org/licenses/mozilla1.1.php', open_source => undef, unrestricted => undef, restrictive => undef, unknown => undef, + +## from Software-License - should we be using S-L instead ? +# duplicates commeted out, see hack above ^^ +# open_source => 'http://www.gnu.org/licenses/agpl-3.0.txt', +# apache => 'http://www.apache.org/licenses/LICENSE-1.1', + apache => 'http://www.apache.org/licenses/LICENSE-2.0.txt', + artistic => 'http://www.perlfoundation.org/artistic_license_1_0', + artistic_2 => 'http://www.perlfoundation.org/artistic_license_2_0', + bsd => 'http://opensource.org/licenses/BSD-3-Clause', +# unrestricted => 'http://creativecommons.org/publicdomain/zero/1.0/', +# open_source => 'http://www.freebsd.org/copyright/freebsd-license.html', +# open_source => 'http://www.gnu.org/licenses/fdl-1.2.txt', +# open_source => 'http://www.gnu.org/licenses/fdl-1.3.txt', +# gpl => 'http://www.gnu.org/licenses/old-licenses/gpl-1.0.txt', +# gpl => 'http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt', + gpl => 'http://www.gnu.org/licenses/gpl-3.0.txt', +# lgpl => 'http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt', + lgpl => 'http://www.gnu.org/licenses/lgpl-3.0.txt', + mit => 'http://www.opensource.org/licenses/mit-license.php', +# mozilla => 'http://www.mozilla.org/MPL/MPL-1.0.txt', +# mozilla => 'http://www.mozilla.org/MPL/MPL-1.1.txt', + mozilla => 'http://www.mozilla.org/MPL/2.0/index.txt', +# restrictive => '', +# open_source => 'http://www.openssl.org/source/license.html', + perl => 'http://dev.perl.org/licenses/', +# open_source => 'http://www.opensource.org/licenses/postgresql', +# open_source => 'http://trolltech.com/products/qt/licenses/licensing/qpl', +# unrestricted => 'http://h71000.www7.hp.com/doc/83final/BA554_90007/apcs02.html', +# open_source => 'http://www.openoffice.org/licenses/sissl_license.html', +# open_source => 'http://www.zlib.net/zlib_license.html', ); sub license { @@ -511,31 +527,43 @@ my @phrases = ( '(?:under )?the same (?:terms|license) as (?:perl|the perl (?:\d )?programming language)' => 'perl', 1, '(?:under )?the terms of (?:perl|the perl programming language) itself' => 'perl', 1, - 'Artistic and GPL' => 'perl', 1, - 'GNU general public license' => 'gpl', 1, - 'GNU public license' => 'gpl', 1, - 'GNU lesser general public license' => 'lgpl', 1, - 'GNU lesser public license' => 'lgpl', 1, - 'GNU library general public license' => 'lgpl', 1, - 'GNU library public license' => 'lgpl', 1, - 'GNU Free Documentation license' => 'unrestricted', 1, - 'GNU Affero General Public License' => 'open_source', 1, + + # the following are relied on by the test system even if they are wrong :( '(?:Free)?BSD license' => 'bsd', 1, 'Artistic license 2\.0' => 'artistic_2', 1, - 'Artistic license' => 'artistic', 1, - 'Apache (?:Software )?license' => 'apache', 1, - 'GPL' => 'gpl', 1, 'LGPL' => 'lgpl', 1, - 'BSD' => 'bsd', 1, - 'Artistic' => 'artistic', 1, 'MIT' => 'mit', 1, - 'Mozilla Public License' => 'mozilla', 1, - 'Q Public License' => 'open_source', 1, - 'OpenSSL License' => 'unrestricted', 1, - 'SSLeay License' => 'unrestricted', 1, - 'zlib License' => 'open_source', 1, - 'proprietary' => 'proprietary', 0, + +## from Software-License + 'The GNU Affero General Public License, Version 3, November 2007' => 'open_source', 1, + 'The Apache Software License, Version 1.1' => 'apache', 1, + 'The Apache License, Version 2.0, January 2004' => 'apache', 1, + 'The Artistic License 1.0' => 'artistic', 1, + 'The Artistic License 2.0 (GPL Compatible)' => 'artistic_2', 1, + 'The (three-clause) BSD License' => 'bsd', 1, + 'CC0 License' => 'unrestricted', 1, + 'The (two-clause) FreeBSD License' => 'open_source', 1, + 'GNU Free Documentation License v1.2' => 'open_source', 1, + 'GNU Free Documentation License v1.3' => 'open_source', 1, + 'The GNU General Public License, Version 1, February 1989' => 'gpl', 1, + 'The GNU General Public License, Version 2, June 1991' => 'gpl', 1, + 'The GNU General Public License, Version 3, June 2007' => 'gpl', 1, + 'The GNU Lesser General Public License, Version 2.1, February 1999' => 'lgpl', 1, + 'The GNU Lesser General Public License, Version 3, June 2007' => 'lgpl', 1, + 'The MIT (X11) License' => 'mit', 1, + 'The Mozilla Public License 1.0' => 'mozilla', 1, + 'The Mozilla Public License 1.1' => 'mozilla', 1, + 'Mozilla Public License Version 2.0' => 'mozilla', 1, + '"No License" License' => 'restrictive', 1, + 'OpenSSL License' => 'open_source', 1, + 'the same terms as the perl 5 programming language system itself' => 'perl', 1, + 'The PostgreSQL License' => 'open_source', 1, + 'The Q Public License, Version 1.0' => 'open_source', 1, + 'Original SSLeay License' => 'unrestricted', 1, + 'Sun Internet Standards Source License (SISSL)' => 'open_source', 1, + 'The zlib License' => 'open_source', 1, ); + while ( my ($pattern, $license, $osi) = splice(@phrases, 0, 3) ) { $pattern =~ s#\s+#\\s+#gs; if ( $license_text =~ /\b$pattern\b/i ) { @@ -705,7 +733,7 @@ my @yaml = Parse::CPAN::Meta::LoadFile('META.yml'); my $meta = $yaml[0]; - # Overwrite the non-configure dependency hashs + # Overwrite the non-configure dependency hashes delete $meta->{requires}; delete $meta->{build_requires}; delete $meta->{recommends}; @@ -720,3 +748,7 @@ } 1; + +__END__ + +#line 766 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-I3-0.15/inc/Module/Install/Win32.pm new/AnyEvent-I3-0.16/inc/Module/Install/Win32.pm --- old/AnyEvent-I3-0.15/inc/Module/Install/Win32.pm 2013-02-18 10:58:18.000000000 +0100 +++ new/AnyEvent-I3-0.16/inc/Module/Install/Win32.pm 2014-10-03 09:41:15.000000000 +0200 @@ -6,7 +6,7 @@ use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.06'; + $VERSION = '1.10'; @ISA = 'Module::Install::Base'; $ISCORE = 1; } @@ -62,3 +62,7 @@ } 1; + +__END__ + +#line 80 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-I3-0.15/inc/Module/Install/WriteAll.pm new/AnyEvent-I3-0.16/inc/Module/Install/WriteAll.pm --- old/AnyEvent-I3-0.15/inc/Module/Install/WriteAll.pm 2013-02-18 10:58:18.000000000 +0100 +++ new/AnyEvent-I3-0.16/inc/Module/Install/WriteAll.pm 2014-10-03 09:41:15.000000000 +0200 @@ -6,7 +6,7 @@ use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.06'; + $VERSION = '1.10'; @ISA = qw{Module::Install::Base}; $ISCORE = 1; } @@ -61,3 +61,7 @@ } 1; + +__END__ + +#line 79 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-I3-0.15/inc/Module/Install.pm new/AnyEvent-I3-0.16/inc/Module/Install.pm --- old/AnyEvent-I3-0.15/inc/Module/Install.pm 2013-02-18 10:58:18.000000000 +0100 +++ new/AnyEvent-I3-0.16/inc/Module/Install.pm 2014-10-03 09:41:15.000000000 +0200 @@ -17,7 +17,7 @@ # 3. The ./inc/ version of Module::Install loads # } -use 5.005; +use 5.006; use strict 'vars'; use Cwd (); use File::Find (); @@ -31,7 +31,7 @@ # This is not enforced yet, but will be some time in the next few # releases once we can make sure it won't clash with custom # Module::Install extensions. - $VERSION = '1.06'; + $VERSION = '1.10'; # Storage for the pseudo-singleton $MAIN = undef; @@ -156,10 +156,10 @@ sub autoload { my $self = shift; my $who = $self->_caller; - my $cwd = Cwd::cwd(); + my $cwd = Cwd::getcwd(); my $sym = "${who}::AUTOLOAD"; $sym->{$cwd} = sub { - my $pwd = Cwd::cwd(); + my $pwd = Cwd::getcwd(); if ( my $code = $sym->{$pwd} ) { # Delegate back to parent dirs goto &$code unless $cwd eq $pwd; @@ -239,7 +239,7 @@ # ignore the prefix on extension modules built from top level. my $base_path = Cwd::abs_path($FindBin::Bin); - unless ( Cwd::abs_path(Cwd::cwd()) eq $base_path ) { + unless ( Cwd::abs_path(Cwd::getcwd()) eq $base_path ) { delete $args{prefix}; } return $args{_self} if $args{_self}; @@ -338,7 +338,7 @@ if ( $subpath eq lc($subpath) || $subpath eq uc($subpath) ) { my $content = Module::Install::_read($subpath . '.pm'); my $in_pod = 0; - foreach ( split //, $content ) { + foreach ( split /\n/, $content ) { $in_pod = 1 if /^=\w/; $in_pod = 0 if /^=cut/; next if ($in_pod || /^=cut/); # skip pod text @@ -434,7 +434,7 @@ # _version is for processing module versions (eg, 1.03_05) not # Perl versions (eg, 5.8.1). -sub _version ($) { +sub _version { my $s = shift || 0; my $d =()= $s =~ /(\.)/g; if ( $d >= 2 ) { @@ -450,12 +450,12 @@ return $l + 0; } -sub _cmp ($$) { +sub _cmp { _version($_[1]) <=> _version($_[2]); } # Cloned from Params::Util::_CLASS -sub _CLASS ($) { +sub _CLASS { ( defined $_[0] and @@ -467,4 +467,7 @@ 1; -# Copyright 2008 - 2012 Adam Kennedy. + +__END__ + +#line 485 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/AnyEvent-I3-0.15/lib/AnyEvent/I3.pm new/AnyEvent-I3-0.16/lib/AnyEvent/I3.pm --- old/AnyEvent-I3-0.15/lib/AnyEvent/I3.pm 2013-02-18 10:58:15.000000000 +0100 +++ new/AnyEvent-I3-0.16/lib/AnyEvent/I3.pm 2014-10-03 09:38:41.000000000 +0200 @@ -16,11 +16,11 @@ =cut -our $VERSION = '0.15'; +our $VERSION = '0.16'; =head1 VERSION -Version 0.15 +Version 0.16 =head1 SYNOPSIS @@ -112,6 +112,8 @@ output => ($event_mask | 1), mode => ($event_mask | 2), window => ($event_mask | 3), + barconfig_update => ($event_mask | 4), + binding => ($event_mask | 5), _error => 0xFFFFFFFF, );
