Hello community,

here is the log from the commit of package perl-Sereal for openSUSE:Factory 
checked in at 2020-08-17 12:06:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Sereal (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Sereal.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Sereal"

Mon Aug 17 12:06:28 2020 rev:7 rq:827145 version:4.018

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Sereal/perl-Sereal.changes  2020-07-17 
20:51:10.920941062 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sereal.new.3399/perl-Sereal.changes        
2020-08-17 12:07:17.886758387 +0200
@@ -1,0 +2,9 @@
+Tue Aug  4 03:12:52 UTC 2020 - Tina Müller <[email protected]>
+
+- updated to 4.018
+   see /usr/share/doc/packages/perl-Sereal/Changes
+
+  4.018 Thurs Aug 3, 2020
+      * Fix issue with gcc 10 with snappy compression.
+
+-------------------------------------------------------------------

Old:
----
  Sereal-4.017.tar.gz

New:
----
  Sereal-4.018.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Sereal.spec ++++++
--- /var/tmp/diff_new_pack.dbINcg/_old  2020-08-17 12:07:19.170759102 +0200
+++ /var/tmp/diff_new_pack.dbINcg/_new  2020-08-17 12:07:19.174759105 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Sereal
-Version:        4.017
+Version:        4.018
 Release:        0
 %define cpan_name Sereal
 Summary:        Binary serialization module for Perl
@@ -30,13 +30,13 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Sereal::Decoder) >= 4.017
-BuildRequires:  perl(Sereal::Encoder) >= 4.017
+BuildRequires:  perl(Sereal::Decoder) >= 4.018
+BuildRequires:  perl(Sereal::Encoder) >= 4.018
 BuildRequires:  perl(Test::LongString)
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Warn)
-Requires:       perl(Sereal::Decoder) >= 4.017
-Requires:       perl(Sereal::Encoder) >= 4.017
+Requires:       perl(Sereal::Decoder) >= 4.018
+Requires:       perl(Sereal::Encoder) >= 4.018
 %{perl_requires}
 
 %description

++++++ Sereal-4.017.tar.gz -> Sereal-4.018.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sereal-4.017/Changes new/Sereal-4.018/Changes
--- old/Sereal-4.017/Changes    2020-07-09 20:18:07.000000000 +0200
+++ new/Sereal-4.018/Changes    2020-08-03 12:23:42.000000000 +0200
@@ -13,6 +13,9 @@
 *          Sereal package and instead install the Encoder or   *
 *          Decoder independently.                              *
 ****************************************************************
+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-4.017/META.json new/Sereal-4.018/META.json
--- old/Sereal-4.017/META.json  2020-07-09 20:29:25.000000000 +0200
+++ new/Sereal-4.018/META.json  2020-08-03 12:38:39.000000000 +0200
@@ -32,8 +32,8 @@
       },
       "runtime" : {
          "requires" : {
-            "Sereal::Decoder" : "4.017",
-            "Sereal::Encoder" : "4.017",
+            "Sereal::Decoder" : "4.018",
+            "Sereal::Encoder" : "4.018",
             "perl" : "5.008"
          }
       },
@@ -42,8 +42,8 @@
             "Data::Dumper" : "0",
             "File::Spec" : "0",
             "Scalar::Util" : "0",
-            "Sereal::Decoder" : "4.017",
-            "Sereal::Encoder" : "4.017",
+            "Sereal::Decoder" : "4.018",
+            "Sereal::Encoder" : "4.018",
             "Test::LongString" : "0",
             "Test::More" : "0.88",
             "Test::Warn" : "0"
@@ -60,6 +60,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-4.017/META.yml new/Sereal-4.018/META.yml
--- old/Sereal-4.017/META.yml   2020-07-09 20:29:25.000000000 +0200
+++ new/Sereal-4.018/META.yml   2020-08-03 12:38:39.000000000 +0200
@@ -7,8 +7,8 @@
   ExtUtils::MakeMaker: '0'
   File::Spec: '0'
   Scalar::Util: '0'
-  Sereal::Decoder: '4.017'
-  Sereal::Encoder: '4.017'
+  Sereal::Decoder: '4.018'
+  Sereal::Encoder: '4.018'
   Test::LongString: '0'
   Test::More: '0.88'
   Test::Warn: '0'
@@ -26,11 +26,11 @@
     - t
     - inc
 requires:
-  Sereal::Decoder: '4.017'
-  Sereal::Encoder: '4.017'
+  Sereal::Decoder: '4.018'
+  Sereal::Encoder: '4.018'
   perl: '5.008'
 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-4.017/Makefile.PL new/Sereal-4.018/Makefile.PL
--- old/Sereal-4.017/Makefile.PL        2020-07-09 20:18:52.000000000 +0200
+++ new/Sereal-4.018/Makefile.PL        2020-08-03 12:24:01.000000000 +0200
@@ -4,7 +4,7 @@
 
 use ExtUtils::MakeMaker;
 use Cwd;
-our $VERSION= '4.017';
+our $VERSION= '4.018';
 
 my $shared_dir= "../shared";
 my $its_our_repo_file= "../this_is_the_Sereal_repo.txt";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sereal-4.017/lib/Sereal.pm 
new/Sereal-4.018/lib/Sereal.pm
--- old/Sereal-4.017/lib/Sereal.pm      2020-07-09 20:18:52.000000000 +0200
+++ new/Sereal-4.018/lib/Sereal.pm      2020-08-03 12:24:01.000000000 +0200
@@ -2,9 +2,9 @@
 use 5.008;
 use strict;
 use warnings;
-our $VERSION= '4.017';
+our $VERSION= '4.018';
 our $XS_VERSION= $VERSION; $VERSION= eval $VERSION;
-use Sereal::Encoder 4.017 qw(
+use Sereal::Encoder 4.018 qw(
     encode_sereal
     sereal_encode_with_object
     SRL_UNCOMPRESSED
@@ -12,7 +12,7 @@
     SRL_ZLIB
     SRL_ZSTD
 );
-use Sereal::Decoder 4.017 qw(
+use Sereal::Decoder 4.018 qw(
     decode_sereal
     looks_like_sereal
     decode_sereal_with_header_data


Reply via email to