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


Reply via email to