From d4d0e1fe3b58ec85e6d05a24b1e6b9759301a3f4 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Mon, 23 Oct 2023 09:52:59 +0100 Subject: [PATCH] Update to 1.63 (rhbz#2245551) - New upstream release 1.63 - Switched to using the 'Perl_isfinite' function instead of trying to implement this ourselves in XS code; this should fix quadmath builds on Windows (GH#139) --- perl-DateTime.rpmlintrc | 3 +++ perl-DateTime.spec | 11 +++++++++-- sources | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 perl-DateTime.rpmlintrc diff --git a/perl-DateTime.rpmlintrc b/perl-DateTime.rpmlintrc new file mode 100644 index 0000000..e6e9044 --- /dev/null +++ b/perl-DateTime.rpmlintrc @@ -0,0 +1,3 @@ +# This is a loadable module; the main calling process is linked against libc itself +addFilter("library-not-linked-against-libc /.*/auto/DateTime/DateTime\.so") + diff --git a/perl-DateTime.spec b/perl-DateTime.spec index a1953e4..6bd7f61 100644 --- a/perl-DateTime.spec +++ b/perl-DateTime.spec @@ -7,8 +7,8 @@ Name: perl-DateTime Epoch: 2 -Version: 1.59 -Release: 5%{?dist} +Version: 1.63 +Release: 1%{?dist} Summary: Date and time object for Perl License: Artistic-2.0 URL: https://metacpan.org/release/DateTime @@ -106,12 +106,19 @@ make test %{perl_vendorarch}/DateTime/ %{perl_vendorarch}/DateTime.pm %{_mandir}/man3/DateTime.3* +%{_mandir}/man3/DateTime::Conflicts.3* %{_mandir}/man3/DateTime::Duration.3* %{_mandir}/man3/DateTime::Infinite.3* %{_mandir}/man3/DateTime::LeapSecond.3* %{_mandir}/man3/DateTime::Types.3* %changelog +* Mon Oct 23 2023 Paul Howarth - 2:1.63-1 +- Update to 1.63 (rhbz#2245551) + - Switched to using the 'Perl_isfinite' function instead of trying to + implement this ourselves in XS code; this should fix quadmath builds on + Windows (GH#139) + * Thu Jul 20 2023 Fedora Release Engineering - 2:1.59-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild diff --git a/sources b/sources index 7e2806d..7facd64 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (DateTime-1.59.tar.gz) = 72f96b0466e8ffa9d0d5fd480892d304993a048349bd837ad1f76fc144c816725de0844df9ea34a5c54d23476aec3838af8ac68cb8574247581f6cf8d08e4e88 +SHA512 (DateTime-1.63.tar.gz) = 9cbff99f41e62e88c144a0fbe275a894b1425e323bcc50cc34af1345a86b31fa65058cc235db1e2cda821da053cd83338e6d5f39ac136692c59348a4577d1dc3