Hello community, here is the log from the commit of package perl-Devel-PPPort for openSUSE:Factory checked in at 2016-06-25 02:23:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-06-19 10:47:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Devel-PPPort.new/perl-Devel-PPPort.changes 2016-06-25 02:24:04.000000000 +0200 @@ -1,0 +2,11 @@ +Mon Jun 13 06:58:04 UTC 2016 - [email protected] + +- updated to 3.34 + see /usr/share/doc/packages/perl-Devel-PPPort/Changes + + 3.34 - 2016-06-04 + + * Fix compilation on Windows with certain compilers. + (__attribute__ not recognized. (#GH 36) + +------------------------------------------------------------------- Old: ---- Devel-PPPort-3.33.tar.gz New: ---- Devel-PPPort-3.34.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Devel-PPPort.spec ++++++ --- /var/tmp/diff_new_pack.wosFVb/_old 2016-06-25 02:24:05.000000000 +0200 +++ /var/tmp/diff_new_pack.wosFVb/_new 2016-06-25 02:24:05.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-Devel-PPPort -Version: 3.33 +Version: 3.34 Release: 0 %define cpan_name Devel-PPPort Summary: Perl/Pollution/Portability ++++++ Devel-PPPort-3.33.tar.gz -> Devel-PPPort-3.34.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-PPPort-3.33/Changes new/Devel-PPPort-3.34/Changes --- old/Devel-PPPort-3.33/Changes 2016-06-03 15:43:34.000000000 +0200 +++ new/Devel-PPPort-3.34/Changes 2016-06-13 00:30:48.000000000 +0200 @@ -1,3 +1,8 @@ +3.34 - 2016-06-04 + + * Fix compilation on Windows with certain compilers. + (__attribute__ not recognized. (#GH 36) + 3.33 - 2016-06-03 * Add PERL_OP_PARENT related macros, and cBOOL diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-PPPort-3.33/META.json new/Devel-PPPort-3.34/META.json --- old/Devel-PPPort-3.33/META.json 2016-06-03 15:43:49.000000000 +0200 +++ new/Devel-PPPort-3.34/META.json 2016-06-13 01:04:51.000000000 +0200 @@ -1,5 +1,5 @@ { - "abstract" : "unknown", + "abstract" : "Perl/Pollution/Portability", "author" : [ "Marcus Holland-Moritz <[email protected]>" ], @@ -42,5 +42,5 @@ "web" : "https://github.com/mhx/Devel-PPPort/" } }, - "version" : "3.33" + "version" : "3.34" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-PPPort-3.33/META.yml new/Devel-PPPort-3.34/META.yml --- old/Devel-PPPort-3.33/META.yml 2016-06-03 15:43:49.000000000 +0200 +++ new/Devel-PPPort-3.34/META.yml 2016-06-13 01:04:51.000000000 +0200 @@ -1,5 +1,5 @@ --- -abstract: unknown +abstract: Perl/Pollution/Portability author: - 'Marcus Holland-Moritz <[email protected]>' build_requires: @@ -20,4 +20,4 @@ resources: bugtracker: https://github.com/mhx/Devel-PPPort/issues/ repository: git://github.com/mhx/Devel-PPPort.git -version: '3.33' +version: '3.34' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-PPPort-3.33/PPPort.pm new/Devel-PPPort-3.34/PPPort.pm --- old/Devel-PPPort-3.33/PPPort.pm 2016-06-03 15:43:46.000000000 +0200 +++ new/Devel-PPPort-3.34/PPPort.pm 2016-06-13 01:04:42.000000000 +0200 @@ -1668,7 +1668,7 @@ use strict; use vars qw($VERSION $data); -$VERSION = '3.33'; +$VERSION = '3.34'; sub _init_data { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-PPPort-3.33/PPPort_pm.PL new/Devel-PPPort-3.34/PPPort_pm.PL --- old/Devel-PPPort-3.33/PPPort_pm.PL 2016-06-03 15:43:34.000000000 +0200 +++ new/Devel-PPPort-3.34/PPPort_pm.PL 2016-06-13 00:30:54.000000000 +0200 @@ -539,7 +539,7 @@ use strict; use vars qw($VERSION $data); -$VERSION = '3.33'; +$VERSION = '3.34'; sub _init_data { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-PPPort-3.33/parts/inc/misc new/Devel-PPPort-3.34/parts/inc/misc --- old/Devel-PPPort-3.33/parts/inc/misc 2016-06-03 15:43:34.000000000 +0200 +++ new/Devel-PPPort-3.34/parts/inc/misc 2016-06-13 00:28:48.000000000 +0200 @@ -391,9 +391,6 @@ #define NEED_SvRX -int returnint(int x) __attribute__((warn_unused_result)); -int returnint(int x) { return x * x; } - =xsboot { @@ -679,13 +676,6 @@ #endif void -check_unused_return(x) - int x; - PPCODE: - PERL_UNUSED_RESULT(returnint(3)); - mXPUSHp("Yay", 3); - -void check_c_array() PREINIT: int x[] = { 10, 11, 12, 13 }; @@ -693,7 +683,7 @@ mXPUSHi(C_ARRAY_LENGTH(x)); /* 4 */ mXPUSHi(*(C_ARRAY_END(x)-1)); /* 13 */ -=tests plan => 49 +=tests plan => 48 use vars qw($my_sv @my_av %my_hv); @@ -786,9 +776,6 @@ ok(1, 1); } -# Lame test, just make sure this still works -ok(&Devel::PPPort::check_unused_return(3), "Yay"); - @r = &Devel::PPPort::check_c_array(); ok($r[0], 4); ok($r[1], "13"); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-PPPort-3.33/soak new/Devel-PPPort-3.34/soak --- old/Devel-PPPort-3.33/soak 2016-06-03 15:43:34.000000000 +0200 +++ new/Devel-PPPort-3.34/soak 2016-06-13 00:30:56.000000000 +0200 @@ -27,7 +27,7 @@ use List::Util qw(max); use Config; -my $VERSION = '3.33'; +my $VERSION = '3.34'; $| = 1; my %OPT = ( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-PPPort-3.33/t/misc.t new/Devel-PPPort-3.34/t/misc.t --- old/Devel-PPPort-3.33/t/misc.t 2016-06-03 15:43:47.000000000 +0200 +++ new/Devel-PPPort-3.34/t/misc.t 2016-06-13 01:04:42.000000000 +0200 @@ -30,9 +30,9 @@ require 'testutil.pl' if $@; } - if (49) { + if (48) { load(); - plan(tests => 49); + plan(tests => 48); } } @@ -139,9 +139,6 @@ ok(1, 1); } -# Lame test, just make sure this still works -ok(&Devel::PPPort::check_unused_return(3), "Yay"); - @r = &Devel::PPPort::check_c_array(); ok($r[0], 4); ok($r[1], "13");
