Compare commits

...

19 Commits
master ... f38

Author SHA1 Message Date
Fedora Release Engineering e7f5f89e34 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-20 01:34:32 +00:00
Jitka Plesnikova 27c0d6b464 Remove perl(MODULE_COMPAT), it will be replaced by generators 2023-01-13 12:18:26 +01:00
Paul Howarth 1ba6cb2b07 Update to 1.59
- New upstream release 1.59
  - Fixed tests to pass with DateTime::Locale 1.37+ (GH#34)
- Use SPDX-format license tag
2022-10-24 10:24:31 +01:00
Fedora Release Engineering ef7cc5526f Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-22 04:55:29 +00:00
Jitka Plesnikova 3a4dc21442 Perl 5.36 re-rebuild of bootstrapped packages 2022-06-03 12:23:39 +02:00
Jitka Plesnikova 37a12c11b4 Perl 5.36 rebuild 2022-06-01 09:14:05 +02:00
Paul Howarth 19540734c2 Update to 1.58
- New upstream release 1.58
  - Fixed tests so that they ignore the value set in the
    'PERL_DATETIME_DEFAULT_TZ' env var, if one exists (GH#128)
2022-04-19 10:26:45 +01:00
Paul Howarth 2e9d82e4e9 Update to 1.57
- New upstream release 1.57
  - The last release would die if Sub::Util was not available, but this
    should just be an optional requirement (GH#131); this is the second
    time I've introduced this bug, so now there's a test to make sure
    that DateTime can be loaded if Sub::Util is not installed, which will
    hopefully prevent a third occurrence of this bug
2022-03-03 16:05:29 +00:00
Paul Howarth c2409fdb55 Update to 1.56
- New upstream release 1.56
  - The DateTime->from_epoch constructor now accepts a single, non-hashref
    argument, and validates it as an epoch value (GH#119)
2022-03-03 11:18:24 +00:00
Fedora Release Engineering 2d1a773341 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-21 00:57:40 +00:00
Paul Howarth 5b4af5e795 Update to 1.55
- New upstream release 1.55
  - Another documentation fix release; this fixes some mistakes, fixes some
    broken links, and removes all references to the long-dead datetime.perl.org
2021-12-24 12:52:45 +00:00
Fedora Release Engineering 636bcc829b - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-22 19:39:24 +00:00
Jitka Plesnikova 56517c44ce Perl 5.34 re-rebuild of bootstrapped packages 2021-05-24 10:10:15 +02:00
Jitka Plesnikova 79522184d7 Perl 5.34 re-rebuild of bootstrapped packages 2021-05-24 10:03:19 +02:00
Jitka Plesnikova b78ea73a43 Perl 5.34 rebuild 2021-05-23 02:03:59 +02:00
Fedora Release Engineering 4e35f4cae4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 00:43:35 +00:00
Paul Howarth 8d16d82736 Update to 1.54
- New upstream release 1.54
  - Documentation updates
2020-12-05 16:49:46 +00:00
Paul Howarth 34e8696668 Update to 1.53
- New upstream release 1.53
  - Added a $dt->rfc3339 method, based on discussion in GH#109
2020-11-09 11:29:24 +00:00
Fedora Release Engineering 1b8cdd51df - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-28 15:00:29 +00:00
3 changed files with 77 additions and 15 deletions

View File

@ -1,7 +0,0 @@
from Config import *
# proleptic: of a calendar, extrapolated to dates prior to its first adoption
addFilter("spelling-error %description -l en_US proleptic -> ")
# DateTime.so is not a library
addFilter("library-not-linked-against-libc /usr/lib.*/DateTime/DateTime\.so")

View File

@ -7,10 +7,10 @@
Name: perl-DateTime
Epoch: 2
Version: 1.52
Release: 3%{?dist}
Version: 1.59
Release: 2%{?dist}
Summary: Date and time object for Perl
License: Artistic 2.0
License: Artistic-2.0
URL: https://metacpan.org/release/DateTime
Source0: https://cpan.metacpan.org/modules/by-module/DateTime/DateTime-%{version}.tar.gz
# Build:
@ -23,10 +23,9 @@ BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
# Run-time:
BuildRequires: perl(base)
BuildRequires: perl(Carp)
BuildRequires: perl(DateTime::Locale) >= 1.06
BuildRequires: perl(DateTime::TimeZone) >= 2.02
BuildRequires: perl(DateTime::TimeZone) >= 2.44
BuildRequires: perl(Dist::CheckConflicts) >= 0.02
BuildRequires: perl(integer)
BuildRequires: perl(namespace::autoclean) >= 0.19
@ -41,6 +40,7 @@ BuildRequires: perl(Specio::Exporter)
BuildRequires: perl(Specio::Library::Builtins)
BuildRequires: perl(Specio::Library::Numeric)
BuildRequires: perl(Specio::Library::String)
BuildRequires: perl(Specio::Subs)
BuildRequires: perl(strict)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(warnings)
@ -54,6 +54,7 @@ BuildRequires: perl(File::Spec)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Warnings) >= 0.005
BuildRequires: perl(Test::Without::Module)
BuildRequires: perl(utf8)
%if %{with perl_DateTime_enables_optional_test} && !%{defined perl_bootstrap}
# Optional Tests:
@ -63,7 +64,6 @@ BuildRequires: perl(Storable)
BuildRequires: perl(Test::Warn)
%endif
# Dependencies:
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(XSLoader)
# Avoid provides from DateTime.so
@ -112,6 +112,75 @@ make test
%{_mandir}/man3/DateTime::Types.3*
%changelog
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.59-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Mon Oct 24 2022 Paul Howarth <paul@city-fan.org> - 2:1.59-1
- Update to 1.59
- Fixed tests to pass with DateTime::Locale 1.37+ (GH#34)
- Use SPDX-format license tag
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.58-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jun 03 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.58-3
- Perl 5.36 re-rebuild of bootstrapped packages
* Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.58-2
- Perl 5.36 rebuild
* Tue Apr 19 2022 Paul Howarth <paul@city-fan.org> - 2:1.58-1
- Update to 1.58
- Fixed tests so that they ignore the value set in the
'PERL_DATETIME_DEFAULT_TZ' env var, if one exists (GH#128)
* Thu Mar 3 2022 Paul Howarth <paul@city-fan.org> - 2:1.57-1
- Update to 1.57
- The last release would die if Sub::Util was not available, but this
should just be an optional requirement (GH#131); this is the second
time I've introduced this bug, so now there's a test to make sure
that DateTime can be loaded if Sub::Util is not installed, which will
hopefully prevent a third occurrence of this bug
* Thu Mar 3 2022 Paul Howarth <paul@city-fan.org> - 2:1.56-1
- Update to 1.56
- The DateTime->from_epoch constructor now accepts a single, non-hashref
argument, and validates it as an epoch value (GH#119)
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.55-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Dec 24 2021 Paul Howarth <paul@city-fan.org> - 2:1.55-1
- Update to 1.55
- Another documentation fix release; this fixes some mistakes, fixes some
broken links, and removes all references to the long-dead datetime.perl.org
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.54-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.54-5
- Perl 5.34 re-rebuild of bootstrapped packages
* Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.54-4
- Perl 5.34 re-rebuild of bootstrapped packages
* Sun May 23 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.54-3
- Perl 5.34 rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.54-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Dec 5 2020 Paul Howarth <paul@city-fan.org> - 2:1.54-1
- Update to 1.54
- Documentation updates
* Mon Nov 9 2020 Paul Howarth <paul@city-fan.org> - 2:1.53-1
- Update to 1.53
- Added a $dt->rfc3339 method, based on discussion in GH#109
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.52-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.52-3
- Perl 5.32 re-rebuild of bootstrapped packages
@ -119,7 +188,7 @@ make test
- Perl 5.32 rebuild
* Mon Mar 2 2020 Paul Howarth <paul@city-fan.org> - 2:1.52-1
- Update to 1.51
- Update to 1.52
- Added a $dt->is_between($dt1, $dt2) method (based on GH#97)
- Simplify the calculation of leap seconds in XS (GH#91); this is a little
more efficient for most use cases (anything with future or recent past

View File

@ -1 +1 @@
SHA512 (DateTime-1.52.tar.gz) = c2e359f480396e0da16afbec362cb744f201f6c777fa916228f0adfd26a848b9451535feeda4e1531e5afb40a286e3b11a44e95dc0947dc4e2ba714973bb5ac4
SHA512 (DateTime-1.59.tar.gz) = 72f96b0466e8ffa9d0d5fd480892d304993a048349bd837ad1f76fc144c816725de0844df9ea34a5c54d23476aec3838af8ac68cb8574247581f6cf8d08e4e88