rpms/tcllib/F-8 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 tcllib.spec, 1.13, 1.14

Michael Thomas (wart) fedora-extras-commits at redhat.com
Sun Nov 25 23:26:10 UTC 2007


Author: wart

Update of /cvs/extras/rpms/tcllib/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8251

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tcllib/F-8/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	19 Oct 2006 18:30:52 -0000	1.4
+++ .cvsignore	25 Nov 2007 23:25:36 -0000	1.5
@@ -1 +1 @@
-tcllib-1.9.tar.gz
+tcllib-1.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tcllib/F-8/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	19 Oct 2006 18:30:52 -0000	1.4
+++ sources	25 Nov 2007 23:25:36 -0000	1.5
@@ -1 +1 @@
-17d9ae35b1c6fde1d79c5b1423416cd2  tcllib-1.9.tar.gz
+5dd5e5db04a1c39b7e2d25c0614f5dcb  tcllib-1.10.tar.gz


Index: tcllib.spec
===================================================================
RCS file: /cvs/extras/rpms/tcllib/F-8/tcllib.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- tcllib.spec	27 Aug 2007 22:49:08 -0000	1.13
+++ tcllib.spec	25 Nov 2007 23:25:36 -0000	1.14
@@ -3,11 +3,11 @@
 
 Summary: The standard Tcl library
 Name: tcllib
-Version: 1.9
-Release: 5%{?dist}
+Version: 1.10
+Release: 1%{?dist}
 License: TCL
 Group: Development/Libraries
-Source: http://downloads.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
@@ -22,6 +22,11 @@
 %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!
@@ -64,6 +69,8 @@
 %{_bindir}/tcldocstrip
 
 %changelog
+* Sat Nov 24 2007 Wart <wart at kobold.org> - 1.10-1
+- Update to 1.10
 - Fix download URL
 
 * Tue Aug 21 2007 Wart <wart at kobold.org> - 1.9-5




More information about the fedora-extras-commits mailing list