Accepting request 891907 from home:brassh:branches:devel:libraries:c_c++

- update to 1.2.21:
  * minor bug fixes
  * Support some missing types like nullable unsigned smallint
- add baselibs.conf to allow building of i586 libraries (necessary
  to use the driver for programs running under wine)

OBS-URL: https://build.opensuse.org/request/show/891907
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=59
This commit is contained in:
Dirk Mueller 2021-05-11 07:00:40 +00:00 committed by Git OBS Bridge
parent 296e961375
commit 6f66b35454
6 changed files with 24 additions and 5 deletions

7
_service Normal file
View File

@ -0,0 +1,7 @@
<services>
<service name="download_url">
<param name="host">www.freetds.org</param>
<param name="protocol">https</param>
<param name="path">/files/stable/freetds-1.2.21.tar.gz</param>
</service>
</services>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d70c87eb4f5f2d27b5c812d515befd6b17b8aaa5355eb7cd6210c00f61f7190
size 3052794

2
baselibs.conf Normal file
View File

@ -0,0 +1,2 @@
libtdsodbc0
libsybdb5

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun May 09 18:28:41 UTC 2021 - brassh@web.de
- update to 1.2.21:
* minor bug fixes
* Support some missing types like nullable unsigned smallint
- add baselibs.conf to allow building of i586 libraries (necessary
to use the driver for programs running under wine)
-------------------------------------------------------------------
Sun Jan 24 18:53:45 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -17,12 +17,13 @@
Name: freetds
Version: 1.2.18
Version: 1.2.21
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: https://www.freetds.org/files/stable/freetds-1.2.18.tar.gz
Source: https://www.freetds.org/files/stable/freetds-1.2.21.tar.gz
Source1: baselibs.conf
Patch0: configure-return-void-fix.patch
BuildRequires: fdupes
BuildRequires: gcc-c++