Compare commits

...

No commits in common. "c8s-stream-1.24" and "c8-stream-5.24" have entirely different histories.

3 changed files with 9 additions and 36 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/YAML-1.24.tar.gz
SOURCES/YAML-1.23.tar.gz

View File

@ -1 +1 @@
1620af79b2be7d3c3ada7cd1678ecd0306558dc8 SOURCES/YAML-1.24.tar.gz
2071a4bf5ec67daed81148d3671a3f8022bc04f2 SOURCES/YAML-1.23.tar.gz

View File

@ -1,22 +1,16 @@
# Run test
%if ! (0%{?rhel})
%bcond_without perl_YAML_enables_test
%else
%bcond_with perl_YAML_enables_test
%endif
Name: perl-YAML
Version: 1.24
Release: 3%{?dist}
Version: 1.23
Release: 1%{?dist}
Summary: YAML Ain't Markup Language (tm)
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/YAML/
Source0: http://search.cpan.org/CPAN/authors/id/T/TI/TINITA/YAML-%{version}.tar.gz
Source0: http://search.cpan.org/CPAN/authors/id/I/IN/INGY/YAML-%{version}.tar.gz
BuildArch: noarch
# Module Build
BuildRequires: coreutils
BuildRequires: make
BuildRequires: perl-interpreter
BuildRequires: perl
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker) > 6.75
# Module Runtime
@ -31,7 +25,7 @@ BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Test Suite
# Avoid circular build deps Test::YAML → Test::Base → YAML when bootstrapping
%if %{with perl_YAML_enables_test} && !%{defined perl_bootstrap}
%if !%{defined perl_bootstrap}
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(File::Find)
BuildRequires: perl(IO::File)
@ -71,7 +65,7 @@ make install DESTDIR=%{buildroot}
%check
# Avoid circular build deps Test::YAML → Test::Base → YAML when bootstrapping
%if %{with perl_YAML_enables_test} && !%{defined perl_bootstrap}
%if !%{defined perl_bootstrap}
make test
%endif
@ -117,27 +111,6 @@ make test
%{_mandir}/man3/YAML::Types.3*
%changelog
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.24-3
- Rebuild with enable hardening (bug #1636329)
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Tue Oct 31 2017 Paul Howarth <paul@city-fan.org> - 1.24-1
- Update to 1.24
- Fix $LoadCode (GH#180, GH#181, GH#182)
- This release by TINITA update source URL
- Drop redundant Group: tag
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.23-3
- Perl 5.26 re-rebuild of bootstrapped packages
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.23-2
- Perl 5.26 rebuild
* Mon Feb 20 2017 Paul Howarth <paul@city-fan.org> - 1.23-1
- Update to 1.23
- Fix $YAML::Numify (empty values were converted to 0)