Author: radek Date: Sun Nov 16 14:04:29 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - release 5: noautoreq Exception::Class::Base
---- Files affected: SPECS: rt.spec (1.61 -> 1.62) ---- Diffs: ================================================================ Index: SPECS/rt.spec diff -u SPECS/rt.spec:1.61 SPECS/rt.spec:1.62 --- SPECS/rt.spec:1.61 Tue Oct 7 21:48:29 2008 +++ SPECS/rt.spec Sun Nov 16 15:04:24 2008 @@ -39,7 +39,7 @@ Summary(pl.UTF-8): Request Tracker - system do śledzenia zleceń Name: rt Version: 3.8.1 -Release: 4 +Release: 5 License: GPL v2 Group: Applications Source0: http://download.bestpractical.com/pub/rt/release/%{name}-%{version}.tar.gz @@ -147,7 +147,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) # workarounds for bug in perl.req ("perl()") and ,,famous'' rpm's feature (RT::*) -%define _noautoreq 'perl().*' 'perl(RT.*)' 'perl(Encode::compat)' 'perl(CGI::Fast) +%define _noautoreq 'perl().*' 'perl(RT.*)' 'perl(Encode::compat)' 'perl(CGI::Fast)' 'perl(Exception::Class::Base)' %define _sysconfdir /etc/rt3 %define _libdir %{perl_vendorlib} @@ -251,6 +251,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.62 2008/11/16 14:04:24 radek +- release 5: noautoreq Exception::Class::Base + Revision 1.61 2008/10/07 19:48:29 arekm - rel 4; more deps ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rt.spec?r1=1.61&r2=1.62&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
