Author: glen Date: Thu Oct 13 21:49:16 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - fix mm version check (was this root of all evil?)
---- Files affected: SPECS: xmltv.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: SPECS/xmltv.spec diff -u SPECS/xmltv.spec:1.12 SPECS/xmltv.spec:1.13 --- SPECS/xmltv.spec:1.12 Thu Oct 13 23:19:25 2005 +++ SPECS/xmltv.spec Thu Oct 13 23:49:11 2005 @@ -10,6 +10,7 @@ Source0: http://dl.sourceforge.net/xmltv/%{name}-%{version}.tar.bz2 # Source0-md5: 5cf460444846217c0dd9f95467e9e0a1 Patch0: http://www.version6.net/mythtv/%{name}-grab_ee-20050412.diff +Patch1: %{name}-mm-version.patch URL: http://membled.com/work/apps/xmltv/ BuildRequires: perl-Archive-Zip BuildRequires: perl-CGI @@ -302,6 +303,7 @@ %prep %setup -q %patch0 -p0 +%patch1 -p1 %build %{__perl} Makefile.PL -yes \ @@ -453,6 +455,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2005/10/13 21:49:11 glen +- fix mm version check (was this root of all evil?) + Revision 1.12 2005/10/13 21:19:25 glen - try with newer perl-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xmltv.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
