Update to 0.63
- New upstream release 0.63 - Fix memory leaks (GH#48) - Simplify find command using -empty
This commit is contained in:
parent
8b0bb2e308
commit
40d37e317f
@ -1,6 +1,6 @@
|
||||
Name: perl-YAML-LibYAML
|
||||
Version: 0.62
|
||||
Release: 2%{?dist}
|
||||
Version: 0.63
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl YAML Serialization using XS and libyaml
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -68,7 +68,7 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
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}
|
||||
|
||||
%check
|
||||
@ -84,6 +84,12 @@ make test
|
||||
%{_mandir}/man3/YAML::XS::LibYAML.3*
|
||||
|
||||
%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
|
||||
- Perl 5.24 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user