Hello community, here is the log from the commit of package pgloader for openSUSE:Factory checked in at 2020-03-04 09:48:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pgloader (Old) and /work/SRC/openSUSE:Factory/.pgloader.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pgloader" Wed Mar 4 09:48:17 2020 rev:3 rq:781325 version:3.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/pgloader/pgloader.changes 2019-03-26 15:39:08.600331227 +0100 +++ /work/SRC/openSUSE:Factory/.pgloader.new.26092/pgloader.changes 2020-03-04 09:48:28.718218118 +0100 @@ -1,0 +2,7 @@ +Tue Mar 3 10:55:28 UTC 2020 - Bruno Friedmann <[email protected]> + +- Add module cffi to version 0.21.0 in the bundle to fix compilation + error with newer sbcl 2+ +- cleanup spec minimal + +------------------------------------------------------------------- New: ---- v0.21.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pgloader.spec ++++++ --- /var/tmp/diff_new_pack.gxwN4e/_old 2020-03-04 09:48:30.106218950 +0100 +++ /var/tmp/diff_new_pack.gxwN4e/_new 2020-03-04 09:48:30.110218953 +0100 @@ -1,7 +1,7 @@ # # spec file for package pgloader # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,10 +24,13 @@ Group: Productivity/Databases/Tools URL: https://pgloader.io Source0: https://github.com/dimitri/%{name}/releases/download/v%{version}/%{name}-bundle-%{version}.tgz +# Fix compilation errors with sbcl 2.0.1 +Source1: https://github.com/cffi/cffi/archive/v0.21.0.tar.gz BuildRequires: fdupes BuildRequires: freetds-devel BuildRequires: pkgconfig BuildRequires: sbcl +BuildRequires: pkgconfig(sqlite3) %if 0%{?leap_version} >= 430000 || 0%{?suse_version} > 4300 BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(libopenssl) @@ -37,7 +40,6 @@ %else BuildRequires: libopenssl-devel %endif -BuildRequires: pkgconfig(sqlite3) %description pgloader imports data from different kind of sources and COPY it into @@ -55,6 +57,10 @@ %prep %setup -q -n %{name}-bundle-%{version} +# clean up old cffi +rm -rf software/cffi_0.20.0 +# expand new cffi in place +tar -C software -xf %{SOURCE1} %build export CCFLAGS="%{_optflags}"
