Accepting request 632794 from home:pgajdos

- updated to 6.73
  /usr/share/doc/packages/perl-Date-Manip/Changes
  6.73  2018-09-01
    -  Fixed math on non-64-bit architectures
          Much of the math in Date::Manip::Base is in a 'use integer' section.
          This math can overflow in some cases in non-64-bit architectures.
          Fixed the cases where this would reasonably occur. Reported by
          Daniel Albers (GitHub #22). Also reported and tested in RT 126052.
  
    -  Bug in normalizing estimated business deltas
          While working on the non-64-bit issue, it uncovered a bug where
          normalizing estimated business deltas was wrong. It had never been
          reported, and it was only off by a couple seconds in some rare
          situations.
- do not exclude 32-bit platforms from build, the issue is solved
  via RT bug 126052 [bsc#1086297]

OBS-URL: https://build.opensuse.org/request/show/632794
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Date-Manip?expand=0&rev=79
This commit is contained in:
Pedro Monreal Gonzalez 2018-09-03 08:56:09 +00:00 committed by Git OBS Bridge
parent 283f474968
commit 99c1e6b6e1
4 changed files with 25 additions and 7 deletions

View File

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

3
Date-Manip-6.73.tar.gz Normal file
View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Sep 3 07:59:59 UTC 2018 - pgajdos@suse.com
- updated to 6.73
/usr/share/doc/packages/perl-Date-Manip/Changes
6.73 2018-09-01
- Fixed math on non-64-bit architectures
Much of the math in Date::Manip::Base is in a 'use integer' section.
This math can overflow in some cases in non-64-bit architectures.
Fixed the cases where this would reasonably occur. Reported by
Daniel Albers (GitHub #22). Also reported and tested in RT 126052.
- Bug in normalizing estimated business deltas
While working on the non-64-bit issue, it uncovered a bug where
normalizing estimated business deltas was wrong. It had never been
reported, and it was only off by a couple seconds in some rare
situations.
- do not exclude 32-bit platforms from build, the issue is solved
via RT bug 126052 [bsc#1086297]
-------------------------------------------------------------------
Thu Jun 7 05:17:33 UTC 2018 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Date-Manip
Version: 6.72
Version: 6.73
Release: 0
%define cpan_name Date-Manip
Summary: Date manipulation routines
@ -32,9 +32,6 @@ BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::Inter)
%{perl_requires}
# MANUAL BEGIN
ExcludeArch: %arm %ix86 ppc s390
# MANUAL END
%description
Date::Manip is a series of modules designed to make any common date/time