Update to 1.32
- New upstream release 1.32 - Interface Change: Change default for LoadBlessed to false - Remove YAML::Syck tests that parse META.yml - Switch to github actions for testing - Remove 'use vars' from code in favor of 'our'
This commit is contained in:
parent
d7d745913d
commit
1b4a3e253a
@ -6,8 +6,8 @@
|
||||
%endif
|
||||
|
||||
Name: perl-YAML-Syck
|
||||
Version: 1.31
|
||||
Release: 4%{?dist}
|
||||
Version: 1.32
|
||||
Release: 1%{?dist}
|
||||
Summary: Fast, lightweight YAML loader and dumper
|
||||
License: BSD and MIT
|
||||
URL: https://metacpan.org/release/YAML-Syck
|
||||
@ -54,7 +54,6 @@ BuildRequires: perl(Symbol)
|
||||
%endif
|
||||
# Dependencies
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(XSLoader)
|
||||
|
||||
# Avoid provides for private perl objects
|
||||
%{?perl_default_filter}
|
||||
@ -85,7 +84,7 @@ make test
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc Changes COMPATIBILITY
|
||||
%doc Changes COMPATIBILITY README.md
|
||||
%{perl_vendorarch}/auto/YAML/
|
||||
%{perl_vendorarch}/YAML/
|
||||
%{perl_vendorarch}/JSON/
|
||||
@ -93,6 +92,13 @@ make test
|
||||
%{_mandir}/man3/YAML::Syck.3*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 28 2020 Paul Howarth <paul@city-fan.org> - 1.32-1
|
||||
- Update to 1.32
|
||||
- Interface Change: Change default for LoadBlessed to false
|
||||
- Remove YAML::Syck tests that parse META.yml
|
||||
- Switch to github actions for testing
|
||||
- Remove 'use vars' from code in favor of 'our'
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (YAML-Syck-1.31.tar.gz) = 5177f415f1f3f0d46b9fc51e43478da627edc3d7e89d9baf095fdda2cd9f93eb46784429f1665fead2b3377a2749c6fb937a91136bbe713d79000c12206a83f5
|
||||
SHA512 (YAML-Syck-1.32.tar.gz) = 284d62f1fabdcca9fbdc57b732f5b9b2c2739020c620dbb66e84a89ea83e0a80580ec8fd8516a1c080dd9de9a817dbe357ee66041daa5103a8bf49c436355c99
|
||||
|
Loading…
Reference in New Issue
Block a user