rpms/perl-JSON/devel perl-JSON.spec,1.17,1.18

Chris Weyl cweyl at fedoraproject.org
Wed Sep 2 07:05:29 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-JSON/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11125

Modified Files:
	perl-JSON.spec 
Log Message:
* Wed Sep 02 2009 Chris Weyl <cweyl at alumni.drew.edu> 2.15-5
- adjust filtering so we don't drop the versioned perl(JSON:PP) prov



Index: perl-JSON.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-JSON/devel/perl-JSON.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- perl-JSON.spec	2 Sep 2009 02:03:50 -0000	1.17
+++ perl-JSON.spec	2 Sep 2009 07:05:27 -0000	1.18
@@ -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 <cweyl at alumni.drew.edu> 2.15-5
+- adjust filtering so we don't drop the versioned perl(JSON:PP) prov
+
 * Tue Sep 01 2009 Chris Weyl <cweyl at alumni.drew.edu> 2.15-4
 - bump
 




More information about the Fedora-perl-devel-list mailing list