]> git.pld-linux.org Git - packages/e3.git/commitdiff
- e3-short_jump.patch: correct "e3.asm:1062: error: short jump is out e3-1_61-2
authorqrczak <qrczak@pld-linux.org>
Fri, 30 Nov 2001 17:18:58 +0000 (17:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  of range". How it worked before?
- Release 2.

Changed files:
    e3-short_jump.patch -> 1.1
    e3.spec -> 1.15

e3-short_jump.patch [new file with mode: 0644]
e3.spec

diff --git a/e3-short_jump.patch b/e3-short_jump.patch
new file mode 100644 (file)
index 0000000..76e1a71
--- /dev/null
@@ -0,0 +1,12 @@
+--- e3-1.61/e3.asm~    Sun Jun 10 19:59:15 2001
++++ e3-1.61/e3.asm     Fri Nov 30 18:15:02 2001
+@@ -1059,7 +1059,8 @@
+ DispShortLine:call LookPgBegin                ;go on 1st char upper left on screen
+       mov esi,edi                     ;esi for reading chars from text
+       mov ecx,[lines]
+-      jecxz Kviex
++      or ecx,ecx
++      jz Kviex
+       cld
+       mov bh,-1                       ;first line
+ DispNewLine:inc bh                    ;new line
diff --git a/e3.spec b/e3.spec
index 57d97484e7a03129d091fd81987dc8d546e42723..5fec1664617212fcdfe5298fac078cd07699bd83 100644 (file)
--- a/e3.spec
+++ b/e3.spec
@@ -2,7 +2,7 @@ Summary:        Tiny editor
 Summary(pl):   Mikroedytorek
 Name:          e3
 Version:       1.61
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Editors
 Group(de):     Applikationen/Editors
@@ -10,6 +10,7 @@ Group(pl):    Aplikacje/Edytory
 Group(pt):     Aplicações/Editores
 Source0:       http://www.sax.de/~adlibit/%{name}-%{version}.tar.gz
 Source1:       %{name}-editor.sh
+Patch0:                %{name}-short_jump.patch
 URL:           http://www.sax.de/~adlibit/
 BuildRequires: nasm
 ExclusiveArch: %{ix86}
@@ -46,7 +47,8 @@ Group(pt):    Aplica
 e3 for bootdisk.
 
 %prep
-%setup  -q
+%setup -q
+%patch0 -p1
 # gzexe makes problems
 # we gain 3K only
 perl -pi -e 's/^.*gzexe e3.*$//' Makefile
This page took 0.092798 seconds and 4 git commands to generate.