SPECS: expect.spec - fix compilation with tcl 8.5, thus BR tcl/tk ...
hawk
hawk at pld-linux.org
Sat Jan 19 17:45:23 CET 2008
Author: hawk Date: Sat Jan 19 16:45:23 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix compilation with tcl 8.5, thus BR tcl/tk 8.5
- release 2
---- Files affected:
SPECS:
expect.spec (1.68 -> 1.69)
---- Diffs:
================================================================
Index: SPECS/expect.spec
diff -u SPECS/expect.spec:1.68 SPECS/expect.spec:1.69
--- SPECS/expect.spec:1.68 Tue Mar 20 11:24:46 2007
+++ SPECS/expect.spec Sat Jan 19 17:45:18 2008
@@ -13,7 +13,7 @@
Name: expect
%define major 5.43
Version: %{major}.0
-Release: 1
+Release: 2
License: BSD
Group: Development/Languages/Tcl
Source0: http://expect.nist.gov/src/%{name}-%{version}.tar.gz
@@ -25,12 +25,13 @@
Patch4: %{name}-soname.patch
Patch5: %{name}-lib64.patch
Patch6: %{name}-build.patch
+Patch7: %{name}-tcl85.patch
URL: http://expect.nist.gov/
BuildRequires: autoconf
BuildRequires: automake
-BuildRequires: tcl-devel >= 8.4.6
-BuildRequires: tk-devel >= 8.4.6
-Requires: tcl >= 8.4.6
+BuildRequires: tcl-devel >= 8.5.0
+BuildRequires: tk-devel >= 8.5.0
+Requires: tcl >= 8.5.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _ulibdir /usr/lib
@@ -122,6 +123,7 @@
%patch5 -p1
%endif
%patch6 -p1
+%patch7 -p1
chmod +w {.,testsuite}/configure
@@ -229,6 +231,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.69 2008-01-19 16:45:18 hawk
+- fix compilation with tcl 8.5, thus BR tcl/tk 8.5
+- release 2
+
Revision 1.68 2007-03-20 10:24:46 pluto
- big fat warning.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/expect.spec?r1=1.68&r2=1.69&f=u
More information about the pld-cvs-commit
mailing list