Accepting request 805834 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/805834 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=30
This commit is contained in:
commit
11c7895c5b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fc549b945208c42264f8e31ba6a8c94f8a9b441802f3b952d11445035daac41a
|
|
||||||
size 2261129
|
|
3
freetds-1.1.36.tar.bz2
Normal file
3
freetds-1.1.36.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aa36a4b43ff251e349c57f8a75ebced78edb9511c8fc852443910f83b490a167
|
||||||
|
size 1383015
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 15 12:09:05 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.1.36:
|
||||||
|
* Various bugfixes
|
||||||
|
* bsc#1141132 CVE-2019-13508
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 5 04:17:22 UTC 2019 - Linnaea Lavia <obs@lavia.moe>
|
Tue Nov 5 04:17:22 UTC 2019 - Linnaea Lavia <obs@lavia.moe>
|
||||||
|
|
||||||
|
16
freetds.spec
16
freetds.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package freetds
|
# spec file for package freetds
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 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,12 +17,11 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: freetds
|
Name: freetds
|
||||||
Version: 1.1.20
|
Version: 1.1.36
|
||||||
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: LGPL-2.1-or-later AND GPL-2.0-or-later
|
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
||||||
Group: Productivity/Databases/Clients
|
URL: https://www.freetds.org/
|
||||||
Url: http://www.freetds.org/
|
|
||||||
Source: ftp://ftp.freetds.org/pub/freetds/stable/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.freetds.org/pub/freetds/stable/%{name}-%{version}.tar.bz2
|
||||||
Patch0: configure-return-void-fix.patch
|
Patch0: configure-return-void-fix.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -44,7 +43,6 @@ and ODBC.
|
|||||||
%package config
|
%package config
|
||||||
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: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Productivity/Databases/Clients
|
|
||||||
Obsoletes: libfreetds < %{version}
|
Obsoletes: libfreetds < %{version}
|
||||||
Provides: %{name} = %{version}
|
Provides: %{name} = %{version}
|
||||||
Provides: libfreetds = %{version}
|
Provides: libfreetds = %{version}
|
||||||
@ -61,7 +59,6 @@ them.
|
|||||||
%package tools
|
%package tools
|
||||||
Summary: Applications for working with the TDS (Tabular Data Stream) protocol
|
Summary: Applications for working with the TDS (Tabular Data Stream) protocol
|
||||||
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
||||||
Group: Productivity/Databases/Clients
|
|
||||||
|
|
||||||
%description tools
|
%description tools
|
||||||
FreeTDS is a project to document and implement the TDS (Tabular Data Stream)
|
FreeTDS is a project to document and implement the TDS (Tabular Data Stream)
|
||||||
@ -74,7 +71,6 @@ This package provides application to allow users to make use of the protocol.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Include files needed for development with FreeTDS
|
Summary: Include files needed for development with FreeTDS
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
Requires: libct4 = %{version}
|
Requires: libct4 = %{version}
|
||||||
Requires: libsybdb5 = %{version}
|
Requires: libsybdb5 = %{version}
|
||||||
Requires: libtdsodbc0 = %{version}
|
Requires: libtdsodbc0 = %{version}
|
||||||
@ -86,7 +82,6 @@ the FreeTDS libraries.
|
|||||||
%package -n libct4
|
%package -n libct4
|
||||||
Summary: FreeTDS standalone driver with modern API
|
Summary: FreeTDS standalone driver with modern API
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: System/Libraries
|
|
||||||
|
|
||||||
%description -n libct4
|
%description -n libct4
|
||||||
ct-lib refers to Sybase's second-generation API, which fixes a number
|
ct-lib refers to Sybase's second-generation API, which fixes a number
|
||||||
@ -96,7 +91,6 @@ not the most complete implementation yet.
|
|||||||
%package -n libsybdb5
|
%package -n libsybdb5
|
||||||
Summary: FreeTDS standalone driver with classic API
|
Summary: FreeTDS standalone driver with classic API
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: System/Libraries
|
|
||||||
|
|
||||||
%description -n libsybdb5
|
%description -n libsybdb5
|
||||||
db-lib is the oldest and simplest API, and the only API supported by
|
db-lib is the oldest and simplest API, and the only API supported by
|
||||||
@ -108,7 +102,6 @@ done in FreeTDS can be done through db-lib.
|
|||||||
%package -n libtdsodbc0
|
%package -n libtdsodbc0
|
||||||
Summary: FreeTDS ODBC Driver for unixODBC
|
Summary: FreeTDS ODBC Driver for unixODBC
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Productivity/Databases/Clients
|
|
||||||
Requires: unixODBC >= 2.0.0
|
Requires: unixODBC >= 2.0.0
|
||||||
|
|
||||||
%description -n libtdsodbc0
|
%description -n libtdsodbc0
|
||||||
@ -120,7 +113,6 @@ for several kinds of servers.
|
|||||||
%package doc
|
%package doc
|
||||||
Summary: User documentation for FreeTDS
|
Summary: User documentation for FreeTDS
|
||||||
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
||||||
Group: Documentation/HTML
|
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
The freetds-doc package contains the useguide and reference of FreeTDS
|
The freetds-doc package contains the useguide and reference of FreeTDS
|
||||||
@ -142,7 +134,7 @@ and can be installed even if FreeTDS main package is not installed
|
|||||||
--with-gnutls \
|
--with-gnutls \
|
||||||
%endif
|
%endif
|
||||||
--with-pic
|
--with-pic
|
||||||
make %{?_smp_mflags} RPM_OPT_FLAGS="%{optflags}" V=1
|
%make_build RPM_OPT_FLAGS="%{optflags}"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user