Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hylafax+ for openSUSE:Factory checked in at 2022-06-08 14:24:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hylafax+ (Old) and /work/SRC/openSUSE:Factory/.hylafax+.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hylafax+" Wed Jun 8 14:24:26 2022 rev:42 rq:981171 version:7.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/hylafax+/hylafax+.changes 2022-04-03 21:30:59.435819148 +0200 +++ /work/SRC/openSUSE:Factory/.hylafax+.new.1548/hylafax+.changes 2022-06-08 14:24:48.932494525 +0200 @@ -1,0 +2,6 @@ +Sat Jun 4 08:57:21 UTC 2022 - Axel Braun <[email protected]> + +- Project and download links switched to https + libtiff44.diff added for tiff 4.x compatibility + +------------------------------------------------------------------- New: ---- libtiff44.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hylafax+.spec ++++++ --- /var/tmp/diff_new_pack.Nz4k7N/_old 2022-06-08 14:24:49.708495486 +0200 +++ /var/tmp/diff_new_pack.Nz4k7N/_new 2022-06-08 14:24:49.712495492 +0200 @@ -24,8 +24,8 @@ Summary: A fax server License: BSD-3-Clause Group: Productivity/Telephony/Servers -URL: http://hylafax.sourceforge.net -Source0: http://downloads.sourceforge.net/hylafax/hylafax-%{version}.tar.gz +URL: https://hylafax.sourceforge.io +Source0: https://prdownloads.sourceforge.net/hylafax/hylafax-%{version}.tar.gz Source4: hylafax-hfaxd.service Source5: hylafax-faxq.service Source6: [email protected] @@ -41,6 +41,8 @@ Source15: hylafax-service.xml Source16: hylafax-helper.xml +Patch0: libtiff44.diff + BuildRequires: firewalld BuildRequires: gcc-c++ BuildRequires: ghostscript @@ -105,10 +107,10 @@ %prep %setup -q -n hylafax-%{version} +%autopatch -p1 + cp %{SOURCE8} . cp %{SOURCE9} . -# pretend, that libtiff 4.4 is similar to 4.{0,1} -sed -i 's/4.\[01\])/4.[01234])/' configure %build # - Can't use the configure macro because HylaFAX configure script does ++++++ libtiff44.diff ++++++ diff -U 3 -dHrN -- a/configure b/configure --- a/configure 2021-07-25 23:16:27.000000000 +0200 +++ b/configure 2022-06-07 13:08:28.354137542 +0200 @@ -2583,7 +2583,7 @@ echo '#define TIFFSTRIPBYTECOUNTS uint32_t' echo '#define TIFFVERSION TIFF_VERSION' echo '#define TIFFHEADER TIFFHeader';; - 4.[0123]) tiff_runlen_t="uint32_t" + 4.[01234]) tiff_runlen_t="uint32_t" tiff_offset_t="uint64_t" echo '#define TIFFSTRIPBYTECOUNTS uint64_t' echo '#define TIFFVERSION TIFF_VERSION_CLASSIC'
