OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 24-Jul-2003 10:55:54
Branch: HEAD Handle: 2003072409555201
Added files:
openpkg-src/aspell aspell.patch
Modified files:
openpkg-src/aspell aspell.spec
openpkg-web news.txt
Log:
add missing include
Summary:
Revision Changes Path
1.1 +11 -0 openpkg-src/aspell/aspell.patch
1.17 +3 -1 openpkg-src/aspell/aspell.spec
1.5783 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/aspell/aspell.patch
============================================================================
$ cvs diff -u -r0 -r1.1 aspell.patch
--- /dev/null 2003-07-24 10:55:54.000000000 +0200
+++ aspell.patch 2003-07-24 10:55:54.000000000 +0200
@@ -0,0 +1,11 @@
+--- aspell-0.50.3/prog/checker_string.cpp.dist 2003-07-24 10:41:03.000000000
+0200
++++ aspell-0.50.3/prog/checker_string.cpp 2003-07-24 10:41:11.000000000 +0200
+@@ -10,6 +10,8 @@
+ #include "copy_ptr-t.hpp"
+ #include "asc_ctype.hpp"
+
++#include <assert.h>
++
+ static int get_line(FILE * in, CharVector & d)
+ {
+ d.resize(0);
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/aspell/aspell.spec
============================================================================
$ cvs diff -u -r1.16 -r1.17 aspell.spec
--- openpkg-src/aspell/aspell.spec 23 Jul 2003 13:31:43 -0000 1.16
+++ openpkg-src/aspell/aspell.spec 24 Jul 2003 08:55:53 -0000 1.17
@@ -38,12 +38,13 @@
Group: Text
License: GPL
Version: %{V_aspell}
-Release: 20030723
+Release: 20030724
# list of sources
Source0: ftp://ftp.gnu.org/gnu/aspell/aspell-%{V_aspell}.tar.gz
Source1: ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell-en-%{V_aspell_en}.tar.bz2
Source2: ftp://ftp.gnu.org/gnu/aspell/dict/de/aspell-de-%{V_aspell_de}.tar.bz2
+Patch0: aspell.patch
# build information
Prefix: %{l_prefix}
@@ -68,6 +69,7 @@
%setup0 -q -c
%setup1 -q -T -D -a 1
%setup2 -q -T -D -a 2
+ %patch0 -p0
%build
# configure GNU aspell
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5782 -r1.5783 news.txt
--- openpkg-web/news.txt 24 Jul 2003 08:40:01 -0000 1.5782
+++ openpkg-web/news.txt 24 Jul 2003 08:55:52 -0000 1.5783
@@ -1,3 +1,4 @@
+24-Jul-2003: Upgraded package: P<aspell-0.50.3-20030724>
24-Jul-2003: Upgraded package: P<portfwd-0.26rc6-20030724>
24-Jul-2003: Upgraded package: P<flex-2.5.4a-20030724>
24-Jul-2003: Upgraded package: P<delegate-8.5.7-20030724>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]