e01c753
# Run optional test
361460f
%if ! (0%{?rhel})
e01c753
%bcond_without perl_DateTime_enables_optional_test
361460f
%else
361460f
%bcond_with perl_DateTime_enables_optional_test
361460f
%endif
e01c753
378a58d
Name:           perl-DateTime
ef7b982
Epoch:          2
34ea920
Version:        1.50
34ea920
Release:        1%{?dist}
83badaa
Summary:        Date and time object for Perl
8baa9ed
License:        Artistic 2.0
048eef3
URL:            https://metacpan.org/release/DateTime
048eef3
Source0:        https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/DateTime-%{version}.tar.gz
6e2e376
# Build:
69df12b
BuildRequires:  coreutils
69df12b
BuildRequires:  findutils
69df12b
BuildRequires:  gcc
69df12b
BuildRequires:  make
299bd69
BuildRequires:  perl-interpreter
69df12b
BuildRequires:  perl-devel
8396311
BuildRequires:  perl-generators
63188e3
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
50167b2
# Run-time:
939a4e3
BuildRequires:  perl(base)
50167b2
BuildRequires:  perl(Carp)
6e2e376
BuildRequires:  perl(DateTime::Locale) >= 1.06
6e2e376
BuildRequires:  perl(DateTime::TimeZone) >= 2.02
63188e3
BuildRequires:  perl(Dist::CheckConflicts) >= 0.02
Petr Šabata 619c758
BuildRequires:  perl(integer)
f8e49f6
BuildRequires:  perl(namespace::autoclean) >= 0.19
Petr Šabata 619c758
BuildRequires:  perl(overload)
9bf96ab
BuildRequires:  perl(Params::ValidationCompiler) >= 0.26
6e2e376
BuildRequires:  perl(parent)
Petr Šabata 619c758
BuildRequires:  perl(POSIX)
8baa9ed
BuildRequires:  perl(Scalar::Util)
6e2e376
BuildRequires:  perl(Specio) >= 0.18
6e2e376
BuildRequires:  perl(Specio::Declare)
6e2e376
BuildRequires:  perl(Specio::Exporter)
6e2e376
BuildRequires:  perl(Specio::Library::Builtins)
6e2e376
BuildRequires:  perl(Specio::Library::Numeric)
6e2e376
BuildRequires:  perl(Specio::Library::String)
69df12b
BuildRequires:  perl(strict)
Petr Šabata 619c758
BuildRequires:  perl(Try::Tiny)
69df12b
BuildRequires:  perl(warnings)
f7445b0
BuildRequires:  perl(warnings::register)
69df12b
# Optional Run-time:
939a4e3
BuildRequires:  perl(XSLoader)
50167b2
# Tests:
63188e3
BuildRequires:  perl(CPAN::Meta::Check) >= 0.011
63188e3
BuildRequires:  perl(CPAN::Meta::Requirements)
83badaa
BuildRequires:  perl(ExtUtils::MakeMaker)
83badaa
BuildRequires:  perl(File::Spec)
Petr Šabata 619c758
BuildRequires:  perl(Test::Fatal)
bc2ddc8
BuildRequires:  perl(Test::More) >= 0.96
f7445b0
BuildRequires:  perl(Test::Warnings) >= 0.005
Petr Šabata 619c758
BuildRequires:  perl(utf8)
e01c753
%if %{with perl_DateTime_enables_optional_test}
1d8cf86
# Optional Tests:
69df12b
BuildRequires:  perl(CPAN::Meta) >= 2.120900
50167b2
BuildRequires:  perl(Storable)
69df12b
BuildRequires:  perl(Test::Warn)
e01c753
%endif
1d8cf86
# Dependencies:
01d4fec
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
50167b2
Requires:       perl(XSLoader)
378a58d
69df12b
# Avoid provides from DateTime.so
8baa9ed
%{?perl_default_filter}
69df12b
50167b2
# Filter under-specified dependencies
6e2e376
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((DateTime::Locale|DateTime::TimeZone)\\)$
2815e75
378a58d
%description
8baa9ed
DateTime is a class for the representation of date/time combinations.  It
8baa9ed
represents the Gregorian calendar, extended backwards in time before its
8baa9ed
creation (in 1582). This is sometimes known as the "proleptic Gregorian
8baa9ed
calendar". In this calendar, the first day of the calendar (the epoch), is the
8baa9ed
first day of year 1, which corresponds to the date which was (incorrectly)
8baa9ed
believed to be the birth of Jesus Christ.
378a58d
378a58d
%prep
8baa9ed
%setup -q -n DateTime-%{version}
378a58d
378a58d
%build
6e2e376
perl Makefile.PL \
6e2e376
  INSTALLDIRS=vendor \
6e2e376
  OPTIMIZE="%{optflags}" \
6e2e376
  NO_PACKLIST=1 \
6e2e376
  NO_PERLLOCAL=1
1d8cf86
make %{?_smp_mflags}
378a58d
378a58d
%install
6e2e376
make install DESTDIR=%{buildroot}
5188a60
find %{buildroot} -type f -name '*.bs' -empty -delete
01d4fec
%{_fixperms} %{buildroot}
378a58d
378a58d
%check
1d8cf86
make test
378a58d
378a58d
%files
e4d96f3
%license LICENSE
34ea920
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md CREDITS README.md TODO
e4d96f3
%{perl_vendorarch}/auto/DateTime/
e4d96f3
%{perl_vendorarch}/DateTime/
e4d96f3
%{perl_vendorarch}/DateTime.pm
e4d96f3
%{_mandir}/man3/DateTime.3*
e4d96f3
%{_mandir}/man3/DateTime::Duration.3*
e4d96f3
%{_mandir}/man3/DateTime::Infinite.3*
e4d96f3
%{_mandir}/man3/DateTime::LeapSecond.3*
6e2e376
%{_mandir}/man3/DateTime::Types.3*
378a58d
378a58d
%changelog
34ea920
* Thu Aug  2 2018 Paul Howarth <paul@city-fan.org> - 2:1.50-1
34ea920
- Update to 1.50
34ea920
  - The %%F strftime pattern incorrectly zero-padded numbers less than four
34ea920
    digits; according to POSIX::strftime, this should output the year as-is
34ea920
    without padding (GH#83)
34ea920
ddd77f2
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.49-3
ddd77f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
ddd77f2
6fbb6e3
* Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.49-2
6fbb6e3
- Perl 5.28 rebuild
6fbb6e3
048eef3
* Mon May 21 2018 Paul Howarth <paul@city-fan.org> - 2:1.49-1
048eef3
- Update to 1.49
048eef3
  - Updated the ppport.h with the latest version of Devel::PPPort, which fixes
048eef3
    a compilation warning when compiling with 5.27.11 (GH#81)
048eef3
- Switch upstream from search.cpan.org to metacpan.org
048eef3
430b979
* Mon Mar 26 2018 Paul Howarth <paul@city-fan.org> - 2:1.48-1
430b979
- Update to 1.48
430b979
  - The last release would die if Sub::Util was not available, but this should
430b979
    just be an optional requirement (GH#77, GH#78)
430b979
abbb471
* Mon Mar 26 2018 Paul Howarth <paul@city-fan.org> - 2:1.47-1
abbb471
- Update to 1.47
abbb471
  - DateTime::Duration->multiply now only allows integer multipliers (GH#73)
abbb471
  - Added is_last_day_of_quarter() and is_last_day_of_year() methods (GH#72)
abbb471
  - When an exception was thrown while adding a duration, the object could be
abbb471
    left in a broken state with the duration partially applied; subsequent
abbb471
    addition or subtraction would produce the wrong results (GH#74)
abbb471
- Add patch to support use without Sub::Util (GH#77, GH#78)
abbb471
65d29e9
* Mon Feb 12 2018 Paul Howarth <paul@city-fan.org> - 2:1.46-1
65d29e9
- Update to 1.46
65d29e9
  - Fixed the formatting for the CLDR "S" symbol, which in some cases would
65d29e9
    round up to 1 instead of truncating a value, e.g. the "SSS" symbol would
65d29e9
    format 999,999,999 nanoseconds as "1.000" (GH#71)
65d29e9
b6bec31
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.45-2
b6bec31
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b6bec31
9bf96ab
* Sun Dec 31 2017 Paul Howarth <paul@city-fan.org> - 2:1.45-1
9bf96ab
- Update to 1.45
9bf96ab
  - Added month_length(), quarter_length() and year_length() methods (GH#70)
9bf96ab
f164fe1
* Tue Aug 22 2017 Paul Howarth <paul@city-fan.org> - 2:1.44-1
f164fe1
- Update to 1.44
f164fe1
  - Added a stringify() method, which does exactly the same thing as
f164fe1
    stringification overloading does (GH#58)
f164fe1
  - Added an is_last_day_of_month() method to indicate whether or not an object
f164fe1
    falls on the last day of its month (GH#60)
f164fe1
f475b69
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.43-4
f475b69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
f475b69
e17b39d
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.43-3
e17b39d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
e17b39d
eec153a
* Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.43-2
eec153a
- Perl 5.26 rebuild
eec153a
d680a9b
* Tue May 30 2017 Paul Howarth <paul@city-fan.org> - 2:1.43-1
d680a9b
- Update to 1.43
d680a9b
  - Added a small optimization for boolification overloading: rather than
d680a9b
    relying on a fallback to stringification, we now return true directly,
d680a9b
    which is a little faster in cases like "if ($might_be_dt) { ... }"
d680a9b
  - The datetime() method now accepts a single argument to use as the separator
d680a9b
    between the date and time portion; this defaults to "T"
d680a9b
- Drop redundant Group: tag
d680a9b
def37dc
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.42-2
def37dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
def37dc
3032925
* Mon Dec 26 2016 Paul Howarth <paul@city-fan.org> - 2:1.42-1
3032925
- Update to 1.42
3032925
  - The DateTime::Duration->add and ->subtract methods now accept
3032925
    DateTime::Duration objects; this used to work by accident but is now done
13a6116
    intentionally, with docs and tests (GH#50)
3032925
991509e
* Thu Nov 17 2016 Paul Howarth <paul@city-fan.org> - 2:1.41-1
991509e
- Update to 1.41
991509e
  - The DateTime->add and ->subtract methods now accept DateTime::Duration
991509e
    objects; this used to work by accident but is now done intentionally, with
991509e
    docs and tests (GH#45)
991509e
349a325
* Sun Nov 13 2016 Paul Howarth <paul@city-fan.org> - 2:1.40-1
349a325
- Update to 1.40
349a325
  - Switched from RT to the GitHub issue tracker
349a325
6e2e376
* Mon Sep 19 2016 Paul Howarth <paul@city-fan.org> - 2:1.39-1
6e2e376
- Update to 1.39
6e2e376
  - Replaced Params::Validate with Params::ValidationCompiler and Specio
6e2e376
    - In my benchmarks this makes constructing a new DateTime object about 14%%
6e2e376
      faster
6e2e376
    - However, it slows down module load time by about 100 milliseconds (1/10
6e2e376
      of a second) on my desktop system with a primed cache (so really
6e2e376
      measuring compile time, not disk load time)
6e2e376
  - When you pass a locale to $dt->set you will now get a warning suggesting
6e2e376
    you should use $dt->set_locale instead (CPAN RT#115420)
6e2e376
  - Bump minimum required Perl to 5.8.4 from 5.8.1
6e2e376
- Use NO_PERLLOCAL=1 so we can use "make install"
6e2e376
f8e49f6
* Sun Aug  7 2016 Paul Howarth <paul@city-fan.org> - 2:1.36-1
f8e49f6
- Update to 1.36
f8e49f6
  - Require namespace::autoclean 0.19
f8e49f6
fd8c4d5
* Sat Aug  6 2016 Paul Howarth <paul@city-fan.org> - 2:1.35-1
fd8c4d5
- Update to 1.35
fd8c4d5
  - Use namespace::autoclean in all packages that import anything; without
fd8c4d5
    cleaning the namespace, DateTime ends up with "methods" like try and catch
fd8c4d5
    (from Try::Tiny), which can lead to very confusing bugs (CPAN RT#115983)
fd8c4d5
5e98559
* Wed Jul  6 2016 Paul Howarth <paul@city-fan.org> - 2:1.34-1
5e98559
- Update to 1.34
5e98559
  - Added the leap second coming on December 31, 2016
5e98559
63188e3
* Wed Jun 29 2016 Paul Howarth <paul@city-fan.org> - 2:1.33-1
63188e3
- Update to 1.33
63188e3
  - When you pass a locale to $dt->set you will now get a warning suggesting
63188e3
    you should use $dt->set_locale instead (CPAN RT#115420)
63188e3
  - Added support for $dt->truncate( to => 'quarter' ) (GH#17)
63188e3
  - Fixed the $dt->set docs to say that you cannot pass a locale (even though
63188e3
    you can but you'll get a warning) and added more docs for $dt->set_locale
63188e3
  - Require DateTime::Locale 1.05
63188e3
  - Require DateTime::TimeZone 2.00
63188e3
- Take advantage of NO_PACKLIST option in recent EU:MM
63188e3
f89d0f0
* Sun May 22 2016 Paul Howarth <paul@city-fan.org> - 2:1.28-1
f89d0f0
- Update to 1.28
f89d0f0
  - Fixed handling of some floating point epochs; since DateTime treated the
f89d0f0
    epoch like a string instead of a number, certain epochs with a non-integer
f89d0f0
    value ended up treated like integers (Perl is weird) (GH#15, fixes GH#6)
f89d0f0
303d19b
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.27-2
303d19b
- Perl 5.24 rebuild
303d19b
8396311
* Sat May 14 2016 Paul Howarth <paul@city-fan.org> - 2:1.27-1
8396311
- Update to 1.27
8396311
  - Added an environment variable PERL_DATETIME_DEFAULT_TZ to globally set the
8396311
    default time zone (GH#14); using this is very dangerous - be careful!
8396311
- BR: perl-generators
8396311
1d8cf86
* Tue Mar 22 2016 Paul Howarth <paul@city-fan.org> - 2:1.26-1
1d8cf86
- Update to 1.26
1d8cf86
  - Switched from Module::Build to ExtUtils::MakeMaker (GH#13)
1d8cf86
5188a60
* Mon Mar  7 2016 Paul Howarth <paul@city-fan.org> - 2:1.25-1
5188a60
- Update to 1.25
5188a60
  - DateTime->from_object would die if given a DateTime::Infinite object; now
5188a60
    it returns another DateTime::Infinite object (CPAN RT#112712)
5188a60
- Simplify find command using -empty and -delete
5188a60
b7c3917
* Tue Mar  1 2016 Paul Howarth <paul@city-fan.org> - 2:1.24-1
b7c3917
- Update to 1.24
b7c3917
  - The last release partially broke $dt->time; if you passed a value to use
b7c3917
    as unit separator, it was ignored (CPAN RT#112585)
b7c3917
c32842e
* Mon Feb 29 2016 Paul Howarth <paul@city-fan.org> - 2:1.23-1
c32842e
- Update to 1.23
c32842e
  - Fixed several issues with the handling of non-integer values passed to
c32842e
    from_epoch() (GH#11)
c32842e
    - This method was simply broken for negative values, which would end up
c32842e
      being incremented by a full second, so for example -0.5 became 0.5
c32842e
    - The method did not accept all valid float values; specifically, it did
c32842e
      not accept values in scientific notation
c32842e
    - Finally, this method now rounds all non-integer values to the nearest
c32842e
      millisecond, which matches the precision we can expect from Perl itself
c32842e
      (53 bits) in most cases
c32842e
  - Make all DateTime::Infinite objects return the system's representation of
c32842e
    positive or negative infinity for any method that returns a number or
c32842e
    string representation (year(), month(), ymd(), iso8601(), etc.); previously
c32842e
    some of these methods could return "Nan", "-Inf--Inf--Inf", and other
c32842e
    confusing outputs (CPAN RT#110341)
c32842e
39e88a4
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.21-2
39e88a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
39e88a4
69df12b
* Fri Nov 13 2015 Paul Howarth <paul@city-fan.org> - 2:1.21-1
69df12b
- Update to 1.21
69df12b
  - Make all tests pass with the current DateTime::Locale
69df12b
- Explicitly BR: perl-devel, needed for EXTERN.h
69df12b
bc2ddc8
* Fri Jul 24 2015 Petr Pisar <ppisar@redhat.com> - 2:1.20-1
bc2ddc8
- 1.20 bump
bc2ddc8
ba5a1e5
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.18-3
ba5a1e5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ba5a1e5
a60219d
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.18-2
a60219d
- Perl 5.22 rebuild
a60219d
72cfd91
* Tue Jan  6 2015 Paul Howarth <paul@city-fan.org> - 2:1.18-1
72cfd91
- 1.18 bump
72cfd91
e4d96f3
* Mon Jan  5 2015 Paul Howarth <paul@city-fan.org> - 2:1.17-1
e4d96f3
- 1.17 bump
e4d96f3
- Use %%license
e4d96f3
- Make %%files list more explicit
e4d96f3
b430fd2
* Mon Jan  5 2015 Paul Howarth <paul@city-fan.org> - 2:1.14-1
b430fd2
- 1.14 bump
b430fd2
bfbbf75
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.12-2
bfbbf75
- Perl 5.20 rebuild
bfbbf75
83badaa
* Tue Sep 02 2014 Petr Pisar <ppisar@redhat.com> - 2:1.12-1
83badaa
- 1.12 bump
83badaa
92b3882
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.10-4
92b3882
- Perl 5.20 rebuild
92b3882
62733f5
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.10-3
62733f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
62733f5
7d11b5a
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.10-2
7d11b5a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7d11b5a
f7445b0
* Wed May 07 2014 Petr Pisar <ppisar@redhat.com> - 2:1.10-1
f7445b0
- 1.10 bump
f7445b0
8f63f18
* Fri Mar 14 2014 Paul Howarth <paul@city-fan.org> - 2:1.08-1
8f63f18
- 1.08 bump
8f63f18
01d4fec
* Mon Feb 10 2014 Paul Howarth <paul@city-fan.org> - 2:1.07-1
01d4fec
- 1.07 bump
01d4fec
4d6340b
* Fri Jan 03 2014 Petr Pisar <ppisar@redhat.com> - 2:1.06-1
4d6340b
- 1.06 bump
4d6340b
28b99ff
* Tue Dec 10 2013 Petr Pisar <ppisar@redhat.com> - 2:1.04-1
28b99ff
- 1.04 bump
28b99ff
0732016
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.03-3
0732016
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
0732016
abf6f38
* Tue Jul 30 2013 Petr Pisar <ppisar@redhat.com> - 2:1.03-2
abf6f38
- Perl 5.18 rebuild
abf6f38
e16055f
* Tue Jun 25 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.03-1
e16055f
- 1.03 bump
e16055f
Petr Šabata 619c758
* Tue Apr 02 2013 Petr Ĺ abata <contyk@redhat.com> - 2:1.01-1
Petr Šabata 619c758
- 1.01 bump
Petr Šabata 619c758
4558602
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.78-2
4558602
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
4558602
ef7b982
* Mon Nov 19 2012 Petr Pisar <ppisar@redhat.com> - 2:0.78-1
519fa2c
- 0.78 bump
519fa2c
50167b2
* Thu Oct 18 2012 Petr Pisar <ppisar@redhat.com> - 2:0.77-1
50167b2
- 0.77 bump
50167b2
7c9fdc7
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.70-5
7c9fdc7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7c9fdc7
1dd7b46
* Wed Jun 20 2012 Petr Pisar <ppisar@redhat.com> - 2:0.70-4
1dd7b46
- Perl 5.16 rebuild
1dd7b46
290d498
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.70-3
290d498
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
290d498
939a4e3
* Thu Aug 18 2011 Iain Arnell <iarnell@gmail.com> 2:0.70-2
939a4e3
- Additional (Build)Requires from unofficial review
939a4e3
8baa9ed
* Mon Aug 15 2011 Iain Arnell <iarnell@gmail.com> 2:0.70-1
8baa9ed
- Unbundle DateTime::TimeZone and DateTime::Locale
8baa9ed
- Bump epoch and revert to upstream versioning
8baa9ed
- Specfile regenerated by cpanspec 1.78.
8baa9ed
- Update description
8baa9ed
Petr Sabata e74014b
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 1:0.7000-3
Petr Sabata e74014b
- Perl mass rebuild
Petr Sabata e74014b
7c7919c
* Mon Jul 04 2011 Iain Arnell <iarnell@gmail.com> 1:0.7000-2
7c7919c
- update DateTime::TimeZone to 1.35 (Olson 2011h)
2815e75
- add rpm 4.9 filtering macros
7c7919c
0fa4a86
* Fri May 13 2011 Iain Arnell <iarnell@gmail.com> 1:0.7000-1
0fa4a86
- update DateTime to 0.70
0fa4a86
325cd23
* Wed May 04 2011 Iain Arnell <iarnell@gmail.com> 1:0.6900-1
325cd23
- update DateTime to 0.69
ad522a1
- update DateTime::TimeZone to 1.34 (Olson 2011g)
325cd23
1ac19c2
* Sun Apr 24 2011 Iain Arnell <iarnell@gmail.com> 1:0.6600-6
1ac19c2
- fix the testing for loop
1ac19c2
d77766f
* Sun Apr 24 2011 Iain Arnell <iarnell@gmail.com> 1:0.6600-5
b1ab4d2
- update DateTime::TimeZone to 1.33 (Olson 2011f)
b1ab4d2
e572d21
* Wed Apr 06 2011 Iain Arnell <iarnell@gmail.com> 1:0.6600-4
e572d21
- update DateTime::TimeZone to 1.32 (Olson 2011e)
e572d21
99293d3
* Sat Mar 26 2011 Iain Arnell <iarnell@gmail.com> 1:0.6600-3
99293d3
- update DateTime::TimeZone to 1.31
99293d3
- DateTime::TimeZone no longer has Build.PL; use Makefile.PL
99293d3
- whitespace cleanup
10b4e5c
- clean up .packlist
99293d3
11dddee
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.6600-2
11dddee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
11dddee
Steven Pritchard e6a81aa
* Sun Dec 12 2010 Steven Pritchard <steve@kspei.com> 1:0.6600-1
Steven Pritchard e6a81aa
- Update DateTime to 0.66.
Steven Pritchard e6a81aa
- Update DateTime::TimeZone to 1.26.
Steven Pritchard e6a81aa
- Update URL for FAQ in description.
Steven Pritchard e6a81aa
- BR Class::Load and parent.
Steven Pritchard e6a81aa
3f47fa5
* Sat Oct 09 2010 Iain Arnell <iarnell@gmail.com> 1:0.6300-1
3f47fa5
- Update DateTime to 0.63
3f47fa5
- Update DateTime::TimeZone to 1.22
3f47fa5
- DateTime license changed from "GPL+ or Artistic" to "Artistic 2.0"
3f47fa5
- Fix DTLocale/Changelog encoding
3f47fa5
44c6651
* Mon Jun 14 2010 Petr Sabata <psabata@redhat.com> - 1:0.5300-4
44c6651
- perl-DateTime-Locale-0.45 update
44c6651
0021af6
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1:0.5300-3
0021af6
- Mass rebuild with perl-5.12.0
0021af6
bb23c62
* Wed Jan 27 2010 Stepan Kasal <skasal@redhat.com> - 1:0.5300-2
bb23c62
- new upstream version of DateTime-TimeZone
bb23c62
7b47eca
* Fri Jan 15 2010 Stepan Kasal <skasal@redhat.com> - 1:0.5300-1
7b47eca
- new upstream version
7b47eca
- use Build.PL as Makefile.PL no longer exists
7b47eca
- use iconv to recode to utf-8, not a patch
7b47eca
- update BuildRequires
7b47eca
- drop Provides: perl(DateTime::TimeZoneCatalog), it is no longer there
7b47eca
- use filtering macros
7b47eca
c722265
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1:0.4501-4
c722265
- rebuild against perl 5.10.1
c722265
19471b9
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.4501-3
19471b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
19471b9
bcb622e
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.4501-2
bcb622e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
bcb622e
d5b6938
* Tue Dec 09 2008 Steven Pritchard <steve@kspei.com> 1:0.4501-1
d5b6938
- Update to DateTime 0.4501.
d5b6938
d5b6938
* Mon Nov 10 2008 Steven Pritchard <steve@kspei.com> 1:0.4401-1
d5b6938
- Update to DateTime 0.4401.
d5b6938
- Update to DateTime::Locale 0.42.
d5b6938
- Update to DateTime::TimeZone 0.8301.
d5b6938
7872cb0
* Mon Sep 08 2008 Steven Pritchard <steve@kspei.com> 1:0.4304-2
7872cb0
- Update to DateTime::TimeZone 0.7904.
7872cb0
d320de6
* Tue Jul 15 2008 Steven Pritchard <steve@kspei.com> 1:0.4304-1
7872cb0
- Update to DateTime 0.4304.
d320de6
- Update to DateTime::TimeZone 0.78.
d320de6
- Update to DateTime::Locale 0.41.
d320de6
69713f4
* Tue Jul 08 2008 Steven Pritchard <steve@kspei.com> 1:0.4302-2
69713f4
- Update to DateTime::TimeZone 0.7701.
69713f4
5c9bc90
* Sat May 31 2008 Steven Pritchard <steve@kspei.com> 1:0.4302-1
5c9bc90
- Update to DateTime 0.4302.
5c9bc90
- Update to DateTime::TimeZone 0.77.
5c9bc90
- Update to DateTime::Locale 0.4001.
5c9bc90
- BR List::MoreUtils.
5c9bc90
- Define IS_MAINTAINER so we run the pod tests.
5c9bc90
40e1791
* Thu May 15 2008 Steven Pritchard <steve@kspei.com> 1:0.42-1
40e1791
- Update to DateTime 0.42.
40e1791
- Update to DateTime::TimeZone 0.75.
40e1791
- Update FAQ URL in description.
40e1791
62621b9
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1:0.41-5
62621b9
- Rebuild for perl 5.10 (again)
62621b9
2ec1545
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:0.41-4
2ec1545
- Autorebuild for GCC 4.3
2ec1545
de28180
* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1:0.41-3
de28180
- rebuild for new perl
de28180
9b623af
* Tue Dec 11 2007 Steven Pritchard <steve@kspei.com> 1:0.41-2
9b623af
- Update License tag.
9b623af
- Update to DateTime::TimeZone 0.70.
9b623af
c857173
* Mon Sep 17 2007 Steven Pritchard <steve@kspei.com> 1:0.41-1
c857173
- Update to DateTime 0.41.
c857173
- Update to DateTime::Locale 0.35.
c857173
- Update to DateTime::TimeZone 0.67.
c857173
7174b18
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1:0.39-2
7174b18
- Rebuild for selinux ppc32 issue.
7174b18
84ecdf7
* Sun Jul 22 2007 Steven Pritchard <steve@kspei.com> 1:0.39-1
c857173
- Update to DateTime 0.39.
84ecdf7
- Update to DateTime::TimeZone 0.6603.
84ecdf7
a501262
* Thu Jul 05 2007 Steven Pritchard <steve@kspei.com> 1:0.38-2
a501262
- BR Test::Output.
a501262
60c36fe
* Mon Jul 02 2007 Steven Pritchard <steve@kspei.com> 1:0.38-1
60c36fe
- Update to DateTime 0.38.
60c36fe
- Update to DateTime::TimeZone 0.6602.
60c36fe
- BR Test::Pod::Coverage.
60c36fe
528ecd6
* Mon Apr 02 2007 Steven Pritchard <steve@kspei.com> 1:0.37-3
528ecd6
- Drop BR DateTime::Format::* to avoid circular build deps.
528ecd6
42ea829
* Mon Apr 02 2007 Steven Pritchard <steve@kspei.com> 1:0.37-2
42ea829
- Filter Win32::TieRegistry dependency.
42ea829
- Do the provides filter like we do in cpanspec.
42ea829
- Drop some macro usage.
42ea829
be5181a
* Sat Mar 31 2007 Steven Pritchard <steve@kspei.com> 1:0.37-1
be5181a
- Update to DateTime 0.37.
be5181a
- Update to DateTime::TimeZone 0.63.
be5181a
d84eee4
* Tue Mar 13 2007 Steven Pritchard <steve@kspei.com> 1:0.36-2
d84eee4
- Update to DateTime::Locale 0.34.
d84eee4
- Update to DateTime::TimeZone 0.62.
d84eee4
d5c30b4
* Mon Jan 22 2007 Steven Pritchard <steve@kspei.com> 1:0.36-1
d5c30b4
- Update to Date::Time 0.36.
d5c30b4
- Update to DateTime::Locale 0.33.
d5c30b4
- Update to DateTime::TimeZone 0.59.
d5c30b4
4ee8679
* Fri Nov 03 2006 Steven Pritchard <steve@kspei.com> 1:0.35-1
4ee8679
- Update to DateTime 0.35.
4ee8679
- Update to DateTime::Locale 0.3101.
4ee8679
- LICENSE.icu seems to have been renamed LICENSE.cldr.
4ee8679
- Update to DateTime::TimeZone 0.54.
4ee8679
- Use fixperms macro instead of our own chmod incantation.
4ee8679
- Convert DateTime::LeapSecond to UTF-8 to avoid a rpmlint warning.
4ee8679
910946f
* Tue Aug 29 2006 Steven Pritchard <steve@kspei.com> 1:0.34-3
910946f
- Update to DateTime::TimeZone 0.48.
910946f
3633e92
* Mon Aug 28 2006 Steven Pritchard <steve@kspei.com> 1:0.34-2
3633e92
- Update to DateTime::TimeZone 0.47.
3633e92
f607a44
* Mon Aug 14 2006 Steven Pritchard <steve@kspei.com> 1:0.34-1
f607a44
- Update to DateTime 0.34.
f607a44
11d2f7f
* Fri Jul 28 2006 Steven Pritchard <steve@kspei.com> 1:0.32-1
11d2f7f
- Update to DateTime 0.32.
11d2f7f
- Improve Summary, description, and source URLs.
11d2f7f
- Fix find option order.
11d2f7f
519b366
* Thu Jul 13 2006 Steven Pritchard <steve@kspei.com> 1:0.31-2
519b366
- BR DateTime::Format::ICal and DateTime::Format::Strptime for better
519b366
  test coverage.
519b366
d805aff
* Wed May 24 2006 Steven Pritchard <steve@kspei.com> 1:0.31-1
d805aff
- Update DateTime to 0.31.
d805aff
- Update DateTime::TimeZone to 0.46.
d805aff
5069931
* Mon Feb 27 2006 Steven Pritchard <steve@kspei.com> 1:0.30-3
5069931
- Bump Epoch (argh, 0.2901 > 0.30 to rpm)
5069931
- Update DateTime::TimeZone to 0.42
5069931
4c0f2f7
* Sat Feb 18 2006 Steven Pritchard <steve@kspei.com> 0.30-2
4c0f2f7
- Update DateTime::TimeZone to 0.41
4c0f2f7
3034666
* Tue Jan 10 2006 Steven Pritchard <steve@kspei.com> 0.30-1
3034666
- Update DateTime to 0.30
3034666
- Update DateTime::TimeZone to 0.40
3034666
378a58d
* Fri Sep 16 2005 Paul Howarth <paul@city-fan.org> 0.2901-2
378a58d
- Unpack each tarball only once
378a58d
- Use Module::Build's build script where available
378a58d
- Help each module find the others when needed
378a58d
- Clean up files list
378a58d
- Include additional documentation from DT::Locale & DT::TimeZone
378a58d
- Add BR: perl(File::Find::Rule) & perl(Test::Pod) to improve test coverage
378a58d
- Remove unversioned provides of perl(DateTime) & perl(DateTime::TimeZone)
378a58d
378a58d
* Wed Aug 31 2005 Steven Pritchard <steve@kspei.com> 0.2901-1
378a58d
- Specfile autogenerated.