Information for build perl-YAML-1.29-5.fc30

ID1477230
Package Nameperl-YAML
Version1.29
Release5.fc30
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-YAML.git#92e836fcc5823de0f2ce1d3ec7fcb5db1c12ad93
SummaryYAML Ain't Markup Language (tm)
DescriptionThe YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0 specification (http://www.yaml.org/spec/). YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data structures of most modern programming languages, including Perl. For information on the YAML syntax, please refer to the YAML specification.
Built bypghmcfc
State complete
Volume fedora_koji_archive04
StartedFri, 13 Mar 2020 10:27:12 UTC
CompletedFri, 13 Mar 2020 10:28:25 UTC
Taskbuild (f30-candidate, /rpms/perl-YAML.git:92e836fcc5823de0f2ce1d3ec7fcb5db1c12ad93)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-YAML.git#92e836fcc5823de0f2ce1d3ec7fcb5db1c12ad93'}}
Tags
f30-updates
RPMs
src
perl-YAML-1.29-5.fc30.src.rpm (info) (download)
noarch
perl-YAML-1.29-5.fc30.noarch.rpm (info) (download)
Logs
noarch
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Mar 13 2020 Paul Howarth <paul@city-fan.org> - 1.29-5 - Remove non-free test file t/load-slides.t (#1813197, GH#219) * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.29-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.29-3 - Perl 5.30 re-rebuild of bootstrapped packages * Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.29-2 - Perl 5.30 rebuild * Sat May 11 2019 Paul Howarth <paul@city-fan.org> - 1.29-1 - Update to 1.29 - Fix regex for alias to match the one for anchors (GH#214) * Sun Apr 28 2019 Paul Howarth <paul@city-fan.org> - 1.28-1 - Update to 1.28 - Security fix: only enable loading globs when $LoadCode is set (GH#213) - Modernize spec using %{make_build} and %{make_install} * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.27-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Nov 03 2018 Paul Howarth <paul@city-fan.org> - 1.27-1 - Update to 1.27 - Remove a warning about uninitialized value for perl ≤ 5.10 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.26-3 - Perl 5.28 re-rebuild of bootstrapped packages * Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.26-2 - Perl 5.28 rebuild * Sun May 20 2018 Paul Howarth <paul@city-fan.org> - 1.26-1 - Update to 1.26 - Fix bug introduced in 1.25 - loading of quoted string with colon as sequence element (GH#208) - Support zero indented block sequences (GH#207) * Sat May 12 2018 Paul Howarth <paul@city-fan.org> - 1.25-1 - Update to 1.25 - Support trailing comments (GH#189, GH#190, GH#191) - Remove unused code (GH#192) - Use Test::Deep to actually test correctly for class names (GH#193) - Fix loading of mapping key that starts with '= ' (GH#194) - Fix loading strings with multiple spaces (GH#172) - Allow more characters in anchor name (GH#196) - Add $YAML::LoadBlessed for disabling loading objects (GH#197) - Disable test with long string under certain conditions (GH#201) - Quote scalar if it equals '=' (GH#202) - Multiple regexp roundtrip does not grow (GH#203) - Add support for compact nested block sequences (GH#204) - Support reverse order of block scalar indicators (GH#205) - Support nested mappings in sequences (GH#206) - Fix parsing of quoted strings (GH#188)