Hello community, here is the log from the commit of package perl-JSON-MaybeXS for openSUSE:Factory checked in at 2020-11-17 21:24:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-JSON-MaybeXS (Old) and /work/SRC/openSUSE:Factory/.perl-JSON-MaybeXS.new.24930 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-JSON-MaybeXS" Tue Nov 17 21:24:39 2020 rev:8 rq:848721 version:1.004003 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-JSON-MaybeXS/perl-JSON-MaybeXS.changes 2020-05-20 18:46:14.685387789 +0200 +++ /work/SRC/openSUSE:Factory/.perl-JSON-MaybeXS.new.24930/perl-JSON-MaybeXS.changes 2020-11-17 21:24:43.621344573 +0100 @@ -1,0 +2,9 @@ +Sat Nov 14 03:07:12 UTC 2020 - Tina Müller <[email protected]> + +- updated to 1.004003 + see /usr/share/doc/packages/perl-JSON-MaybeXS/Changes + + 1.004003 - 2020-11-13 + - fix another test that fails when JSON::XS is installed, but below version 3.0 + +------------------------------------------------------------------- Old: ---- JSON-MaybeXS-1.004002.tar.gz New: ---- JSON-MaybeXS-1.004003.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-JSON-MaybeXS.spec ++++++ --- /var/tmp/diff_new_pack.whWmYT/_old 2020-11-17 21:24:44.037344986 +0100 +++ /var/tmp/diff_new_pack.whWmYT/_new 2020-11-17 21:24:44.041344990 +0100 @@ -17,7 +17,7 @@ Name: perl-JSON-MaybeXS -Version: 1.004002 +Version: 1.004003 Release: 0 %define cpan_name JSON-MaybeXS Summary: Use L<Cpanel::JSON::XS> with a fallback to L<JSON::XS> and L<JSON::PP> ++++++ JSON-MaybeXS-1.004002.tar.gz -> JSON-MaybeXS-1.004003.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/JSON-MaybeXS-1.004002/Changes new/JSON-MaybeXS-1.004003/Changes --- old/JSON-MaybeXS-1.004002/Changes 2020-05-18 01:35:23.000000000 +0200 +++ new/JSON-MaybeXS-1.004003/Changes 2020-11-13 05:32:07.000000000 +0100 @@ -1,5 +1,8 @@ Revision history for JSON-MaybeXS +1.004003 - 2020-11-13 + - fix another test that fails when JSON::XS is installed, but below version 3.0 + 1.004002 - 2020-05-17 - fix test that fails when JSON::XS is installed, but below version 3.0 (RT#132578) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/JSON-MaybeXS-1.004002/META.json new/JSON-MaybeXS-1.004003/META.json --- old/JSON-MaybeXS-1.004002/META.json 2020-05-18 01:35:35.000000000 +0200 +++ new/JSON-MaybeXS-1.004003/META.json 2020-11-13 05:33:03.000000000 +0100 @@ -4,7 +4,7 @@ "mst - Matt S. Trout (cpan:MSTROUT) <[email protected]>" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 2.150010", + "generated_by" : "ExtUtils::MakeMaker version 7.4706, CPAN::Meta::Converter version 2.150010", "keywords" : [ "json", "serializer", @@ -65,7 +65,7 @@ "web" : "https://github.com/p5sagit/JSON-MaybeXS" } }, - "version" : "1.004002", + "version" : "1.004003", "x_contributors" : [ "Clinton Gormley <[email protected]>", "Graham Knop <[email protected]>", @@ -74,5 +74,5 @@ "Kieren Diment <[email protected]>", "Matt S Trout <[email protected]>" ], - "x_serialization_backend" : "JSON::MaybeXS version 1.004001" + "x_serialization_backend" : "JSON::MaybeXS version 1.004002" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/JSON-MaybeXS-1.004002/META.yml new/JSON-MaybeXS-1.004003/META.yml --- old/JSON-MaybeXS-1.004002/META.yml 2020-05-18 01:35:34.000000000 +0200 +++ new/JSON-MaybeXS-1.004003/META.yml 2020-11-13 05:33:02.000000000 +0100 @@ -8,7 +8,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 2.150010' +generated_by: 'ExtUtils::MakeMaker version 7.4706, CPAN::Meta::Converter version 2.150010' keywords: - json - serializer @@ -34,7 +34,7 @@ bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=JSON-MaybeXS license: http://dev.perl.org/licenses/ repository: https://github.com/p5sagit/JSON-MaybeXS.git -version: '1.004002' +version: '1.004003' x_contributors: - 'Clinton Gormley <[email protected]>' - 'Graham Knop <[email protected]>' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/JSON-MaybeXS-1.004002/lib/JSON/MaybeXS.pm new/JSON-MaybeXS-1.004003/lib/JSON/MaybeXS.pm --- old/JSON-MaybeXS-1.004002/lib/JSON/MaybeXS.pm 2020-05-18 01:35:06.000000000 +0200 +++ new/JSON-MaybeXS-1.004003/lib/JSON/MaybeXS.pm 2020-11-13 05:30:47.000000000 +0100 @@ -4,7 +4,7 @@ use warnings FATAL => 'all'; use base qw(Exporter); -our $VERSION = '1.004002'; +our $VERSION = '1.004003'; $VERSION =~ tr/_//d; sub _choose_json_module { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/JSON-MaybeXS-1.004002/t/xs.t new/JSON-MaybeXS-1.004003/t/xs.t --- old/JSON-MaybeXS-1.004002/t/xs.t 2020-05-18 01:26:32.000000000 +0200 +++ new/JSON-MaybeXS-1.004003/t/xs.t 2020-11-13 05:28:13.000000000 +0100 @@ -10,7 +10,7 @@ use Test::More 0.88; use JSON::MaybeXS; -use Test::Needs 'JSON::XS'; +use Test::Needs { 'JSON::XS' => '3.0' }; # load first, before JSON::MaybeXS diag 'Using JSON::XS ', JSON::XS->VERSION; is( JSON, 'JSON::XS', 'Correct JSON class' ); _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
