989b10
# Run optional test
989b10
%if ! (0%{?rhel})
989b10
%bcond_without perl_DateTime_enables_optional_test
989b10
%else
989b10
%bcond_with perl_DateTime_enables_optional_test
989b10
%endif
989b10
989b10
Name:           perl-DateTime
989b10
Epoch:          2
989b10
Version:        1.54
989b10
Release:        4%{?dist}
989b10
Summary:        Date and time object for Perl
989b10
License:        Artistic 2.0
989b10
URL:            https://metacpan.org/release/DateTime
989b10
Source0:        https://cpan.metacpan.org/modules/by-module/DateTime/DateTime-%{version}.tar.gz
989b10
# Build:
989b10
BuildRequires:  coreutils
989b10
BuildRequires:  findutils
989b10
BuildRequires:  gcc
989b10
BuildRequires:  make
989b10
BuildRequires:  perl-devel
989b10
BuildRequires:  perl-generators
989b10
BuildRequires:  perl-interpreter
989b10
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
989b10
# Run-time:
989b10
BuildRequires:  perl(base)
989b10
BuildRequires:  perl(Carp)
989b10
BuildRequires:  perl(DateTime::Locale) >= 1.06
989b10
BuildRequires:  perl(DateTime::TimeZone) >= 2.44
989b10
BuildRequires:  perl(Dist::CheckConflicts) >= 0.02
989b10
BuildRequires:  perl(integer)
989b10
BuildRequires:  perl(namespace::autoclean) >= 0.19
989b10
BuildRequires:  perl(overload)
989b10
BuildRequires:  perl(Params::ValidationCompiler) >= 0.26
989b10
BuildRequires:  perl(parent)
989b10
BuildRequires:  perl(POSIX)
989b10
BuildRequires:  perl(Scalar::Util)
989b10
BuildRequires:  perl(Specio) >= 0.18
989b10
BuildRequires:  perl(Specio::Declare)
989b10
BuildRequires:  perl(Specio::Exporter)
989b10
BuildRequires:  perl(Specio::Library::Builtins)
989b10
BuildRequires:  perl(Specio::Library::Numeric)
989b10
BuildRequires:  perl(Specio::Library::String)
989b10
BuildRequires:  perl(strict)
989b10
BuildRequires:  perl(Try::Tiny)
989b10
BuildRequires:  perl(warnings)
989b10
BuildRequires:  perl(warnings::register)
989b10
# Optional Run-time:
989b10
BuildRequires:  perl(XSLoader)
989b10
# Tests:
989b10
BuildRequires:  perl(CPAN::Meta::Check) >= 0.011
989b10
BuildRequires:  perl(CPAN::Meta::Requirements)
989b10
BuildRequires:  perl(File::Spec)
989b10
BuildRequires:  perl(Test::Fatal)
989b10
BuildRequires:  perl(Test::More) >= 0.96
989b10
BuildRequires:  perl(Test::Warnings) >= 0.005
989b10
BuildRequires:  perl(utf8)
989b10
%if %{with perl_DateTime_enables_optional_test} && !%{defined perl_bootstrap}
989b10
# Optional Tests:
989b10
BuildRequires:  perl(CPAN::Meta) >= 2.120900
989b10
BuildRequires:  perl(DateTime::Format::Strptime)
989b10
BuildRequires:  perl(Storable)
989b10
BuildRequires:  perl(Test::Warn)
989b10
%endif
989b10
# Dependencies:
989b10
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
989b10
Requires:       perl(XSLoader)
989b10
989b10
# Avoid provides from DateTime.so
989b10
%{?perl_default_filter}
989b10
989b10
# Filter under-specified dependencies
989b10
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((DateTime::Locale|DateTime::TimeZone)\\)$
989b10
989b10
%description
989b10
DateTime is a class for the representation of date/time combinations.  It
989b10
represents the Gregorian calendar, extended backwards in time before its
989b10
creation (in 1582). This is sometimes known as the "proleptic Gregorian
989b10
calendar". In this calendar, the first day of the calendar (the epoch), is the
989b10
first day of year 1, which corresponds to the date which was (incorrectly)
989b10
believed to be the birth of Jesus Christ.
989b10
989b10
%prep
989b10
%setup -q -n DateTime-%{version}
989b10
989b10
%build
989b10
perl Makefile.PL \
989b10
  INSTALLDIRS=vendor \
989b10
  OPTIMIZE="%{optflags}" \
989b10
  NO_PACKLIST=1 \
989b10
  NO_PERLLOCAL=1
989b10
%{make_build}
989b10
989b10
%install
989b10
%{make_install}
989b10
find %{buildroot} -type f -name '*.bs' -empty -delete
989b10
%{_fixperms} -c %{buildroot}
989b10
989b10
%check
989b10
make test
989b10
989b10
%files
989b10
%license LICENSE
989b10
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md CREDITS README.md TODO
989b10
%{perl_vendorarch}/auto/DateTime/
989b10
%{perl_vendorarch}/DateTime/
989b10
%{perl_vendorarch}/DateTime.pm
989b10
%{_mandir}/man3/DateTime.3*
989b10
%{_mandir}/man3/DateTime::Duration.3*
989b10
%{_mandir}/man3/DateTime::Infinite.3*
989b10
%{_mandir}/man3/DateTime::LeapSecond.3*
989b10
%{_mandir}/man3/DateTime::Types.3*
989b10
989b10
%changelog
989b10
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2:1.54-4
989b10
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
989b10
  Related: rhbz#1991688
989b10
989b10
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2:1.54-3
989b10
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
989b10
989b10
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.54-2
989b10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
989b10
989b10
* Sat Dec  5 2020 Paul Howarth <paul@city-fan.org> - 2:1.54-1
989b10
- Update to 1.54
989b10
  - Documentation updates
989b10
989b10
* Mon Nov  9 2020 Paul Howarth <paul@city-fan.org> - 2:1.53-1
989b10
- Update to 1.53
989b10
  - Added a $dt->rfc3339 method, based on discussion in GH#109
989b10
989b10
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.52-4
989b10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
989b10
989b10
* Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.52-3
989b10
- Perl 5.32 re-rebuild of bootstrapped packages
989b10
989b10
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.52-2
989b10
- Perl 5.32 rebuild
989b10
989b10
* Mon Mar  2 2020 Paul Howarth <paul@city-fan.org> - 2:1.52-1
989b10
- Update to 1.52
989b10
  - Added a $dt->is_between($dt1, $dt2) method (based on GH#97)
989b10
  - Simplify the calculation of leap seconds in XS (GH#91); this is a little
989b10
    more efficient for most use cases (anything with future or recent past
989b10
    datetimes)
989b10
989b10
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.51-5
989b10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
989b10
989b10
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.51-4
989b10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
989b10
989b10
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.51-3
989b10
- Perl 5.30 re-rebuild of bootstrapped packages
989b10
989b10
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.51-2
989b10
- Perl 5.30 rebuild
989b10
989b10
* Mon Apr 22 2019 Paul Howarth <paul@city-fan.org> - 2:1.51-1
989b10
- Update to 1.51
989b10
  - Fix CLDR formatting of 'S' pattern with more than 9 digits of precision;
989b10
    while we only store nanoseconds in the DateTime object we should still be
989b10
    able to handle an arbitrary number of digits properly (GH#89)
989b10
- Modernize spec using %%{make_build} and %%{make_install}
989b10
989b10
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.50-2
989b10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
989b10
989b10
* Thu Aug  2 2018 Paul Howarth <paul@city-fan.org> - 2:1.50-1
989b10
- Update to 1.50
989b10
  - The %%F strftime pattern incorrectly zero-padded numbers less than four
989b10
    digits; according to POSIX::strftime, this should output the year as-is
989b10
    without padding (GH#83)
989b10
989b10
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.49-3
989b10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
989b10
989b10
* Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.49-2
989b10
- Perl 5.28 rebuild
989b10
989b10
* Mon May 21 2018 Paul Howarth <paul@city-fan.org> - 2:1.49-1
989b10
- Update to 1.49
989b10
  - Updated the ppport.h with the latest version of Devel::PPPort, which fixes
989b10
    a compilation warning when compiling with 5.27.11 (GH#81)
989b10
- Switch upstream from search.cpan.org to metacpan.org
989b10
989b10
* Mon Mar 26 2018 Paul Howarth <paul@city-fan.org> - 2:1.48-1
989b10
- Update to 1.48
989b10
  - The last release would die if Sub::Util was not available, but this should
989b10
    just be an optional requirement (GH#77, GH#78)
989b10
989b10
* Mon Mar 26 2018 Paul Howarth <paul@city-fan.org> - 2:1.47-1
989b10
- Update to 1.47
989b10
  - DateTime::Duration->multiply now only allows integer multipliers (GH#73)
989b10
  - Added is_last_day_of_quarter() and is_last_day_of_year() methods (GH#72)
989b10
  - When an exception was thrown while adding a duration, the object could be
989b10
    left in a broken state with the duration partially applied; subsequent
989b10
    addition or subtraction would produce the wrong results (GH#74)
989b10
- Add patch to support use without Sub::Util (GH#77, GH#78)
989b10
989b10
* Mon Feb 12 2018 Paul Howarth <paul@city-fan.org> - 2:1.46-1
989b10
- Update to 1.46
989b10
  - Fixed the formatting for the CLDR "S" symbol, which in some cases would
989b10
    round up to 1 instead of truncating a value, e.g. the "SSS" symbol would
989b10
    format 999,999,999 nanoseconds as "1.000" (GH#71)
989b10
989b10
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.45-2
989b10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
989b10
989b10
* Sun Dec 31 2017 Paul Howarth <paul@city-fan.org> - 2:1.45-1
989b10
- Update to 1.45
989b10
  - Added month_length(), quarter_length() and year_length() methods (GH#70)
989b10
989b10
* Tue Aug 22 2017 Paul Howarth <paul@city-fan.org> - 2:1.44-1
989b10
- Update to 1.44
989b10
  - Added a stringify() method, which does exactly the same thing as
989b10
    stringification overloading does (GH#58)
989b10
  - Added an is_last_day_of_month() method to indicate whether or not an object
989b10
    falls on the last day of its month (GH#60)
989b10
989b10
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.43-4
989b10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
989b10
989b10
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.43-3
989b10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
989b10
989b10
* Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.43-2
989b10
- Perl 5.26 rebuild
989b10
989b10
* Tue May 30 2017 Paul Howarth <paul@city-fan.org> - 2:1.43-1
989b10
- Update to 1.43
989b10
  - Added a small optimization for boolification overloading: rather than
989b10
    relying on a fallback to stringification, we now return true directly,
989b10
    which is a little faster in cases like "if ($might_be_dt) { ... }"
989b10
  - The datetime() method now accepts a single argument to use as the separator
989b10
    between the date and time portion; this defaults to "T"
989b10
- Drop redundant Group: tag
989b10
989b10
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.42-2
989b10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
989b10
989b10
* Mon Dec 26 2016 Paul Howarth <paul@city-fan.org> - 2:1.42-1
989b10
- Update to 1.42
989b10
  - The DateTime::Duration->add and ->subtract methods now accept
989b10
    DateTime::Duration objects; this used to work by accident but is now done
989b10
    intentionally, with docs and tests (GH#50)
989b10
989b10
* Thu Nov 17 2016 Paul Howarth <paul@city-fan.org> - 2:1.41-1
989b10
- Update to 1.41
989b10
  - The DateTime->add and ->subtract methods now accept DateTime::Duration
989b10
    objects; this used to work by accident but is now done intentionally, with
989b10
    docs and tests (GH#45)
989b10
989b10
* Sun Nov 13 2016 Paul Howarth <paul@city-fan.org> - 2:1.40-1
989b10
- Update to 1.40
989b10
  - Switched from RT to the GitHub issue tracker
989b10
989b10
* Mon Sep 19 2016 Paul Howarth <paul@city-fan.org> - 2:1.39-1
989b10
- Update to 1.39
989b10
  - Replaced Params::Validate with Params::ValidationCompiler and Specio
989b10
    - In my benchmarks this makes constructing a new DateTime object about 14%%
989b10
      faster
989b10
    - However, it slows down module load time by about 100 milliseconds (1/10
989b10
      of a second) on my desktop system with a primed cache (so really
989b10
      measuring compile time, not disk load time)
989b10
  - When you pass a locale to $dt->set you will now get a warning suggesting
989b10
    you should use $dt->set_locale instead (CPAN RT#115420)
989b10
  - Bump minimum required Perl to 5.8.4 from 5.8.1
989b10
- Use NO_PERLLOCAL=1 so we can use "make install"
989b10
989b10
* Sun Aug  7 2016 Paul Howarth <paul@city-fan.org> - 2:1.36-1
989b10
- Update to 1.36
989b10
  - Require namespace::autoclean 0.19
989b10
989b10
* Sat Aug  6 2016 Paul Howarth <paul@city-fan.org> - 2:1.35-1
989b10
- Update to 1.35
989b10
  - Use namespace::autoclean in all packages that import anything; without
989b10
    cleaning the namespace, DateTime ends up with "methods" like try and catch
989b10
    (from Try::Tiny), which can lead to very confusing bugs (CPAN RT#115983)
989b10
989b10
* Wed Jul  6 2016 Paul Howarth <paul@city-fan.org> - 2:1.34-1
989b10
- Update to 1.34
989b10
  - Added the leap second coming on December 31, 2016
989b10
989b10
* Wed Jun 29 2016 Paul Howarth <paul@city-fan.org> - 2:1.33-1
989b10
- Update to 1.33
989b10
  - When you pass a locale to $dt->set you will now get a warning suggesting
989b10
    you should use $dt->set_locale instead (CPAN RT#115420)
989b10
  - Added support for $dt->truncate( to => 'quarter' ) (GH#17)
989b10
  - Fixed the $dt->set docs to say that you cannot pass a locale (even though
989b10
    you can but you'll get a warning) and added more docs for $dt->set_locale
989b10
  - Require DateTime::Locale 1.05
989b10
  - Require DateTime::TimeZone 2.00
989b10
- Take advantage of NO_PACKLIST option in recent EU:MM
989b10
989b10
* Sun May 22 2016 Paul Howarth <paul@city-fan.org> - 2:1.28-1
989b10
- Update to 1.28
989b10
  - Fixed handling of some floating point epochs; since DateTime treated the
989b10
    epoch like a string instead of a number, certain epochs with a non-integer
989b10
    value ended up treated like integers (Perl is weird) (GH#15, fixes GH#6)
989b10
989b10
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.27-2
989b10
- Perl 5.24 rebuild
989b10
989b10
* Sat May 14 2016 Paul Howarth <paul@city-fan.org> - 2:1.27-1
989b10
- Update to 1.27
989b10
  - Added an environment variable PERL_DATETIME_DEFAULT_TZ to globally set the
989b10
    default time zone (GH#14); using this is very dangerous - be careful!
989b10
- BR: perl-generators
989b10
989b10
* Tue Mar 22 2016 Paul Howarth <paul@city-fan.org> - 2:1.26-1
989b10
- Update to 1.26
989b10
  - Switched from Module::Build to ExtUtils::MakeMaker (GH#13)
989b10
989b10
* Mon Mar  7 2016 Paul Howarth <paul@city-fan.org> - 2:1.25-1
989b10
- Update to 1.25
989b10
  - DateTime->from_object would die if given a DateTime::Infinite object; now
989b10
    it returns another DateTime::Infinite object (CPAN RT#112712)
989b10
- Simplify find command using -empty and -delete
989b10
989b10
* Tue Mar  1 2016 Paul Howarth <paul@city-fan.org> - 2:1.24-1
989b10
- Update to 1.24
989b10
  - The last release partially broke $dt->time; if you passed a value to use
989b10
    as unit separator, it was ignored (CPAN RT#112585)
989b10
989b10
* Mon Feb 29 2016 Paul Howarth <paul@city-fan.org> - 2:1.23-1
989b10
- Update to 1.23
989b10
  - Fixed several issues with the handling of non-integer values passed to
989b10
    from_epoch() (GH#11)
989b10
    - This method was simply broken for negative values, which would end up
989b10
      being incremented by a full second, so for example -0.5 became 0.5
989b10
    - The method did not accept all valid float values; specifically, it did
989b10
      not accept values in scientific notation
989b10
    - Finally, this method now rounds all non-integer values to the nearest
989b10
      millisecond, which matches the precision we can expect from Perl itself
989b10
      (53 bits) in most cases
989b10
  - Make all DateTime::Infinite objects return the system's representation of
989b10
    positive or negative infinity for any method that returns a number or
989b10
    string representation (year(), month(), ymd(), iso8601(), etc.); previously
989b10
    some of these methods could return "Nan", "-Inf--Inf--Inf", and other
989b10
    confusing outputs (CPAN RT#110341)
989b10
989b10
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.21-2
989b10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
989b10
989b10
* Fri Nov 13 2015 Paul Howarth <paul@city-fan.org> - 2:1.21-1
989b10
- Update to 1.21
989b10
  - Make all tests pass with the current DateTime::Locale
989b10
- Explicitly BR: perl-devel, needed for EXTERN.h
989b10
989b10
* Fri Jul 24 2015 Petr Pisar <ppisar@redhat.com> - 2:1.20-1
989b10
- 1.20 bump
989b10
989b10
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.18-3
989b10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
989b10
989b10
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.18-2
989b10
- Perl 5.22 rebuild
989b10
989b10
* Tue Jan  6 2015 Paul Howarth <paul@city-fan.org> - 2:1.18-1
989b10
- 1.18 bump
989b10
989b10
* Mon Jan  5 2015 Paul Howarth <paul@city-fan.org> - 2:1.17-1
989b10
- 1.17 bump
989b10
- Use %%license
989b10
- Make %%files list more explicit
989b10
989b10
* Mon Jan  5 2015 Paul Howarth <paul@city-fan.org> - 2:1.14-1
989b10
- 1.14 bump
989b10
989b10
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.12-2
989b10
- Perl 5.20 rebuild
989b10
989b10
* Tue Sep 02 2014 Petr Pisar <ppisar@redhat.com> - 2:1.12-1
989b10
- 1.12 bump
989b10
989b10
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.10-4
989b10
- Perl 5.20 rebuild
989b10
989b10
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.10-3
989b10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
989b10
989b10
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.10-2
989b10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
989b10
989b10
* Wed May 07 2014 Petr Pisar <ppisar@redhat.com> - 2:1.10-1
989b10
- 1.10 bump
989b10
989b10
* Fri Mar 14 2014 Paul Howarth <paul@city-fan.org> - 2:1.08-1
989b10
- 1.08 bump
989b10
989b10
* Mon Feb 10 2014 Paul Howarth <paul@city-fan.org> - 2:1.07-1
989b10
- 1.07 bump
989b10
989b10
* Fri Jan 03 2014 Petr Pisar <ppisar@redhat.com> - 2:1.06-1
989b10
- 1.06 bump
989b10
989b10
* Tue Dec 10 2013 Petr Pisar <ppisar@redhat.com> - 2:1.04-1
989b10
- 1.04 bump
989b10
989b10
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.03-3
989b10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
989b10
989b10
* Tue Jul 30 2013 Petr Pisar <ppisar@redhat.com> - 2:1.03-2
989b10
- Perl 5.18 rebuild
989b10
989b10
* Tue Jun 25 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.03-1
989b10
- 1.03 bump
989b10
989b10
* Tue Apr 02 2013 Petr Å abata <contyk@redhat.com> - 2:1.01-1
989b10
- 1.01 bump
989b10
989b10
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.78-2
989b10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
989b10
989b10
* Mon Nov 19 2012 Petr Pisar <ppisar@redhat.com> - 2:0.78-1
989b10
- 0.78 bump
989b10
989b10
* Thu Oct 18 2012 Petr Pisar <ppisar@redhat.com> - 2:0.77-1
989b10
- 0.77 bump
989b10
989b10
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.70-5
989b10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
989b10
989b10
* Wed Jun 20 2012 Petr Pisar <ppisar@redhat.com> - 2:0.70-4
989b10
- Perl 5.16 rebuild
989b10
989b10
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.70-3
989b10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
989b10
989b10
* Thu Aug 18 2011 Iain Arnell <iarnell@gmail.com> 2:0.70-2
989b10
- Additional (Build)Requires from unofficial review
989b10
989b10
* Mon Aug 15 2011 Iain Arnell <iarnell@gmail.com> 2:0.70-1
989b10
- Unbundle DateTime::TimeZone and DateTime::Locale
989b10
- Bump epoch and revert to upstream versioning
989b10
- Specfile regenerated by cpanspec 1.78.
989b10
- Update description
989b10
989b10
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 1:0.7000-3
989b10
- Perl mass rebuild
989b10
989b10
* Mon Jul 04 2011 Iain Arnell <iarnell@gmail.com> 1:0.7000-2
989b10
- update DateTime::TimeZone to 1.35 (Olson 2011h)
989b10
- add rpm 4.9 filtering macros
989b10
989b10
* Fri May 13 2011 Iain Arnell <iarnell@gmail.com> 1:0.7000-1
989b10
- update DateTime to 0.70
989b10
989b10
* Wed May 04 2011 Iain Arnell <iarnell@gmail.com> 1:0.6900-1
989b10
- update DateTime to 0.69
989b10
- update DateTime::TimeZone to 1.34 (Olson 2011g)
989b10
989b10
* Sun Apr 24 2011 Iain Arnell <iarnell@gmail.com> 1:0.6600-6
989b10
- fix the testing for loop
989b10
989b10
* Sun Apr 24 2011 Iain Arnell <iarnell@gmail.com> 1:0.6600-5
989b10
- update DateTime::TimeZone to 1.33 (Olson 2011f)
989b10
989b10
* Wed Apr 06 2011 Iain Arnell <iarnell@gmail.com> 1:0.6600-4
989b10
- update DateTime::TimeZone to 1.32 (Olson 2011e)
989b10
989b10
* Sat Mar 26 2011 Iain Arnell <iarnell@gmail.com> 1:0.6600-3
989b10
- update DateTime::TimeZone to 1.31
989b10
- DateTime::TimeZone no longer has Build.PL; use Makefile.PL
989b10
- whitespace cleanup
989b10
- clean up .packlist
989b10
989b10
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.6600-2
989b10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
989b10
989b10
* Sun Dec 12 2010 Steven Pritchard <steve@kspei.com> 1:0.6600-1
989b10
- Update DateTime to 0.66.
989b10
- Update DateTime::TimeZone to 1.26.
989b10
- Update URL for FAQ in description.
989b10
- BR Class::Load and parent.
989b10
989b10
* Sat Oct 09 2010 Iain Arnell <iarnell@gmail.com> 1:0.6300-1
989b10
- Update DateTime to 0.63
989b10
- Update DateTime::TimeZone to 1.22
989b10
- DateTime license changed from "GPL+ or Artistic" to "Artistic 2.0"
989b10
- Fix DTLocale/Changelog encoding
989b10
989b10
* Mon Jun 14 2010 Petr Sabata <psabata@redhat.com> - 1:0.5300-4
989b10
- perl-DateTime-Locale-0.45 update
989b10
989b10
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1:0.5300-3
989b10
- Mass rebuild with perl-5.12.0
989b10
989b10
* Wed Jan 27 2010 Stepan Kasal <skasal@redhat.com> - 1:0.5300-2
989b10
- new upstream version of DateTime-TimeZone
989b10
989b10
* Fri Jan 15 2010 Stepan Kasal <skasal@redhat.com> - 1:0.5300-1
989b10
- new upstream version
989b10
- use Build.PL as Makefile.PL no longer exists
989b10
- use iconv to recode to utf-8, not a patch
989b10
- update BuildRequires
989b10
- drop Provides: perl(DateTime::TimeZoneCatalog), it is no longer there
989b10
- use filtering macros
989b10
989b10
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1:0.4501-4
989b10
- rebuild against perl 5.10.1
989b10
989b10
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.4501-3
989b10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
989b10
989b10
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.4501-2
989b10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
989b10
989b10
* Tue Dec 09 2008 Steven Pritchard <steve@kspei.com> 1:0.4501-1
989b10
- Update to DateTime 0.4501.
989b10
989b10
* Mon Nov 10 2008 Steven Pritchard <steve@kspei.com> 1:0.4401-1
989b10
- Update to DateTime 0.4401.
989b10
- Update to DateTime::Locale 0.42.
989b10
- Update to DateTime::TimeZone 0.8301.
989b10
989b10
* Mon Sep 08 2008 Steven Pritchard <steve@kspei.com> 1:0.4304-2
989b10
- Update to DateTime::TimeZone 0.7904.
989b10
989b10
* Tue Jul 15 2008 Steven Pritchard <steve@kspei.com> 1:0.4304-1
989b10
- Update to DateTime 0.4304.
989b10
- Update to DateTime::TimeZone 0.78.
989b10
- Update to DateTime::Locale 0.41.
989b10
989b10
* Tue Jul 08 2008 Steven Pritchard <steve@kspei.com> 1:0.4302-2
989b10
- Update to DateTime::TimeZone 0.7701.
989b10
989b10
* Sat May 31 2008 Steven Pritchard <steve@kspei.com> 1:0.4302-1
989b10
- Update to DateTime 0.4302.
989b10
- Update to DateTime::TimeZone 0.77.
989b10
- Update to DateTime::Locale 0.4001.
989b10
- BR List::MoreUtils.
989b10
- Define IS_MAINTAINER so we run the pod tests.
989b10
989b10
* Thu May 15 2008 Steven Pritchard <steve@kspei.com> 1:0.42-1
989b10
- Update to DateTime 0.42.
989b10
- Update to DateTime::TimeZone 0.75.
989b10
- Update FAQ URL in description.
989b10
989b10
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1:0.41-5
989b10
- Rebuild for perl 5.10 (again)
989b10
989b10
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:0.41-4
989b10
- Autorebuild for GCC 4.3
989b10
989b10
* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1:0.41-3
989b10
- rebuild for new perl
989b10
989b10
* Tue Dec 11 2007 Steven Pritchard <steve@kspei.com> 1:0.41-2
989b10
- Update License tag.
989b10
- Update to DateTime::TimeZone 0.70.
989b10
989b10
* Mon Sep 17 2007 Steven Pritchard <steve@kspei.com> 1:0.41-1
989b10
- Update to DateTime 0.41.
989b10
- Update to DateTime::Locale 0.35.
989b10
- Update to DateTime::TimeZone 0.67.
989b10
989b10
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1:0.39-2
989b10
- Rebuild for selinux ppc32 issue.
989b10
989b10
* Sun Jul 22 2007 Steven Pritchard <steve@kspei.com> 1:0.39-1
989b10
- Update to DateTime 0.39.
989b10
- Update to DateTime::TimeZone 0.6603.
989b10
989b10
* Thu Jul 05 2007 Steven Pritchard <steve@kspei.com> 1:0.38-2
989b10
- BR Test::Output.
989b10
989b10
* Mon Jul 02 2007 Steven Pritchard <steve@kspei.com> 1:0.38-1
989b10
- Update to DateTime 0.38.
989b10
- Update to DateTime::TimeZone 0.6602.
989b10
- BR Test::Pod::Coverage.
989b10
989b10
* Mon Apr 02 2007 Steven Pritchard <steve@kspei.com> 1:0.37-3
989b10
- Drop BR DateTime::Format::* to avoid circular build deps.
989b10
989b10
* Mon Apr 02 2007 Steven Pritchard <steve@kspei.com> 1:0.37-2
989b10
- Filter Win32::TieRegistry dependency.
989b10
- Do the provides filter like we do in cpanspec.
989b10
- Drop some macro usage.
989b10
989b10
* Sat Mar 31 2007 Steven Pritchard <steve@kspei.com> 1:0.37-1
989b10
- Update to DateTime 0.37.
989b10
- Update to DateTime::TimeZone 0.63.
989b10
989b10
* Tue Mar 13 2007 Steven Pritchard <steve@kspei.com> 1:0.36-2
989b10
- Update to DateTime::Locale 0.34.
989b10
- Update to DateTime::TimeZone 0.62.
989b10
989b10
* Mon Jan 22 2007 Steven Pritchard <steve@kspei.com> 1:0.36-1
989b10
- Update to Date::Time 0.36.
989b10
- Update to DateTime::Locale 0.33.
989b10
- Update to DateTime::TimeZone 0.59.
989b10
989b10
* Fri Nov 03 2006 Steven Pritchard <steve@kspei.com> 1:0.35-1
989b10
- Update to DateTime 0.35.
989b10
- Update to DateTime::Locale 0.3101.
989b10
- LICENSE.icu seems to have been renamed LICENSE.cldr.
989b10
- Update to DateTime::TimeZone 0.54.
989b10
- Use fixperms macro instead of our own chmod incantation.
989b10
- Convert DateTime::LeapSecond to UTF-8 to avoid a rpmlint warning.
989b10
989b10
* Tue Aug 29 2006 Steven Pritchard <steve@kspei.com> 1:0.34-3
989b10
- Update to DateTime::TimeZone 0.48.
989b10
989b10
* Mon Aug 28 2006 Steven Pritchard <steve@kspei.com> 1:0.34-2
989b10
- Update to DateTime::TimeZone 0.47.
989b10
989b10
* Mon Aug 14 2006 Steven Pritchard <steve@kspei.com> 1:0.34-1
989b10
- Update to DateTime 0.34.
989b10
989b10
* Fri Jul 28 2006 Steven Pritchard <steve@kspei.com> 1:0.32-1
989b10
- Update to DateTime 0.32.
989b10
- Improve Summary, description, and source URLs.
989b10
- Fix find option order.
989b10
989b10
* Thu Jul 13 2006 Steven Pritchard <steve@kspei.com> 1:0.31-2
989b10
- BR DateTime::Format::ICal and DateTime::Format::Strptime for better
989b10
  test coverage.
989b10
989b10
* Wed May 24 2006 Steven Pritchard <steve@kspei.com> 1:0.31-1
989b10
- Update DateTime to 0.31.
989b10
- Update DateTime::TimeZone to 0.46.
989b10
989b10
* Mon Feb 27 2006 Steven Pritchard <steve@kspei.com> 1:0.30-3
989b10
- Bump Epoch (argh, 0.2901 > 0.30 to rpm)
989b10
- Update DateTime::TimeZone to 0.42
989b10
989b10
* Sat Feb 18 2006 Steven Pritchard <steve@kspei.com> 0.30-2
989b10
- Update DateTime::TimeZone to 0.41
989b10
989b10
* Tue Jan 10 2006 Steven Pritchard <steve@kspei.com> 0.30-1
989b10
- Update DateTime to 0.30
989b10
- Update DateTime::TimeZone to 0.40
989b10
989b10
* Fri Sep 16 2005 Paul Howarth <paul@city-fan.org> 0.2901-2
989b10
- Unpack each tarball only once
989b10
- Use Module::Build's build script where available
989b10
- Help each module find the others when needed
989b10
- Clean up files list
989b10
- Include additional documentation from DT::Locale & DT::TimeZone
989b10
- Add BR: perl(File::Find::Rule) & perl(Test::Pod) to improve test coverage
989b10
- Remove unversioned provides of perl(DateTime) & perl(DateTime::TimeZone)
989b10
989b10
* Wed Aug 31 2005 Steven Pritchard <steve@kspei.com> 0.2901-1
989b10
- Specfile autogenerated.