Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pgloader for openSUSE:Factory checked in at 2021-03-16 15:45:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pgloader (Old) and /work/SRC/openSUSE:Factory/.pgloader.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pgloader" Tue Mar 16 15:45:53 2021 rev:7 rq:879283 version:3.6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/pgloader/pgloader.changes 2020-10-13 15:46:16.949466200 +0200 +++ /work/SRC/openSUSE:Factory/.pgloader.new.2401/pgloader.changes 2021-03-16 15:46:51.141270432 +0100 @@ -1,0 +2,7 @@ +Mon Mar 15 17:24:24 UTC 2021 - Bruno Friedmann <[email protected]> + +- fix compilation errors with sbcl 2.{1,2} by upgrading ironclad + included version (0.48 to 0.54) +- fix CFLAGS and CXXFLAGS variable name + +------------------------------------------------------------------- New: ---- v0.54.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pgloader.spec ++++++ --- /var/tmp/diff_new_pack.NgF0dk/_old 2021-03-16 15:46:52.241272140 +0100 +++ /var/tmp/diff_new_pack.NgF0dk/_new 2021-03-16 15:46:52.245272146 +0100 @@ -1,7 +1,7 @@ # # spec file for package pgloader # -# 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 @@ -27,6 +27,8 @@ Patch1: command-line-arguments.patch #Fix build error with sbcl 2.0.9 Patch2: https://github.com/AccelerationNet/cl-csv/commit/82397a78.patch +#Fix build with sbcl 2.1 +Source1: https://github.com/sharplispers/ironclad/archive/v0.54.tar.gz BuildRequires: fdupes BuildRequires: freetds-devel BuildRequires: pkgconfig @@ -58,21 +60,24 @@ %prep %setup -q -n %{name}-bundle-%{version} - %patch1 -p1 cd local-projects/cl-csv %patch2 -p1 cd ../.. +#Upgrade ironclad +rm -rf software/ironclad-* +cd software +tar -xf %{S:1} %build -export CCFLAGS="%{optflags}" -export CCXFLAGS="%{optflags}" +export CFLAGS="%{optflags}" +export CXXFLAGS="%{optflags}" export DYNSIZE="" echo "Arch is : %{_arch}" %if "%{_arch}" == "i386" || "%{_arch}" == "arm" export DYNSIZE="DYNSIZE=1024" %endif -make V=1 %{?_smp_mflags} ${DYNSIZE} +make V=1 %{?_smp_mflags} ${DYNSIZE} %{name} %install install -d %{buildroot}%{_bindir}
