diff --git a/.cvsignore b/.cvsignore index 360cdbf..293d018 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -YAML-0.58.tar.gz +YAML-0.62.tar.gz diff --git a/perl-YAML.spec b/perl-YAML.spec index f7b3b37..933f0ec 100644 --- a/perl-YAML.spec +++ b/perl-YAML.spec @@ -1,6 +1,6 @@ Name: perl-YAML -Version: 0.58 -Release: 3%{?dist} +Version: 0.62 +Release: 1%{?dist} Summary: YAML Ain't Markup Language (tm) License: GPL or Artistic Group: Development/Libraries @@ -24,7 +24,7 @@ specification. %setup -q -n YAML-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null make %{?_smp_mflags} %install @@ -32,6 +32,12 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +# Removing Test::YAML (at least temporarily) due +# to security concerns and questionable value. +# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=197539 +rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/Test/YAML* \ + $RPM_BUILD_ROOT%{_mandir}/man3/Test::YAML*.3* + find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; @@ -45,15 +51,20 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes COMPATIBILITY README %{_bindir}/ysh %{perl_vendorlib}/YAML* -%{perl_vendorlib}/Test/YAML* %{_mandir}/man1/ysh.1* %{_mandir}/man3/YAML*.3* -%{_mandir}/man3/Test::YAML*.3* %changelog +* Fri Jul 07 2006 Steven Pritchard 0.62-1 +- Update to 0.62. +- Removed Test::YAML (bug #197539). + +* Mon Jul 03 2006 Steven Pritchard 0.61-1 +- Update to 0.61. + * Sat May 20 2006 Steven Pritchard 0.58-3 - Rebuild. diff --git a/sources b/sources index e1a847f..17abc27 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aa5ac653057914ca995dd74de8212ebc YAML-0.58.tar.gz +4be042a043ec520074b0ab6f7ca0bded YAML-0.62.tar.gz