Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package freetds for openSUSE:Factory checked 
in at 2021-02-01 13:24:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freetds (Old)
 and      /work/SRC/openSUSE:Factory/.freetds.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "freetds"

Mon Feb  1 13:24:29 2021 rev:31 rq:866420 version:1.2.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/freetds/freetds.changes  2020-05-16 
22:26:33.937301604 +0200
+++ /work/SRC/openSUSE:Factory/.freetds.new.28504/freetds.changes       
2021-02-01 13:24:32.229759737 +0100
@@ -1,0 +2,47 @@
+Sun Jan 24 18:53:45 UTC 2021 - Dirk M??ller <[email protected]>
+
+- update to 1.2.18:
+- Sybase server:
+  - All strings are now converted as MSSQL;
+  - Support kerberos login;
+  - DB-Library: add DBSETNETWORKAUTH, DBSETMUTUALAUTH, DBSETDELEGATION and
+    DBSETSERVERPRINCIPAL;
+  - CT-Library: add CS_SEC_NETWORKAUTH, CS_SEC_NETWORKAUTH,
+    CS_SEC_NETWORKAUTH and CS_SEC_NETWORKAUTH;
+- Bulk copies:
+  - DB-Library: fix trim of unicode fields;
+  - Apply character conversion for Sybase, like MSSQL;
+  - Ignore computed columns;
+  - Properly support multibyte strings in column names;
+  - DB-Library: stop correctly on BCPMAXERRS setting;
+  - DB-Library: do not try to convert skipped rows reading file allowing
+    for instance to load CVS files;
+- CT-Library: added CS_DATABASE property to allows to connect correctly
+  to Azure servers;
+- Improve support for MS XML columns for both DB-Library and CT-Library;
+- Fix some issues with MSSQL server redirection (used for instance in
+  Azure);
+- Change SQL_DESC_OCTET_LENGTH value for wise character columns;
+- Better support for SQL_VARIANT:
+  - Better column checks;
+  - CT-Library: now supported, columns are returned as CS_CHAR_TYPE;
+- Some updates to server part:
+  - Set correctly initial state;
+  - IPv6 support;
+  - Fix TDS 7.2 logins;
+- Support extended character using domain logins under Unix;
+- Improve MARS:
+  - Less memory copies;
+  - Remove possible deadlock;
+  - Handle wrapping sequence/window numbers;
+  - Make sure we sent the wanted packet;
+- Support UTF-16 surrogate pairs in odbc_wide2utf and odbc_set_string_flag
+  fixing some character encoding support;
+- Fix multiple queries, used by ODBC to optimize data load;
+- Improve emulated parameter queries, fixing minor issues and reducing
+  memory usage;
+- Support DBVERSION_UNKNOWN in dbsetlversion (will use automatic detection);
+- CT-Library: define CS_MIN_SYBTYPE and CS_MAX_SYBTYPE;
+- CT-Library: fix cs_will_convert accepting library constants, not libTDS.
+
+-------------------------------------------------------------------

Old:
----
  freetds-1.1.36.tar.bz2

New:
----
  freetds-1.2.18.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ freetds.spec ++++++
--- /var/tmp/diff_new_pack.zlviXo/_old  2021-02-01 13:24:32.913760810 +0100
+++ /var/tmp/diff_new_pack.zlviXo/_new  2021-02-01 13:24:32.917760817 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package freetds
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:           freetds
-Version:        1.1.36
+Version:        1.2.18
 Release:        0
 Summary:        A free re-implementation of the TDS (Tabular Data Stream) 
protocol
 License:        LGPL-2.1-or-later AND GPL-2.0-or-later
 URL:            https://www.freetds.org/
-Source:         
ftp://ftp.freetds.org/pub/freetds/stable/%{name}-%{version}.tar.bz2
+Source:         https://www.freetds.org/files/stable/freetds-1.2.18.tar.gz
 Patch0:         configure-return-void-fix.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -144,7 +144,6 @@
 install -d %{buildroot}%{_docdir}/freetds
 mv %{buildroot}%{_datadir}/doc/freetds/* %{buildroot}%{_docdir}/freetds/
 rm -rf %{buildroot}%{_docdir}/freetds* %{buildroot}%{_datadir}/doc/freetds-*
-install -D AUTHORS %{buildroot}%{_defaultdocdir}/%{name}/AUTHORS
 # Fix permissions
 find %{buildroot}%{_datadir}     -type f -print0 | xargs -0 chmod -x
 find %{buildroot}%{_sysconfdir}  -type f -print0 | xargs -0 chmod -x
@@ -180,7 +179,6 @@
 %{_mandir}/man1/*.1%{?ext_man}
 
 %files devel
-%doc BUGS NEWS README TODO
 %{_libdir}/*.so
 %{_includedir}/*
 
@@ -197,6 +195,6 @@
 %{_libdir}/libtdsodbc.so.*
 
 %files doc
-%{_defaultdocdir}/freetds/
+%doc AUTHORS.md BUGS.md NEWS.md README.md TODO.md
 
 %changelog

Reply via email to