Notification time stamped 2022-06-12 13:17:56 UTC

From 675e6769bc78776a8097733f0545b8d496efe6a0 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Jun 12 2022 13:17:15 +0000
Subject: Update to 0.48


- New upstream release 0.48
  - Importing types into a class that inherited from another class that had
    imported types wouldn't work, leaving the child class with no 't()' sub

---

diff --git a/perl-Specio.rpmlintrc b/perl-Specio.rpmlintrc
deleted file mode 100644
index 6eb9262..0000000
--- a/perl-Specio.rpmlintrc
+++ /dev/null
@@ -1,2 +0,0 @@
-from Config import *
-addFilter("spelling-error Summary\(en_US\) coercions -> ");
diff --git a/perl-Specio.spec b/perl-Specio.spec
index 6073271..710b4e6 100644
--- a/perl-Specio.spec
+++ b/perl-Specio.spec
@@ -6,8 +6,8 @@
 %endif
 
 Name:          perl-Specio
-Version:       0.47
-Release:       7%{?dist}
+Version:       0.48
+Release:       1%{?dist}
 Summary:       Type constraints and coercions for Perl
 # lib/Specio/PartialDump.pm:   GPL+ or Artistic
 #                              
<https://github.com/houseabsolute/Specio/issues/17>
@@ -162,6 +162,11 @@ make test
 %{_mandir}/man3/Test::Specio.3*
 
 %changelog
+* Sun Jun 12 2022 Paul Howarth <p...@city-fan.org> - 0.48-1
+- Update to 0.48
+  - Importing types into a class that inherited from another class that had
+    imported types wouldn't work, leaving the child class with no 't()' sub
+
 * Fri Jun 03 2022 Jitka Plesnikova <jples...@redhat.com> - 0.47-7
 - Perl 5.36 re-rebuild of bootstrapped packages
 
@@ -185,8 +190,8 @@ make test
   - Change Specio constraint object's stringification overloading to return the
     type name rather than the default Perl object stringification, which gives
     you something like
-    "Specio::Constraint::Parameterized=HASH(0x564d258efb48)"; anonymous are
-    special cased to return something you can print
+    "Specio::Constraint::Parameterized=HASH(0x564d258efb48)"; anonymous types
+    are special cased to return something you can print
   - All types now overload the 'eq' comparison operator: Moose expects types to
     be comparable in this manner when doing role summation (GH#18)
 
diff --git a/sources b/sources
index a5e0de3..88e75e5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Specio-0.47.tar.gz) = 
68cdcf22818b27c38ce92b497adae81f27605aa385e9156d51d5e8e63da121d6bf26b7339a7ee3c9408cc6e3731702b008bc4b2e3c8eab67728f959f03682f44
+SHA512 (Specio-0.48.tar.gz) = 
76fd2aa398008238d55714700581782c95b635a4d4198b1c51daecfec770b61b9898351cbc2bf999f4d837691de657c51a94581c0f0b21b67b605770d507729a


        
https://src.fedoraproject.org/rpms/perl-Specio/c/675e6769bc78776a8097733f0545b8d496efe6a0?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 on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to