From 3b5e53b51c811057977f000ae75d5966b66b3ebb Mon Sep 17 00:00:00 2001
From: Paul Howarth <paul(a)city-fan.org>
Date: Nov 28 2017 18:34:47 +0000
Subject: Update to 0.26
- New upstream release 0.26
- The exceptions.t test would fail if Sub::Util was not installed (GH#19)
- Fix test failures on Windows (GH#20)
---
diff --git a/perl-Params-ValidationCompiler.spec b/perl-Params-ValidationCompiler.spec
index fd2f47b..4925e30 100644
--- a/perl-Params-ValidationCompiler.spec
+++ b/perl-Params-ValidationCompiler.spec
@@ -1,5 +1,5 @@
Name: perl-Params-ValidationCompiler
-Version: 0.25
+Version: 0.26
Release: 1%{?dist}
Summary: Build an optimized subroutine parameter validator once, use it forever
License: Artistic 2.0
@@ -75,6 +75,11 @@ make test
%{_mandir}/man3/Params::ValidationCompiler::Exceptions.3*
%changelog
+* Tue Nov 28 2017 Paul Howarth <paul(a)city-fan.org> - 0.26-1
+- Update to 0.26
+ - The exceptions.t test would fail if Sub::Util was not installed (GH#19)
+ - Fix test failures on Windows (GH#20)
+
* Fri Nov 24 2017 Paul Howarth <paul(a)city-fan.org> - 0.25-1
- Update to 0.25
- All exceptions now include a stack trace by default when treated as a
diff --git a/sources b/sources
index 062f99c..17ae1b6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Params-ValidationCompiler-0.25.tar.gz) = a305d63a53f4e5b350a508cf001922ea1043d27068e9f46a3528e01da8d1973e671b980e3fadd22cf6b601cdc683f425dc8450fb653dedad2e84da61d0cc4ff2
+SHA512 (Params-ValidationCompiler-0.26.tar.gz) = f393b1cf063ea4e504ddbc863b4f478924b071810431b7817bf6faeb1fe632cbd493bc2e96033dccc99c4ecb5fdba072044f90387c92f262b54cf8f0b0386c0b
https://src.fedoraproject.org/rpms/perl-Params-ValidationCompiler/c/3b5e53b…
From a91eb7e54f8846dc402092753b99dbfb4edac914 Mon Sep 17 00:00:00 2001
From: Paul Howarth <paul(a)city-fan.org>
Date: Nov 24 2017 13:29:23 +0000
Subject: Update to 0.25
- New upstream release 0.25
- All exceptions now include a stack trace by default when treated as a
string; this makes finding where validation failed a lot easier (GH#18)
- The name for a subroutine is now used in some exception messages, even if
Sub::Util cannot be installed
---
diff --git a/perl-Params-ValidationCompiler.spec b/perl-Params-ValidationCompiler.spec
index 5f03162..fd2f47b 100644
--- a/perl-Params-ValidationCompiler.spec
+++ b/perl-Params-ValidationCompiler.spec
@@ -1,6 +1,6 @@
Name: perl-Params-ValidationCompiler
-Version: 0.24
-Release: 4%{?dist}
+Version: 0.25
+Release: 1%{?dist}
Summary: Build an optimized subroutine parameter validator once, use it forever
License: Artistic 2.0
URL: http://search.cpan.org/dist/Params-ValidationCompiler/
@@ -9,8 +9,8 @@ BuildArch: noarch
# Build
BuildRequires: coreutils
BuildRequires: make
-BuildRequires: perl-interpreter
BuildRequires: perl-generators
+BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) > 6.75
# Module
BuildRequires: perl(B)
@@ -30,9 +30,9 @@ BuildRequires: perl(File::Spec)
BuildRequires: perl(Specio) >= 0.14
BuildRequires: perl(Specio::Declare)
BuildRequires: perl(Specio::Library::Builtins)
-BuildRequires: perl(Test2::Bundle::Extended)
BuildRequires: perl(Test2::Plugin::NoWarnings)
BuildRequires: perl(Test2::Require::Module)
+BuildRequires: perl(Test2::V0)
BuildRequires: perl(Test::More) >= 1.302015
BuildRequires: perl(Test::Without::Module)
# Optional Tests (avoid build dependency cycles via Moose and DateTime)
@@ -75,6 +75,13 @@ make test
%{_mandir}/man3/Params::ValidationCompiler::Exceptions.3*
%changelog
+* Fri Nov 24 2017 Paul Howarth <paul(a)city-fan.org> - 0.25-1
+- Update to 0.25
+ - All exceptions now include a stack trace by default when treated as a
+ string; this makes finding where validation failed a lot easier (GH#18)
+ - The name for a subroutine is now used in some exception messages, even if
+ Sub::Util cannot be installed
+
* Thu Jul 27 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.24-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
diff --git a/sources b/sources
index 7ecb144..062f99c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Params-ValidationCompiler-0.24.tar.gz) = ea54587db2729991fd7f9d8c9f420449e8d0218473f465783a69d4b118cdfe9e7d7ff045d57ba6d989a79950fb61ad81caac781b3bbaeb6325e061e664cc1665
+SHA512 (Params-ValidationCompiler-0.25.tar.gz) = a305d63a53f4e5b350a508cf001922ea1043d27068e9f46a3528e01da8d1973e671b980e3fadd22cf6b601cdc683f425dc8450fb653dedad2e84da61d0cc4ff2
https://src.fedoraproject.org/rpms/perl-Params-ValidationCompiler/c/a91eb7e…