rpms/expect/devel .cvsignore, 1.4, 1.5 expect.spec, 1.24, 1.25 sources, 1.6, 1.7

Vitezslav Crhonek (vcrhonek) fedora-extras-commits at redhat.com
Mon Jun 9 12:33:42 UTC 2008


Author: vcrhonek

Update of /cvs/extras/rpms/expect/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20494

Modified Files:
	.cvsignore expect.spec sources 
Log Message:
Use latest config.sub file for package build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/expect/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	7 Mar 2005 04:31:01 -0000	1.4
+++ .cvsignore	9 Jun 2008 12:33:00 -0000	1.5
@@ -1,2 +1,3 @@
 expect-5.42.1.tar.gz
 expect-5.43.0.tar.gz
+config.sub


Index: expect.spec
===================================================================
RCS file: /cvs/extras/rpms/expect/devel/expect.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- expect.spec	11 Feb 2008 12:46:06 -0000	1.24
+++ expect.spec	9 Jun 2008 12:33:00 -0000	1.25
@@ -5,11 +5,12 @@
 Summary: A program-script interaction and testing utility
 Name: expect
 Version: %{majorver}.0
-Release: 13%{?dist}
+Release: 14%{?dist}
 License: Public Domain
 Group: Development/Languages
 URL: http://expect.nist.gov/
 Source: http://expect.nist.gov/src/%{name}-%{version}.tar.gz
+Source1: config.sub
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Buildrequires: tcl-devel tk-devel autoconf automake
 Patch0: expect-5.38.0-spawn-43310.patch
@@ -79,6 +80,7 @@
   autoconf -I.. )
 
 %build
+cp -fp %SOURCE1 .;
 %configure --with-tcl=%{_libdir} --with-tk=%{_libdir} --enable-shared \
 	--with-tclinclude=%{_includedir}/tcl-private
 make %{?_smp_mflags}
@@ -153,6 +155,10 @@
 %{_mandir}/man1/tknewsbiff.1*
 
 %changelog
+* Mon Jun  9 2008 Vitezslav Crhonek <vcrhonek at redhat.com> - 5:43.0-14
+- Use latest config.sub file for package build
+  Resolves: #449560
+
 * Mon Feb 11 2008 Vitezslav Crhonek <vcrhonek at redhat.com> - 5:43.0-13
 - Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/expect/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	1 Feb 2006 22:21:11 -0000	1.6
+++ sources	9 Jun 2008 12:33:00 -0000	1.7
@@ -1 +1,2 @@
 230400129630335b3060a42f66fec11d  expect-5.43.0.tar.gz
+d2ef2acafb72e8f3f3029d30e2a8e228  config.sub




More information about the fedora-extras-commits mailing list