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)
This commit is contained in:
parent
4444859921
commit
d4d0e1fe3b
3
perl-DateTime.rpmlintrc
Normal file
3
perl-DateTime.rpmlintrc
Normal file
@ -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")
|
||||
|
@ -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 <paul@city-fan.org> - 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 <releng@fedoraproject.org> - 2:1.59-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (DateTime-1.59.tar.gz) = 72f96b0466e8ffa9d0d5fd480892d304993a048349bd837ad1f76fc144c816725de0844df9ea34a5c54d23476aec3838af8ac68cb8574247581f6cf8d08e4e88
|
||||
SHA512 (DateTime-1.63.tar.gz) = 9cbff99f41e62e88c144a0fbe275a894b1425e323bcc50cc34af1345a86b31fa65058cc235db1e2cda821da053cd83338e6d5f39ac136692c59348a4577d1dc3
|
||||
|
Loading…
Reference in New Issue
Block a user