From 98cdda4ec7d061ef2a4224eff63e67a6acba5c1d6cd02c9e4fdb58812ed8a62d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Apr 2024 15:23:52 +0000 Subject: [PATCH] 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 --- configure-return-void-fix.patch | 8 ++++---- freetds-1.4.10.tar.gz | 3 --- freetds-1.4.12.tar.gz | 3 +++ freetds.changes | 15 +++++++++++++++ freetds.spec | 4 ++-- 5 files changed, 24 insertions(+), 9 deletions(-) delete mode 100644 freetds-1.4.10.tar.gz create mode 100644 freetds-1.4.12.tar.gz diff --git a/configure-return-void-fix.patch b/configure-return-void-fix.patch index 4f6873e..3fa4f7a 100644 --- a/configure-return-void-fix.patch +++ b/configure-return-void-fix.patch @@ -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) { diff --git a/freetds-1.4.10.tar.gz b/freetds-1.4.10.tar.gz deleted file mode 100644 index 794bde0..0000000 --- a/freetds-1.4.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f58ee544c94a75263c9e71449ec9cf50be45c899243a4bdb73ba4cb96b8f038 -size 3288652 diff --git a/freetds-1.4.12.tar.gz b/freetds-1.4.12.tar.gz new file mode 100644 index 0000000..5c6d8e2 --- /dev/null +++ b/freetds-1.4.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b4bb1c453b41c4f22ef9c0c09fef0f34a5cfbbcf194d2ee5a4f90137d026b36 +size 3307225 diff --git a/freetds.changes b/freetds.changes index ed5f97b..ddda18e 100644 --- a/freetds.changes +++ b/freetds.changes @@ -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 diff --git a/freetds.spec b/freetds.spec index 908b64e..bf69705 100644 --- a/freetds.spec +++ b/freetds.spec @@ -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