Author: qboosh Date: Mon Mar 24 19:35:19 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - use rm -f in case patch doesn't leave backup with .orig extension
---- Files affected: SPECS: perl-POE.spec (1.36 -> 1.37) ---- Diffs: ================================================================ Index: SPECS/perl-POE.spec diff -u SPECS/perl-POE.spec:1.36 SPECS/perl-POE.spec:1.37 --- SPECS/perl-POE.spec:1.36 Wed Feb 20 01:09:53 2008 +++ SPECS/perl-POE.spec Mon Mar 24 20:35:14 2008 @@ -14,7 +14,7 @@ # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl -Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{version}.tar.gz +Source0: http://www.cpan.org/modules/by-module/POE/%{pdir}-%{version}.tar.gz # Source0-md5: 6672a43075cd597ed1011db5b45f1f1d Patch0: %{name}-no_network_tests_by_default.patch Patch1: %{name}-filter-httpd.patch @@ -92,7 +92,7 @@ %setup -q -n %{pdir}-%{version} %patch0 -p0 %patch1 -p0 -rm lib/POE/Filter/HTTPD.pm.orig +rm -f lib/POE/Filter/HTTPD.pm.orig %build %{__perl} Makefile.PL \ @@ -130,6 +130,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.37 2008-03-24 19:35:14 qboosh +- use rm -f in case patch doesn't leave backup with .orig extension + Revision 1.36 2008-02-20 00:09:53 agaran - remove file that should not be there ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-POE.spec?r1=1.36&r2=1.37&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
