Notification time stamped 2021-01-31 12:30:23 UTC

From 0d186339fa7eb772e79d77d12b6d7d0c74c373f6 Mon Sep 17 00:00:00 2001
From: Paul Howarth <[email protected]>
Date: Jan 31 2021 12:29:36 +0000
Subject: Update to 0.47


- New upstream release 0.47
  - 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
  - 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/perl-Specio.spec b/perl-Specio.spec
index bc84d4a..59a2882 100644
--- a/perl-Specio.spec
+++ b/perl-Specio.spec
@@ -5,11 +5,9 @@
 %bcond_with perl_Specio_enables_optional_test
 %endif
 
-# TODO: Use perl(XString) in preference to perl(B) if it becomes available
-
 Name:          perl-Specio
-Version:       0.46
-Release:       5%{?dist}
+Version:       0.47
+Release:       1%{?dist}
 Summary:       Type constraints and coercions for Perl
 # lib/Specio/PartialDump.pm:   GPL+ or Artistic
 #                              
<https://github.com/houseabsolute/Specio/issues/17>
@@ -164,6 +162,16 @@ make test
 %{_mandir}/man3/Test::Specio.3*
 
 %changelog
+* Sun Jan 31 2021 Paul Howarth <[email protected]> - 0.47-1
+- Update to 0.47
+  - 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
+  - All types now overload the 'eq' comparison operator: Moose expects types to
+    be comparable in this manner when doing role summation (GH#18)
+
 * Wed Jan 27 2021 Fedora Release Engineering <[email protected]> - 
0.46-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
 
diff --git a/sources b/sources
index ccd4363..a5e0de3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Specio-0.46.tar.gz) = 
8dfc0e87bd640bd30aa9a92118f77305565dee2441f95c7e9f311b517c07573e3a0e977ea348eaf879dfafe6edc3c0d89625f28b5f3f0f2bff789178cd513802
+SHA512 (Specio-0.47.tar.gz) = 
68cdcf22818b27c38ce92b497adae81f27605aa385e9156d51d5e8e63da121d6bf26b7339a7ee3c9408cc6e3731702b008bc4b2e3c8eab67728f959f03682f44


        
https://src.fedoraproject.org/rpms/perl-Specio/c/0d186339fa7eb772e79d77d12b6d7d0c74c373f6?branch=master
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]

Reply via email to