Update to 0.89 (rhbz#2260595)
- New upstream release 0.89 - Recognise core booleans on Perl 5.36+ at dump time (GH#114)
This commit is contained in:
parent
a364dc2198
commit
5a83acf193
10
perl-YAML-LibYAML.rpmlintrc
Normal file
10
perl-YAML-LibYAML.rpmlintrc
Normal file
@ -0,0 +1,10 @@
|
||||
# A person's name
|
||||
addFilter("E: spelling-error \('Kirill',")
|
||||
|
||||
# Intentionally empty
|
||||
addFilter("E: zero-length /usr/libexec/perl-YAML-LibYAML/t/empty.yaml")
|
||||
|
||||
# Test package only includes tests
|
||||
addFilter("perl-YAML-LibYAML-tests.*: W: no-documentation")
|
||||
addFilter("perl-YAML-LibYAML-tests.*: E: no-binary")
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
Name: perl-YAML-LibYAML
|
||||
Epoch: 1
|
||||
Version: 0.88
|
||||
Release: 5%{?dist}
|
||||
Version: 0.89
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl YAML Serialization using XS and libyaml
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
URL: https://metacpan.org/release/YAML-LibYAML
|
||||
@ -50,6 +50,7 @@ BuildRequires: perl(File::Find)
|
||||
BuildRequires: perl(File::Path)
|
||||
BuildRequires: perl(Filter::Util::Call)
|
||||
BuildRequires: perl(FindBin)
|
||||
BuildRequires: perl(if)
|
||||
BuildRequires: perl(IO::File)
|
||||
BuildRequires: perl(IO::Pipe)
|
||||
BuildRequires: perl(lib)
|
||||
@ -61,6 +62,7 @@ BuildRequires: perl(utf8)
|
||||
|
||||
%if %{with perl_YAML_LibYAML_enables_optional_test}
|
||||
# Optional Tests
|
||||
BuildRequires: perl(boolean)
|
||||
BuildRequires: perl(Path::Class)
|
||||
%endif
|
||||
|
||||
@ -155,6 +157,10 @@ make test
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Sat Jan 27 2024 Paul Howarth <paul@city-fan.org> - 1:0.89-1
|
||||
- Update to 0.89 (rhbz#2260595)
|
||||
- Recognise core booleans on Perl 5.36+ at dump time (GH#114)
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.88-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (YAML-LibYAML-0.88.tar.gz) = 3a91fc85a87662ac5145fca6715be99644896056430ab628e1a1b8d7a1d60ae5505ecb2f168302aacb1a9ca4669c5f71a47a5e0249ebc7787ebbc032bef75b4e
|
||||
SHA512 (YAML-LibYAML-0.89.tar.gz) = 24697f9625534facf23c22a96af26468c48cc91225af9879baa3039db8158fe0ff740acea527d33651d90e1c8ce24e804b02744812b72aae7b28aa6d88ba68c7
|
||||
|
Loading…
Reference in New Issue
Block a user