Hello community,

here is the log from the commit of package hylafax for openSUSE:Factory checked 
in at 2014-12-16 14:48:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-02-02 
07:35:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.hylafax.new/hylafax.changes     2014-12-16 
14:48:09.000000000 +0100
@@ -1,0 +2,15 @@
+Wed Dec  3 13:35:57 UTC 2014 - bwiedem...@suse.com
+
+- use rchylafax -> service symlink for proper status (bnc#908023)
+
+-------------------------------------------------------------------
+Mon Nov 17 05:23:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashism in a2pswrap, faxcron, suse.de-faxcron scripts
+- fix shebang in notify.awk script
+- update patches:
+  * hylafax-6.0.4.patch
+- add patches:
+  * hylafax-6.0.6-fix-notify.patch
+
+-------------------------------------------------------------------

Old:
----
  hylafax-SuSE.tar.lzma
  latex-cover-1.04.tar.lzma

New:
----
  hylafax-6.0.6-fix-notify.patch
  hylafax-SuSE.tar.xz
  latex-cover-1.04.tar.xz

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

Other differences:
------------------
++++++ hylafax.spec ++++++
--- /var/tmp/diff_new_pack.GdjZ5w/_old  2014-12-16 14:48:11.000000000 +0100
+++ /var/tmp/diff_new_pack.GdjZ5w/_new  2014-12-16 14:48:12.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # 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
@@ -40,8 +40,8 @@
 Version:        6.0.6
 Release:        0
 Source:         %{name}-%{version}.tar.gz
-Source1:        latex-cover-1.04.tar.lzma
-Source2:        %{name}-SuSE.tar.lzma
+Source1:        latex-cover-1.04.tar.xz
+Source2:        %{name}-SuSE.tar.xz
 Source3:        %{name}-rpmlintrc
 Source4:        hylafax-6.0.4.de.po
 Patch:          hylafax-6.0.4.patch
@@ -52,6 +52,7 @@
 Patch5:         hylafax-6.0.4-asciifix.patch
 Patch6:         hylafax-6.0.4-warning.patch
 Patch7:         hylafax-6.0.4-dispatch-isdn.patch
+Patch8:         hylafax-6.0.6-fix-notify.patch
 Patch9:         hylafax-6.0.4-no-timestamp.patch
 Patch10:        hylafax-6.0.4-DESTDIR.patch
 Patch11:        hylafax-6.0.4-configure.patch
@@ -88,10 +89,11 @@
 %patch5
 %patch6
 %patch7
+%patch8 -p1
 %patch9
 %patch10
 %patch11
-%patch12
+%patch12 -F2
 # needs to be executable 
 chmod 755 SuSE/usr/lib/fax/a2pswrap
 find ../ -name .cvsignore -exec rm {} \;  
@@ -126,7 +128,7 @@
      LOCALEDIR=%{_datadir}/locale install
 install -m755 etc/hylafax %{buildroot}%{_sysconfdir}/init.d
 install -d %{buildroot}%{_sbindir}
-ln -sf ../../etc/init.d/hylafax %{buildroot}%{_sbindir}/rchylafax
+ln -sf service %{buildroot}%{_sbindir}/rchylafax
 cp -af SuSE/* %{buildroot}
 rm -f %{buildroot}/README.SuSE
 install -d %{buildroot}%{spooldir}/bin/

++++++ hylafax-6.0.4.patch ++++++
--- /var/tmp/diff_new_pack.GdjZ5w/_old  2014-12-16 14:48:12.000000000 +0100
+++ /var/tmp/diff_new_pack.GdjZ5w/_new  2014-12-16 14:48:12.000000000 +0100
@@ -648,7 +648,7 @@
 +          /sbin/startproc $FAXQ || return=$rc_failed
 +          /sbin/startproc $HFAXD -i $FAXPORT -o 4557 -s $SNPPPORT \
 +                                      || return=$rc_failed
-+          echo -e "$return"
++          printf "$return\n"
        fi
  }
  
@@ -662,7 +662,7 @@
 +      $FAXQUIT >/dev/null 2>&1
 +      /sbin/killproc -TERM $HFAXD || return=$rc_failed
 +
-+      echo -e "$return"
++      printf "$return\n"
  }
  
  case $1 in
@@ -801,7 +801,7 @@
  # 4. Notify about sites that currently have jobs rejected.
  #
  
-+/usr/sbin/rchylafax status &>/dev/null || exit 0
++/usr/sbin/rchylafax status >/dev/null 2>&1 || exit 0
 +
  AGEINFO=30                    # purge remote info after 30 days inactivity
  AGELOG=30                     # keep log info for last 30 days

++++++ hylafax-6.0.6-fix-notify.patch ++++++
diff -Ndur hylafax-6.0.6/util/notify.awk 
hylafax-6.0.6-fix-notify/util/notify.awk
--- hylafax-6.0.6/util/notify.awk       2012-06-06 03:58:38.000000000 +0300
+++ hylafax-6.0.6-fix-notify/util/notify.awk    2014-11-17 07:20:27.426304225 
+0200
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/awk -f
 #      $Id$
 #
 # HylaFAX Facsimile Software
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to