From fd8c4d5e019d0466888e76727d411aac114ceaad Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Sat, 6 Aug 2016 17:33:22 +0100 Subject: [PATCH] Update to 1.35 - New upstream release 1.35 - Use namespace::autoclean in all packages that import anything; without cleaning the namespace, DateTime ends up with "methods" like try and catch (from Try::Tiny), which can lead to very confusing bugs (CPAN RT#115983) --- perl-DateTime.spec | 10 ++++++++-- sources | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/perl-DateTime.spec b/perl-DateTime.spec index 8e0cf89..ef9811e 100644 --- a/perl-DateTime.spec +++ b/perl-DateTime.spec @@ -1,6 +1,6 @@ Name: perl-DateTime Epoch: 2 -Version: 1.34 +Version: 1.35 Release: 1%{?dist} Summary: Date and time object for Perl License: Artistic 2.0 @@ -23,13 +23,13 @@ BuildRequires: perl(DateTime::Locale) >= 1.05 BuildRequires: perl(DateTime::TimeZone) >= 2.00 BuildRequires: perl(Dist::CheckConflicts) >= 0.02 BuildRequires: perl(integer) +BuildRequires: perl(namespace::autoclean) BuildRequires: perl(overload) BuildRequires: perl(Params::Validate) >= 1.03 BuildRequires: perl(POSIX) BuildRequires: perl(Scalar::Util) BuildRequires: perl(strict) BuildRequires: perl(Try::Tiny) -BuildRequires: perl(vars) BuildRequires: perl(warnings) BuildRequires: perl(warnings::register) # Optional Run-time: @@ -92,6 +92,12 @@ make test %{_mandir}/man3/DateTime::LeapSecond.3* %changelog +* Sat Aug 6 2016 Paul Howarth - 2:1.35-1 +- Update to 1.35 + - Use namespace::autoclean in all packages that import anything; without + cleaning the namespace, DateTime ends up with "methods" like try and catch + (from Try::Tiny), which can lead to very confusing bugs (CPAN RT#115983) + * Wed Jul 6 2016 Paul Howarth - 2:1.34-1 - Update to 1.34 - Added the leap second coming on December 31, 2016 diff --git a/sources b/sources index 963bf2c..68143b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -80b4befaaeb7de8dcc79f80a874bbf2f DateTime-1.34.tar.gz +db8f0c5d0d8109c026ba4722a842edc9 DateTime-1.35.tar.gz