Sat, 21 Sep 2024 16:33:47 CST | login

Information for build perl-Specio-0.47-3.el9

ID21843
Package Nameperl-Specio
Version0.47
Release3.el9
Epoch
Sourcegit+https://git.cclinux.org/stage/rpms/perl-Specio.git#be74ba3dd1e571f19fc27ea4f9a999ad84ba5226
SummaryType constraints and coercions for Perl
DescriptionThe Specio distribution provides classes for representing type constraints and coercion, along with syntax sugar for declaring them. Note that this is not a proper type system for Perl. Nothing in this distribution will magically make the Perl interpreter start checking a value's type on assignment to a variable. In fact, there's no built-in way to apply a type to a variable at all. Instead, you can explicitly check a value against a type, and optionally coerce values to that type.
Built bydistrobuild
State complete
Volume DEFAULT
StartedWed, 06 Jul 2022 23:09:55 CST
CompletedWed, 06 Jul 2022 23:11:50 CST
Taskbuild (dist-circle9, /stage/rpms/perl-Specio.git:be74ba3dd1e571f19fc27ea4f9a999ad84ba5226)
Extra{'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/perl-Specio.git?#be74ba3dd1e571f19fc27ea4f9a999ad84ba5226'}}
Tags
dist-circle9
dist-circle9-compose
RPMs
src
perl-Specio-0.47-3.el9.src.rpm (info) (download)
noarch
perl-Specio-0.47-3.el9.noarch.rpm (info) (download)
perl-Test-Specio-0.47-3.el9.noarch.rpm (info) (download)
Logs
noarch
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.47-3 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.47-2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Sun Jan 31 2021 Paul Howarth <paul@city-fan.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) * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.46-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.46-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.46-3 - Perl 5.32 re-rebuild of bootstrapped packages * Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.46-2 - Perl 5.32 rebuild * Sat Mar 14 2020 Paul Howarth <paul@city-fan.org> - 0.46-1 - Update to 0.46 - Correct license of Specio::PartialDump (GH#17) * Tue Feb 18 2020 Petr Pisar <ppisar@redhat.com> - 0.45-3 - Correct a perl-Specio license to "Artistic 2.0 and (GPL+ or Artistic)" * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.45-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Nov 25 2019 Paul Howarth <paul@city-fan.org> - 0.45-1 - Update to 0.45 - Made XString a prereq if installing with Perl 5.10+ * Thu Aug 15 2019 Paul Howarth <paul@city-fan.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}