↵ Return to the main page of perl-Test-Specio
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2021-01-31 | Paul Howarth <paul at city dash fan dot org> - 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) |
2021-01-27 | Fedora Release Engineering <releng at fedoraproject dot org> - 0.46-5 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild |
2020-07-28 | Fedora Release Engineering <releng at fedoraproject dot org> - 0.46-4 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild |
2020-06-26 | Jitka Plesnikova <jplesnik at redhat dot com> - 0.46-3 | - Perl 5.32 re-rebuild of bootstrapped packages |
2020-06-23 | Jitka Plesnikova <jplesnik at redhat dot com> - 0.46-2 | - Perl 5.32 rebuild |
2020-03-14 | Paul Howarth <paul at city dash fan dot org> - 0.46-1 | - Update to 0.46 - Correct license of Specio::PartialDump (GH#17) |
2020-02-18 | Petr Pisar <ppisar at redhat dot com> - 0.45-3 | - Correct a perl-Specio license to "Artistic 2.0 and (GPL+ or Artistic)" |
2020-01-30 | Fedora Release Engineering <releng at fedoraproject dot org> - 0.45-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild |
2019-11-25 | Paul Howarth <paul at city dash fan dot org> - 0.45-1 | - Update to 0.45 - Made XString a prereq if installing with Perl 5.10+ |
2019-08-15 | Paul Howarth <paul at city dash fan dot org> - 0.44-1 | - Update to 0.44 - Replaced the use of B with XString if it is installed; the latter is much smaller and provides the one subroutine from B we cared about (based on GH#15) - Use %{make_build} and %{make_install} |