Revisions of perl-Sereal-Encoder

buildservice-autocommit accepted request 1083299 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 34)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1080935 from Tina Müller's avatar Tina Müller (tinita) (revision 33)
- updated to 5.004
   see /usr/share/doc/packages/perl-Sereal-Encoder/Changes
  5.004
      * Decoder fixes: Fix thaw ordering for frozen objects. Nested THAW
        operations now happen in the documented LIFO order. Thanks to Marco
        Fontani for the report.
buildservice-autocommit accepted request 1066840 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 32)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1066764 from Tina Müller's avatar Tina Müller (tinita) (revision 31)
- 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.
buildservice-autocommit accepted request 1005412 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 30)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1002765 from Tina Müller's avatar Tina Müller (tinita) (revision 29)
- updated to 5.001
   see /usr/share/doc/packages/perl-Sereal-Encoder/Changes
buildservice-autocommit accepted request 997341 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 28)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 994570 from Tina Müller's avatar Tina Müller (tinita) (revision 27)
- updated to 4.025
   see /usr/share/doc/packages/perl-Sereal-Encoder/Changes
  4.025 Thr Jul 28, 2022
      * Release with build fixes for the Decoder under threaded
        perls and MANIFEST update.
  4.024 Wed Jul 27, 2022
      * Changes to the FREEZE/THAW mechanism. Remove the part that
        says that FREEZE cannot return a list. It can, and we have
        supported it for a very long time, although I have not checked
        how far back this support goes. If you use the FREEZE/THAW
        API's you should upgrade to this version.
      * Test fixes for t/020_sort_keys.t hanging on some perls
        which do not come bundled with Hash::Util.
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 956382 from Tina Müller's avatar Tina Müller (tinita) (revision 26)
- updated to 4.023
   see /usr/share/doc/packages/perl-Sereal-Encoder/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 debugging 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.
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 954196 from Tina Müller's avatar Tina Müller (tinita) (revision 25)
- updated to 4.019
   see /usr/share/doc/packages/perl-Sereal-Encoder/Changes
  4.019 Mon Feb 7, 2022
      * Fix build issue with latest perl - Thanks to Nicholas Clark
      * Update zstd to 1.5.1
buildservice-autocommit accepted request 824979 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 24)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 824645 from Tina Müller's avatar Tina Müller (tinita) (revision 23)
- updated to 4.018
   see /usr/share/doc/packages/perl-Sereal-Encoder/Changes
  4.018 Thurs Aug 3, 2020
      * Fix issue with gcc 10 with snappy compression.
buildservice-autocommit accepted request 820834 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 22)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 819926 from Tina Müller's avatar Tina Müller (tinita) (revision 21)
- updated to 4.017
   see /usr/share/doc/packages/perl-Sereal-Encoder/Changes
  4.017 Thurs July 9, 2020
      * The build fixes in 4.016 didn't work correctly, this should fix them.
  4.016 Thurs July 9, 2020
      * Fix some dependency issues in build process
  4.015 Weds  July 8, 2020
      * Build fixes (missing dependency)
buildservice-autocommit accepted request 815252 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 20)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 814867 from Tina Müller's avatar Tina Müller (tinita) (revision 19)
- updated to 4.014
   see /usr/share/doc/packages/perl-Sereal-Encoder/Changes
  4.014 Thurs June 11, 2020
      * Fix build issue on non-win32 platforms.
      * Update zstd to 1.4.5
  4.012 Weds June 10, 2020
      * Fix memory leak in looks_like_sereal(), thanks to Kirill Sysoev
buildservice-autocommit accepted request 770191 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 18)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 770170 from Tina Müller's avatar Tina Müller (tinita) (revision 17)
- updated to 4.011
   see /usr/share/doc/packages/perl-Sereal-Encoder/Changes
  4.011 Tues February 4, 2020
      * Fix and test custom opcode logic for 5.31.2 and later.
  
  4.010 Tues February 4, 2020
      * Update miniz
      * Update zstd
      * perltidy perl code to a standard style
buildservice-autocommit accepted request 769546 from Lars Vogdt's avatar Lars Vogdt (lrupp) (revision 16)
baserev update by copy to link target
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 769291 from Tina Müller's avatar Tina Müller (tinita) (revision 15)
- updated to 4.009
   see /usr/share/doc/packages/perl-Sereal-Encoder/Changes
  4.009 Fri January 31, 2020
      * Update ppport.h for modern perls.
  
  4.008 Thurs January 30, 2020
      * Fixup casting error for pedantic compilers in srl_compress.h
      * Build fixes.
Displaying revisions 1 - 20 of 34
openSUSE Build Service is sponsored by