Hello community, here is the log from the commit of package perl-Devel-PPPort for openSUSE:Factory checked in at 2015-10-14 16:44:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Devel-PPPort (Old) and /work/SRC/openSUSE:Factory/.perl-Devel-PPPort.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Devel-PPPort" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Devel-PPPort/perl-Devel-PPPort.changes 2015-08-11 08:26:16.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Devel-PPPort.new/perl-Devel-PPPort.changes 2015-10-14 16:44:07.000000000 +0200 @@ -1,0 +2,10 @@ +Fri Oct 2 08:59:40 UTC 2015 - [email protected] + +- updated to 3.32 + see /usr/share/doc/packages/perl-Devel-PPPort/Changes + + 3.32 - 2015-09-30 + + * Lexical topic no longer works as of perl 5.23 + +------------------------------------------------------------------- Old: ---- Devel-PPPort-3.31.tar.gz New: ---- Devel-PPPort-3.32.tar.gz cpanspec.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Devel-PPPort.spec ++++++ --- /var/tmp/diff_new_pack.VIuyre/_old 2015-10-14 16:44:08.000000000 +0200 +++ /var/tmp/diff_new_pack.VIuyre/_new 2015-10-14 16:44:08.000000000 +0200 @@ -17,14 +17,15 @@ Name: perl-Devel-PPPort -Version: 3.31 +Version: 3.32 Release: 0 %define cpan_name Devel-PPPort Summary: Perl/Pollution/Portability License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Devel-PPPort/ -Source: http://www.cpan.org/authors/id/W/WO/WOLFSAGE/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/W/WO/WOLFSAGE/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros ++++++ Devel-PPPort-3.31.tar.gz -> Devel-PPPort-3.32.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-PPPort-3.31/Changes new/Devel-PPPort-3.32/Changes --- old/Devel-PPPort-3.31/Changes 2015-03-12 14:40:50.000000000 +0100 +++ new/Devel-PPPort-3.32/Changes 2015-09-30 17:41:48.000000000 +0200 @@ -1,3 +1,7 @@ +3.32 - 2015-09-30 + + * Lexical topic no longer works as of perl 5.23 + 3.31 - 2015-03-12 * Regen todo files to sync with blead diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-PPPort-3.31/META.json new/Devel-PPPort-3.32/META.json --- old/Devel-PPPort-3.31/META.json 2015-03-12 15:12:02.000000000 +0100 +++ new/Devel-PPPort-3.32/META.json 2015-09-30 18:28:47.000000000 +0200 @@ -4,7 +4,7 @@ "Marcus Holland-Moritz <[email protected]>" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.120921", + "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150001", "license" : [ "perl_5" ], @@ -42,5 +42,5 @@ "web" : "https://github.com/mhx/Devel-PPPort/" } }, - "version" : "3.31" + "version" : "3.32" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-PPPort-3.31/META.yml new/Devel-PPPort-3.32/META.yml --- old/Devel-PPPort-3.31/META.yml 2015-03-12 15:12:02.000000000 +0100 +++ new/Devel-PPPort-3.32/META.yml 2015-09-30 18:28:47.000000000 +0200 @@ -3,15 +3,15 @@ author: - 'Marcus Holland-Moritz <[email protected]>' build_requires: - ExtUtils::MakeMaker: 0 + ExtUtils::MakeMaker: '0' configure_requires: - ExtUtils::MakeMaker: 0 + ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.120921' +generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150001' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + version: '1.4' name: Devel-PPPort no_index: directory: @@ -20,4 +20,4 @@ resources: bugtracker: https://github.com/mhx/Devel-PPPort/issues/ repository: git://github.com/mhx/Devel-PPPort.git -version: 3.31 +version: '3.32' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-PPPort-3.31/PPPort.pm new/Devel-PPPort-3.32/PPPort.pm --- old/Devel-PPPort-3.31/PPPort.pm 2015-03-12 14:41:40.000000000 +0100 +++ new/Devel-PPPort-3.32/PPPort.pm 2015-09-30 18:28:35.000000000 +0200 @@ -1621,7 +1621,7 @@ use strict; use vars qw($VERSION $data); -$VERSION = '3.31'; +$VERSION = '3.32'; sub _init_data { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-PPPort-3.31/PPPort_pm.PL new/Devel-PPPort-3.32/PPPort_pm.PL --- old/Devel-PPPort-3.31/PPPort_pm.PL 2015-03-12 14:40:24.000000000 +0100 +++ new/Devel-PPPort-3.32/PPPort_pm.PL 2015-09-30 17:41:22.000000000 +0200 @@ -539,7 +539,7 @@ use strict; use vars qw($VERSION $data); -$VERSION = '3.31'; +$VERSION = '3.32'; sub _init_data { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-PPPort-3.31/parts/inc/misc new/Devel-PPPort-3.32/parts/inc/misc --- old/Devel-PPPort-3.31/parts/inc/misc 2015-01-13 14:54:41.000000000 +0100 +++ new/Devel-PPPort-3.32/parts/inc/misc 2015-09-30 17:39:01.000000000 +0200 @@ -538,7 +538,7 @@ ok(&Devel::PPPort::DEFSV(), "Fred"); ok(&Devel::PPPort::UNDERBAR(), "Fred"); -if ($] >= 5.009002) { +if ($] >= 5.009002 && $] < 5.023) { eval q{ no warnings "deprecated"; no if $^V > v5.17.9, warnings => "experimental::lexical_topic"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-PPPort-3.31/soak new/Devel-PPPort-3.32/soak --- old/Devel-PPPort-3.31/soak 2015-03-12 14:40:27.000000000 +0100 +++ new/Devel-PPPort-3.32/soak 2015-09-30 17:41:26.000000000 +0200 @@ -27,7 +27,7 @@ use List::Util qw(max); use Config; -my $VERSION = '3.31'; +my $VERSION = '3.32'; $| = 1; my %OPT = ( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-PPPort-3.31/t/misc.t new/Devel-PPPort-3.32/t/misc.t --- old/Devel-PPPort-3.31/t/misc.t 2015-03-12 14:41:40.000000000 +0100 +++ new/Devel-PPPort-3.32/t/misc.t 2015-09-30 18:28:35.000000000 +0200 @@ -57,7 +57,7 @@ ok(&Devel::PPPort::DEFSV(), "Fred"); ok(&Devel::PPPort::UNDERBAR(), "Fred"); -if ($] >= 5.009002) { +if ($] >= 5.009002 && $] < 5.023) { eval q{ no warnings "deprecated"; no if $^V > v5.17.9, warnings => "experimental::lexical_topic"; ++++++ cpanspec.yml ++++++ --- #description_paragraphs: 3 #no_testing: broken upstream #sources: # - source1 # - source2 #patches: # foo.patch: -p1 # bar.patch: #preamble: |- # BuildRequires: gcc-c++ #post_prep: |- # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL #post_install: |- # sed on %{name}.files #license: SUSE-NonFree #skip_noarch: 1 #custom_build: |- #./Build build flags=%{?_smp_mflags} --myflag #custom_test: |- #startserver && make test #ignore_requires: Bizarre::Module
