Update to 1.43
- New upstream release 1.43 - Added a small optimization for boolification overloading: rather than relying on a fallback to stringification, we now return true directly, which is a little faster in cases like "if ($might_be_dt) { ... }" - The datetime() method now accepts a single argument to use as the separator between the date and time portion; this defaults to "T" - Drop redundant Group: tag
This commit is contained in:
parent
13a6116372
commit
d680a9b413
3
.rpmlint
3
.rpmlint
@ -1,2 +1,3 @@
|
|||||||
from Config import *
|
from Config import *
|
||||||
addFilter("spelling-error .* proleptic");
|
|
||||||
|
addFilter("spelling-error %description -l en_US proleptic -> ")
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
Name: perl-DateTime
|
Name: perl-DateTime
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.42
|
Version: 1.43
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Date and time object for Perl
|
Summary: Date and time object for Perl
|
||||||
License: Artistic 2.0
|
License: Artistic 2.0
|
||||||
Group: Development/Libraries
|
|
||||||
URL: http://search.cpan.org/dist/DateTime/
|
URL: http://search.cpan.org/dist/DateTime/
|
||||||
Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-%{version}.tar.gz
|
||||||
# Build:
|
# Build:
|
||||||
@ -106,6 +105,15 @@ make test
|
|||||||
%{_mandir}/man3/DateTime::Types.3*
|
%{_mandir}/man3/DateTime::Types.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 30 2017 Paul Howarth <paul@city-fan.org> - 2:1.43-1
|
||||||
|
- Update to 1.43
|
||||||
|
- Added a small optimization for boolification overloading: rather than
|
||||||
|
relying on a fallback to stringification, we now return true directly,
|
||||||
|
which is a little faster in cases like "if ($might_be_dt) { ... }"
|
||||||
|
- The datetime() method now accepts a single argument to use as the separator
|
||||||
|
between the date and time portion; this defaults to "T"
|
||||||
|
- Drop redundant Group: tag
|
||||||
|
|
||||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.42-2
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.42-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (DateTime-1.42.tar.gz) = 79471a7b2f1bed829e2e767ee1d9d9bddbb9cf68205d008ff70c1002dd402f9dbee98834431d5319e4b8dd22abda29df85c81a32905df18d1ab78f1d05753505
|
SHA512 (DateTime-1.43.tar.gz) = 53714bb82561180d8a945e22ad708d0ae64649c2e99f35fe35a8dcdd0553744d1f1ab2a0f16696edd270d5307707a8eda398eb45c2c418fb30b0e82571a67c61
|
||||||
|
Loading…
Reference in New Issue
Block a user