commit perl-Sereal-Decoder for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Sereal-Decoder for openSUSE:Factory checked in at 2020-08-06 10:40:21 Comparing /work/SRC/openSUSE:Factory/perl-Sereal-Decoder (Old) and /work/SRC/openSUSE:Factory/.perl-Sereal-Decoder.new.3399 (New) Package is "perl-Sereal-Decoder" Thu Aug 6 10:40:21 2020 rev:8 rq:824542 version:4.018 Changes: --- /work/SRC/openSUSE:Factory/perl-Sereal-Decoder/perl-Sereal-Decoder.changes 2020-07-15 11:31:45.974002917 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Sereal-Decoder.new.3399/perl-Sereal-Decoder.changes 2020-08-06 10:41:16.150094464 +0200 @@ -1,0 +2,9 @@ +Tue Aug 4 03:14:10 UTC 2020 - Tina Müller + +- updated to 4.018 + see /usr/share/doc/packages/perl-Sereal-Decoder/Changes + + 4.018 Thurs Aug 3, 2020 + * Fix issue with gcc 10 with snappy compression. + +--- Old: Sereal-Decoder-4.017.tar.gz New: Sereal-Decoder-4.018.tar.gz Other differences: -- ++ perl-Sereal-Decoder.spec ++ --- /var/tmp/diff_new_pack.trslR2/_old 2020-08-06 10:41:17.338095059 +0200 +++ /var/tmp/diff_new_pack.trslR2/_new 2020-08-06 10:41:17.342095061 +0200 @@ -17,7 +17,7 @@ Name: perl-Sereal-Decoder -Version:4.017 +Version:4.018 Release:0 %define cpan_name Sereal-Decoder Summary:Binary serialization module for Perl (decoder part) ++ Sereal-Decoder-4.017.tar.gz -> Sereal-Decoder-4.018.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sereal-Decoder-4.017/Changes new/Sereal-Decoder-4.018/Changes --- old/Sereal-Decoder-4.017/Changes2020-07-09 20:17:58.0 +0200 +++ new/Sereal-Decoder-4.018/Changes2020-08-03 12:23:20.0 +0200 @@ -5,6 +5,9 @@ * of the decoder before upgrading to version 4 of the * * encoder!* +4.018 Thurs Aug 3, 2020 +* Fix issue with gcc 10 with snappy compression. + 4.017 Thurs July 9, 2020 * The build fixes in 4.016 didn't work correctly, this should fix them. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sereal-Decoder-4.017/META.json new/Sereal-Decoder-4.018/META.json --- old/Sereal-Decoder-4.017/META.json 2020-07-09 20:27:47.0 +0200 +++ new/Sereal-Decoder-4.018/META.json 2020-08-03 12:35:56.0 +0200 @@ -63,6 +63,6 @@ "url" : "git://github.com/Sereal/Sereal.git" } }, - "version" : "4.017", + "version" : "4.018", "x_serialization_backend" : "JSON::PP version 2.27400" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sereal-Decoder-4.017/META.yml new/Sereal-Decoder-4.018/META.yml --- old/Sereal-Decoder-4.017/META.yml 2020-07-09 20:27:47.0 +0200 +++ new/Sereal-Decoder-4.018/META.yml 2020-08-03 12:35:56.0 +0200 @@ -34,5 +34,5 @@ resources: bugtracker: https://github.com/Sereal/Sereal/issues repository: git://github.com/Sereal/Sereal.git -version: '4.017' +version: '4.018' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sereal-Decoder-4.017/lib/Sereal/Decoder/Constants.pm new/Sereal-Decoder-4.018/lib/Sereal/Decoder/Constants.pm --- old/Sereal-Decoder-4.017/lib/Sereal/Decoder/Constants.pm2020-07-09 20:18:52.0 +0200 +++ new/Sereal-Decoder-4.018/lib/Sereal/Decoder/Constants.pm2020-08-03 12:24:01.0 +0200 @@ -4,7 +4,7 @@ require Exporter; our @ISA= qw(Exporter); -our $VERSION= '4.017'; # Don't forget to update the TestCompat set for testing against installed encoders! +our $VERSION= '4.018'; # Don't forget to update the TestCompat set for testing against installed encoders! our ( @EXPORT_OK, %DEFINE, %TAG_INFO_HASH, @TAG_INFO_ARRAY ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sereal-Decoder-4.017/lib/Sereal/Decoder.pm new/Sereal-Decoder-4.018/lib/Sereal/Decoder.pm --- old/Sereal-Decoder-4.017/lib/Sereal/Decoder.pm 2020-07-09 20:18:52.0 +0200 +++ new/Sereal-Decoder-4.018/lib/Sereal/Decoder.pm 2020-08-03 12:24:01.0 +0200 @@ -5,7 +5,7 @@ use Carp qw/croak/; use XSLoader; -our $VERSION= '4.017'; # Don't forget to update the TestCompat set for testing against installed encoders! +our $VERSION= '4.018'; # Don't forget to update the TestCompat set for testing against installed encoders! our $XS_VERSION= $VERSION; $VERSION= eval $VERSION; # not for public
commit perl-Sereal-Decoder for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Sereal-Decoder for openSUSE:Factory checked in at 2020-07-15 11:28:56 Comparing /work/SRC/openSUSE:Factory/perl-Sereal-Decoder (Old) and /work/SRC/openSUSE:Factory/.perl-Sereal-Decoder.new.3060 (New) Package is "perl-Sereal-Decoder" Wed Jul 15 11:28:56 2020 rev:7 rq:820832 version:4.017 Changes: --- /work/SRC/openSUSE:Factory/perl-Sereal-Decoder/perl-Sereal-Decoder.changes 2020-02-11 22:17:25.671305664 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Sereal-Decoder.new.3060/perl-Sereal-Decoder.changes 2020-07-15 11:31:45.974002917 +0200 @@ -1,0 +2,30 @@ +Fri Jul 10 09:41:03 UTC 2020 - Tina Müller + +- updated to 4.017 + see /usr/share/doc/packages/perl-Sereal-Decoder/Changes + + 4.017 Thurs July 9, 2020 + * The build fixes in 4.016 didn't work correctly, this should fix them. + + 4.016 Thurs July 9, 2020 + * Fix some dependency issues in build process + + 4.015 Weds July 8, 2020 + * Build fixes (missing dependency) + * Hardening against corrupted data + * New thresholds to manage decoding process + +--- +Fri Jun 12 03:15:59 UTC 2020 - Tina Müller + +- updated to 4.014 + see /usr/share/doc/packages/perl-Sereal-Decoder/Changes + + 4.014 Thurs June 11, 2020 + * Fix build issue on non-win32 platforms. + * Update zstd to 1.4.5 + + 4.012 Weds June 10, 2020 + * Fix memory leak in looks_like_sereal(), thanks to Kirill Sysoev + +--- Old: Sereal-Decoder-4.011.tar.gz New: Sereal-Decoder-4.017.tar.gz Other differences: -- ++ perl-Sereal-Decoder.spec ++ --- /var/tmp/diff_new_pack.QNFmk0/_old 2020-07-15 11:31:50.310007477 +0200 +++ /var/tmp/diff_new_pack.QNFmk0/_new 2020-07-15 11:31:50.314007482 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Sereal-Decoder # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: perl-Sereal-Decoder -Version:4.011 +Version:4.017 Release:0 %define cpan_name Sereal-Decoder Summary:Binary serialization module for Perl (decoder part) License:Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url:https://metacpan.org/release/%{cpan_name} +URL:https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/Y/YV/YVES/%{cpan_name}-%{version}.tar.gz Source1:cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ Sereal-Decoder-4.011.tar.gz -> Sereal-Decoder-4.017.tar.gz ++ 9018 lines of diff (skipped)
commit perl-Sereal-Decoder for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Sereal-Decoder for openSUSE:Factory checked in at 2020-02-11 22:17:13 Comparing /work/SRC/openSUSE:Factory/perl-Sereal-Decoder (Old) and /work/SRC/openSUSE:Factory/.perl-Sereal-Decoder.new.26092 (New) Package is "perl-Sereal-Decoder" Tue Feb 11 22:17:13 2020 rev:6 rq:770192 version:4.011 Changes: --- /work/SRC/openSUSE:Factory/perl-Sereal-Decoder/perl-Sereal-Decoder.changes 2020-02-04 19:54:58.641378435 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Sereal-Decoder.new.26092/perl-Sereal-Decoder.changes 2020-02-11 22:17:25.671305664 +0100 @@ -1,0 +2,14 @@ +Wed Feb 5 03:13:24 UTC 2020 - + +- updated to 4.011 + see /usr/share/doc/packages/perl-Sereal-Decoder/Changes + + 4.011 Tues February 4, 2020 + * Fix and test custom opcode logic for 5.31.2 and later. + + 4.010 Tues February 4, 2020 + * Update miniz + * Update zstd + * perltidy perl code to a standard style + +--- Old: Sereal-Decoder-4.009.tar.gz New: Sereal-Decoder-4.011.tar.gz Other differences: -- ++ perl-Sereal-Decoder.spec ++ --- /var/tmp/diff_new_pack.yf4y4o/_old 2020-02-11 22:17:26.155305926 +0100 +++ /var/tmp/diff_new_pack.yf4y4o/_new 2020-02-11 22:17:26.163305931 +0100 @@ -17,7 +17,7 @@ Name: perl-Sereal-Decoder -Version:4.009 +Version:4.011 Release:0 %define cpan_name Sereal-Decoder Summary:Binary serialization module for Perl (decoder part) ++ Sereal-Decoder-4.009.tar.gz -> Sereal-Decoder-4.011.tar.gz ++ 55737 lines of diff (skipped)
commit perl-Sereal-Decoder for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Sereal-Decoder for openSUSE:Factory checked in at 2020-02-04 19:54:55 Comparing /work/SRC/openSUSE:Factory/perl-Sereal-Decoder (Old) and /work/SRC/openSUSE:Factory/.perl-Sereal-Decoder.new.26092 (New) Package is "perl-Sereal-Decoder" Tue Feb 4 19:54:55 2020 rev:5 rq:769777 version:4.009 Changes: --- /work/SRC/openSUSE:Factory/perl-Sereal-Decoder/perl-Sereal-Decoder.changes 2019-09-05 12:34:24.619572236 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Sereal-Decoder.new.26092/perl-Sereal-Decoder.changes 2020-02-04 19:54:58.641378435 +0100 @@ -1,0 +2,13 @@ +Sat Feb 1 03:19:23 UTC 2020 - + +- updated to 4.009 + see /usr/share/doc/packages/perl-Sereal-Decoder/Changes + + 4.009 Fri January 31, 2020 + * Update ppport.h for modern perls. + + 4.008 Thurs Jan 30, 2020 + * Build fixes for modern perls. + * Pod fixes + +--- Old: Sereal-Decoder-4.007.tar.gz New: Sereal-Decoder-4.009.tar.gz Other differences: -- ++ perl-Sereal-Decoder.spec ++ --- /var/tmp/diff_new_pack.qzVpUw/_old 2020-02-04 19:55:00.061379263 +0100 +++ /var/tmp/diff_new_pack.qzVpUw/_new 2020-02-04 19:55:00.105379288 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Sereal-Decoder # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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,7 +17,7 @@ Name: perl-Sereal-Decoder -Version:4.007 +Version:4.009 Release:0 %define cpan_name Sereal-Decoder Summary:Binary serialization module for Perl (decoder part) @@ -60,7 +60,7 @@ %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" ++ Sereal-Decoder-4.007.tar.gz -> Sereal-Decoder-4.009.tar.gz ++ 11599 lines of diff (skipped)
commit perl-Sereal-Decoder for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Sereal-Decoder for openSUSE:Factory checked in at 2019-09-05 12:34:21 Comparing /work/SRC/openSUSE:Factory/perl-Sereal-Decoder (Old) and /work/SRC/openSUSE:Factory/.perl-Sereal-Decoder.new.7948 (New) Package is "perl-Sereal-Decoder" Thu Sep 5 12:34:21 2019 rev:4 rq:727220 version:4.007 Changes: --- /work/SRC/openSUSE:Factory/perl-Sereal-Decoder/perl-Sereal-Decoder.changes 2018-11-09 07:53:54.679746078 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Sereal-Decoder.new.7948/perl-Sereal-Decoder.changes 2019-09-05 12:34:24.619572236 +0200 @@ -1,0 +2,23 @@ +Fri Aug 30 10:34:26 UTC 2019 - Tina Mueller + +- Add custom_build in cpanspec.yml. make doesn't work here with -j... + +--- +Wed Apr 10 05:24:08 UTC 2019 - Stephan Kulow + +- updated to 4.007 + see /usr/share/doc/packages/perl-Sereal-Decoder/Changes + + 4.007 Tues Apr 9, 2019 + * Tweak docs for looks_like_sereal/scalar_looks_like_sereal + + 4.006 Mon Apr 8, 2019 + * Version bump only + +--- +Tue Apr 9 05:24:03 UTC 2019 - Stephan Kulow + +- updated to 4.006 + see /usr/share/doc/packages/perl-Sereal-Decoder/Changes + +--- Old: Sereal-Decoder-4.005.tar.gz New: Sereal-Decoder-4.007.tar.gz Other differences: -- ++ perl-Sereal-Decoder.spec ++ --- /var/tmp/diff_new_pack.gVh5HK/_old 2019-09-05 12:34:25.147572132 +0200 +++ /var/tmp/diff_new_pack.gVh5HK/_new 2019-09-05 12:34:25.147572132 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Sereal-Decoder # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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,7 +17,7 @@ Name: perl-Sereal-Decoder -Version:4.005 +Version:4.007 Release:0 %define cpan_name Sereal-Decoder Summary:Binary serialization module for Perl (decoder part) ++ Sereal-Decoder-4.005.tar.gz -> Sereal-Decoder-4.007.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sereal-Decoder-4.005/Changes new/Sereal-Decoder-4.007/Changes --- old/Sereal-Decoder-4.005/Changes2018-01-23 21:42:21.0 +0100 +++ new/Sereal-Decoder-4.007/Changes2019-04-09 19:01:19.0 +0200 @@ -5,6 +5,12 @@ * of the decoder before upgrading to version 4 of the * * encoder!* +4.007 Tues Apr 9, 2019 +* Tweak docs for looks_like_sereal/scalar_looks_like_sereal + +4.006 Mon Apr 8, 2019 +* Version bump only + 4.005 Tues Jan 23, 2018 * Document and fix decode_from_file() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sereal-Decoder-4.005/META.json new/Sereal-Decoder-4.007/META.json --- old/Sereal-Decoder-4.005/META.json 2018-01-23 21:49:58.0 +0100 +++ new/Sereal-Decoder-4.007/META.json 2019-04-09 19:04:35.0 +0200 @@ -4,7 +4,7 @@ "Steffen Mueller , Yves Orton " ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010", + "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -62,6 +62,6 @@ "url" : "git://github.com/Sereal/Sereal.git" } }, - "version" : "4.005", - "x_serialization_backend" : "JSON::PP version 2.27400" + "version" : "4.007", + "x_serialization_backend" : "JSON::PP version 2.27400_02" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Sereal-Decoder-4.005/META.yml new/Sereal-Decoder-4.007/META.yml --- old/Sereal-Decoder-4.005/META.yml 2018-01-23 21:49:58.0 +0100 +++ new/Sereal-Decoder-4.007/META.yml 2019-04-09 19:04:35.0 +0200 @@ -18,7 +18,7 @@ configure_requires: ExtUtils::MakeMaker: '7.0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010' +generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -34,5 +34,5 @@ resources: bugtracker: https://github.com/Sereal/Sereal/issues repository: git://github.com/Sereal/Serea
commit perl-Sereal-Decoder for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Sereal-Decoder for openSUSE:Factory checked in at 2018-11-09 07:53:44 Comparing /work/SRC/openSUSE:Factory/perl-Sereal-Decoder (Old) and /work/SRC/openSUSE:Factory/.perl-Sereal-Decoder.new (New) Package is "perl-Sereal-Decoder" Fri Nov 9 07:53:44 2018 rev:3 rq:647013 version:4.005 Changes: --- /work/SRC/openSUSE:Factory/perl-Sereal-Decoder/perl-Sereal-Decoder.changes 2018-10-11 11:54:01.482132435 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Sereal-Decoder.new/perl-Sereal-Decoder.changes 2018-11-09 07:53:54.679746078 +0100 @@ -1,0 +2,5 @@ +Mon Oct 22 09:21:20 UTC 2018 - Jan Engelhardt + +- Ensure neutrality of summary. + +--- Other differences: -- ++ perl-Sereal-Decoder.spec ++ --- /var/tmp/diff_new_pack.uPTPsy/_old 2018-11-09 07:53:55.247745427 +0100 +++ /var/tmp/diff_new_pack.uPTPsy/_new 2018-11-09 07:53:55.247745427 +0100 @@ -20,7 +20,7 @@ Version:4.005 Release:0 %define cpan_name Sereal-Decoder -Summary:Fast, compact, powerful binary deserialization +Summary:Binary serialization module for Perl (decoder part) License:Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl Url:https://metacpan.org/release/%{cpan_name} ++ cpanspec.yml ++ --- /var/tmp/diff_new_pack.uPTPsy/_old 2018-11-09 07:53:55.283745386 +0100 +++ /var/tmp/diff_new_pack.uPTPsy/_new 2018-11-09 07:53:55.287745381 +0100 @@ -1,4 +1,5 @@ --- +summary: Binary serialization module for Perl (decoder part) #description_paragraphs: 3 #no_testing: broken upstream #sources:
commit perl-Sereal-Decoder for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Sereal-Decoder for openSUSE:Factory checked in at 2018-10-11 11:52:55 Comparing /work/SRC/openSUSE:Factory/perl-Sereal-Decoder (Old) and /work/SRC/openSUSE:Factory/.perl-Sereal-Decoder.new (New) Package is "perl-Sereal-Decoder" Thu Oct 11 11:52:55 2018 rev:2 rq:640414 version:4.005 Changes: --- /work/SRC/openSUSE:Factory/perl-Sereal-Decoder/perl-Sereal-Decoder.changes 2018-09-15 15:34:55.121037564 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Sereal-Decoder.new/perl-Sereal-Decoder.changes 2018-10-11 11:54:01.482132435 +0200 @@ -1,0 +2,11 @@ +Sun Oct 7 15:06:26 UTC 2018 - Dirk Stoecker + +- Fixed autogenerated changes + +--- +Wed Feb 7 17:17:28 UTC 2018 - co...@suse.com + +- updated to 4.005 + see /usr/share/doc/packages/perl-Sereal-Decoder/Changes + +--- Old: Sereal-Decoder-3.015.tar.gz New: Sereal-Decoder-4.005.tar.gz Other differences: -- ++ perl-Sereal-Decoder.spec ++ --- /var/tmp/diff_new_pack.nTINPN/_old 2018-10-11 11:54:02.166131566 +0200 +++ /var/tmp/diff_new_pack.nTINPN/_new 2018-10-11 11:54:02.166131566 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Sereal-Decoder # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -12,24 +12,26 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Sereal-Decoder -Version:3.015 +Version:4.005 Release:0 %define cpan_name Sereal-Decoder Summary:Fast, compact, powerful binary deserialization -License:Artistic-1.0 or GPL-1.0+ +License:Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url:http://search.cpan.org/dist/Sereal-Decoder/ -Source0: http://www.cpan.org/authors/id/Y/YV/YVES/%{cpan_name}-%{version}.tar.gz +Url:https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/Y/YV/YVES/%{cpan_name}-%{version}.tar.gz Source1:cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(ExtUtils::ParseXS) >= 2.21 +BuildRequires: perl(Test::Deep) +BuildRequires: perl(Test::Differences) BuildRequires: perl(Test::LongString) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Warn) @@ -42,10 +44,10 @@ separately to allow for independent and safer upgrading. The Sereal protocol versions that are compatible with this decoder -implementation are currently protocol versions 1, 2, and 3. As it stands, +implementation are currently protocol versions 1, 2, 3 and 4. As it stands, it will refuse to attempt to decode future versions of the protocol, but if necessary there is likely going to be an option to decode the parts of the -input that are compatible with version 3 of the protocol. The protocol was +input that are compatible with version 4 of the protocol. The protocol was designed to allow for this. The protocol specification and many other bits of documentation can be @@ -61,11 +63,12 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +# Don't build with smp_flags! +make %check -%{__make} test +make test %install %perl_make_install ++ Sereal-Decoder-3.015.tar.gz -> Sereal-Decoder-4.005.tar.gz ++ 17604 lines of diff (skipped)