rpms/tcltls/devel tcltls.spec,1.8,1.9

Sander Hoentjen tjikkun at fedoraproject.org
Wed Dec 3 14:10:16 UTC 2008


Author: tjikkun

Update of /cvs/pkgs/rpms/tcltls/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13756

Modified Files:
	tcltls.spec 
Log Message:
adding requires: tcl



Index: tcltls.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tcltls/devel/tcltls.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tcltls.spec	9 Oct 2008 09:15:04 -0000	1.8
+++ tcltls.spec	3 Dec 2008 14:09:45 -0000	1.9
@@ -3,7 +3,7 @@
 
 Name:           tcltls
 Version:        1.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        OpenSSL extension for Tcl
 
 Group:          Development/Libraries
@@ -13,6 +13,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  openssl-devel, tcl-devel
+Requires: tcl(abi) = 8.5
 Patch1: tcltls-1.6-no-rpath.patch
 
 %description
@@ -33,14 +34,6 @@
 %setup -n tls%{version} -q
 
 %patch1 -p1 -b .1-no-rpath
-#%patch1 -p1 -b .1-pkgname
-#%patch2 -p1 -b .2-rpmoptflags
-#%patch3 -p1 -b .3-64bit
-#%patch4 -p1 -b .4-soname
-#%patch5 -p1 -b .5-soname
-#%patch6 -p1 -b .6-relpath
-#%patch7 -p1 -b .7-pkgindex-version
-#%patch8 -p1 -b .8-ciphertest
 
 %build
 %configure --with-ssl-dir=%{_prefix}
@@ -66,6 +59,9 @@
 %{_includedir}/tls.h
 
 %changelog
+* Thu Dec 03 2008 Sander Hoentjen <sander at hoentjen.eu> - 1.6-2
+- Add requires on tcl
+
 * Thu Oct 09 2008 Sander Hoentjen <sander at hoentjen.eu> - 1.6-1
 - Update to latest release
 




More information about the fedora-extras-commits mailing list