Fri, 28 Jun 2024 15:36:06 UTC | login

Information for build perl-YAML-LibYAML-0.80-1.fc31

ID127178
Package Nameperl-YAML-LibYAML
Version0.80
Release1.fc31
Epoch1
Sourcegit+https://src.fedoraproject.org/rpms/perl-YAML-LibYAML.git#945ef1c062fd93b4f3a18f651c3e04c10f064cd7
SummaryPerl YAML Serialization using XS and libyaml
DescriptionKirill Siminov's "libyaml" is arguably the best YAML implementation. The C library is written precisely to the YAML 1.1 specification. It was originally bound to Python and was later bound to Ruby.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 31 Aug 2019 22:30:30 UTC
CompletedSat, 31 Aug 2019 23:16:09 UTC
Taskbuild (f31-candidate, /rpms/perl-YAML-LibYAML.git:945ef1c062fd93b4f3a18f651c3e04c10f064cd7)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-YAML-LibYAML.git#945ef1c062fd93b4f3a18f651c3e04c10f064cd7'}}
Tags
f31
f32
f33
RPMs
src
perl-YAML-LibYAML-0.80-1.fc31.src.rpm (info) (download)
riscv64
perl-YAML-LibYAML-0.80-1.fc31.riscv64.rpm (info) (download)
perl-YAML-LibYAML-debuginfo-0.80-1.fc31.riscv64.rpm (info) (download)
perl-YAML-LibYAML-debugsource-0.80-1.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Aug 22 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.80-1 - Update to 0.80 - Fix memory leak when loading invalid YAML * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.79-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Jun 12 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.79-1 - Update to 0.79 - Support aliasing scalars resolved as null or booleans - Add YAML::XS::LibYAML::libyaml_version() - Support standard !!int/!!float tags instead of dying - Unbundled libyaml, it is identical with upstream 0.2.2 * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.78-2 - Perl 5.30 rebuild * Sun May 19 2019 Paul Howarth <paul@city-fan.org> - 1:0.78-1 - Update to 0.78 - Fix double free/core dump when Dump()ing binary data (GH#91) - Update config.h from libyaml - Modernize spec using %{make_build} and %{make_install} * Tue Apr 16 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.77-1 - Update to 0.77 - Update libyaml to version 0.2.2 - Most important change for users is that plain urls in flow style can be parsed now * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.76-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Jan 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.76-1 - Update to 0.76 - Add $Indent - number of spaces when dumping - Fix typo and links in docs * Sat Nov 03 2018 Paul Howarth <paul@city-fan.org> - 1:0.75-1 - Update to 0.75 - Implement $LoadCode * Mon Sep 03 2018 Paul Howarth <paul@city-fan.org> - 1:0.74-1 - Update to 0.74 - Fix tests on older perls - Support back to perl 5.8.1 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.72-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Jul 09 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.72-1 - Update to 0.72 - Update to libyaml 0.2.1 - It's forbidden now to escape single quotes inside double quotes - When disabling $LoadBlessed, return scalars not refs - Save anchors also for blessed scalars * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.70-2 - Perl 5.28 rebuild * Sun Jun 10 2018 Paul Howarth <paul@city-fan.org> - 1:0.70-1 - Update to 0.70 - Fix format specifier/argument mismatch (GH#79) - Travis CI: Test on Perl 5.26 (GH#80) - Fix a C90-compatibility issue (GH#81) - Switch upstream from search.cpan.org to metacpan.org * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.69-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Dec 28 2017 Paul Howarth <paul@city-fan.org> - 1:0.69-1 - Update to 0.69 - Security fix: Add $LoadBlessed option to turn on/off loading objects (GH#73, GH#74) * Tue Dec 19 2017 Paul Howarth <paul@city-fan.org> - 1:0.68-1 - Update to 0.68 - Fix regex roundtrip (GH#69, GH#70) - Fix loading of many regexes (GH#64, GH#71) * Thu Nov 16 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.67-1 - Update to 0.67 - Support standard tags !!str, !!map and !!seq instead of dying (GH#67) - Support JSON::PP::Boolean and boolean.pm via $YAML::XS::Boolean (GH#66)