rpms/tcllib/EL-4 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 tcllib.spec, 1.5, 1.6

Michael Thomas (wart) fedora-extras-commits at redhat.com
Fri Aug 1 04:36:52 UTC 2008


Author: wart

Update of /cvs/extras/rpms/tcllib/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4866

Modified Files:
	.cvsignore sources tcllib.spec 
Log Message:
Update to 1.10



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tcllib/EL-4/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	13 Jan 2007 18:25:19 -0000	1.5
+++ .cvsignore	1 Aug 2008 04:36:22 -0000	1.6
@@ -1 +1 @@
-tcllib-1.9.tar.gz
+tcllib-1.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tcllib/EL-4/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	13 Jan 2007 18:25:19 -0000	1.5
+++ sources	1 Aug 2008 04:36:22 -0000	1.6
@@ -1 +1 @@
-17d9ae35b1c6fde1d79c5b1423416cd2  tcllib-1.9.tar.gz
+5dd5e5db04a1c39b7e2d25c0614f5dcb  tcllib-1.10.tar.gz


Index: tcllib.spec
===================================================================
RCS file: /cvs/extras/rpms/tcllib/EL-4/tcllib.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tcllib.spec	13 Jan 2007 18:25:19 -0000	1.5
+++ tcllib.spec	1 Aug 2008 04:36:22 -0000	1.6
@@ -1,10 +1,10 @@
 Summary: The standard Tcl library
 Name: tcllib
-Version: 1.9
+Version: 1.10
 Release: 1%{?dist}
-License: BSD-like
+License: TCL
 Group: Development/Libraries
-Source: http://download.sourceforge.net/tcllib/tcllib-1.9.tar.gz
+Source: http://downloads.sourceforge.net/tcllib/tcllib-1.10.tar.gz
 URL: http://tcllib.sourceforge.net/
 BuildArchitectures: noarch
 Requires: tcl >= 8.3.1
@@ -19,6 +19,14 @@
 %prep
 %setup -q
 chmod -x modules/doctools/mpformats/fr.msg
+# Convert a couple of files to UTF-8
+for file in modules/struct/pool.html ; do
+    iconv --from=ISO-8859-1 --to=UTF-8 ${file} > ${file}.new
+    mv -f ${file}.new ${file}
+done
+
+%build
+# Nothing to build!
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -54,6 +62,9 @@
 %{_mandir}/mann/*
 
 %changelog
+* Thu Jul 31 2008 Wart <wart at kobold.org> 1.10-1
+- Update to 1.10
+
 * Sat Jan 13 2007 Wart <wart at kobold.org> 1.9-1
 - Update to 1.9
 




More information about the fedora-extras-commits mailing list