forked from pool/iodbc
Accepting request 452692 from home:adamm:branches:devel:libraries:c_c++
Yes, I keep forgetting those trivial patch changes ;) Fixed. - Update to version 0.52.12: * Added 64bit version of the iODBC Administrator to configure and test DSNs on drivers that are only available in 64bit format * Documentation fixes - Changes in version 0.52.11: * Added support for x86_64 to iODBC Demo * Fix crash ODBCdemo - error message overwrite stack data * Fix iODBCdemo issue with UID/PWD values * Fixed crash in iODBC DM on push of "Test" button when 64bit ODBC driver is used. * Fixed crash when create_dsnsetup fails to load the window. * Fixed crash when passing an empty connect string with no window handle * Fixed crash when passing an empty connect string with no window handle. * Fixed issue in SQLGetInfo * Fixed crash when create_dsnsetup fails to load the window - fix-nonvoid-return.diff: submitted upstream OBS-URL: https://build.opensuse.org/request/show/452692 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/iodbc?expand=0&rev=15
This commit is contained in:
committed by
Git OBS Bridge
parent
b2471b7817
commit
b71e85bf24
@@ -1,3 +1,5 @@
|
||||
PR: https://github.com/openlink/iODBC/pull/19
|
||||
|
||||
diff --git a/iodbcadm/gtk/confirm.c b/iodbcadm/gtk/confirm.c
|
||||
index 35b4394..5f26b8f 100644
|
||||
--- a/iodbcadm/gtk/confirm.c
|
||||
|
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 26 11:05:59 UTC 2017 - adam.majer@suse.de
|
||||
|
||||
- Update to version 0.52.12:
|
||||
* Added 64bit version of the iODBC Administrator to configure
|
||||
and test DSNs on drivers that are only available in 64bit
|
||||
format
|
||||
* Documentation fixes
|
||||
|
||||
- Changes in version 0.52.11:
|
||||
* Added support for x86_64 to iODBC Demo
|
||||
* Fix crash ODBCdemo - error message overwrite stack data
|
||||
* Fix iODBCdemo issue with UID/PWD values
|
||||
* Fixed crash in iODBC DM on push of "Test" button when 64bit
|
||||
ODBC driver is used.
|
||||
* Fixed crash when create_dsnsetup fails to load the window.
|
||||
* Fixed crash when passing an empty connect string with no
|
||||
window handle
|
||||
* Fixed crash when passing an empty connect string with no
|
||||
window handle.
|
||||
* Fixed issue in SQLGetInfo
|
||||
* Fixed crash when create_dsnsetup fails to load the window
|
||||
|
||||
- fix-nonvoid-return.diff: submitted upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 13 13:25:55 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
|
12
iodbc.spec
12
iodbc.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package iodbc
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: iodbc
|
||||
Version: 3.52.10
|
||||
Version: 3.52.12
|
||||
Release: 0
|
||||
Summary: ODBC compliant driver manager
|
||||
License: LGPL-2.0 or BSD-3-Clause
|
||||
@@ -85,7 +85,11 @@ This package provides tools for configuring and administering iODBC
|
||||
%patch2
|
||||
|
||||
%build
|
||||
%configure --disable-static --disable-libodbc
|
||||
%configure \
|
||||
--disable-static \
|
||||
--disable-libodbc \
|
||||
--disable-dependency-tracking
|
||||
|
||||
# Don't use rpath!
|
||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
@@ -112,7 +116,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%files -n libiodbc3
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS LICENSE LICENSE.LGPL LICENSE.BSD ChangeLog NEWS README README.CVS
|
||||
%doc AUTHORS LICENSE LICENSE.LGPL LICENSE.BSD ChangeLog NEWS README
|
||||
%{_libdir}/libiodbc.so.*
|
||||
%{_libdir}/libiodbcinst.so.*
|
||||
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1568b42b4e97f36110af661d39bfea7d94ac4ff020014574b16a7199f068e11f
|
||||
size 1106714
|
3
libiodbc-3.52.12.tar.gz
Normal file
3
libiodbc-3.52.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51c5ff3a7d9a54202486cb77a3514e0e379a135beefcd5d12b96d1901f9dfb62
|
||||
size 1134054
|
Reference in New Issue
Block a user