Accepting request 222338 from server:database
Update to 2.3.2 and fix issue with man page extension from previous request (forwarded request 215333 from adler187) OBS-URL: https://build.opensuse.org/request/show/222338 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=24
This commit is contained in:
commit
c67e54059a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1f5be3edecff9e31072ef738ea1d8019594c4f0c2e3ab427e6eef153491db6a2
|
|
||||||
size 1813380
|
|
3
unixODBC-2.3.2.tar.gz
Normal file
3
unixODBC-2.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9c3459742f25df5aa3c10a61429bde51a6d4f11552c03095f1d33d7eb02b5c9a
|
||||||
|
size 1849173
|
@ -122,16 +122,3 @@ Index: Drivers/nn/yylex.c
|
|||||||
|
|
||||||
static int getcmpopidxbyname(char* name)
|
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 );
|
|
||||||
|
@ -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
|
Fri Apr 5 10:09:59 UTC 2013 - idonmez@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package unixODBC
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@ Name: unixODBC
|
|||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
Version: 2.3.1
|
Version: 2.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: ODBC driver manager with some drivers included
|
Summary: ODBC driver manager with some drivers included
|
||||||
License: GPL-2.0+ and LGPL-2.1+
|
License: GPL-2.0+ and LGPL-2.1+
|
||||||
@ -132,6 +132,11 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README README.SuSE doc/*.html doc/*.gif
|
%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}
|
||||||
%dir %{_sysconfdir}/%{name}/ODBCDataSources
|
%dir %{_sysconfdir}/%{name}/ODBCDataSources
|
||||||
%dir %{_libdir}/%{name}
|
%dir %{_libdir}/%{name}
|
||||||
@ -142,6 +147,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{_prefix}/bin/iusql
|
%{_prefix}/bin/iusql
|
||||||
%{_prefix}/bin/odbcinst
|
%{_prefix}/bin/odbcinst
|
||||||
%{_prefix}/bin/odbc_config
|
%{_prefix}/bin/odbc_config
|
||||||
|
%{_prefix}/bin/slencheck
|
||||||
%{_libdir}/libodbc.so.*
|
%{_libdir}/libodbc.so.*
|
||||||
%{_libdir}/libodbcinst.so.*
|
%{_libdir}/libodbcinst.so.*
|
||||||
%{_libdir}/libodbccr.so.*
|
%{_libdir}/libodbccr.so.*
|
||||||
|
Loading…
Reference in New Issue
Block a user