Hello community, here is the log from the commit of package hylafax+ for openSUSE:Factory checked in at 2018-11-15 12:40:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hylafax+ (Old) and /work/SRC/openSUSE:Factory/.hylafax+.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hylafax+" Thu Nov 15 12:40:33 2018 rev:24 rq:648961 version:5.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/hylafax+/hylafax+.changes 2018-09-24 13:12:10.545821107 +0200 +++ /work/SRC/openSUSE:Factory/.hylafax+.new/hylafax+.changes 2018-11-15 12:40:38.326237156 +0100 @@ -1,0 +2,11 @@ +Wed Nov 14 12:33:37 UTC 2018 - Tomáš Chvátal <[email protected]> + +- Do not use tabs in spec + +------------------------------------------------------------------- +Mon Nov 12 15:50:24 UTC 2018 - Axel Braun <[email protected]> + +- boo#1115532 JBIG-in-tiff conversion added + (Build Requirement tiff, libtiff) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hylafax+.spec ++++++ --- /var/tmp/diff_new_pack.bLasby/_old 2018-11-15 12:40:38.858236549 +0100 +++ /var/tmp/diff_new_pack.bLasby/_new 2018-11-15 12:40:38.862236545 +0100 @@ -24,7 +24,7 @@ Summary: A fax server License: BSD-3-Clause Group: Productivity/Telephony/Servers -Url: http://hylafax.sourceforge.net +URL: http://hylafax.sourceforge.net Source0: http://downloads.sourceforge.net/hylafax/hylafax-%{version}.tar.gz Source2: hylafax+_daily.cron Source3: hylafax+_hourly.cron @@ -37,10 +37,13 @@ BuildRequires: ghostscript BuildRequires: libjbig-devel BuildRequires: libjpeg-devel +BuildRequires: libtiff-devel BuildRequires: openldap2-devel BuildRequires: pam-devel BuildRequires: pkgconfig BuildRequires: systemd-rpm-macros +# needed together with devel for proper configure detection +BuildRequires: tiff BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(libtiff-4) BuildRequires: pkgconfig(zlib) @@ -53,16 +56,16 @@ Requires: mailx Requires: sharutils Requires: tiff +Conflicts: hylafax < 30.0.0 +Conflicts: mgetty-sendfax +Provides: hylafax = 30.0.0 +%{?systemd_requires} %if 0%{?suse_version} >= 1500 Requires(pre): group(uucp) Requires(pre): user(uucp) %else Requires(pre): aaa_base %endif -Conflicts: hylafax < 30.0.0 -Conflicts: mgetty-sendfax -Provides: hylafax = 30.0.0 -%{?systemd_requires} %description HylaFAX is a fax server supporting Class 1 and 2 fax modems on UNIX @@ -122,8 +125,8 @@ --with-PATH_DPSRIP=%{faxspool}/bin/ps2fax \ --with-PATH_IMPRIP="" \ --with-SYSVINIT=%{_initddir}/hylafax+ \ - --with-INTERACTIVE=no - + --with-INTERACTIVE=no \ + --with-JBIGTIFF=yes # can't use _smp_mflags because it breaks libfaxutil dso building make -j1 @@ -132,7 +135,7 @@ mkdir -p -m 755 %{buildroot}%{_sysconfdir}/{cron.daily,cron.hourly} mkdir -p -m 755 %{buildroot}%{_sysconfdir}/hylafax mkdir -p -m 755 %{buildroot}%{_unitdir} -mkdir -p -m 755 %{buildroot}%{_initrddir} +mkdir -p -m 755 %{buildroot}%{_initddir} mkdir -p -m 755 %{buildroot}%{_bindir} mkdir -p -m 755 %{buildroot}%{_sbindir} mkdir -p -m 755 %{buildroot}%{_libdir} @@ -275,7 +278,7 @@ %{_mandir}/man8/ondelay.8c%{ext_man} %{_mandir}/man8/probemodem.8c%{ext_man} %{_mandir}/man8/typetest.8c%{ext_man} -%{_mandir}/man1/textfmt.1%{ext_man} +%{_mandir}/man1/textfmt.1%{?ext_man} %dir %{_sysconfdir}/hylafax %dir %{_sysconfdir}/hylafax/faxmail %dir %{_sysconfdir}/hylafax/faxmail/application @@ -356,7 +359,7 @@ %dir %{faxspool}/bin %dir %{faxspool}/bin/dict %dir %{faxspool}/client -%dir %{faxspool}/etc +%dir %{faxspool}%{_sysconfdir} %dir %{faxspool}/info %dir %{faxspool}/log %dir %{faxspool}/recvq @@ -387,15 +390,15 @@ %{_bindir}/sendfax %{_bindir}/sendpage %{_sbindir}/edit-faxcover -%{_mandir}/man1/edit-faxcover.1%{ext_man} -%{_mandir}/man1/faxalter.1%{ext_man} -%{_mandir}/man1/faxcover.1%{ext_man} -%{_mandir}/man1/faxmail.1%{ext_man} -%{_mandir}/man1/faxrm.1%{ext_man} -%{_mandir}/man1/faxstat.1%{ext_man} -%{_mandir}/man1/hylafax-client.1%{ext_man} -%{_mandir}/man1/sendfax.1%{ext_man} -%{_mandir}/man1/sendpage.1%{ext_man} -%{_mandir}/man1/sgi2fax.1%{ext_man} +%{_mandir}/man1/edit-faxcover.1%{?ext_man} +%{_mandir}/man1/faxalter.1%{?ext_man} +%{_mandir}/man1/faxcover.1%{?ext_man} +%{_mandir}/man1/faxmail.1%{?ext_man} +%{_mandir}/man1/faxrm.1%{?ext_man} +%{_mandir}/man1/faxstat.1%{?ext_man} +%{_mandir}/man1/hylafax-client.1%{?ext_man} +%{_mandir}/man1/sendfax.1%{?ext_man} +%{_mandir}/man1/sendpage.1%{?ext_man} +%{_mandir}/man1/sgi2fax.1%{?ext_man} %changelog
