Accepting request 1164138 from home:pgajdos

- version update to 1.4.12
  * ctlib: Fix crash using ct_command with CS_MORE option
  * defncopy: Use memory instead of temporary file
  * defncopy: Fix MS column length for N(VAR)CHAR types
  * defncopy: Quote strings and identifiers
  * defncopy: Trim spaces around nullable flags
  * defncopy: Fix for order of index recordset
  * defncopy: Quote key index names
  * defncopy: Add test for the applications
- modified patches
  % configure-return-void-fix.patch (refreshed)

OBS-URL: https://build.opensuse.org/request/show/1164138
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=84
This commit is contained in:
Dirk Mueller 2024-04-02 15:23:52 +00:00 committed by Git OBS Bridge
parent c1399850f9
commit 98cdda4ec7
5 changed files with 24 additions and 9 deletions

View File

@ -1,8 +1,8 @@
Index: freetds-1.4.2/configure
Index: freetds-1.4.12/configure
===================================================================
--- freetds-1.4.2.orig/configure
+++ freetds-1.4.2/configure
@@ -21580,6 +21580,7 @@ SQLRETURN SQL_API SQLColAttribute (SQLH
--- freetds-1.4.12.orig/configure
+++ freetds-1.4.12/configure
@@ -21713,6 +21713,7 @@ SQLRETURN SQL_API SQLColAttribute (SQLH
SQLUSMALLINT ColumnNumber, SQLUSMALLINT FieldIdentifier,
SQLPOINTER CharacterAttribute, SQLSMALLINT BufferLength,
SQLSMALLINT *StringLength, SQLLEN * NumericAttribute) {

BIN
freetds-1.4.10.tar.gz (Stored with Git LFS)

Binary file not shown.

3
freetds-1.4.12.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b4bb1c453b41c4f22ef9c0c09fef0f34a5cfbbcf194d2ee5a4f90137d026b36
size 3307225

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Apr 2 13:56:39 UTC 2024 - pgajdos@suse.com
- version update to 1.4.12
* ctlib: Fix crash using ct_command with CS_MORE option
* defncopy: Use memory instead of temporary file
* defncopy: Fix MS column length for N(VAR)CHAR types
* defncopy: Quote strings and identifiers
* defncopy: Trim spaces around nullable flags
* defncopy: Fix for order of index recordset
* defncopy: Quote key index names
* defncopy: Add test for the applications
- modified patches
% configure-return-void-fix.patch (refreshed)
-------------------------------------------------------------------
Mon Feb 26 08:44:42 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package freetds
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# 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: freetds
Version: 1.4.10
Version: 1.4.12
Release: 0
Summary: A free re-implementation of the TDS (Tabular Data Stream) protocol
License: GPL-2.0-or-later AND LGPL-2.1-or-later