Notification time stamped 2023-01-08 13:04:27 UTC

From 731daddbfc2a89127f7c2f85ff4ba55e5adb61fc Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Jan 08 2023 13:03:35 +0000
Subject: Update to 0.31


- New upstream release 0.31
  - Require Class::XSAccessor 1.17+ when trying to load it; earlier versions
    cause test failures (GH#27)
- Use SPDX-format license tag

---

diff --git a/perl-Params-ValidationCompiler.rpmlintrc 
b/perl-Params-ValidationCompiler.rpmlintrc
deleted file mode 100644
index b53aedf..0000000
--- a/perl-Params-ValidationCompiler.rpmlintrc
+++ /dev/null
@@ -1,3 +0,0 @@
-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 a5733d8..595d0cc 100644
--- a/perl-Params-ValidationCompiler.spec
+++ b/perl-Params-ValidationCompiler.spec
@@ -6,10 +6,10 @@
 %endif
 
 Name:          perl-Params-ValidationCompiler
-Version:       0.30
-Release:       17%{?dist}
+Version:       0.31
+Release:       1%{?dist}
 Summary:       Build an optimized subroutine parameter validator once, use it 
forever
-License:       Artistic 2.0
+License:       Artistic-2.0
 URL:           https://metacpan.org/release/Params-ValidationCompiler
 Source0:       
https://cpan.metacpan.org/modules/by-module/Params/Params-ValidationCompiler-%{version}.tar.gz
 BuildArch:     noarch
@@ -22,7 +22,7 @@ BuildRequires:        perl(ExtUtils::MakeMaker) > 6.75
 # Module
 BuildRequires: perl(B)
 BuildRequires: perl(Carp)
-BuildRequires: perl(Class::XSAccessor)
+BuildRequires: perl(Class::XSAccessor) >= 1.17
 BuildRequires: perl(Eval::Closure)
 BuildRequires: perl(Exception::Class)
 BuildRequires: perl(Exporter)
@@ -57,7 +57,7 @@ BuildRequires:        perl(Types::Standard)
 %endif
 # Dependencies
 Requires:      perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-Recommends:    perl(Class::XSAccessor)
+Recommends:    perl(Class::XSAccessor) >= 1.17
 Recommends:    perl(Sub::Util) >= 1.40
 
 %description
@@ -87,6 +87,12 @@ make test
 %{_mandir}/man3/Params::ValidationCompiler::Exceptions.3*
 
 %changelog
+* Sun Jan  8 2023 Paul Howarth <p...@city-fan.org> - 0.31-1
+- Update to 0.31
+  - Require Class::XSAccessor 1.17+ when trying to load it; earlier versions
+    cause test failures (GH#27)
+- Use SPDX-format license tag
+
 * Fri Jul 22 2022 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.30-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
 
diff --git a/sources b/sources
index 178b644..482bbcf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Params-ValidationCompiler-0.30.tar.gz) = 
5911f9317f0b72e17c72435420a3b6b9f36780ab70715510c46e847970094e730169b9b3085f29cb23ee0aca2e78f7f9edd0d093859a1062869f35c90172bf05
+SHA512 (Params-ValidationCompiler-0.31.tar.gz) = 
e3265cc6a5fc9761dd6ae82c3875711c5766242ab0f1edd74cc74296fdac22b6c23e48ba4768e895701ca8a00bd81677056713124b8edaa0b340eae1b33cf9c4


        
https://src.fedoraproject.org/rpms/perl-Params-ValidationCompiler/c/731daddbfc2a89127f7c2f85ff4ba55e5adb61fc?branch=rawhide
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to