Blame SPECS/perl-DateTime.spec

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