Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hplip for openSUSE:Factory checked in at 2025-02-14 19:19:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hplip (Old) and /work/SRC/openSUSE:Factory/.hplip.new.8181 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hplip" Fri Feb 14 19:19:48 2025 rev:159 rq:1245683 version:3.24.4 Changes: -------- --- /work/SRC/openSUSE:Factory/hplip/hplip.changes 2025-02-03 21:46:43.390444166 +0100 +++ /work/SRC/openSUSE:Factory/.hplip.new.8181/hplip.changes 2025-02-14 19:19:50.620077901 +0100 @@ -1,0 +2,7 @@ +Wed Jan 29 14:51:04 UTC 2025 - Dominique Leuenberger <[email protected]> + +- Add python3-setuptools BuildRequires: replaces the fix to + manually inject PYTHON_INCLUDEDIR. Fix needed to build against + Python 3.13. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hplip.spec ++++++ --- /var/tmp/diff_new_pack.VRHpuQ/_old 2025-02-14 19:19:51.896130726 +0100 +++ /var/tmp/diff_new_pack.VRHpuQ/_new 2025-02-14 19:19:51.896130726 +0100 @@ -126,6 +126,7 @@ BuildRequires: libqt4-devel %endif BuildRequires: %{pymod devel} +BuildRequires: %{pymod setuptools} BuildRequires: %{pymod xml} BuildRequires: cups > 1.5 BuildRequires: cups-devel > 1.5 @@ -404,11 +405,9 @@ # complains about missing files like NEWS, README, AUTHORS, ChangeLog # in each directory where a Makefile.am exists: AUTOMAKE='automake --foreign' autoreconf -fvi -# Fix improper method of Python.h lookup in configure, no longer working with Python 3.8 -PYTHON_INCLUDEDIR="$(%{pymod config} --includes)" # Set our preferred architecture-specific flags for the compiler and linker: -export CFLAGS="%{optflags} ${PYTHON_INCLUDEDIR} -Wno-error=return-type" -export CXXFLAGS="%{optflags} ${PYTHON_INCLUDEDIR} -fno-strict-aliasing -Wno-error=return-type" +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.
