From 134722a0a621505a5d96d5ef09db2bca8d57d0d3 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Tue, 11 Apr 2017 19:38:40 +0100
Subject: Update to 0.24

- New upstream release 0.24
  - The source_for() exported by Params::ValidationCompiler did not work at all
    (GH#16)
---
 .rpmlint                            | 3 +++
 perl-Params-ValidationCompiler.spec | 9 +++++++--
 sources                             | 2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
 create mode 100644 .rpmlint

diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..b53aedf
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,3 @@
+from Config import *
+addFilter("spelling-error %description -l en_US uncompromised -> ");
+addFilter("spelling-error Summary\(en_US\) validator -> ");
diff --git a/perl-Params-ValidationCompiler.spec 
b/perl-Params-ValidationCompiler.spec
index 4491151..3e29506 100644
--- a/perl-Params-ValidationCompiler.spec
+++ b/perl-Params-ValidationCompiler.spec
@@ -1,6 +1,6 @@
 Name:          perl-Params-ValidationCompiler
-Version:       0.23
-Release:       2%{?dist}
+Version:       0.24
+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/
@@ -75,6 +75,11 @@ make test
 %{_mandir}/man3/Params::ValidationCompiler::Exceptions.3*
 
 %changelog
+* Sun Apr  9 2017 Paul Howarth <p...@city-fan.org> - 0.24-1
+- Update to 0.24
+  - The source_for() exported by Params::ValidationCompiler did not work at all
+    (GH#16)
+
 * Sat Feb 11 2017 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.23-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index c94dbf7..7ecb144 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Params-ValidationCompiler-0.23.tar.gz) = 
838eec5f94b6bbfcb5d0686da39693f3b78491802683edd4d92893939a887690e1f2f2608c4899b10779b04a64eba33bab5d2f689a96b820cef0b3b2a95fb677
+SHA512 (Params-ValidationCompiler-0.24.tar.gz) = 
ea54587db2729991fd7f9d8c9f420449e8d0218473f465783a69d4b118cdfe9e7d7ff045d57ba6d989a79950fb61ad81caac781b3bbaeb6325e061e664cc1665
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-Params-ValidationCompiler.git/commit/?h=f26&id=134722a0a621505a5d96d5ef09db2bca8d57d0d3
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to