Hello community,

here is the log from the commit of package hylafax+ for openSUSE:Factory 
checked in at 2014-12-25 23:20:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hylafax+ (Old)
 and      /work/SRC/openSUSE:Factory/.hylafax+.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hylafax+"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hylafax+/hylafax+.changes        2014-11-26 
10:33:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.hylafax+.new/hylafax+.changes   2014-12-25 
23:20:13.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Dec 14 10:50:26 UTC 2014 - [email protected]
+
+- corrected typo (path) in README.SUSE
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ hylafax+.spec ++++++
--- /var/tmp/diff_new_pack.iNwORW/_old  2014-12-25 23:20:16.000000000 +0100
+++ /var/tmp/diff_new_pack.iNwORW/_new  2014-12-25 23:20:16.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package hylafax plus
+# spec file for package hylafax+
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -13,21 +13,22 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
 %global faxspool    /var/spool/hylafax
 
 Summary:       An enterprise-strength fax server
+License:        BSD-3-Clause
+Group:          Productivity/Telephony/Servers
 Name:          hylafax+
 Version:       5.5.5
 Release:       0%{?dist}
-License:       BSD-3-Clause
 
 %if 0%{?fedora} >= 16
-Group:         Applications/Communications
 %else
-Group:         Productivity/Telephony/Servers
 %endif
-URL:           http://hylafax.sourceforge.net
+Url:            http://hylafax.sourceforge.net
 
 Source0:       
http://downloads.sourceforge.net/hylafax/hylafax-%{version}.tar.gz
 #%if 0%{?sles_version} < 1200
@@ -40,51 +41,51 @@
 Source6:       hylafax-faxgetty-ttyS0.service
 Source7:       README.SUSE
 
+BuildRequires:  gcc-c++
 BuildRequires: libjpeg-devel
 BuildRequires: libtiff-devel
-BuildRequires: zlib-devel
 BuildRequires: pam-devel 
-BuildRequires: gcc-c++
+BuildRequires:  zlib-devel
 %if 0%{?fedora} >= 16
-BuildRequires: systemd-units
-BuildRequires: openldap-devel 
 BuildRequires: lcms-devel
 BuildRequires: libtiff-tools
+BuildRequires:  openldap-devel
+BuildRequires:  systemd-units
+Requires:       cron
+Requires:       crontabs
+Requires:       gawk
 Requires:      ghostscript
 Requires:      ghostscript-fonts
-Requires:      gawk
-Requires:      sharutils
-Requires:      mailx 
-Requires:      crontabs
 Requires:      libtiff-tools
-Requires:      cron
+Requires:       mailx
+Requires:       sharutils
 %endif
 %if 0%{?fedora} > 16
 BuildRequires: jbigkit-devel
 %endif
 %if 0%{?fedora} >= 18
-BuildRequires: systemd
-BuildRequires: openldap-devel
-BuildRequires: lcms-devel 
 BuildRequires: jbigkit-devel
+BuildRequires:  lcms-devel
 BuildRequires: libtiff-tools
+BuildRequires:  openldap-devel
+BuildRequires:  systemd
+Requires:       crontabs
+Requires:       gawk
 Requires:      ghostscript
 Requires:      ghostscript-fonts 
-Requires:      gawk
-Requires:      sharutils
 Requires:      mailx
-Requires:      crontabs
+Requires:       sharutils
 %endif
 %if 0%{?suse_version} 
-BuildRequires: openldap2-devel
-BuildRequires: liblcms-devel
 BuildRequires: jbigkit
+BuildRequires:  liblcms-devel
+BuildRequires:  openldap2-devel
+Requires:       cron
+Requires:       gawk
 Requires:      ghostscript 
 Requires:      ghostscript-fonts
-Requires:      gawk
-Requires:      sharutils
 Requires:      mailx
-Requires:      cron
+Requires:       sharutils
 %endif
 %if 0%{?suse_version} > 1200
 BuildRequires: systemd
@@ -95,7 +96,7 @@
 Obsoletes:     hylafax < 30.0.0
 Provides:      hylafax = 30.0.0
 
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
@@ -228,7 +229,6 @@
 install -p -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/cron.daily/hylafax
 install -p -m 755 %{SOURCE3} %{buildroot}%{_sysconfdir}/cron.hourly/hylafax
 
-
 %if 0%{?fedora} >= 16 || 0%{?suse_version} >= 1210 || 0%{?sles_version} >= 1200
 for lnk in hylafax-hfaxd hylafax-faxgetty-ttyS0 hylafax-faxq; do
     ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rc$lnk
@@ -333,7 +333,6 @@
 ####End SysV settings
 #######SUSE adjust - end
 
-
 %files
 %if 0%{?fedora} >= 16 || 0%{?suse_version} >= 1210  || 0%{?sles_version} >= 
1200
 %defattr(-,root,root,-)
@@ -533,3 +532,5 @@
 %{_mandir}/man1/sendpage.1.gz
 %{_mandir}/man1/sgi2fax.1.gz
 %{_mandir}/man1/textfmt.1.gz
+
+%changelog

++++++ README.SUSE ++++++
--- /var/tmp/diff_new_pack.iNwORW/_old  2014-12-25 23:20:16.000000000 +0100
+++ /var/tmp/diff_new_pack.iNwORW/_new  2014-12-25 23:20:16.000000000 +0100
@@ -49,7 +49,7 @@
 faxmodem
 needs to run after hylafax is started.
 In a systemd environment, it is easiest to modify your hylafax-hfaxd.service 
in the way that you add the command 
-ExecStartPost=/usr/bin/faxmodem ttyS0
+ExecStartPost=/usr/sbin/faxmodem ttyS0
 right after the ExecStart - line. Parameter is the device the modem is 
attached to.
 
 For general documentation on how to set up hylafax, please see

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to