Update to 0.68
- New upstream release 0.68 - Fix regex roundtrip (GH#69, GH#70) - Fix loading of many regexes (GH#64, GH#71)
This commit is contained in:
parent
9dd49aa017
commit
3f6a7847d0
@ -1,6 +1,6 @@
|
||||
Name: perl-YAML-LibYAML
|
||||
Epoch: 1
|
||||
Version: 0.67
|
||||
Version: 0.68
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl YAML Serialization using XS and libyaml
|
||||
License: GPL+ or Artistic
|
||||
@ -94,8 +94,15 @@ make test
|
||||
%{_mandir}/man3/YAML::XS::LibYAML.3*
|
||||
|
||||
%changelog
|
||||
* 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)
|
||||
|
||||
* Fri Aug 18 2017 Paul Howarth <paul@city-fan.org> - 1:0.66-1
|
||||
- Update to 0.66
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (YAML-LibYAML-0.67.tar.gz) = 94b9f40e2c799e8641964c23105e1da0a9b2a963bfea746e5300bb530903c4e262c41a7f56b90092571a8a6cab0eb444c7139bd7b04d638fdc5207862a922bb4
|
||||
SHA512 (YAML-LibYAML-0.68.tar.gz) = 61fa5f7132f2f931591045d7bdda3d428ffcce58706368b7407e18b6dcc2fcef093b04820edcfcf8d592aeae5d2305ba5d20802099f9e6d103b6fb2749631e10
|
||||
|
Loading…
Reference in New Issue
Block a user