Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Sereal-Encoder for
openSUSE:Factory checked in at 2023-02-20 17:46:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Sereal-Encoder (Old)
and /work/SRC/openSUSE:Factory/.perl-Sereal-Encoder.new.22824 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Sereal-Encoder"
Mon Feb 20 17:46:58 2023 rev:14 rq:1066840 version:5.003
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Sereal-Encoder/perl-Sereal-Encoder.changes
2022-09-22 17:45:10.658617419 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Sereal-Encoder.new.22824/perl-Sereal-Encoder.changes
2023-02-20 17:48:00.644162718 +0100
@@ -1,0 +2,41 @@
+Thu Feb 9 03:13:35 UTC 2023 - Tina Müller <[email protected]>
+
+- updated to 5.003
+ see /usr/share/doc/packages/perl-Sereal-Encoder/Changes
+
+ 5.003
+ * Production release of 5.002_001 and 5.002_002
+ * OpenBSD build fixes. Gracious thanks to Andrew Hewus Fresh
+ for providing guidance and access to an OpenBSD box to use to
+ debug and fix this.
+ * Update Miniz to 3.0.2, Zstd to 1.5.2 and Devel::CheckLib to 1.16
+ * Assorted build fixes related to these updates.
+ 5.002_002
+ * OpenBSD build fixes. Gracious thanks to Andrew Hewus Fresh
+ for providing guidance and access to an OpenBSD box to use to
+ debug and fix this.
+ 5.002_001
+ * Update Miniz to 3.0.2, Zstd to 1.5.2 and Devel::CheckLib to 1.16
+ * Assorted build fixes related to these updates.
+ 5.002
+ * Fixup Decoder tests to run on perl 5.8 which has no defined-or.
+ - Consolidated changes from 5.001_00x:
+ * Ensure that Encoder depends on the correct version of the Decoder.
+ Gracious thanks to Slaven Rezic for being so patient in helping
+ me get this release working properly.
+ * Test compatibility fixes when no perl is already installed.
+ * Add t/195_backcompat.t to check if the latest decoder will
+ seamlessly handle reading output from older versions.
+ * Test compatibility fixes with version 3 and earlier.
+ 5.001_003
+ * Ensure that Encoder depends on the correct version of the Decoder.
+ Gracious thanks to Slaven Rezic for being so patient in helping
+ me get 5.001_00x working properly.
+ 5.001_002
+ * Test compatibility fixes when no perl is already installed.
+ * Decoder: Add t/195_backcompat.t to check if the latest decoder
+ will seamlessly handle reading output from older versions.
+ 5.001_001
+ * Test compatibility fixes with version 3 and earlier.
+
+-------------------------------------------------------------------
Old:
----
Sereal-Encoder-5.001.tar.gz
New:
----
Sereal-Encoder-5.003.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Sereal-Encoder.spec ++++++
--- /var/tmp/diff_new_pack.j6bnif/_old 2023-02-20 17:48:01.256166175 +0100
+++ /var/tmp/diff_new_pack.j6bnif/_new 2023-02-20 17:48:01.260166197 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Sereal-Encoder
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define cpan_name Sereal-Encoder
Name: perl-Sereal-Encoder
-Version: 5.001
+Version: 5.003
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Binary serialization module for Perl (encoder part)
@@ -29,12 +29,13 @@
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.0
BuildRequires: perl(ExtUtils::ParseXS) >= 2.21
-BuildRequires: perl(Sereal::Decoder) >= 5.000
+BuildRequires: perl(Sereal::Decoder) >= 5.003
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Differences)
BuildRequires: perl(Test::LongString)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Warn)
+Requires: perl(Sereal::Decoder) >= 5.003
%{perl_requires}
%description
@@ -60,6 +61,7 @@
%prep
%autosetup -n %{cpan_name}-%{version}
+
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
++++++ Sereal-Encoder-5.001.tar.gz -> Sereal-Encoder-5.003.tar.gz ++++++
++++ 29269 lines of diff (skipped)