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 2026-06-03 20:22:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Sereal-Encoder (Old)
and /work/SRC/openSUSE:Factory/.perl-Sereal-Encoder.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Sereal-Encoder"
Wed Jun 3 20:22:06 2026 rev:16 rq:1356777 version:5.6.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Sereal-Encoder/perl-Sereal-Encoder.changes
2023-04-27 20:03:17.722758252 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Sereal-Encoder.new.1937/perl-Sereal-Encoder.changes
2026-06-03 20:25:54.173873656 +0200
@@ -1,0 +2,19 @@
+Thu May 21 10:05:38 UTC 2026 - Tina Müller <[email protected]>
+
+- updated to 5.6.0 (5.006)
+ see /usr/share/doc/packages/perl-Sereal-Encoder/Changes
+
+ 5.006
+ * Use miniz 3.1.1
+ * Avoid deprecated ZSTD api.
+ * Tidy and regen.
+
+ 5.005
+ * Update spec to document changes from version 5
+ * Security fixes in decoder.
+
+ 5.004_001
+ * Update Zstd to 1.5.7, and other changes.
+ * Thanks to Marco Fontani, Ricardo Signes, and James Rouzier
+
+-------------------------------------------------------------------
Old:
----
Sereal-Encoder-5.004.tar.gz
New:
----
README.md
Sereal-Encoder-5.006.tar.gz
_scmsync.obsinfo
build.specials.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Sereal-Encoder.spec ++++++
--- /var/tmp/diff_new_pack.0UVmzy/_old 2026-06-03 20:25:55.301920450 +0200
+++ /var/tmp/diff_new_pack.0UVmzy/_new 2026-06-03 20:25:55.301920450 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Sereal-Encoder
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,24 +18,31 @@
%define cpan_name Sereal-Encoder
Name: perl-Sereal-Encoder
-Version: 5.004
+Version: 5.6.0
Release: 0
+# 5.006 -> normalize -> 5.6.0
+%define cpan_version 5.006
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Binary serialization module for Perl (encoder part)
URL: https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/Y/YV/YVES/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/Y/YV/YVES/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
+Source100: README.md
BuildRequires: perl
BuildRequires: perl-macros
+BuildRequires: perl(Devel::CheckLib) >= 1.160
BuildRequires: perl(ExtUtils::MakeMaker) >= 7.0
BuildRequires: perl(ExtUtils::ParseXS) >= 2.21
-BuildRequires: perl(Sereal::Decoder) >= 5.004
+BuildRequires: perl(Sereal::Decoder) >= 5.6
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.004
+Requires: perl(Sereal::Decoder) >= 5.6
+Provides: perl(Sereal::Encoder) = %{version}
+Provides: perl(Sereal::Encoder::Constants) = %{version}
+%undefine __perllib_provides
%{perl_requires}
%description
@@ -47,7 +54,7 @@
documentation after finishing this document.
The Sereal protocol version emitted by this encoder implementation is
-currently protocol version 4 by default.
+currently protocol version 5 by default.
The protocol specification and many other bits of documentation can be
found in the github repository. Right now, the specification is at
@@ -60,9 +67,9 @@
the "PERFORMANCE" section below.
%prep
-%autosetup -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
-find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod
644
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
++++++ README.md ++++++
## Build Results
Current state of perl in openSUSE:Factory is

The current state of perl in the devel project build (devel:languages:perl)

++++++ Sereal-Encoder-5.004.tar.gz -> Sereal-Encoder-5.006.tar.gz ++++++
++++ 52659 lines of diff (skipped)
++++++ _scmsync.obsinfo ++++++
mtime: 1779357938
commit: 8315a70e4b0ba5f837394fd871570bef62143875c8a2f124d9414de44886157c
url: https://src.opensuse.org/perl/perl-Sereal-Encoder
revision: 8315a70e4b0ba5f837394fd871570bef62143875c8a2f124d9414de44886157c
projectscmsync: https://src.opensuse.org/perl/_ObsPrj
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-05-21 12:05:38.000000000 +0200
@@ -0,0 +1 @@
+.osc