diff --git a/tls.spec b/tls.spec index 9b04858..9661408 100644 --- a/tls.spec +++ b/tls.spec @@ -1,8 +1,8 @@ %define majversion %(echo %version | cut -d. -f 1-2) Name: tls -Version: 1.6 -Release: 2mamba +Version: 1.6.7 +Release: 1mamba Summary: OpenSSL/RSA-bsafe Tcl extension Group: Development/Bindings Vendor: openmamba @@ -17,7 +17,7 @@ License: BSD BuildRequires: glibc-devel BuildRequires: libopenssl-devel ## AUTOBUILDREQ-END -BuildRequires: libtcl85-devel +BuildRequires: libtcl-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -25,7 +25,7 @@ TLS is an OpenSSL / RSA-bsafe Tcl extension that provides secure connections on Within a few lines of code, users can query https servers (see the tclhttpd project for an https server using TLS). %prep -%setup -q -n %{name}%{majversion} +%setup -q -n %{name}%{version} #%patch -p1 #%patch1 -p1 @@ -52,6 +52,9 @@ Within a few lines of code, users can query https servers (see the tclhttpd proj %doc ChangeLog README.txt license.terms tls.htm %changelog +* Thu Jan 21 2016 Automatic Build System 1.6.7-1mamba +- automatic version update by autodist + * Wed Nov 24 2010 Silvan Calarco 1.6-2mamba - rebuilt with openssl 1.0