Author: arekm Date: Wed Sep 17 09:33:53 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - fix undef symbol
---- Files affected: SPECS: tcl-z.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/tcl-z.spec diff -u SPECS/tcl-z.spec:1.3 SPECS/tcl-z.spec:1.4 --- SPECS/tcl-z.spec:1.3 Wed Sep 17 11:24:01 2008 +++ SPECS/tcl-z.spec Wed Sep 17 11:33:48 2008 @@ -7,7 +7,7 @@ Group: Development/Languages/Tcl Source0: http://sgolovan.nes.ru/jabber/ztcl/ztcl/ztcl_%{version}b4_src.tar.gz # Source0-md5: 32c2ae026ca12a370b56f7f1155ae90c -BuildRequires: tcl-devel >= 8.4.3 +BuildRequires: tcl-devel >= 8.5.0 BuildRequires: tcl-more-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -32,6 +32,7 @@ %setup -q -n ztcl_%{version}b4 sed -i -e 's#/home/devel/src/C/tcl/ztcl/main--1.0/##g' Makefile* +sed -i -e 's#tclstub8.4#tclstub8.5#g' configure* %build %configure \ @@ -81,6 +82,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2008/09/17 09:33:48 arekm +- fix undef symbol + Revision 1.3 2008/09/17 09:24:01 arekm - updated ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tcl-z.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
