From 2ac3c1bde457c593cc7ef8ebd1db9c827c37f5af Mon Sep 17 00:00:00 2001
From: Paul Howarth <[email protected]>
Date: Wed, 25 Jan 2017 11:47:31 +0000
Subject: Update to 1.72
- New upstream release 1.72
- By default, the word boundary checks added in 1.69 are now off; you can
enable them by passing "strict => 1" to the constructor (GH#15)
- Switched from Params::Validate to Params::ValidationCompiler
- Require DateTime::Locale 1.05; this fixes some test failures seen on CPAN
Testers
- Require DateTime::TimeZone 2.09 because you should really update this on a
regular basis
- Require Specio 0.33 to fix other test failures seen on CPAN (I hope)
---
perl-DateTime-Format-Strptime.spec | 27 +++++++++++++++++++++++----
sources | 2 +-
2 files changed, 24 insertions(+), 5 deletions(-)
diff --git a/perl-DateTime-Format-Strptime.spec
b/perl-DateTime-Format-Strptime.spec
index bfc12ad..8931832 100644
--- a/perl-DateTime-Format-Strptime.spec
+++ b/perl-DateTime-Format-Strptime.spec
@@ -1,6 +1,6 @@
Name: perl-DateTime-Format-Strptime
Epoch: 1
-Version: 1.70
+Version: 1.72
Release: 1%{?dist}
Summary: Parse and format strptime and strftime patterns
License: Artistic 2.0
@@ -17,11 +17,18 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(Carp)
BuildRequires: perl(constant)
BuildRequires: perl(DateTime) >= 1.00
-BuildRequires: perl(DateTime::Locale) >= 0.45
-BuildRequires: perl(DateTime::TimeZone) >= 0.79
+BuildRequires: perl(DateTime::Locale) >= 1.05
+BuildRequires: perl(DateTime::Locale::Base)
+BuildRequires: perl(DateTime::TimeZone) >= 2.09
BuildRequires: perl(Exporter)
BuildRequires: perl(Package::DeprecationManager) >= 0.15
-BuildRequires: perl(Params::Validate) >= 1.20
+BuildRequires: perl(Params::ValidationCompiler)
+BuildRequires: perl(parent)
+BuildRequires: perl(Specio) >= 0.33
+BuildRequires: perl(Specio::Declare)
+BuildRequires: perl(Specio::Exporter)
+BuildRequires: perl(Specio::Library::Builtins)
+BuildRequires: perl(Specio::Library::String)
BuildRequires: perl(strict)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(warnings)
@@ -64,8 +71,20 @@ make test
%doc Changes CONTRIBUTING.md README.md
%{perl_vendorlib}/DateTime/
%{_mandir}/man3/DateTime::Format::Strptime.3*
+%{_mandir}/man3/DateTime::Format::Strptime::Types.3*
%changelog
+* Wed Jan 25 2017 Paul Howarth <[email protected]> - 1:1.72-1
+- Update to 1.72
+ - By default, the word boundary checks added in 1.69 are now off; you can
+ enable them by passing "strict => 1" to the constructor (GH#15)
+ - Switched from Params::Validate to Params::ValidationCompiler
+ - Require DateTime::Locale 1.05; this fixes some test failures seen on CPAN
+ Testers
+ - Require DateTime::TimeZone 2.09 because you should really update this on a
+ regular basis
+ - Require Specio 0.33 to fix other test failures seen on CPAN (I hope)
+
* Sun Dec 11 2016 Paul Howarth <[email protected]> - 1:1.70-1
- Update to 1.70
- The word boundary check supposedly added in 1.67 didn't really work
diff --git a/sources b/sources
index 7b852fc..fefca78 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f73adc6d665c9aab46216b30762b9294 DateTime-Format-Strptime-1.70.tar.gz
+SHA512 (DateTime-Format-Strptime-1.72.tar.gz) =
0a6b43298997714362350ecfe6093b48ef96ab322f84abf84505c227daf042c948282497de09a5848b92e75ae59c134b1c6ea0fb0b81e5385a63c81b8c81ef5e
--
cgit v0.12
https://src.fedoraproject.org/cgit/perl-DateTime-Format-Strptime.git/commit/?h=master&id=2ac3c1bde457c593cc7ef8ebd1db9c827c37f5af
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]