diff --git a/perl-YAML-LibYAML.spec b/perl-YAML-LibYAML.spec index e54305d..da112ac 100644 --- a/perl-YAML-LibYAML.spec +++ b/perl-YAML-LibYAML.spec @@ -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 - 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 - 0.62-2 - Perl 5.24 rebuild diff --git a/sources b/sources index 9fe38db..ab2ef41 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e8e0ba8c9f589c809ee04bb526ae03d7 YAML-LibYAML-0.62.tar.gz +a6a2d7e2124b101236613e831458172f YAML-LibYAML-0.63.tar.gz