diff --git a/unixODBC-2.3.1.tar.gz b/unixODBC-2.3.1.tar.gz deleted file mode 100644 index feed63f..0000000 --- a/unixODBC-2.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f5be3edecff9e31072ef738ea1d8019594c4f0c2e3ab427e6eef153491db6a2 -size 1813380 diff --git a/unixODBC-2.3.2.tar.gz b/unixODBC-2.3.2.tar.gz new file mode 100644 index 0000000..04c5de7 --- /dev/null +++ b/unixODBC-2.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3459742f25df5aa3c10a61429bde51a6d4f11552c03095f1d33d7eb02b5c9a +size 1849173 diff --git a/unixODBC-gccwarnings.patch b/unixODBC-gccwarnings.patch index e5d3f83..593321f 100644 --- a/unixODBC-gccwarnings.patch +++ b/unixODBC-gccwarnings.patch @@ -122,16 +122,3 @@ Index: Drivers/nn/yylex.c static int getcmpopidxbyname(char* name) { -Index: exe/iusql.c -=================================================================== ---- exe/iusql.c.orig -+++ exe/iusql.c -@@ -29,6 +29,8 @@ - static int OpenDatabase( SQLHENV *phEnv, SQLHDBC *phDbc, char *szDSN, char *szUID, char *szPWD ); - static int ExecuteSQL( SQLHDBC hDbc, char *szSQL, char cDelimiter, int bColumnNames, int bHTMLTable ); - static int ExecuteHelp( SQLHDBC hDbc, char *szSQL, char cDelimiter, int bColumnNames, int bHTMLTable ); -+static int CloseDatabase( SQLHENV hEnv, SQLHDBC hDbc ); -+ - - static void WriteHeaderHTMLTable( SQLHSTMT hStmt ); - static void WriteHeaderNormal( SQLHSTMT hStmt, SQLCHAR *szSepLine ); diff --git a/unixODBC.changes b/unixODBC.changes index 7e92fe4..7494482 100644 --- a/unixODBC.changes +++ b/unixODBC.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Jan 28 02:29:44 UTC 2014 - adler_187@yahoo.com + +- Don't hard code gz extension for man pages + +------------------------------------------------------------------- +Fri Jan 24 01:08:59 UTC 2014 - adler_187@yahoo.com + +- update to version 2.3.2 + * Some ODBC 3.80 support added + * Unicode/ANSI conversion fixes + * isql regained -e option since it was missing + * Add slencheck executable to try and find the sizeof(SQLLEN) from an installed driver + * some man pages added + * many other fixes, see http://www.unixodbc.org + ------------------------------------------------------------------- Fri Apr 5 10:09:59 UTC 2013 - idonmez@suse.com diff --git a/unixODBC.spec b/unixODBC.spec index b057f50..c84c5ae 100644 --- a/unixODBC.spec +++ b/unixODBC.spec @@ -1,7 +1,7 @@ # # spec file for package unixODBC # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Name: unixODBC BuildRequires: bison BuildRequires: gcc-c++ BuildRequires: libtool -Version: 2.3.1 +Version: 2.3.2 Release: 0 Summary: ODBC driver manager with some drivers included License: GPL-2.0+ and LGPL-2.1+ @@ -132,6 +132,11 @@ rm -rf "$RPM_BUILD_ROOT" %files %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README README.SuSE doc/*.html doc/*.gif +%docdir %{_mandir} +%{_mandir}/man1/isql.1.* +%{_mandir}/man1/odbcinst.1.* +%{_mandir}/man5/odbc.ini.5.* +%{_mandir}/man5/odbcinst.ini.5.* %dir %{_sysconfdir}/%{name} %dir %{_sysconfdir}/%{name}/ODBCDataSources %dir %{_libdir}/%{name} @@ -142,6 +147,7 @@ rm -rf "$RPM_BUILD_ROOT" %{_prefix}/bin/iusql %{_prefix}/bin/odbcinst %{_prefix}/bin/odbc_config +%{_prefix}/bin/slencheck %{_libdir}/libodbc.so.* %{_libdir}/libodbcinst.so.* %{_libdir}/libodbccr.so.*