rpms/perl-CGI-Ex/devel perl-CGI-Ex.spec,1.1,1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Mon Apr 30 15:33:07 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-CGI-Ex/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19852

Modified Files:
	perl-CGI-Ex.spec 
Log Message:
release bump


Index: perl-CGI-Ex.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-CGI-Ex/devel/perl-CGI-Ex.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-CGI-Ex.spec	29 Apr 2007 22:44:50 -0000	1.1
+++ perl-CGI-Ex.spec	30 Apr 2007 15:32:32 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           perl-CGI-Ex
 Version:        2.10
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        CGI utility suite - makes powerful application writing fun and easy
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -38,6 +38,7 @@
 
 # make rpmlint happy :)
 find samples/ -type f -exec chmod -c -x {} \;
+perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/1_validate_14_untaint.t
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -61,11 +62,14 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README samples/
+%doc Changes README samples/ t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Apr 30 2007 Chris Weyl <cweyl at alumni.drew.edu> 2.10-2
+- bump
+
 * Sat Apr 28 2007 Chris Weyl <cweyl at alumni.drew.edu> 2.10-1
 - add perl(Hash::Case) as a BR
 - update to 2.10




More information about the scm-commits mailing list