diff --git a/perl-JSON.spec b/perl-JSON.spec index 31540dd..a7d296b 100644 --- a/perl-JSON.spec +++ b/perl-JSON.spec @@ -1,6 +1,6 @@ Name: perl-JSON Version: 2.15 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Parse and convert to JSON (JavaScript Object Notation) License: GPL+ or Artistic Group: Development/Libraries @@ -29,7 +29,7 @@ Requires: perl(HTTP::Daemon) # use the whole kit-n-kaboodle, as perl_default_filter isn't in F-11 %{?filter_setup: %{expand: -%filter_from_provides /perl(JSON::PP)/d +%filter_from_provides /^perl(JSON::PP)$/d %filter_provides_in %{perl_vendorarch}/.*\\.so$ %filter_provides_in -P %{perl_archlib}/(?!CORE/libperl).*\\.so$ %filter_provides_in %{_docdir} @@ -76,6 +76,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Wed Sep 02 2009 Chris Weyl 2.15-5 +- adjust filtering so we don't drop the versioned perl(JSON:PP) prov + * Tue Sep 01 2009 Chris Weyl 2.15-4 - bump