Commit Graph

161 Commits

Author SHA1 Message Date
Troy Dawson ef4ac4531b perl-DateTime package is retired on branch c10s for BAKERY-412 2024-03-21 19:10:17 +00:00
Fedora Release Engineering 4dd409a2fb Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-25 15:41:33 +00:00
Fedora Release Engineering e637a57161 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-21 14:11:05 +00:00
Paul Howarth bf25a9af59 Update to 1.65 (rhbz#2248104)
- New upstream release 1.65
  - Fix builds on macOS with Perls before 5.22.0; this seems to have the same
    issue as Windows on older Perls (GH#141)
2023-11-06 08:47:13 +00:00
Paul Howarth d4d0e1fe3b 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)
2023-10-23 09:55:33 +01:00
Fedora Release Engineering 4444859921 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-20 20:59:48 +00:00
Jitka Plesnikova 02e8257d82 Perl 5.38 re-rebuild of bootstrapped packages 2023-07-12 13:35:48 +02:00
Jitka Plesnikova d3a55381ed Perl 5.38 rebuild 2023-07-11 15:54:56 +02:00
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
Jitka Plesnikova 7de15c99e3 Perl 5.32 re-rebuild of bootstrapped packages 2020-06-26 16:55:27 +02:00
Jitka Plesnikova e4e85e904d Perl 5.32 rebuild 2020-06-23 13:22:24 +02:00
Paul Howarth 206f08489b Update to 1.51
- New upstream release 1.51
  - 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
    datetimes)
2020-03-02 12:21:18 +00:00
Fedora Release Engineering e263fa1a90 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-29 23:23:47 +00:00
Fedora Release Engineering 52142faf13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 02:12:40 +00:00
Jitka Plesnikova a0b33ca2b4 Perl 5.30 re-rebuild of bootstrapped packages 2019-06-02 23:05:03 +02:00
Jitka Plesnikova fc0ff7c011 Perl 5.30 rebuild 2019-05-31 16:51:51 +02:00
Jitka Plesnikova c6b058cc5b Disable option tests when bootstrapping due to circular dependencies 2019-05-23 12:02:30 +02:00
Paul Howarth 370e7086cf Update to 1.51
- New upstream release 1.51
  - Fix CLDR formatting of 'S' pattern with more than 9 digits of precision;
    while we only store nanoseconds in the DateTime object we should still be
    able to handle an arbitrary number of digits properly (GH#89)
- Modernize spec using %{make_build} and %{make_install}
2019-04-22 13:21:47 +01:00
Fedora Release Engineering 33f7483812 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-01 19:58:54 +00:00
Paul Howarth 34ea920f48 Update to 1.50
- New upstream release 1.50
  - The %F strftime pattern incorrectly zero-padded numbers less than four
    digits; according to POSIX::strftime, this should output the year as-is
    without padding (GH#83)
2018-08-02 10:16:33 +01:00
Fedora Release Engineering ddd77f2cea - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-13 16:52:50 +00:00
Jitka Plesnikova 6fbb6e390f Perl 5.28 rebuild 2018-06-29 14:44:31 +02:00
Paul Howarth 048eef353b Update to 1.49
- New upstream release 1.49
  - Updated the ppport.h with the latest version of Devel::PPPort, which fixes
    a compilation warning when compiling with 5.27.11 (GH#81)
- Switch upstream from search.cpan.org to metacpan.org
2018-05-21 11:47:22 +01:00
Jitka Plesnikova 361460fc44 Do not run optional test on RHEL 2018-04-05 12:32:43 +02:00
Paul Howarth 430b9793f9 Update to 1.48
- New upstream release 1.48
  - The last release would die if Sub::Util was not available, but this should
    just be an optional requirement (GH#77, GH#78)
2018-03-26 18:59:54 +01:00
Paul Howarth abbb4713a7 Update to 1.47
- New upstream release 1.47
  - DateTime::Duration->multiply now only allows integer multipliers (GH#73)
  - Added is_last_day_of_quarter() and is_last_day_of_year() methods (GH#72)
  - When an exception was thrown while adding a duration, the object could be
    left in a broken state with the duration partially applied; subsequent
    addition or subtraction would produce the wrong results (GH#74)
- Add patch to support use without Sub::Util (GH#77, GH#78)
2018-03-26 12:31:22 +01:00
Paul Howarth 65d29e9f85 Update to 1.46
- New upstream release 1.46
  - Fixed the formatting for the CLDR "S" symbol, which in some cases would
    round up to 1 instead of truncating a value, e.g. the "SSS" symbol would
    format 999,999,999 nanoseconds as "1.000" (GH#71)
2018-02-12 10:50:37 +00:00
Fedora Release Engineering b6bec3158a - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-08 20:26:05 +00:00
Paul Howarth 9bf96abebe Update to 1.45
- New upstream release 1.45
  - Added month_length(), quarter_length() and year_length() methods (GH#70)
2017-12-31 18:14:25 +00:00
Petr Písař e01c753be9 Control optional test with a build condition 2017-12-08 14:24:24 +01:00
Paul Howarth f164fe190f Update to 1.44
- New upstream release 1.44
  - Added a stringify() method, which does exactly the same thing as
    stringification overloading does (GH#58)
  - Added an is_last_day_of_month() method to indicate whether or not an object
    falls on the last day of its month (GH#60)
2017-08-22 16:19:39 +01:00
Fedora Release Engineering f475b69fe4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 05:11:59 +00:00