rpms/freetds/F-10 freetds.spec,1.12,1.13

Dmitry Butskoy buc at fedoraproject.org
Sun Jan 11 17:13:37 UTC 2009


Author: buc

Update of /cvs/extras/rpms/freetds/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21496

Modified Files:
	freetds.spec 
Log Message:



Index: freetds.spec
===================================================================
RCS file: /cvs/extras/rpms/freetds/F-10/freetds.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- freetds.spec	17 Jun 2008 14:29:53 -0000	1.12
+++ freetds.spec	11 Jan 2009 17:13:06 -0000	1.13
@@ -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 @@
 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 @@
 	--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 @@
  
 
 %changelog
+* Sun Jan 11 2009 Dmitry Butskoy <Dmitry at Butskoy.name> - 0.82-3
+- Use gnutls for SSL (#479148)
+
 * Tue Jun 17 2008 Dmitry Butskoy <Dmitry at Butskoy.name> - 0.82-2
 - Continue to provide an internal libtds library as public
   (patch from Hans de Goede, #451021). This shared library is needed




More information about the fedora-extras-commits mailing list