From 61510495ef705272bf680aa504b101e5f0b39523 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Sun, 11 Dec 2016 16:03:05 +0000 Subject: [PATCH] Update to 1.70 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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) --- perl-DateTime-Format-Strptime.spec | 19 ++++++++++++++----- sources | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/perl-DateTime-Format-Strptime.spec b/perl-DateTime-Format-Strptime.spec index 2e704ef..bfc12ad 100644 --- a/perl-DateTime-Format-Strptime.spec +++ b/perl-DateTime-Format-Strptime.spec @@ -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 - 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 - 1:1.68-2 - Perl 5.24 rebuild diff --git a/sources b/sources index a45f8f8..7b852fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -50dcc1ff5346848fe1ec928bda07fe44 DateTime-Format-Strptime-1.68.tar.gz +f73adc6d665c9aab46216b30762b9294 DateTime-Format-Strptime-1.70.tar.gz