Commit Graph

148 Commits

Author SHA1 Message Date
Paul Howarth
349a3257ce Update to 1.40
- New upstream release 1.40
  - Switched from RT to the GitHub issue tracker
2016-11-13 20:24:16 +00:00
Paul Howarth
6e2e376782 Update to 1.39
- New upstream release 1.39
  - Replaced Params::Validate with Params::ValidationCompiler and Specio
    - In my benchmarks this makes constructing a new DateTime object about 14%%
      faster
    - However, it slows down module load time by about 100 milliseconds (1/10
      of a second) on my desktop system with a primed cache (so really
      measuring compile time, not disk load time)
  - When you pass a locale to $dt->set you will now get a warning suggesting
    you should use $dt->set_locale instead (CPAN RT#115420)
  - Bump minimum required Perl to 5.8.4 from 5.8.1
- Use NO_PERLLOCAL=1 so we can use "make install"
2016-09-19 16:01:50 +01:00
Paul Howarth
f8e49f6a94 Update to 1.36
- New upstream release 1.36
  - Require namespace::autoclean 0.19
2016-08-07 15:33:27 +01:00
Paul Howarth
fd8c4d5e01 Update to 1.35
- New upstream release 1.35
  - Use namespace::autoclean in all packages that import anything; without
    cleaning the namespace, DateTime ends up with "methods" like try and catch
    (from Try::Tiny), which can lead to very confusing bugs (CPAN RT#115983)
2016-08-06 17:34:59 +01:00
Paul Howarth
5e985597ae Update to 1.34
- New upstream release 1.34
  - Added the leap second coming on December 31, 2016
2016-07-06 16:30:41 +01:00
Paul Howarth
63188e3731 Update to 1.33
- New upstream release 1.33
  - When you pass a locale to $dt->set you will now get a warning suggesting
    you should use $dt->set_locale instead (CPAN RT#115420)
  - Added support for $dt->truncate( to => 'quarter' ) (GH#17)
  - Fixed the $dt->set docs to say that you cannot pass a locale (even though
    you can but you'll get a warning) and added more docs for $dt->set_locale
  - Require DateTime::Locale 1.05
  - Require DateTime::TimeZone 2.00
- Take advantage of NO_PACKLIST option in recent EU:MM
2016-06-29 10:19:38 +01:00
Paul Howarth
f89d0f05ff Update to 1.28
- New upstream release 1.28
  - Fixed handling of some floating point epochs; since DateTime treated the
    epoch like a string instead of a number, certain epochs with a non-integer
    value ended up treated like integers (Perl is weird) (GH#15, fixes GH#6)
2016-05-22 12:33:45 +01:00
Jitka Plesnikova
303d19b553 Perl 5.24 rebuild 2016-05-16 01:42:05 +02:00
Paul Howarth
83963112d3 Update to 1.27
- New upstream release 1.27
  - Added an environment variable PERL_DATETIME_DEFAULT_TZ to globally set the
    default time zone (GH#14); using this is very dangerous - be careful!
- BR: perl-generators
2016-05-14 21:28:57 +01:00
Paul Howarth
1d8cf864e8 Update to 1.26
- New upstream release 1.26
  - Switched from Module::Build to ExtUtils::MakeMaker (GH#13)
2016-03-22 10:42:37 +00:00
Paul Howarth
5188a602d0 Update to 1.25
- New upstream release 1.25
  - DateTime->from_object would die if given a DateTime::Infinite object; now
    it returns another DateTime::Infinite object (CPAN RT#112712)
- Simplify find command using -empty and -delete
2016-03-07 09:10:04 +00:00
Paul Howarth
b7c39171ed Update to 1.24
- New upstream release 1.24
  - The last release partially broke $dt->time; if you passed a value to use
    as unit separator, it was ignored (CPAN RT#112585)
2016-03-01 11:45:50 +00:00
Paul Howarth
c32842e255 Update to 1.23
- New upstream release 1.23
  - Fixed several issues with the handling of non-integer values passed to
    from_epoch() (GH#11)
    - This method was simply broken for negative values, which would end up
      being incremented by a full second, so for example -0.5 became 0.5
    - The method did not accept all valid float values; specifically, it did
      not accept values in scientific notation
    - Finally, this method now rounds all non-integer values to the nearest
      millisecond, which matches the precision we can expect from Perl itself
      (53 bits) in most cases
  - Make all DateTime::Infinite objects return the system's representation of
    positive or negative infinity for any method that returns a number or
    string representation (year(), month(), ymd(), iso8601(), etc.); previously
    some of these methods could return "Nan", "-Inf--Inf--Inf", and other
    confusing outputs (CPAN RT#110341)
2016-02-29 14:47:17 +00:00
Fedora Release Engineering
39e88a41ef - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 13:12:47 +00:00
Paul Howarth
69df12bb3a Update to 1.21
- New upstream release 1.21
  - Make all tests pass with the current DateTime::Locale
- Explicitly BR: perl-devel, needed for EXTERN.h
2015-11-13 10:50:57 +00:00
Petr Písař
bc2ddc8edf 1.20 bump 2015-07-24 14:00:24 +02:00
Dennis Gilmore
ba5a1e51eb - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 02:33:24 +00:00
Jitka Plesnikova
a60219d22d Perl 5.22 rebuild 2015-06-06 20:54:34 +02:00
Petr Šabata
0bec7a0d16 Comment on the misleading license header in XS 2015-03-06 17:10:57 +01:00
Paul Howarth
72cfd915fe 1.18 bump 2015-01-06 11:18:09 +00:00
Paul Howarth
e4d96f3cb2 1.17 bump
- New upstream release 1.17
- Use %license
- Make %files list more explicit
2015-01-05 15:51:05 +00:00
Paul Howarth
b430fd2c3d 1.14 bump 2015-01-05 09:39:34 +00:00
Jitka Plesnikova
bfbbf75973 Perl 5.20 rebuild 2014-09-04 13:02:10 +02:00
Petr Písař
83badaa6a5 1.12 bump 2014-09-02 13:52:11 +02:00
Jitka Plesnikova
92b3882b53 Perl 5.20 rebuild 2014-08-29 15:31:53 +02:00
Peter Robinson
62733f5fa1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-17 15:59:37 +00:00
Dennis Gilmore
7d11b5a14b - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-06 22:06:54 -05:00
Petr Písař
f7445b0290 1.10 bump 2014-05-07 08:59:39 +02:00
Paul Howarth
8f63f18dde 1.08 bump 2014-03-14 15:52:37 +00:00
Paul Howarth
01d4fec0de 1.07 bump 2014-02-10 10:13:30 +00:00
Petr Písař
4d6340b3db 1.06 bump 2014-01-03 08:57:24 +01:00
Petr Písař
28b99ffc7f 1.04 bump 2013-12-10 08:06:25 +01:00
Dennis Gilmore
073201612f - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 14:43:45 -05:00
Petr Písař
abf6f385ff Perl 5.18 rebuild 2013-07-30 17:26:07 +02:00
Jitka Plesnikova
e16055f9ff 1.03 bump 2013-06-25 15:19:26 +02:00
Petr Šabata
619c758685 1.01 bump 2013-04-02 09:18:44 +02:00
Dennis Gilmore
45586027a9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 05:48:39 -06:00
Jens Petersen
ef7b982dea fix epoch back to 2 2012-11-20 15:59:25 +09:00
Petr Písař
519fa2c267 0.78 bump 2012-11-19 09:50:45 +01:00
Petr Písař
50167b2ccf 0.77 bump 2012-10-18 11:58:30 +02:00
Dennis Gilmore
7c9fdc7492 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-20 09:29:19 -05:00
Petr Písař
1dd7b463cd Perl 5.16 rebuild 2012-06-20 08:46:49 +02:00
Dennis Gilmore
290d498881 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 07:22:12 -06:00
Iain Arnell
939a4e3d80 Additional (Build)Requires from unofficial review 2011-08-18 17:21:16 +02:00
Iain Arnell
8baa9ed248 Unbundle DateTime::TimeZone and DateTime::Locale (rhbz#730658)
- Bump epoch and revert to upstream versioning
- Specfile regenerated by cpanspec 1.78.
- Update description
2011-08-18 17:19:00 +02:00
Petr Sabata
e74014bac5 Perl mass rebuild 2011-07-20 03:44:12 +02:00
Iain Arnell
2815e75fc3 add rpm 4.9 filtering macros 2011-07-04 06:28:14 +02:00
Iain Arnell
7c7919cf2d update DateTime::TimeZone to 1.35 (Olson 2011h) 2011-07-04 06:26:59 +02:00
Iain Arnell
0fa4a86559 update DateTime to 0.70 2011-05-13 16:10:02 +02:00
Iain Arnell
ad522a1d4f update DateTime::TimeZone to 1.34 (Olson 2011g) 2011-05-04 16:49:19 +02:00
Iain Arnell
325cd23901 update DateTime to 0.69 2011-05-04 16:49:11 +02:00
Iain Arnell
1ac19c2a6a fix the testing for loop 2011-04-24 11:39:29 +02:00
Iain Arnell
d77766f2e9 bump release too! 2011-04-24 11:27:43 +02:00
Iain Arnell
b1ab4d26d2 update DateTime::TimeZone to 1.33 (Olson 2011f) 2011-04-24 11:15:03 +02:00
Iain Arnell
e572d21834 update DateTime::Timezone to 1.32 2011-04-06 06:34:19 +02:00
Iain Arnell
10b4e5c53b clean up .packlist 2011-03-26 10:55:51 +01:00
Iain Arnell
99293d3a17 update DateTime::TimeZone to 1.31
DateTime::TimeZone no longer has Build.PL; use Makefile.PL
whitespace cleanup
2011-03-26 10:45:32 +01:00
Dennis Gilmore
11dddeef10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 14:52:21 -06:00
Steven Pritchard
e6a81aa80c Update DateTime to 0.66.
Update DateTime::TimeZone to 1.26.
Update URL for FAQ in description.
BR Class::Load and parent.
2010-12-21 11:32:08 -06:00
Iain Arnell
3f47fa5b08 update to latest upstream
- Update DateTime to 0.63
- Update DateTime::TimeZone to 1.22
- DateTime license changed from "GPL+ or Artistic" to "Artistic 2.0"
- Fix DTLocale/Changelog encoding
2010-10-09 10:05:37 +02:00
Marcela Mašláňová
44c6651ce7 - perl-DateTime-Locale-0.45 update 2010-06-15 07:38:34 +00:00
Marcela Mašláňová
0021af6d67 - Mass rebuild with perl-5.12.0 2010-04-30 13:47:06 +00:00
Štěpán Kasal
bb23c620c1 - new upstream version of DateTime-TimeZone 2010-01-27 19:36:22 +00:00
Štěpán Kasal
7b47ecafb9 - new upstream version
- use Build.PL as Makefile.PL no longer exists
- use iconv to recode to utf-8, not a patch
- update BuildRequires
- drop Provides: perl(DateTime::TimeZoneCatalog), it is no longer there
- use filtering macros
2010-01-15 19:27:57 +00:00
Štěpán Kasal
c722265950 - rebuild against perl 5.10.1 2009-12-07 13:08:15 +00:00
Jesse Keating
19471b950c - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-26 05:33:52 +00:00
Jesse Keating
bcb622ede9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 14:43:47 +00:00
Steven Pritchard
d5b6938507 Update to DateTime 0.4501. Update to DateTime::Locale 0.42. Update to
DateTime::TimeZone 0.8301.
2008-12-09 21:37:15 +00:00
Steven Pritchard
7872cb09a1 Update to DateTime::TimeZone 0.7904. 2008-09-08 16:56:54 +00:00
Steven Pritchard
d320de6122 Update to 0.4304. Update to DateTime::TimeZone 0.78. Update to
DateTime::Locale 0.41.
2008-07-15 20:38:00 +00:00
Steven Pritchard
69713f4ee6 Update to DateTime::TimeZone 0.7701. 2008-07-08 16:51:53 +00:00
Steven Pritchard
5c9bc900f4 Update to DateTime 0.4302. Update to DateTime::TimeZone 0.77. Update to
DateTime::Locale 0.4001. BR List::MoreUtils. Define IS_MAINTAINER so we
    run the pod tests.
2008-05-31 18:29:05 +00:00
Steven Pritchard
40e1791ecc Update to DateTime 0.42. Update to DateTime::TimeZone 0.75. Update FAQ URL
in description.
2008-05-15 18:35:13 +00:00
Tom Callaway
62621b90e8 perl rebuild, third small chain 2008-02-28 13:13:29 +00:00
Jesse Keating
2ec154525e - Autorebuild for GCC 4.3 2008-02-20 02:53:28 +00:00
Tom Callaway
de28180c2d Rebuild for new perl 2008-01-25 00:48:15 +00:00
Steven Pritchard
9b623af1aa Update License tag. Update to DateTime::TimeZone 0.70. 2007-12-11 15:32:13 +00:00
Steven Pritchard
c8571734a4 Update to DateTime 0.41. Update to DateTime::Locale 0.35. Update to
DateTime::TimeZone 0.67.
2007-09-18 14:02:57 +00:00
Jesse Keating
7174b18b9e - Rebuild for selinux ppc32 issue. 2007-08-29 05:51:03 +00:00
Steven Pritchard
84ecdf7912 Update to DateTIme 0.39. Update to DateTime::TimeZone 0.6603. 2007-07-22 19:38:54 +00:00
Steven Pritchard
a501262d99 BR Test::Output. 2007-07-05 15:33:24 +00:00
Steven Pritchard
60c36fec5c Update to DateTime 0.38. Update to DateTime::TimeZone 0.6602. BR
Test::Pod::Coverage.
2007-07-02 21:34:08 +00:00
Steven Pritchard
528ecd6e14 Drop BR DateTime::Format::* to avoid circular build deps. 2007-04-02 20:35:47 +00:00
Steven Pritchard
42ea8298d4 Filter Win32::TieRegistry dependency. Do the provides filter like we do in
cpanspec. Drop some macro usage.
2007-04-02 15:37:36 +00:00
Steven Pritchard
be5181a046 Update to DateTime 0.37. Update to DateTime::TimeZone 0.63. 2007-03-31 21:44:53 +00:00
Steven Pritchard
d84eee477e Update to DateTime::Locale 0.34. Update to DateTime::TimeZone 0.62. 2007-03-13 21:58:27 +00:00
Steven Pritchard
d5c30b4d84 Update to Date::Time 0.36. Update to DateTime::Locale 0.33. Update to
DateTime::TimeZone 0.59.
2007-01-22 18:14:35 +00:00
Steven Pritchard
4ee867982f Update to DateTime 0.35. Update to DateTime::Locale 0.3101. LICENSE.icu
seems to have been renamed LICENSE.cldr. Update to DateTime::TimeZone
    0.54. Use fixperms macro instead of our own chmod incantation. Convert
    DateTime::LeapSecond to UTF-8 to avoid a rpmlint warning.
2006-11-03 22:13:14 +00:00
Steven Pritchard
910946f103 Update to DateTime::TimeZone 0.48. 2006-08-29 23:23:54 +00:00
Steven Pritchard
3633e92912 Update to DateTime::TimeZone 0.47. 2006-08-28 22:03:23 +00:00
Steven Pritchard
f607a44b36 Update to DateTime 0.34. 2006-08-15 00:49:24 +00:00
Steven Pritchard
11d2f7f7fc Update to DateTime 0.32. Improve Summary, description, and source URLs. Fix
find option order.
2006-07-29 19:20:57 +00:00
Steven Pritchard
519b366653 BR DateTime::Format::ICal and DateTime::Format::Strptime for better test
coverage.
2006-07-13 20:54:01 +00:00
Steven Pritchard
d805aff0ea Update DateTime to 0.31. Update DateTime::TimeZone to 0.46. 2006-05-24 23:34:41 +00:00
Steven Pritchard
5069931c14 Bump Epoch (argh, 0.2901 > 0.30 to rpm). Update DateTime::TimeZone to 0.42. 2006-02-27 16:49:48 +00:00
Steven Pritchard
4c0f2f7cc7 Update DateTime::TimeZone to 0.41. 2006-02-19 00:12:45 +00:00
Steven Pritchard
3034666dc5 Update DateTime to 0.30. Update DateTime::TimeZone to 0.40. 2006-01-11 02:47:43 +00:00
Steven Pritchard
378a58de1d auto-import perl-DateTime-0.2901-2 on branch devel from
perl-DateTime-0.2901-2.src.rpm
2005-09-16 20:15:06 +00:00