From 50f25c3e59f306db8a9bb11b9bc573657eafe63a6ec2a7c1d84461344028e151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Mon, 13 Feb 2012 14:23:31 +0000 Subject: [PATCH] - update to 1.06 - Shut up warnings when XS is loaded on older 5.8.x Perl versions. Reported by Aaron James Trevena. RT #74742. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Params-Validate?expand=0&rev=30 --- Params-Validate-1.05.tar.gz | 3 --- Params-Validate-1.06.tar.gz | 3 +++ perl-Params-Validate.changes | 7 +++++++ perl-Params-Validate.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 Params-Validate-1.05.tar.gz create mode 100644 Params-Validate-1.06.tar.gz diff --git a/Params-Validate-1.05.tar.gz b/Params-Validate-1.05.tar.gz deleted file mode 100644 index a84bfa6..0000000 --- a/Params-Validate-1.05.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73aec121032e17ac06834c16148bf3f5c417098f0e11604d5dbef2f0c28e88da -size 100487 diff --git a/Params-Validate-1.06.tar.gz b/Params-Validate-1.06.tar.gz new file mode 100644 index 0000000..d8801ad --- /dev/null +++ b/Params-Validate-1.06.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e627cd0b4cd948c804199ac5e1316a2f628dcb8e3decb8e97e4a535ae1039b6 +size 98540 diff --git a/perl-Params-Validate.changes b/perl-Params-Validate.changes index 03d6273..7bf6392 100644 --- a/perl-Params-Validate.changes +++ b/perl-Params-Validate.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Feb 13 02:34:45 UTC 2012 - vcizek@suse.com + +- update to 1.06 +- Shut up warnings when XS is loaded on older 5.8.x Perl versions. Reported by + Aaron James Trevena. RT #74742. + ------------------------------------------------------------------- Fri Feb 10 02:34:18 UTC 2012 - vcizek@suse.com diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec index 9a058a2..08f29a2 100644 --- a/perl-Params-Validate.spec +++ b/perl-Params-Validate.spec @@ -19,7 +19,7 @@ %bcond_with opt Name: perl-Params-Validate -Version: 1.05 +Version: 1.06 Release: 2 License: Artistic-2.0 %define cpan_name Params-Validate @@ -39,9 +39,9 @@ BuildRequires: perl(Readonly::XS) BuildRequires: perl(Test::Taint) >= 0.02 %endif BuildRequires: perl(Attribute::Handlers) >= 0.79 +BuildRequires: perl(Module::Implementation) BuildRequires: perl(Scalar::Util) >= 1.10 BuildRequires: perl(Test::Fatal) -BuildRequires: perl(Module::Implementation) Requires: perl(Attribute::Handlers) >= 0.79 Requires: perl(Module::Implementation) Requires: perl(Scalar::Util) >= 1.10