diff --git a/freetds.spec b/freetds.spec index 49e6139..3c62067 100644 --- a/freetds.spec +++ b/freetds.spec @@ -7,7 +7,7 @@ Name: freetds Summary: Implementation of the TDS (Tabular DataStream) protocol Version: 0.82 -Release: 2%{?dist} +Release: 3%{?dist} Group: System Environment/Libraries License: LGPLv2+ and GPLv2+ URL: http://www.freetds.org/ @@ -15,7 +15,7 @@ Source0: ftp://ftp.ibiblio.org/pub/Linux/ALPHA/freetds/stable/freetds-%{version} Source1: freetds-tds_sysdep_public.h Patch0: freetds-0.82-shared-libtds.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: unixODBC-devel, readline-devel, openssl-devel, libtool +BuildRequires: unixODBC-devel, readline-devel, gnutls-devel, libtool %description @@ -67,7 +67,7 @@ autoreconf -f -i --with-unixodbc="%{_prefix}" \ --enable-msdblib \ --enable-sybase-compat \ - --with-openssl + --with-gnutls # avoid any rpath sed -i -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \ @@ -128,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jan 11 2009 Dmitry Butskoy - 0.82-3 +- Use gnutls for SSL (#479148) + * Tue Jun 17 2008 Dmitry Butskoy - 0.82-2 - Continue to provide an internal libtds library as public (patch from Hans de Goede, #451021). This shared library is needed