Hello community, here is the log from the commit of package hplip for openSUSE:Factory checked in at 2019-07-29 17:24:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hplip (Old) and /work/SRC/openSUSE:Factory/.hplip.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hplip" Mon Jul 29 17:24:34 2019 rev:124 rq:715683 version:3.19.3 Changes: -------- --- /work/SRC/openSUSE:Factory/hplip/hplip.changes 2019-05-03 22:29:40.376319712 +0200 +++ /work/SRC/openSUSE:Factory/.hplip.new.4126/hplip.changes 2019-07-29 17:24:36.398341851 +0200 @@ -1,0 +2,6 @@ +Tue Jul 16 07:52:48 UTC 2019 - Martin Liška <[email protected]> + +- Disable -Werror=return-type for now. +- Use %make_build for parallel build. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hplip.spec ++++++ --- /var/tmp/diff_new_pack.M4XUqn/_old 2019-07-29 17:24:37.378341488 +0200 +++ /var/tmp/diff_new_pack.M4XUqn/_new 2019-07-29 17:24:37.382341487 +0200 @@ -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/ # @@ -429,8 +429,8 @@ # in each directory where a Makefile.am exists: AUTOMAKE='automake --foreign' autoreconf -fvi # Set our preferred architecture-specific flags for the compiler and linker: -export CFLAGS="%{optflags}" -export CXXFLAGS="%{optflags} -fno-strict-aliasing" +export CFLAGS="%{optflags} -Wno-error=return-type" +export CXXFLAGS="%{optflags} -fno-strict-aliasing -Wno-error=return-type" # --disable-pp-build disables parallel port build because parallel port support is deprecated by upstream HPLIP # and by upstream in general cf. "Parallel port printers" at https://en.opensuse.org/SDB:Installing_a_Printer # Since version 3.9.6 the default printer driver install changed from hpijs to hpcups. @@ -486,9 +486,9 @@ --with-mimedir=%{_sysconfdir}/cups \ --with-docdir=%{_defaultdocdir}/%{name} \ --with-htmldir==%{_defaultdocdir}/%{name} \ - CFLAGS='%{optflags}' \ + CFLAGS='%{optflags} -Wno-error=return-type' \ PYTHON=%{pyexe} -make +%make_build sed -i 's|ppd/hpcups/\*.ppd.gz ||g' Makefile %install
