Update to 1.70

- New upstream release 1.70
  - The word boundary check supposedly added in 1.67 didn't really work
    properly, and still matched too much (GH#11)
  - Added docs for several formats that have long been supported but not
    documented; these are %P, %c, %x, and %X (GH#10)
  - Altered the conversion specifier %z to accept ±HH, ±HHMM, ±HH:MM and Z;
    previously only ±HHMM were accepted (GH#13)
This commit is contained in:
Paul Howarth 2016-12-11 16:03:05 +00:00
parent 52083bb584
commit 61510495ef
2 changed files with 15 additions and 6 deletions

View File

@ -1,7 +1,7 @@
Name: perl-DateTime-Format-Strptime
Epoch: 1
Version: 1.68
Release: 2%{?dist}
Version: 1.70
Release: 1%{?dist}
Summary: Parse and format strptime and strftime patterns
License: Artistic 2.0
URL: http://search.cpan.org/dist/DateTime-Format-Strptime/
@ -49,12 +49,12 @@ returns the DateTime object associated.
%setup -q -n DateTime-Format-Strptime-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
make %{?_smp_mflags}
%install
make pure_install DESTDIR=%{buildroot}
%{_fixperms} %{buildroot}
make install DESTDIR=%{buildroot}
%{_fixperms} -c %{buildroot}
%check
make test
@ -66,6 +66,15 @@ make test
%{_mandir}/man3/DateTime::Format::Strptime.3*
%changelog
* Sun Dec 11 2016 Paul Howarth <paul@city-fan.org> - 1:1.70-1
- Update to 1.70
- The word boundary check supposedly added in 1.67 didn't really work
properly, and still matched too much (GH#11)
- Added docs for several formats that have long been supported but not
documented; these are %%P, %%c, %%x, and %%X (GH#10)
- Altered the conversion specifier %%z to accept ±HH, ±HHMM, ±HH:MM and Z;
previously only ±HHMM were accepted (GH#13)
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.68-2
- Perl 5.24 rebuild

View File

@ -1 +1 @@
50dcc1ff5346848fe1ec928bda07fe44 DateTime-Format-Strptime-1.68.tar.gz
f73adc6d665c9aab46216b30762b9294 DateTime-Format-Strptime-1.70.tar.gz