rpms/tcllib/EL-5 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 tcllib.spec, 1.8, 1.9

Michael Thomas (wart) fedora-extras-commits at redhat.com
Fri Aug 1 03:48:38 UTC 2008


Author: wart

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tcllib/EL-5/.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	1 Aug 2008 03:48:07 -0000	1.5
@@ -1 +1 @@
-tcllib-1.9.tar.gz
+tcllib-1.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tcllib/EL-5/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	1 Aug 2008 03:48:07 -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/EL-5/tcllib.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tcllib.spec	19 Oct 2006 18:30:52 -0000	1.8
+++ tcllib.spec	1 Aug 2008 03:48:07 -0000	1.9
@@ -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
+
 * Thu Oct 19 2006 Wart <wart at kobold.org> 1.9-1
 - Update to 1.9
 




More information about the fedora-extras-commits mailing list