Radosław Kintzi napisał(a):

Radek
PS. W załączniku poprawki: patch na speca oraz przepisane %{name}-topmargin.patch

Oops
diff -Naur hylafax-4.2.1.orig/faxd/MemoryDecoder.c++ hylafax-4.2.1/faxd/MemoryDecoder.c++
--- hylafax-4.2.1.orig/faxd/MemoryDecoder.c++	2005-01-11 20:45:08.133122704 +0100
+++ hylafax-4.2.1/faxd/MemoryDecoder.c++	2005-01-11 20:45:11.835559848 +0100
@@ -147,6 +147,11 @@
 		topMargin *= 4;
 		break;
 	}
+        /*
+         * Skip at least 200 rows. ZYXELs like it.
+        */
+        if( topMargin < 220 ) topMargin = 220;
+		
 	do {
 	    (void) decodeRow(NULL, rowpixels);
 	} while (--topMargin);
Index: hylafax.spec
===================================================================
RCS file: /cvsroot/SPECS/hylafax.spec,v
retrieving revision 1.35
diff -a -u -r1.35 hylafax.spec
--- hylafax.spec	28 Nov 2004 21:23:02 -0000	1.35
+++ hylafax.spec	11 Jan 2005 20:03:30 -0000
@@ -2,12 +2,12 @@
 Summary:	HylaFAX(tm) is a sophisticated enterprise strength fax package
 Summary(pl):	HylaFAX(tm) to przemy�lany, pot�ny pakiet do obs�ugi faks�w
 Name:		hylafax
-Version:	4.1.8
-Release:	3
+Version:	4.2.1
+Release:	1
 License:	distributable
 Group:		Applications/Communications
 Source0:	ftp://ftp.hylafax.org/source/%{name}-%{version}.tar.gz
-# Source0-md5:	beaf55ad7935e3bcaa53a5ac093f61a8
+# Source0-md5:	05430e41a279d0fff6d6e4b444440829
 Source1:	%{name}-cron_entries.tar.gz
 # Source1-md5:	d5e2bd6447715654ba916b6f4d0d9343
 Source2:	%{name}-defaults.tar.gz
_______________________________________________
pld-devel-pl mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl

Odpowiedź listem elektroniczym