Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hylafax+ for openSUSE:Factory checked in at 2023-11-10 12:33:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hylafax+ (Old) and /work/SRC/openSUSE:Factory/.hylafax+.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hylafax+" Fri Nov 10 12:33:43 2023 rev:46 rq:1124826 version:7.0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/hylafax+/hylafax+.changes 2023-01-26 14:01:03.517003997 +0100 +++ /work/SRC/openSUSE:Factory/.hylafax+.new.17445/hylafax+.changes 2023-11-10 12:37:35.141954391 +0100 @@ -1,0 +2,5 @@ +Fri Nov 10 07:09:44 UTC 2023 - Jan Engelhardt <[email protected]> + +- Add tiff.patch to unbreak build + +------------------------------------------------------------------- New: ---- tiff.patch BETA DEBUG BEGIN: New: - Add tiff.patch to unbreak build BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hylafax+.spec ++++++ --- /var/tmp/diff_new_pack.qe8Pgi/_old 2023-11-10 12:37:35.917983112 +0100 +++ /var/tmp/diff_new_pack.qe8Pgi/_new 2023-11-10 12:37:35.917983112 +0100 @@ -25,6 +25,7 @@ License: BSD-3-Clause Group: Productivity/Telephony/Servers URL: https://hylafax.sourceforge.io +#Git-Clone: https://gitlab.com/libtiff/libtiff.git Source0: https://prdownloads.sourceforge.net/hylafax/hylafax-%{version}.tar.gz Source4: hylafax-hfaxd.service Source5: hylafax-faxq.service @@ -40,7 +41,7 @@ Source14: [email protected] Source15: hylafax-service.xml Source16: hylafax-helper.xml - +Patch1: tiff.patch BuildRequires: firewalld BuildRequires: gcc-c++ BuildRequires: ghostscript @@ -104,8 +105,7 @@ used to access the server. %prep -%setup -q -n hylafax-%{version} -%autopatch -p1 +%autosetup -p1 -n hylafax-%{version} cp %{SOURCE8} . cp %{SOURCE9} . ++++++ tiff.patch ++++++ From: Jan Engelhardt <[email protected]> Date: 2023-11-10 08:08:51.524730522 +0100 Stop breaking the build at every TIFF update even if the API did not change. (This is as silly as other projects testing for Linux kernel "2.6" back in the 3.x days.) --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: hylafax-7.0.7/configure =================================================================== --- hylafax-7.0.7.orig/configure +++ hylafax-7.0.7/configure @@ -2583,7 +2583,7 @@ EOF echo '#define TIFFSTRIPBYTECOUNTS uint32_t' echo '#define TIFFVERSION TIFF_VERSION' echo '#define TIFFHEADER TIFFHeader';; - 4.[012345]) tiff_runlen_t="uint32_t" + *) tiff_runlen_t="uint32_t" tiff_offset_t="uint64_t" echo '#define TIFFSTRIPBYTECOUNTS uint64_t' echo '#define TIFFVERSION TIFF_VERSION_CLASSIC'
