Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
a51e48824c |
@@ -1,8 +1,8 @@
|
|||||||
Index: freetds-1.4.12/configure
|
Index: freetds-1.4.2/configure
|
||||||
===================================================================
|
===================================================================
|
||||||
--- freetds-1.4.12.orig/configure
|
--- freetds-1.4.2.orig/configure
|
||||||
+++ freetds-1.4.12/configure
|
+++ freetds-1.4.2/configure
|
||||||
@@ -21713,6 +21713,7 @@ SQLRETURN SQL_API SQLColAttribute (SQLH
|
@@ -21580,6 +21580,7 @@ SQLRETURN SQL_API SQLColAttribute (SQLH
|
||||||
SQLUSMALLINT ColumnNumber, SQLUSMALLINT FieldIdentifier,
|
SQLUSMALLINT ColumnNumber, SQLUSMALLINT FieldIdentifier,
|
||||||
SQLPOINTER CharacterAttribute, SQLSMALLINT BufferLength,
|
SQLPOINTER CharacterAttribute, SQLSMALLINT BufferLength,
|
||||||
SQLSMALLINT *StringLength, SQLLEN * NumericAttribute) {
|
SQLSMALLINT *StringLength, SQLLEN * NumericAttribute) {
|
||||||
|
BIN
freetds-1.4.10.tar.gz
(Stored with Git LFS)
Normal file
BIN
freetds-1.4.10.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
freetds-1.4.17.tar.gz
(Stored with Git LFS)
BIN
freetds-1.4.17.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,37 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jun 7 14:02:23 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 1.4.17:
|
|
||||||
* _blk_get_col_data: Consistently return TDS_FAIL on failure.
|
|
||||||
* Support very old Sybase ASE versions
|
|
||||||
* datacopy: Increase CREATE TABLE command buffer to accommodate
|
|
||||||
larger queries
|
|
||||||
* datacopy fails on tables with an unusually high number of
|
|
||||||
columns.
|
|
||||||
* Change some file license from GPL to LGPL
|
|
||||||
* Support Sybase server not configured with UTF-8 charset
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
|
||||||
|
|
||||||
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
|
||||||
PatchN.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 27 21:00:42 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Wed Dec 27 21:00:42 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package freetds
|
# spec file for package freetds
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: freetds
|
Name: freetds
|
||||||
Version: 1.4.17
|
Version: 1.4.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A free re-implementation of the TDS (Tabular Data Stream) protocol
|
Summary: A free re-implementation of the TDS (Tabular Data Stream) protocol
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
@@ -120,7 +120,8 @@ The freetds-doc package contains the useguide and reference of FreeTDS
|
|||||||
and can be installed even if FreeTDS main package is not installed
|
and can be installed even if FreeTDS main package is not installed
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
|
Reference in New Issue
Block a user