rpms/tcllib/FC-4 tcllib.spec,1.2,1.3

Michael Thomas (wart) fedora-extras-commits at redhat.com
Mon Oct 17 00:20:14 UTC 2005


Author: wart

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

Modified Files:
	tcllib.spec 
Log Message:
Update to 1.8




Index: tcllib.spec
===================================================================
RCS file: /cvs/extras/rpms/tcllib/FC-4/tcllib.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tcllib.spec	3 Oct 2005 00:21:51 -0000	1.2
+++ tcllib.spec	17 Oct 2005 00:20:12 -0000	1.3
@@ -1,10 +1,10 @@
 Summary: The standard Tcl library
 Name: tcllib
-Version: 1.7
-Release: 3%{?dist}
+Version: 1.8
+Release: 2%{?dist}
 License: BSD-like
 Group: Development/Libraries
-Source: http://download.sourceforge.net/tcllib/tcllib-1.7.tar.bz2
+Source: http://download.sourceforge.net/tcllib/tcllib-1.8.tar.gz
 URL: http://tcllib.sourceforge.net/
 BuildArchitectures: noarch
 Requires: tcl >= 8.3.1
@@ -28,7 +28,7 @@
 # install HTML documentation into specific modules sub-directories:
 cd modules
     mkdir -p ../ftp; cp ftp/docs/*.html ../ftp/
-    for module in exif mime snit stooop struct textutil; do
+    for module in exif mime stooop struct textutil; do
         mkdir -p ../$module && cp $module/*.html ../$module/;
     done
 cd ..
@@ -38,12 +38,18 @@
 
 %files
 %defattr(-,root,root)
-%doc PACKAGES README README-1.7.txt ChangeLog license.terms
-%doc exif/ ftp/ mime/ snit/ stooop/ struct/ textutil/
+%doc PACKAGES README README-1.8.txt ChangeLog license.terms
+%doc exif/ ftp/ mime/ stooop/ struct/ textutil/
 %{_datadir}/tcl*/%{name}-%{version}
 %{_mandir}/mann/*
 
 %changelog
+* Sun Oct 16 2005 Wart <wart at kobold.org> 1.8-2
+- Bumped release number to fix cvs tagging problem.
+
+* Sun Oct 16 2005 Wart <wart at kobold.org> 1.8-1
+- update to 1.8
+
 * Sun Oct 2 2005 Wart <wart at kobold.org> 1.7-3
 - Remove generated filelist; other minor spec file improvements.
 




More information about the fedora-extras-commits mailing list