forked from pool/perl-Sereal-Decoder
Compare commits
18 Commits
97b1ed958b
...
3f1c339ece
Author | SHA256 | Date | |
---|---|---|---|
3f1c339ece | |||
9a819e9656 | |||
c70518fd2e | |||
88fd0852e0 | |||
5d96da6899 | |||
|
a282d57370 | ||
ed0937aada | |||
6f747870af | |||
124d0b5cfc | |||
05fe75b096 | |||
7d8eb3eacb | |||
b7b6ad695e | |||
90aa9eb9c3 | |||
163b6ea680 | |||
8c76a25ea4 | |||
a11a2796dd | |||
58f77764c0 | |||
500f5fee37 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0ecbae8b40b965fa855ae96c1b7f6b422de2deab4d7260440821e0b39fa031fd
|
|
||||||
size 715562
|
|
3
Sereal-Decoder-5.004.tar.gz
Normal file
3
Sereal-Decoder-5.004.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:68ef0314d87d1a6e60bb0f66fcf43eb2cacdeb1754432f5e25e784e39d3e6784
|
||||||
|
size 838692
|
@@ -1,3 +1,96 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 20 03:09:34 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 5.004
|
||||||
|
see /usr/share/doc/packages/perl-Sereal-Decoder/Changes
|
||||||
|
|
||||||
|
5.004
|
||||||
|
* Fix thaw ordering for frozen objects. Nested THAW operations
|
||||||
|
now happen in the documented LIFO order. Thanks to Marco
|
||||||
|
Fontani for the report.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 9 03:12:50 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 5.003
|
||||||
|
see /usr/share/doc/packages/perl-Sereal-Decoder/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.
|
||||||
|
* 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.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 4 03:12:20 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 5.001
|
||||||
|
see /usr/share/doc/packages/perl-Sereal-Decoder/Changes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 29 03:09:01 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 4.025
|
||||||
|
see /usr/share/doc/packages/perl-Sereal-Decoder/Changes
|
||||||
|
|
||||||
|
4.025 Thr Jul 28, 2022
|
||||||
|
* Release with build fixes for threaded perls and MANIFEST
|
||||||
|
update. Oops.
|
||||||
|
|
||||||
|
4.024 Wed Jul 27, 2022
|
||||||
|
* Total rework of how THAW is invoked to resolve issues with
|
||||||
|
frozen representations containing blessed objects.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 21 03:12:00 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 4.023
|
||||||
|
see /usr/share/doc/packages/perl-Sereal-Decoder/Changes
|
||||||
|
|
||||||
|
4.023 Sun Feb 20, 2022
|
||||||
|
* Make it possible to upgrade with passing tests when using
|
||||||
|
Sereal::Decoder 4.015 - 4.019 on threaded debugging perls.
|
||||||
|
IF YOU USE THREADED PERLS YOU ARE STRONGLY ADVISED TO UPDATE
|
||||||
|
TO THIS VERSION OR LATER. *UPGRADE THE DECODER IMMEDIATELY.*
|
||||||
|
4.022 Sat Feb 19, 2022
|
||||||
|
4.021 Fri Feb 18, 2022
|
||||||
|
* Early but incomplete versions of 4.023, skip these releases.
|
||||||
|
4.020 Thurs Feb 17, 2022
|
||||||
|
* Fix "panic: free from wrong pool" errors on threaded builds.
|
||||||
|
This error is only visible on DEBUGGING perls however it exists
|
||||||
|
regardless. If you are using a threaded build upgrade to this!
|
||||||
|
Thanks to Andreas J. Koenig for finding the bug, and Nicholas Clark
|
||||||
|
for suggesting valgrind to debug and fix it.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 8 03:09:07 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
Tue Feb 8 03:09:07 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Sereal-Decoder
|
# spec file for package perl-Sereal-Decoder
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%define cpan_name Sereal-Decoder
|
%define cpan_name Sereal-Decoder
|
||||||
Name: perl-Sereal-Decoder
|
Name: perl-Sereal-Decoder
|
||||||
Version: 4.019
|
Version: 5.004
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Binary serialization module for Perl (decoder part)
|
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
|
Summary: Binary serialization module for Perl (decoder part)
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
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}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
@@ -59,6 +59,7 @@ https://github.com/Sereal/Sereal/wiki/Sereal-Comparison-Graphs.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
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/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Reference in New Issue
Block a user