b818b88
Name:           perl-DateTime-Format-Strptime
85b64c7
Epoch:          1
8bb6944
Version:        1.79
c671122
Release:        10%{?dist}
e93aa0c
Summary:        Parse and format strptime and strftime patterns
1661b5b
License:        Artistic-2.0
536ed38
URL:            https://metacpan.org/release/DateTime-Format-Strptime
cff90e8
Source0:        https://cpan.metacpan.org/modules/by-module/DateTime/DateTime-Format-Strptime-%{version}.tar.gz
b818b88
BuildArch:      noarch
5bd77b2
# Module Build
2fd18d8
BuildRequires:  coreutils
85b64c7
BuildRequires:  make
52083bb
BuildRequires:  perl-generators
4ec673b
BuildRequires:  perl-interpreter
Petr Šabata 6526fa5
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
5bd77b2
# Module Runtime
f5510b8
BuildRequires:  perl(Carp)
723b759
BuildRequires:  perl(constant)
f5510b8
BuildRequires:  perl(DateTime) >= 1.00
a63fedc
BuildRequires:  perl(DateTime::Locale) >= 1.30
2ac3c1b
BuildRequires:  perl(DateTime::Locale::Base)
2ac3c1b
BuildRequires:  perl(DateTime::TimeZone) >= 2.09
f5510b8
BuildRequires:  perl(Exporter)
2ac3c1b
BuildRequires:  perl(Params::ValidationCompiler)
2ac3c1b
BuildRequires:  perl(parent)
2ac3c1b
BuildRequires:  perl(Specio) >= 0.33
2ac3c1b
BuildRequires:  perl(Specio::Declare)
2ac3c1b
BuildRequires:  perl(Specio::Exporter)
2ac3c1b
BuildRequires:  perl(Specio::Library::Builtins)
2ac3c1b
BuildRequires:  perl(Specio::Library::String)
5bd77b2
BuildRequires:  perl(strict)
723b759
BuildRequires:  perl(Try::Tiny)
5bd77b2
BuildRequires:  perl(warnings)
5bd77b2
# Test Suite
e93aa0c
BuildRequires:  perl(File::Spec)
2363b50
BuildRequires:  perl(FindBin)
723b759
BuildRequires:  perl(lib)
723b759
BuildRequires:  perl(Test::Builder)
723b759
BuildRequires:  perl(Test::Fatal)
85b64c7
BuildRequires:  perl(Test::More) >= 0.96
48c1646
BuildRequires:  perl(Test::Warnings)
e93aa0c
BuildRequires:  perl(utf8)
5bd77b2
# Optional Tests
5bd77b2
BuildRequires:  perl(CPAN::Meta) >= 2.120900
5bd77b2
BuildRequires:  perl(CPAN::Meta::Prereqs)
1661b5b
# Dependencies
1661b5b
# (none)
b818b88
b818b88
%description
b818b88
This module implements most of strptime(3), the POSIX function that is the
b818b88
reverse of strftime(3), for DateTime. While strftime takes a DateTime and a
b818b88
pattern and returns a string, strptime takes a string and a pattern and
b818b88
returns the DateTime object associated.
b818b88
b818b88
%prep
85b64c7
%setup -q -n DateTime-Format-Strptime-%{version}
b818b88
b818b88
%build
6151049
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
2363b50
%{make_build}
b818b88
b818b88
%install
2363b50
%{make_install}
6151049
%{_fixperms} -c %{buildroot}
b818b88
b818b88
%check
b818b88
make test
b818b88
b818b88
%files
85b64c7
%license LICENSE
cff90e8
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
f5510b8
%{perl_vendorlib}/DateTime/
723b759
%{_mandir}/man3/DateTime::Format::Strptime.3*
2ac3c1b
%{_mandir}/man3/DateTime::Format::Strptime::Types.3*
b818b88
b818b88
%changelog
c671122
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.79-10
c671122
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
c671122
482a922
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.79-9
482a922
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
482a922
69279a7
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.79-8
69279a7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
69279a7
ffea8cf
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.79-7
ffea8cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
ffea8cf
38fea94
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.79-6
38fea94
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
38fea94
6946541
* Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.79-5
6946541
- Perl 5.36 rebuild
6946541
0b196b6
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.79-4
0b196b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
0b196b6
26e12f3
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.79-3
26e12f3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
26e12f3
1c25a7c
* Sat May 22 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.79-2
1c25a7c
- Perl 5.34 rebuild
1c25a7c
8bb6944
* Mon May  3 2021 Paul Howarth <paul@city-fan.org> - 1:1.79-1
8bb6944
- Update to 1.79
8bb6944
  - Fix too-strict type checking for time zones: this module now uses the same
8bb6944
    check as DateTime itself, which allows for things that don't subclass
8bb6944
    DateTime::TimeZone as long as they provide the same API (GH#30)
8bb6944
d142de4
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.78-2
d142de4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
d142de4
a63fedc
* Wed Dec 16 2020 Paul Howarth <paul@city-fan.org> - 1:1.78-1
a63fedc
- Update to 1.78
a63fedc
  - Fix tests for new failure caused by locale data changes in DateTime::Locale
a63fedc
    1.29 (GH#28)
a63fedc
  - Added a warning about using locale-specific patterns; some of these patterns
a63fedc
    can change quite a bit as the locale data is updated, so using them for
a63fedc
    parsing does not produce stable results across time - this is what caused
a63fedc
    the test failures that this release fixes
a63fedc
87d1ed5
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.77-3
87d1ed5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
87d1ed5
696837c
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.77-2
696837c
- Perl 5.32 rebuild
696837c
2363b50
* Mon Mar  2 2020 Paul Howarth <paul@city-fan.org> - 1:1.77-1
2363b50
- Update to 1.77
2363b50
  - When the parsed string contained an invalid time zone offset (parsed with
2363b50
    "%%z") like "-9999", the error handling set in the parser's constructor was
2363b50
    ignored and an exception was always thrown (GH#25)
2363b50
- Use %%{make_build} and %%{make_install}
2363b50
7a3af9d
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.76-4
7a3af9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
7a3af9d
9ec1f6d
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.76-3
9ec1f6d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
9ec1f6d
fc87317
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.76-2
fc87317
- Perl 5.30 rebuild
fc87317
cff90e8
* Fri Feb  8 2019 Paul Howarth <paul@city-fan.org> - 1:1.76-1
cff90e8
- Update to 1.76
cff90e8
  - The ability to set the pattern, time_zone, and locale via accessor methods
cff90e8
    has been removed; this was deprecated over three years ago in version 1.60
cff90e8
    (it also turns out that the setting was actually broken for a long time but
cff90e8
    no one seemed to notice)
cff90e8
- Package new upstream document CODE_OF_CONDUCT.md
cff90e8
8fb44b0
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.75-5
8fb44b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
8fb44b0
7d4cd75
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.75-4
7d4cd75
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
7d4cd75
8b5324b
* Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.75-3
8b5324b
- Perl 5.28 rebuild
8b5324b
6f0d913
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.75-2
6f0d913
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6f0d913
e74279a
* Tue Dec 26 2017 Paul Howarth <paul@city-fan.org> - 1:1.75-1
e74279a
- Update to 1.75
e74279a
  - Fixed tests to pass with blead Perl (GH#19)
e74279a
4ec673b
* Fri Aug  4 2017 Paul Howarth <paul@city-fan.org> - 1:1.74-1
4ec673b
- Update to 1.74
4ec673b
  - Fix text not to rely on a very specific exception message from Specio; this
4ec673b
    was broken in 0.39 (GH#18)
4ec673b
9e74b4b
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.73-4
9e74b4b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
9e74b4b
f943a93
* Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.73-3
f943a93
- Perl 5.26 rebuild
f943a93
cafc646
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.73-2
cafc646
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
cafc646
8e99b37
* Wed Feb  1 2017 Paul Howarth <paul@city-fan.org> - 1:1.73-1
8e99b37
- Update to 1.73
8e99b37
  - The format_datetime method now checks that the object it is given isa
8e99b37
    DateTime object (GH#17)
8e99b37
2ac3c1b
* Wed Jan 25 2017 Paul Howarth <paul@city-fan.org> - 1:1.72-1
2ac3c1b
- Update to 1.72
2ac3c1b
  - By default, the word boundary checks added in 1.69 are now off; you can
2ac3c1b
    enable them by passing "strict => 1" to the constructor (GH#15)
2ac3c1b
  - Switched from Params::Validate to Params::ValidationCompiler
2ac3c1b
  - Require DateTime::Locale 1.05; this fixes some test failures seen on CPAN
2ac3c1b
    Testers
2ac3c1b
  - Require DateTime::TimeZone 2.09 because you should really update this on a
2ac3c1b
    regular basis
2ac3c1b
  - Require Specio 0.33 to fix other test failures seen on CPAN (I hope)
2ac3c1b
6151049
* Sun Dec 11 2016 Paul Howarth <paul@city-fan.org> - 1:1.70-1
6151049
- Update to 1.70
6151049
  - The word boundary check supposedly added in 1.67 didn't really work
6151049
    properly, and still matched too much (GH#11)
6151049
  - Added docs for several formats that have long been supported but not
6151049
    documented; these are %%P, %%c, %%x, and %%X (GH#10)
6151049
  - Altered the conversion specifier %%z to accept ±HH, ±HHMM, ±HH:MM and Z;
6151049
    previously only ±HHMM were accepted (GH#13)
6151049
3a9ca02
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.68-2
3a9ca02
- Perl 5.24 rebuild
3a9ca02
8b75619
* Mon May  9 2016 Paul Howarth <paul@city-fan.org> - 1:1.68-1
8b75619
- Update to 1.68
8b75619
  - Author tests are no longer in t/, which makes running tests for non-authors
8b75619
    much faster (CPAN RT#114237)
8b75619
2fd18d8
* Fri Apr  1 2016 Paul Howarth <paul@city-fan.org> - 1:1.67-1
2fd18d8
- Update to 1.67
2fd18d8
  - Fixed a regression introduced in 1.60; older versions of this library would
2fd18d8
    match dates pretty much anywhere in a string, so "%%Y-%%m-%%d" would match
2fd18d8
    a string like "abcd1234-12-30efgh" - this is probably too permissive, but
2fd18d8
    we definitely want to match on word boundaries so that we match
2fd18d8
    "log.2016-03-31" (GH#3)
2fd18d8
d97511d
* Tue Mar 29 2016 Paul Howarth <paul@city-fan.org> - 1:1.66-1
d97511d
- Update to 1.66
d97511d
  - Added a zone_map constructor argument; this lets you supply a mapping for
d97511d
    ambiguous time zone abbreviations (CPAN RT#74762)
d97511d
5bd77b2
* Sun Mar 20 2016 Paul Howarth <paul@city-fan.org> - 1:1.65-1
5bd77b2
- 1.65 bump
5bd77b2
- License is now Artistic 2.0
5bd77b2
Petr Šabata e10d98d
* Mon Feb 22 2016 Petr Šabata <contyk@redhat.com> - 1:1.64-1
Petr Šabata e10d98d
- 1.64 bump
Petr Šabata e10d98d
37666a7
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.63-2
37666a7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
37666a7
Petr Šabata 6526fa5
* Thu Jan 14 2016 Petr Šabata <contyk@redhat.com> - 1:1.63-1
Petr Šabata 6526fa5
- 1.63 bump
Petr Šabata 6526fa5
- Modernize the SPEC file
Petr Šabata 6526fa5
Petr Šabata 75142a4
* Mon Dec 21 2015 Petr Šabata <contyk@redhat.com> - 1:1.62-1
Petr Šabata 75142a4
- 1.62 bump
Petr Šabata 75142a4
48c1646
* Sat Nov 14 2015 Paul Howarth <paul@city-fan.org> - 1:1.61-1
48c1646
- 1.61 bump
48c1646
723b759
* Sun Nov  8 2015 Paul Howarth <paul@city-fan.org> - 1:1.60-1
723b759
- 1.60 bump
723b759
85b64c7
* Thu Oct 08 2015 Petr Pisar <ppisar@redhat.com> - 1:1.57-1
85b64c7
- 1.57 bump
85b64c7
4da450d
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5600-4
4da450d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
4da450d
4234021
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.5600-3
4234021
- Perl 5.22 rebuild
4234021
4d1adf2
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.5600-2
4d1adf2
- Perl 5.20 rebuild
4d1adf2
e93aa0c
* Tue Aug 12 2014 Petr Pisar <ppisar@redhat.com> - 1.5600-1
e93aa0c
- 1.56 bump
e93aa0c
2d28b7e
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5500-2
2d28b7e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2d28b7e
f0b5421
* Sun May  4 2014 Paul Howarth <paul@city-fan.org> - 1.5500-1
f0b5421
- Update to 1.55 (rpm version 1.5500 to maintain upgrade path)
f0b5421
  - If diagnostic is true for an object, it will now use Test::More::diag()
f0b5421
    under the test harness rather than printing to STDOUT
f0b5421
  - The %%z specifier will now parse UTC offsets with a colon like "+01:00"
f0b5421
    (CPAN RT#91458)
f0b5421
  - Made the regexes to parse day and months abbreviations and names a little
f0b5421
    more specificl as it stood, they tended to eat up more non-word characters
f0b5421
    than they should, so a pattern like '%%a%%m%%d_%%Y' broke on a date like
f0b5421
    'Fri0215_2013' - the day name would be parsed as 'Fri02' and the month
f0b5421
    would not be parsed at all (CPAN RT#93863, CPAN RT#93865)
f0b5421
- Specify all dependencies
f0b5421
- Use DESTDIR rather than PERL_INSTALL_ROOT
f0b5421
be47168
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5400-3
be47168
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
be47168
b75769b
* Wed Jul 31 2013 Petr Pisar <ppisar@redhat.com> - 1.5400-2
b75769b
- Perl 5.18 rebuild
b75769b
f5510b8
* Wed Apr  3 2013 Paul Howarth <paul@city-fan.org> - 1.5400-1
f5510b8
- Update to 1.54 (rpm version 1.5400 to maintain upgrade path)
f5510b8
  - Packaging cleanup, including listing Test::More as a test prereq, not a
f5510b8
    runtime prereq (CPAN RT#76128)
f5510b8
  - Shut up "unescaped braces in regex" warning from 5.17.0 (CPAN RT#77514)
f5510b8
  - A fix in DateTime.pm 1.00 broke a test in this distro (CPAN RT#84371)
f5510b8
  - Require DateTime.pm 1.00 because without it tests will break
f5510b8
- Specify all dependencies
f5510b8
- This release by DROLSKY -> update source URL
f5510b8
- Drop %%defattr, redundant since rpm 4.4
f5510b8
- Don't need to remove empty directories from the buildroot
f5510b8
- Don't use macros for commands
f5510b8
- Make %%files list more explicit
f5510b8
3a3baa5
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5000-8
3a3baa5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
3a3baa5
6e18f8c
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5000-7
6e18f8c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6e18f8c
8699868
* Wed Jun 20 2012 Petr Pisar <ppisar@redhat.com> - 1.5000-6
8699868
- Perl 5.16 rebuild
8699868
8382e38
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5000-5
8382e38
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8382e38
Petr Sabata b1d2378
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 1.5000-4
Petr Sabata b1d2378
- Perl mass rebuild
Petr Sabata b1d2378
Petr Sabata 8badb01
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 1.5000-3
Petr Sabata 8badb01
- Perl mass rebuild
Petr Sabata 8badb01
529d8d4
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5000-2
529d8d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
529d8d4
Steven Pritchard 987af04
* Wed Dec 22 2010 Steven Pritchard <steve@kspei.com> 1.5000-1
Steven Pritchard 987af04
- Update to 1.5000.
Steven Pritchard 987af04
1eef79b
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.2000-3
f5510b8
- Rebuild to fix problems with vendorarch/lib (#661697)
1eef79b
eaac1f5
* Tue Jun 15 2010 Petr Sabata <psabata@redhat.com> - 1.2000-1
eaac1f5
- Update to the latest upstream release
eaac1f5
616526d
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.1000-2
616526d
- Mass rebuild with perl-5.12.0
616526d
53ebaf1
* Tue Feb 16 2010 Paul Howarth <paul@city-fan.org> 1.1000-1
53ebaf1
- Fix FTBFS (#564718) by bumping buildreq version of perl(DateTime) from 0.4304
53ebaf1
  to 0.44 (RPM considers 0.4304 > 0.44, unlike perl) and bumping version to
53ebaf1
  1.1000 for compatibility with DateTime::Locale 0.43 (upstream ticket 19)
53ebaf1
- Update buildreq version requirement for perl(DateTime::Locale) to 0.43
53ebaf1
- Drop test patch, no longer needed
53ebaf1
- Run additional tests for full locale coverage
53ebaf1
53ebaf1
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> 1.0800-4
53ebaf1
- Rebuild against perl 5.10.1
53ebaf1
53ebaf1
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> 1.0800-3
7a72f25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7a72f25
53ebaf1
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> 1.0800-2
e1b9526
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
e1b9526
4a652f4
* Fri Aug 29 2008 Steven Pritchard <steve@kspei.com> 1.0800-1
4a652f4
- Update to 1.0800.
4a652f4
- Update versions on build dependencies.
4a652f4
7bfc981
* Tue Jul 08 2008 Steven Pritchard <steve@kspei.com> 1.0702-3
7bfc981
- Patch t/004_locale_defaults.t to work around change in DateTime::Locale.
7bfc981
96e4d6c
* Tue Mar 04 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.0702-2
53ebaf1
- Rebuild for new perl
96e4d6c
c950656
* Thu Jan 03 2008 Steven Pritchard <steve@kspei.com> 1.0702-1
c950656
- Update to 1.0702.
c950656
- Drop charset patch.
c950656
- Update License tag.
c950656
- BR Test::More.
c950656
2658446
* Tue Apr 17 2007 Steven Pritchard <steve@kspei.com> 1.0700-3
2658446
- Use fixperms macro instead of our own chmod incantation.
2658446
- BR ExtUtils::MakeMaker.
2658446
b9d20c0
* Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 1.0700-2
b9d20c0
- Fix find option order.
b9d20c0
b818b88
* Mon Jul 03 2006 Steven Pritchard <steve@kspei.com> 1.0700-1
b818b88
- Specfile autogenerated by cpanspec 1.66.
b818b88
- Fix License.
b818b88
- Remove versioned DateTime deps (0.1402 > 0.30 according to rpm).
b818b88
- Remove versioned explicit dependencies that rpmbuild picks up.
b818b88
- Substitute literal "©" for E<169> in pod documentation.  (The result
b818b88
  should be the same, but apparently the man page conversion is generating
b818b88
  something that rpmlint doesn't like.)