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 <[email protected]>
+
+- Fix autogenerated changes
+
+-------------------------------------------------------------------
+Wed Feb 7 17:17:49 UTC 2018 - [email protected]
+
+- 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)