rpms/tcl-tile/devel tcl-tile.spec,1.1,1.2

Tom Callaway spot at fedoraproject.org
Wed Sep 17 19:10:05 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/tcl-tile/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4852/devel

Modified Files:
	tcl-tile.spec 
Log Message:
dont hardcode tcl abi version


Index: tcl-tile.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tcl-tile/devel/tcl-tile.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tcl-tile.spec	14 Sep 2008 03:04:10 -0000	1.1
+++ tcl-tile.spec	17 Sep 2008 19:09:34 -0000	1.2
@@ -4,7 +4,7 @@
 
 Name:		tcl-%{realname}
 Version:	0.8.2
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Modified Tk styling engine
 Group:		System Environment/Libraries
 License:	TCL
@@ -14,7 +14,7 @@
 Provides:	%{realname} = %{version}-%{release}
 Provides:	tk-%{realname} = %{version}-%{release}
 BuildRequires:	tcl-devel, tk-devel, libX11-devel
-Requires:	tcl(abi) = 8.5
+Requires:	tcl(abi) = %{tcl_version}
 
 %description
 The Tile Widget Set is an experimental reimplementation of
@@ -66,6 +66,9 @@
 %{_libdir}/libttkstub.a
 
 %changelog
+* Wed Sep 17 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.8.2-3
+- don't hardcode tcl abi requires
+
 * Mon Aug 25 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.8.2-2
 - fix license tag
 




More information about the fedora-extras-commits mailing list