Hello community,

here is the log from the commit of package unixODBC for openSUSE:Factory 
checked in at 2014-02-15 17:22:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/unixODBC (Old)
 and      /work/SRC/openSUSE:Factory/.unixODBC.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "unixODBC"

Changes:
--------
--- /work/SRC/openSUSE:Factory/unixODBC/unixODBC.changes        2013-04-05 
17:14:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.unixODBC.new/unixODBC.changes   2014-02-15 
17:22:40.000000000 +0100
@@ -1,0 +2,16 @@
+Tue Jan 28 02:29:44 UTC 2014 - adler_...@yahoo.com
+
+- Don't hard code gz extension for man pages
+
+-------------------------------------------------------------------
+Fri Jan 24 01:08:59 UTC 2014 - adler_...@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 
+
+-------------------------------------------------------------------

Old:
----
  unixODBC-2.3.1.tar.gz

New:
----
  unixODBC-2.3.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ unixODBC.spec ++++++
--- /var/tmp/diff_new_pack.Jh5y9Y/_old  2014-02-15 17:22:40.000000000 +0100
+++ /var/tmp/diff_new_pack.Jh5y9Y/_new  2014-02-15 17:22:40.000000000 +0100
@@ -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 @@
 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 @@
 %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 @@
 %{_prefix}/bin/iusql
 %{_prefix}/bin/odbcinst
 %{_prefix}/bin/odbc_config
+%{_prefix}/bin/slencheck
 %{_libdir}/libodbc.so.*
 %{_libdir}/libodbcinst.so.*
 %{_libdir}/libodbccr.so.*

++++++ unixODBC-2.3.1.tar.gz -> unixODBC-2.3.2.tar.gz ++++++
++++ 26510 lines of diff (skipped)

++++++ unixODBC-gccwarnings.patch ++++++
--- /var/tmp/diff_new_pack.Jh5y9Y/_old  2014-02-15 17:22:41.000000000 +0100
+++ /var/tmp/diff_new_pack.Jh5y9Y/_new  2014-02-15 17:22:41.000000000 +0100
@@ -122,16 +122,3 @@
  
  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 );

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to