rpms/mod_perl/devel filter-requires.sh, 1.4, 1.5 mod_perl.spec, 1.44, 1.45

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Feb 27 17:45:52 UTC 2007


Author: jorton

Update of /cvs/dist/rpms/mod_perl/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6557

Modified Files:
	filter-requires.sh mod_perl.spec 
Log Message:
* Tue Feb 27 2007 Joe Orton <jorton at redhat.com> 2.0.3-6
- filter more Apache::Test requirements



Index: filter-requires.sh
===================================================================
RCS file: /cvs/dist/rpms/mod_perl/devel/filter-requires.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- filter-requires.sh	18 Apr 2005 14:35:41 -0000	1.4
+++ filter-requires.sh	27 Feb 2007 17:45:50 -0000	1.5
@@ -3,7 +3,6 @@
 /usr/lib/rpm/perl.req $* |\
     sed -e '/perl(Apache2::FunctionTable)/d' \
         -e '/perl(Apache2::StructureTable)/d' \
-        -e '/perl(Apache::TestConfigParse)/d' \
-        -e '/perl(Apache::TestConfigPerl)/d' \
+        -e '/perl(Apache::Test.*)/d' \
 	-e '/perl(Data::Flow)/d' \
 	-e '/perl(Module::Build)/d' 


Index: mod_perl.spec
===================================================================
RCS file: /cvs/dist/rpms/mod_perl/devel/mod_perl.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- mod_perl.spec	26 Feb 2007 11:39:14 -0000	1.44
+++ mod_perl.spec	27 Feb 2007 17:45:50 -0000	1.45
@@ -2,7 +2,7 @@
 
 Name:           mod_perl
 Version:        2.0.3
-Release:        5
+Release:        6
 Summary:        An embedded Perl interpreter for the Apache Web server
 
 Group:          System Environment/Daemons
@@ -89,7 +89,7 @@
           Apache2::Build Apache2::ParseSource Apache2::BuildConfig"
 for m in $devmods; do
    test -f $RPM_BUILD_ROOT%{_mandir}/man3/${m}.3pm &&
-     echo "%{_mandir}/man3/${m}.3pm\*" >> devel.files
+     echo "%{_mandir}/man3/${m}.3pm*" >> devel.files
    fn=${m//::/\/}
    echo %{perl_vendorarch}/${fn}.pm >> devel.files
    echo $RPM_BUILD_ROOT%{perl_vendorarch}/${fn}.pm
@@ -125,6 +125,9 @@
 %{_includedir}/httpd/*
 
 %changelog
+* Tue Feb 27 2007 Joe Orton <jorton at redhat.com> 2.0.3-6
+- filter more Apache::Test requirements
+
 * Mon Feb 26 2007 Joe Orton <jorton at redhat.com> 2.0.3-5
 - repackage set of trimmed modules, but only in -devel
 




More information about the fedora-cvs-commits mailing list