OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Matthias Kurz
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Jun-2005 21:23:14
Branch: HEAD Handle: 2005061220231300
Modified files:
openpkg-src/ispell ispell.patch ispell.spec
Log:
new release fixes reported problem
Summary:
Revision Changes Path
1.4 +0 -13 openpkg-src/ispell/ispell.patch
1.48 +2 -2 openpkg-src/ispell/ispell.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ispell/ispell.patch
============================================================================
$ cvs diff -u -r1.3 -r1.4 ispell.patch
--- openpkg-src/ispell/ispell.patch 11 Jun 2005 06:03:54 -0000 1.3
+++ openpkg-src/ispell/ispell.patch 12 Jun 2005 19:23:13 -0000 1.4
@@ -10,19 +10,6 @@
/*
** Things that normally go in a Makefile. Define these just like you
---- exp_table.c 10 Jun 2005 18:16:05 -0000 1.1.1.1
-+++ exp_table.c 10 Jun 2005 19:54:09 -0000
-@@ -36,8 +36,8 @@
-
- e->size = 0;
- e->max_size = 1;
-- e->exps = malloc (e->size * sizeof (*e->exps));
-- e->flags = malloc (e->size * sizeof (*e->flags) * MASKSIZE);
-+ e->exps = malloc (e->max_size * sizeof (*e->exps));
-+ e->flags = malloc (e->max_size * sizeof (*e->flags) * MASKSIZE);
- e->orig_word = orig_word;
- }
-
--- ispell.c 10 Jun 2005 18:16:05 -0000 1.1.1.1
+++ ispell.c 10 Jun 2005 19:53:17 -0000
@@ -507,6 +507,11 @@
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ispell/ispell.spec
============================================================================
$ cvs diff -u -r1.47 -r1.48 ispell.spec
--- openpkg-src/ispell/ispell.spec 11 Jun 2005 06:03:54 -0000 1.47
+++ openpkg-src/ispell/ispell.spec 12 Jun 2005 19:23:13 -0000 1.48
@@ -23,7 +23,7 @@
##
# package versions
-%define V_ispell 3.3.01
+%define V_ispell 3.3.02
%define V_igerman98 20030222
# package information
@@ -37,7 +37,7 @@
Group: Text
License: BSD
Version: %{V_ispell}
-Release: 20050611
+Release: 20050612
# list of sources
Source0: http://fmg-www.cs.ucla.edu/geoff/tars/ispell-%{V_ispell}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]