commit perl-Sereal-Encoder for openSUSE:Factory

2020-08-10 Thread root
Hello community,

here is the log from the commit of package perl-Sereal-Encoder for 
openSUSE:Factory checked in at 2020-08-10 14:58:42

Comparing /work/SRC/openSUSE:Factory/perl-Sereal-Encoder (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sereal-Encoder.new.3399 (New)


Package is "perl-Sereal-Encoder"

Mon Aug 10 14:58:42 2020 rev:9 rq:824979 version:4.018

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sereal-Encoder/perl-Sereal-Encoder.changes  
2020-07-15 15:05:25.607433838 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Sereal-Encoder.new.3399/perl-Sereal-Encoder.changes
2020-08-10 14:59:02.364033475 +0200
@@ -1,0 +2,10 @@
+Tue Aug  4 03:15:27 UTC 2020 - Tina Müller 
+
+- updated to 4.018
+   see /usr/share/doc/packages/perl-Sereal-Encoder/Changes
+
+
+  4.018 Thurs Aug 3, 2020
+  * Fix issue with gcc 10 with snappy compression.
+
+---

Old:

  Sereal-Encoder-4.017.tar.gz

New:

  Sereal-Encoder-4.018.tar.gz



Other differences:
--
++ perl-Sereal-Encoder.spec ++
--- /var/tmp/diff_new_pack.3eZxF4/_old  2020-08-10 14:59:04.044034361 +0200
+++ /var/tmp/diff_new_pack.3eZxF4/_new  2020-08-10 14:59:04.044034361 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sereal-Encoder
-Version:4.017
+Version:4.018
 Release:0
 %define cpan_name Sereal-Encoder
 Summary:Binary serialization module for Perl (encoder part)

++ Sereal-Encoder-4.017.tar.gz -> Sereal-Encoder-4.018.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sereal-Encoder-4.017/Changes 
new/Sereal-Encoder-4.018/Changes
--- old/Sereal-Encoder-4.017/Changes2020-07-09 20:17:48.0 +0200
+++ new/Sereal-Encoder-4.018/Changes2020-08-03 12:23:28.0 +0200
@@ -5,6 +5,10 @@
 *  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-Encoder-4.017/META.json 
new/Sereal-Encoder-4.018/META.json
--- old/Sereal-Encoder-4.017/META.json  2020-07-09 20:25:54.0 +0200
+++ new/Sereal-Encoder-4.018/META.json  2020-08-03 12:32:34.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-Encoder-4.017/META.yml 
new/Sereal-Encoder-4.018/META.yml
--- old/Sereal-Encoder-4.017/META.yml   2020-07-09 20:25:54.0 +0200
+++ new/Sereal-Encoder-4.018/META.yml   2020-08-03 12:32:34.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-Encoder-4.017/lib/Sereal/Encoder/Constants.pm 
new/Sereal-Encoder-4.018/lib/Sereal/Encoder/Constants.pm
--- old/Sereal-Encoder-4.017/lib/Sereal/Encoder/Constants.pm2020-07-09 
20:18:52.0 +0200
+++ new/Sereal-Encoder-4.018/lib/Sereal/Encoder/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-Encoder-4.017/lib/Sereal/Encoder.pm 
new/Sereal-Encoder-4.018/lib/Sereal/Encoder.pm
--- old/Sereal-Encoder-4.017/lib/Sereal/Encoder.pm  2020-07-09 
20:18:52.0 +0200
+++ new/Sereal-Encoder-4.018/lib/Sereal/Encoder.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 decoders!
+our $VERSION= '4.018'; # Don't forget to update the TestCompat set for testing 
against installed decoders!
 our $XS_VERSION= $VERSION; $VERSION= eval $VERSION;
 
 # not for 

commit perl-Sereal-Encoder for openSUSE:Factory

2020-07-15 Thread root
Hello community,

here is the log from the commit of package perl-Sereal-Encoder for 
openSUSE:Factory checked in at 2020-07-15 15:05:04

Comparing /work/SRC/openSUSE:Factory/perl-Sereal-Encoder (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sereal-Encoder.new.3060 (New)


Package is "perl-Sereal-Encoder"

Wed Jul 15 15:05:04 2020 rev:8 rq:820834 version:4.017

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sereal-Encoder/perl-Sereal-Encoder.changes  
2020-06-17 14:50:03.480923803 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Sereal-Encoder.new.3060/perl-Sereal-Encoder.changes
2020-07-15 15:05:25.607433838 +0200
@@ -1,0 +2,15 @@
+Fri Jul 10 09:42:21 UTC 2020 - Tina Müller 
+
+- updated to 4.017
+   see /usr/share/doc/packages/perl-Sereal-Encoder/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)
+
+---

Old:

  Sereal-Encoder-4.014.tar.gz

New:

  Sereal-Encoder-4.017.tar.gz



Other differences:
--
++ perl-Sereal-Encoder.spec ++
--- /var/tmp/diff_new_pack.I2YUV5/_old  2020-07-15 15:05:29.055437201 +0200
+++ /var/tmp/diff_new_pack.I2YUV5/_new  2020-07-15 15:05:29.059437205 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sereal-Encoder
-Version:4.014
+Version:4.017
 Release:0
 %define cpan_name Sereal-Encoder
 Summary:Binary serialization module for Perl (encoder part)

++ Sereal-Encoder-4.014.tar.gz -> Sereal-Encoder-4.017.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sereal-Encoder-4.014/Changes 
new/Sereal-Encoder-4.017/Changes
--- old/Sereal-Encoder-4.014/Changes2020-06-11 18:36:32.0 +0200
+++ new/Sereal-Encoder-4.017/Changes2020-07-09 20:17:48.0 +0200
@@ -5,6 +5,15 @@
 *  of the decoder before upgrading to version 4 of the *
 *  encoder!*
 
+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)
+
 4.014 Thurs June 11, 2020
 * Fix build issue on non-win32 platforms.
 * Update zstd to 1.4.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sereal-Encoder-4.014/META.json 
new/Sereal-Encoder-4.017/META.json
--- old/Sereal-Encoder-4.014/META.json  2020-06-11 18:44:12.0 +0200
+++ new/Sereal-Encoder-4.017/META.json  2020-07-09 20:25:54.0 +0200
@@ -4,7 +4,7 @@
   "Steffen Mueller , Yves Orton "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.36, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.46, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "perl_5"
],
@@ -24,7 +24,8 @@
  "requires" : {
 "ExtUtils::ParseXS" : "2.21",
 "File::Find" : "0",
-"File::Path" : "0"
+"File::Path" : "0",
+"Test::LongString" : "0"
  }
   },
   "configure" : {
@@ -62,6 +63,6 @@
  "url" : "git://github.com/Sereal/Sereal.git"
   }
},
-   "version" : "4.014",
+   "version" : "4.017",
"x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sereal-Encoder-4.014/META.yml 
new/Sereal-Encoder-4.017/META.yml
--- old/Sereal-Encoder-4.014/META.yml   2020-06-11 18:44:12.0 +0200
+++ new/Sereal-Encoder-4.017/META.yml   2020-07-09 20:25:54.0 +0200
@@ -18,7 +18,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '7.0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.36, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.46, 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/Sereal.git
-version: '4.014'
-x_serialization_backend: 'CPAN::Meta::YAML version 0.011'
+version: '4.017'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit perl-Sereal-Encoder for openSUSE:Factory

2020-06-17 Thread root
Hello community,

here is the log from the commit of package perl-Sereal-Encoder for 
openSUSE:Factory checked in at 2020-06-17 14:49:38

Comparing /work/SRC/openSUSE:Factory/perl-Sereal-Encoder (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sereal-Encoder.new.3606 (New)


Package is "perl-Sereal-Encoder"

Wed Jun 17 14:49:38 2020 rev:7 rq:815252 version:4.014

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sereal-Encoder/perl-Sereal-Encoder.changes  
2020-02-11 22:17:24.639305105 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Sereal-Encoder.new.3606/perl-Sereal-Encoder.changes
2020-06-17 14:50:03.480923803 +0200
@@ -1,0 +2,13 @@
+Fri Jun 12 03:17:27 UTC 2020 - Tina Müller 
+
+- updated to 4.014
+   see /usr/share/doc/packages/perl-Sereal-Encoder/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-Encoder-4.011.tar.gz

New:

  Sereal-Encoder-4.014.tar.gz



Other differences:
--
++ perl-Sereal-Encoder.spec ++
--- /var/tmp/diff_new_pack.lnRUeP/_old  2020-06-17 14:50:04.796928304 +0200
+++ /var/tmp/diff_new_pack.lnRUeP/_new  2020-06-17 14:50:04.800928317 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sereal-Encoder
 #
-# 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-Encoder
-Version:4.011
+Version:4.014
 Release:0
 %define cpan_name Sereal-Encoder
 Summary:Binary serialization module for Perl (encoder 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-Encoder-4.011.tar.gz -> Sereal-Encoder-4.014.tar.gz ++
 8430 lines of diff (skipped)




commit perl-Sereal-Encoder for openSUSE:Factory

2020-02-11 Thread root
Hello community,

here is the log from the commit of package perl-Sereal-Encoder for 
openSUSE:Factory checked in at 2020-02-11 22:17:11

Comparing /work/SRC/openSUSE:Factory/perl-Sereal-Encoder (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sereal-Encoder.new.26092 (New)


Package is "perl-Sereal-Encoder"

Tue Feb 11 22:17:11 2020 rev:6 rq:770191 version:4.011

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sereal-Encoder/perl-Sereal-Encoder.changes  
2020-02-04 19:53:06.625313101 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Sereal-Encoder.new.26092/perl-Sereal-Encoder.changes
   2020-02-11 22:17:24.639305105 +0100
@@ -1,0 +2,14 @@
+Wed Feb  5 03:14:44 UTC 2020 -  
+
+- updated to 4.011
+   see /usr/share/doc/packages/perl-Sereal-Encoder/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-Encoder-4.009.tar.gz

New:

  Sereal-Encoder-4.011.tar.gz



Other differences:
--
++ perl-Sereal-Encoder.spec ++
--- /var/tmp/diff_new_pack.IwfPCz/_old  2020-02-11 22:17:25.195305407 +0100
+++ /var/tmp/diff_new_pack.IwfPCz/_new  2020-02-11 22:17:25.203305411 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sereal-Encoder
-Version:4.009
+Version:4.011
 Release:0
 %define cpan_name Sereal-Encoder
 Summary:Binary serialization module for Perl (encoder part)

++ Sereal-Encoder-4.009.tar.gz -> Sereal-Encoder-4.011.tar.gz ++
 55384 lines of diff (skipped)




commit perl-Sereal-Encoder for openSUSE:Factory

2020-02-04 Thread root
Hello community,

here is the log from the commit of package perl-Sereal-Encoder for 
openSUSE:Factory checked in at 2020-02-04 19:52:44

Comparing /work/SRC/openSUSE:Factory/perl-Sereal-Encoder (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sereal-Encoder.new.26092 (New)


Package is "perl-Sereal-Encoder"

Tue Feb  4 19:52:44 2020 rev:5 rq:769546 version:4.009

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sereal-Encoder/perl-Sereal-Encoder.changes  
2019-09-05 12:34:20.735572997 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Sereal-Encoder.new.26092/perl-Sereal-Encoder.changes
   2020-02-04 19:53:06.625313101 +0100
@@ -1,0 +2,13 @@
+Sat Feb  1 03:20:42 UTC 2020 -  
+
+- updated to 4.009
+   see /usr/share/doc/packages/perl-Sereal-Encoder/Changes
+
+  4.009 Fri January 31, 2020
+  * Update ppport.h for modern perls.
+  
+  4.008 Thurs January 30, 2020
+  * Fixup casting error for pedantic compilers in srl_compress.h
+  * Build fixes.
+
+---

Old:

  Sereal-Encoder-4.007.tar.gz

New:

  Sereal-Encoder-4.009.tar.gz



Other differences:
--
++ perl-Sereal-Encoder.spec ++
--- /var/tmp/diff_new_pack.RBtOv8/_old  2020-02-04 19:53:07.581313659 +0100
+++ /var/tmp/diff_new_pack.RBtOv8/_new  2020-02-04 19:53:07.589313663 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sereal-Encoder
 #
-# 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-Encoder
-Version:4.007
+Version:4.009
 Release:0
 %define cpan_name Sereal-Encoder
 Summary:Binary serialization module for Perl (encoder part)
@@ -61,7 +61,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-Encoder-4.007.tar.gz -> Sereal-Encoder-4.009.tar.gz ++
 11591 lines of diff (skipped)




commit perl-Sereal-Encoder for openSUSE:Factory

2019-09-05 Thread root
Hello community,

here is the log from the commit of package perl-Sereal-Encoder for 
openSUSE:Factory checked in at 2019-09-05 12:34:18

Comparing /work/SRC/openSUSE:Factory/perl-Sereal-Encoder (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sereal-Encoder.new.7948 (New)


Package is "perl-Sereal-Encoder"

Thu Sep  5 12:34:18 2019 rev:4 rq:727219 version:4.007

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sereal-Encoder/perl-Sereal-Encoder.changes  
2018-11-09 07:53:58.291741936 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Sereal-Encoder.new.7948/perl-Sereal-Encoder.changes
2019-09-05 12:34:20.735572997 +0200
@@ -1,0 +2,23 @@
+Fri Aug 30 10:38:12 UTC 2019 - Tina Mueller 
+
+- Add custom_build in cpanspec.yml. make doesn't work here with -j...
+
+---
+Wed Apr 10 05:24:24 UTC 2019 - Stephan Kulow 
+
+- updated to 4.007
+   see /usr/share/doc/packages/perl-Sereal-Encoder/Changes
+
+  4.007 Tues Apr 9, 2019
+  * Version bump only
+  
+  4.006 Mon Apr 8, 2019
+  * Version bump only
+
+---
+Tue Apr  9 05:24:22 UTC 2019 - Stephan Kulow 
+
+- updated to 4.006
+   see /usr/share/doc/packages/perl-Sereal-Encoder/Changes
+
+---

Old:

  Sereal-Encoder-4.005.tar.gz

New:

  Sereal-Encoder-4.007.tar.gz



Other differences:
--
++ perl-Sereal-Encoder.spec ++
--- /var/tmp/diff_new_pack.YLFl7z/_old  2019-09-05 12:34:21.279572890 +0200
+++ /var/tmp/diff_new_pack.YLFl7z/_new  2019-09-05 12:34:21.283572890 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sereal-Encoder
 #
-# 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-Encoder
-Version:4.005
+Version:4.007
 Release:0
 %define cpan_name Sereal-Encoder
 Summary:Binary serialization module for Perl (encoder part)
@@ -65,7 +65,7 @@
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-# Don't use smp_flags!
+# Don't build with smp_flags!
 make
 
 %check

++ Sereal-Encoder-4.005.tar.gz -> Sereal-Encoder-4.007.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sereal-Encoder-4.005/Changes 
new/Sereal-Encoder-4.007/Changes
--- old/Sereal-Encoder-4.005/Changes2018-01-23 21:42:37.0 +0100
+++ new/Sereal-Encoder-4.007/Changes2019-04-09 19:01:20.0 +0200
@@ -5,6 +5,12 @@
 *  of the decoder before upgrading to version 4 of the *
 *  encoder!*
 
+4.007 Tues Apr 9, 2019
+* Version bump only
+
+4.006 Mon Apr 8, 2019
+* Version bump only
+
 4.005 Tues Jan 23, 2018
 * Document encode_to_file()
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sereal-Encoder-4.005/META.json 
new/Sereal-Encoder-4.007/META.json
--- old/Sereal-Encoder-4.005/META.json  2018-01-23 21:48:24.0 +0100
+++ new/Sereal-Encoder-4.007/META.json  2019-04-09 19:04:21.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-Encoder-4.005/META.yml 
new/Sereal-Encoder-4.007/META.yml
--- old/Sereal-Encoder-4.005/META.yml   2018-01-23 21:48:24.0 +0100
+++ new/Sereal-Encoder-4.007/META.yml   2019-04-09 19:04:21.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: 

commit perl-Sereal-Encoder for openSUSE:Factory

2018-11-08 Thread root
Hello community,

here is the log from the commit of package perl-Sereal-Encoder for 
openSUSE:Factory checked in at 2018-11-09 07:53:48

Comparing /work/SRC/openSUSE:Factory/perl-Sereal-Encoder (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sereal-Encoder.new (New)


Package is "perl-Sereal-Encoder"

Fri Nov  9 07:53:48 2018 rev:3 rq:647014 version:4.005

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sereal-Encoder/perl-Sereal-Encoder.changes  
2018-10-11 11:54:09.178122648 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Sereal-Encoder.new/perl-Sereal-Encoder.changes 
2018-11-09 07:53:58.291741936 +0100
@@ -1,0 +2,5 @@
+Mon Oct 22 09:21:20 UTC 2018 - Jan Engelhardt 
+
+- Ensure neutrality of summary.
+
+---



Other differences:
--
++ perl-Sereal-Encoder.spec ++
--- /var/tmp/diff_new_pack.2iY2Jt/_old  2018-11-09 07:53:59.155740946 +0100
+++ /var/tmp/diff_new_pack.2iY2Jt/_new  2018-11-09 07:53:59.155740946 +0100
@@ -20,7 +20,7 @@
 Version:4.005
 Release:0
 %define cpan_name Sereal-Encoder
-Summary:Fast, compact, powerful binary serialization
+Summary:Binary serialization module for Perl (encoder 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.2iY2Jt/_old  2018-11-09 07:53:59.179740918 +0100
+++ /var/tmp/diff_new_pack.2iY2Jt/_new  2018-11-09 07:53:59.183740913 +0100
@@ -1,4 +1,5 @@
 ---
+summary: Binary serialization module for Perl (encoder part)
 #description_paragraphs: 3
 #no_testing: broken upstream
 #sources:




commit perl-Sereal-Encoder for openSUSE:Factory

2018-10-11 Thread root
Hello community,

here is the log from the commit of package perl-Sereal-Encoder for 
openSUSE:Factory checked in at 2018-10-11 11:53:11

Comparing /work/SRC/openSUSE:Factory/perl-Sereal-Encoder (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sereal-Encoder.new (New)


Package is "perl-Sereal-Encoder"

Thu Oct 11 11:53:11 2018 rev:2 rq:640417 version:4.005

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sereal-Encoder/perl-Sereal-Encoder.changes  
2018-09-15 15:34:55.781037129 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Sereal-Encoder.new/perl-Sereal-Encoder.changes 
2018-10-11 11:54:09.178122648 +0200
@@ -1,0 +2,11 @@
+Sun Oct  7 15:07:08 UTC 2018 - Dirk Stoecker 
+
+- Fix autogenerated changes
+
+---
+Wed Feb  7 17:17:49 UTC 2018 - co...@suse.com
+
+- updated to 4.005
+   see /usr/share/doc/packages/perl-Sereal-Encoder/Changes
+
+---

Old:

  Sereal-Encoder-3.015.tar.gz

New:

  Sereal-Encoder-4.005.tar.gz



Other differences:
--
++ perl-Sereal-Encoder.spec ++
--- /var/tmp/diff_new_pack.wD2ufJ/_old  2018-10-11 11:54:10.502120964 +0200
+++ /var/tmp/diff_new_pack.wD2ufJ/_new  2018-10-11 11:54:10.502120964 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sereal-Encoder
 #
-# 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,25 +12,27 @@
 # 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-Encoder
-Version:3.015
+Version:4.005
 Release:0
 %define cpan_name Sereal-Encoder
 Summary:Fast, compact, powerful binary serialization
-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-Encoder/
-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(Sereal::Decoder) >= 3.00
+BuildRequires:  perl(Sereal::Decoder) >= 4.002
+BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(Test::Differences)
 BuildRequires:  perl(Test::LongString)
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Warn)
@@ -45,7 +47,7 @@
 documentation after finishing this document.
 
 The Sereal protocol version emitted by this encoder implementation is
-currently protocol version 3 by default.
+currently protocol version 4 by default.
 
 The protocol specification and many other bits of documentation can be
 found in the github repository. Right now, the specification is at
@@ -62,11 +64,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 use smp_flags!
+make
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ Sereal-Encoder-3.015.tar.gz -> Sereal-Encoder-4.005.tar.gz ++
 17458 lines of diff (skipped)