rpms/perl/devel macros.perl,1.2,1.3 perl.spec,1.233,1.234

Chris Weyl cweyl at fedoraproject.org
Thu Oct 1 14:41:54 UTC 2009


Author: cweyl

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

Modified Files:
	macros.perl perl.spec 
Log Message:
* Thu Oct 01 2009 Chris Weyl <cweyl at alumni.drew.edu> - 4:5.10.0-84
- add /perl(UNIVERSAL)/d; /perl(DB)/d to perl_default_filter auto-provides
  filtering



Index: macros.perl
===================================================================
RCS file: /cvs/extras/rpms/perl/devel/macros.perl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- macros.perl	28 Aug 2009 05:39:58 -0000	1.2
+++ macros.perl	1 Oct 2009 14:41:52 -0000	1.3
@@ -5,6 +5,11 @@
 #
 # Chris Weyl <cweyl at alumni.drew.edu> 2009
 
+# keep track of what "revision" of the filtering we're at.  Each time we
+# change the filter we should increment this.
+
+%perl_default_filter_revision 2
+
 # By default, for perl packages we want to filter all files in _docdir from 
 # req/prov scanning, as well as filtering out any provides caused by private 
 # libs in vendorarch/archlib (vendor/core).
@@ -15,6 +20,7 @@
 %perl_default_filter %{?filter_setup: %{expand: \
 %filter_provides_in %{perl_vendorarch}/.*\\.so$ \
 %filter_provides_in -P %{perl_archlib}/(?!CORE/libperl).*\\.so$ \
+%filter_from_provides /perl(UNIVERSAL)/d; /perl(DB)/d \
 %filter_provides_in %{_docdir} \
 %filter_requires_in %{_docdir} \
 %filter_setup \


Index: perl.spec
===================================================================
RCS file: /cvs/extras/rpms/perl/devel/perl.spec,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -p -r1.233 -r1.234
--- perl.spec	1 Oct 2009 12:33:58 -0000	1.233
+++ perl.spec	1 Oct 2009 14:41:53 -0000	1.234
@@ -7,7 +7,7 @@
 
 Name:           perl
 Version:        %{perl_version}
-Release:        83%{?dist}
+Release:        84%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        Practical Extraction and Report Language
 Group:          Development/Languages
@@ -1947,6 +1947,10 @@ TMPDIR="$PWD/tmp" make test
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Thu Oct 01 2009 Chris Weyl <cweyl at alumni.drew.edu> - 4:5.10.0-84
+- add /perl(UNIVERSAL)/d; /perl(DB)/d to perl_default_filter auto-provides
+  filtering
+
 * Thu Oct  1 2009 Stepan Kasal <skasal at redhat.com> - 4:5.10.0-83
 - update Storable to 2.21
 




More information about the fedora-extras-commits mailing list