auto-import changelog data from expect-5.42.1-1.src.rpm

Thu Aug 05 2004 Jens Petersen <petersen@redhat.com> - 5.42.1-1
- update to 5.42.1 (Robert Scheck, 126536)
- no longer need expect-5.32.2-kibitz.patch
- update expect-5.38.0-autopasswd-9917.patch
- drop explicit tcl and tk requires
This commit is contained in:
cvsdist 2004-09-09 04:38:43 +00:00
parent 5775b3899c
commit dba98153c8
3 changed files with 12 additions and 9 deletions

View File

@ -1 +1 @@
expect-5.39.0.tar.gz expect-5.42.1.tar.gz

View File

@ -1,19 +1,17 @@
%define majorver 5.39 %define majorver 5.42
Summary: A program-script interaction and testing utility Summary: A program-script interaction and testing utility
Name: expect Name: expect
Version: %{majorver}.0 Version: %{majorver}.1
Release: 98 Release: 1
License: Public Domain License: Public Domain
Group: Development/Languages Group: Development/Languages
URL: http://expect.nist.gov/ URL: http://expect.nist.gov/
Source: http://expect.nist.gov/src/%{name}-%{version}.tar.gz Source: http://expect.nist.gov/src/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: tcl
Buildrequires: tcl-devel tk-devel autoconf213 Buildrequires: tcl-devel tk-devel autoconf213
Patch0: expect-5.32.2-random.patch Patch0: expect-5.32.2-random.patch
Patch1: expect-5.39.0-64bit-82547.patch Patch1: expect-5.39.0-64bit-82547.patch
Patch2: expect-5.32.2-kibitz.patch
Patch3: expect-5.32.2-fixcat.patch Patch3: expect-5.32.2-fixcat.patch
Patch6: expect-5.38.0-spawn-43310.patch Patch6: expect-5.38.0-spawn-43310.patch
Patch8: expect-5.32.2-setpgrp.patch Patch8: expect-5.32.2-setpgrp.patch
@ -45,7 +43,7 @@ This package contains development files for the expect library.
%package -n expectk %package -n expectk
Summary: A program-script interaction and testing utility Summary: A program-script interaction and testing utility
Group: Development/Languages Group: Development/Languages
Requires: expect = %{version}, tcl, tk Requires: expect = %{version}-%{release}
%description -n expectk %description -n expectk
Expect is a tcl application for automating and testing Expect is a tcl application for automating and testing
@ -59,7 +57,6 @@ This package contains expectk and some scripts that use it.
%setup -q -n expect-%{majorver} %setup -q -n expect-%{majorver}
%patch0 -p1 -b .random %patch0 -p1 -b .random
%patch1 -p1 -b .64bit %patch1 -p1 -b .64bit
%patch2 -p1 -b .kibitz
%patch3 -p1 -b .fixcat %patch3 -p1 -b .fixcat
%patch6 -p2 -b .spawn %patch6 -p2 -b .spawn
%patch8 -p2 -b .pgrp %patch8 -p2 -b .pgrp
@ -141,6 +138,12 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/tknewsbiff.1* %{_mandir}/man1/tknewsbiff.1*
%changelog %changelog
* Thu Aug 5 2004 Jens Petersen <petersen@redhat.com> - 5.42.1-1
- update to 5.42.1 (Robert Scheck, 126536)
- no longer need expect-5.32.2-kibitz.patch
- update expect-5.38.0-autopasswd-9917.patch
- drop explicit tcl and tk requires
* Mon Jun 21 2004 Alan Cox <alan@redhat.com> * Mon Jun 21 2004 Alan Cox <alan@redhat.com>
- Autopasswd doesnt work and isnt ever going to work with pam around - Autopasswd doesnt work and isnt ever going to work with pam around
since password setting depends on the modules in use (think "fingerprint" since password setting depends on the modules in use (think "fingerprint"

View File

@ -1 +1 @@
38a39787ef888f4fa009a8384d5c7c0a expect-5.39.0.tar.gz fea346fac6aaf74b0851f2441f478571 expect-5.42.1.tar.gz