1
0

Accepting request 734978 from devel:languages:perl:autoupdate

- updated to 2.006006
   see /usr/share/doc/packages/perl-Sub-Quote/Changes
  2.006006 - 2019-10-01
    - change quotify to use longest form of floating point numbers if unable to
      find a perfectly accurate representation
    - updated documentation for quotify to reflect handling of floating point
      numbers
    - don't try to copy hints hash entries that look like references (RT#122698)
  
  2.006_005 - 2019-09-06
    - additional fixes for quotify for floating point numbers to be faster and
      should always be able to maintain accuracy
  
  2.006_004 - 2019-04-24
    - change quotify of NaNs to simpler calculation
    - avoid ever triggering exceptions when testing for quotify on false values
    - skip quotify Inf and NaN tests if perl is compiled without support for
      them
    - fix quotify of very large or very small numbers
    - fix accuracy of quotify on high precision numbers when perl is compiled
      with quadmath
    - quotify will use hex floats when needed for full accuracy if they are
      available
    - change tests of quotify for floating point numbers to allow a small amount
      of inaccuracy, since decimal floats can't always be accurate

OBS-URL: https://build.opensuse.org/request/show/734978
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Sub-Quote?expand=0&rev=11
This commit is contained in:
Tina Müller 2019-10-07 10:54:47 +00:00 committed by Git OBS Bridge
parent d1bd9cce4a
commit 7cc519ff49
4 changed files with 34 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be1f3a6f773f351f203cdc8f614803ac492b77d15fd68d5b1f0cd3884be18176
size 30980

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e4e2af42388fa6d2609e0e82417de7cc6be47223f576592c656c73c7524d89d
size 32485

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Fri Oct 4 09:38:38 UTC 2019 - <timueller+perl@suse.de>
- updated to 2.006006
see /usr/share/doc/packages/perl-Sub-Quote/Changes
2.006006 - 2019-10-01
- change quotify to use longest form of floating point numbers if unable to
find a perfectly accurate representation
- updated documentation for quotify to reflect handling of floating point
numbers
- don't try to copy hints hash entries that look like references (RT#122698)
2.006_005 - 2019-09-06
- additional fixes for quotify for floating point numbers to be faster and
should always be able to maintain accuracy
2.006_004 - 2019-04-24
- change quotify of NaNs to simpler calculation
- avoid ever triggering exceptions when testing for quotify on false values
- skip quotify Inf and NaN tests if perl is compiled without support for
them
- fix quotify of very large or very small numbers
- fix accuracy of quotify on high precision numbers when perl is compiled
with quadmath
- quotify will use hex floats when needed for full accuracy if they are
available
- change tests of quotify for floating point numbers to allow a small amount
of inaccuracy, since decimal floats can't always be accurate
-------------------------------------------------------------------
Wed Mar 13 16:39:22 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@ -17,7 +17,7 @@
Name: perl-Sub-Quote
Version: 2.006003
Version: 2.006006
Release: 0
%define cpan_name Sub-Quote
Summary: Efficient generation of subroutines via string eval