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

Tom Callaway spot at fedoraproject.org
Wed Sep 17 19:06:04 UTC 2008


Author: spot

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

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


Index: tcl-snack.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tcl-snack/devel/tcl-snack.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tcl-snack.spec	12 Sep 2008 21:14:51 -0000	1.1
+++ tcl-snack.spec	17 Sep 2008 19:05:34 -0000	1.2
@@ -5,7 +5,7 @@
 
 Name:		tcl-%{realname}
 Version:	2.2.10
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Sound toolkit
 Group:		System Environment/Libraries
 License:	GPLv2+
@@ -23,7 +23,7 @@
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	tcl-devel, tk-devel, alsa-lib-devel, libogg-devel, libvorbis-devel
 BuildRequires:	python-devel
-Requires:	tcl(abi) = 8.5
+Requires:	tcl(abi) = %{tcl_version}
 Provides:	%{realname} = %{version}-%{release}
 
 %description
@@ -97,6 +97,9 @@
 %{python_sitelib}/tkSnack*
 
 %changelog
+* Wed Sep 17 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.2.10-3
+- don't hardcode tcl abi version
+
 * Mon Aug  4 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.2.10-2
 - add BR: python
 




More information about the fedora-extras-commits mailing list