Hello community, here is the log from the commit of package freetds for openSUSE:Factory checked in at 2019-07-29 17:24:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/freetds (Old) and /work/SRC/openSUSE:Factory/.freetds.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "freetds" Mon Jul 29 17:24:18 2019 rev:28 rq:715433 version:1.00.83 Changes: -------- --- /work/SRC/openSUSE:Factory/freetds/freetds.changes 2018-03-29 11:47:34.767745498 +0200 +++ /work/SRC/openSUSE:Factory/.freetds.new.4126/freetds.changes 2019-07-29 17:24:19.446348126 +0200 @@ -1,0 +2,6 @@ +Mon Jul 15 04:44:34 UTC 2019 - Martin Liška <[email protected]> + +- Add configure-return-void-fix.patch in order to fix wrong + configure with -Werror=return-type. + +------------------------------------------------------------------- New: ---- configure-return-void-fix.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ freetds.spec ++++++ --- /var/tmp/diff_new_pack.DZHIW6/_old 2019-07-29 17:24:19.958347937 +0200 +++ /var/tmp/diff_new_pack.DZHIW6/_new 2019-07-29 17:24:19.962347935 +0200 @@ -1,7 +1,7 @@ # # spec file for package freetds # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -24,6 +24,7 @@ Group: Productivity/Databases/Clients Url: http://www.freetds.org/ Source: ftp://ftp.freetds.org/pub/freetds/stable/%{name}-%{version}.tar.gz +Patch0: configure-return-void-fix.patch BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: pkgconfig @@ -126,6 +127,7 @@ %prep %setup -q +%patch0 -p1 %build %configure \ ++++++ configure-return-void-fix.patch ++++++ diff --git a/configure b/configure index eb38925..163f255 100755 --- a/configure +++ b/configure @@ -19397,6 +19397,7 @@ SQLRETURN SQL_API SQLColAttribute (SQLHSTMT StatementHandle, SQLUSMALLINT ColumnNumber, SQLUSMALLINT FieldIdentifier, SQLPOINTER CharacterAttribute, SQLSMALLINT BufferLength, SQLSMALLINT *StringLength, SQLLEN * NumericAttribute) { + return 0; } int main ()
