Update to 0.63

- New upstream release 0.63
  - Fix memory leaks (GH#48)
- Simplify find command using -empty
This commit is contained in:
Paul Howarth 2016-07-08 22:04:47 +01:00
parent 8b0bb2e308
commit 40d37e317f
2 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Name: perl-YAML-LibYAML Name: perl-YAML-LibYAML
Version: 0.62 Version: 0.63
Release: 2%{?dist} Release: 1%{?dist}
Summary: Perl YAML Serialization using XS and libyaml Summary: Perl YAML Serialization using XS and libyaml
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -68,7 +68,7 @@ make %{?_smp_mflags}
%install %install
make pure_install DESTDIR=%{buildroot} make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -delete find %{buildroot} -type f -name .packlist -delete
find %{buildroot} -type f -name '*.bs' -size 0 -delete find %{buildroot} -type f -name '*.bs' -empty -delete
%{_fixperms} %{buildroot} %{_fixperms} %{buildroot}
%check %check
@ -84,6 +84,12 @@ make test
%{_mandir}/man3/YAML::XS::LibYAML.3* %{_mandir}/man3/YAML::XS::LibYAML.3*
%changelog %changelog
* Fri Jul 8 2016 Paul Howarth <paul@city-fan.org> - 0.63-1
- Update to 0.63
- Fix memory leaks (GH#48)
- BR: perl-generators
- Simplify find command using -empty
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.62-2 * Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.62-2
- Perl 5.24 rebuild - Perl 5.24 rebuild

View File

@ -1 +1 @@
e8e0ba8c9f589c809ee04bb526ae03d7 YAML-LibYAML-0.62.tar.gz a6a2d7e2124b101236613e831458172f YAML-LibYAML-0.63.tar.gz