summaryrefslogtreecommitdiff
blob: 60e698848650bda6c7230d758863773ba3df0982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
# ChangeLog for app-text/aspell
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.21 2003/02/12 05:22:02 vapier Exp $

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
*aspell-0.50.3 (03 Dec 2002)

  03 Dec 2002; Seemant Kulleen <seemant@gentoo.org> aspell-0.50.3.ebuild
  files/digest-aspell-0.50.3 :

  Jon Nall's changes were taken upstream for this release.

*aspell-0.50.2-r1 (11 Nov 2002)

  11 Nov 2002; Jon Nall <nall@gentoo.org> aspell-0.50.2-r1.ebuild
  files/digest-aspell-0.50.2-r1 :

  This fixes a problem where applications are linked against both 
  libaspell.so AND libaspell-common.so. when aspell is upgraded,
  the libaspell-common.so version is bumped and apps break. using
  --remove-internal-dep=aspell-common with cause apps to link
  only against libaspell.so, which should allow them to work across
  multiple aspell versions. This fixes bug #9996.
  NOTE: all apps that compile against aspell will need to be 
  recompiled (abiword, sylpheed-claws, gnome-spell, etc)


*aspell-0.50.2 (05 Oct 2002)

  25 Oct 2002; Seemant Kulleen <seemant@gentoo.org> aspell-0.50.2.ebuild :

  Nall (nall@gentoo.org) pointed out that elibtoolize --reverse-deps causes
  this build to look in ${D} before /usr/lib, so apps that compile against
  aspell should not have to be recompiled with an aspell version bump any
  more.  Closes bug #9583.  Note that Azarah came up with the solution :)

  05 Oct 2002; Seemant Kulleen <seemant@gentoo.org> aspell-0.50.2.ebuild
  files/digest-aspell-0.50.2 :

  Version bump which fixes a LOT of bugs.  Kword and Kmail should now work
  properly with this.  New ebuild notification by: arun@virginia.edu (Arun
  Thomas) (sindian in #gentoo-dev) in bug #8786.

*aspell-0.50.1 (03 Sep 2002)

  10 Sep 2002; Calum Selkirk <cselkirk@gentoo.org> aspell-0.50.1.ebuild :

  Added a if ARCH = ppc and set CXXFLAGS to be less aggressive (it segfaults
  on ppc with higher opts).

  03 Sep 2002; Seemant Kulleen <seemant@gentoo.org> aspell-0.50.1.ebuild
  files/digest-aspell-0.50.1 :

  Version bump to newest bugfix release which, among other things, allows
  for user's custom optimisation flags again.

*aspell-0.50 (23 Aug 2002)

  23 Aug 2002; Seemant Kulleen <seemant@gentoo.org> aspell-0.50.ebuild
  files/digest-aspell-0.50 :

  Version bump to stable release.

*aspell-0.50_pre20020815 (16 Aug 2002)

  23 Aug 2002; Seemant Kulleen <seemant@gentoo.org>
  aspell-0.50_pre20020815.ebuild :

  Removed unnecessary gcc stuff (legacy from aspell-0.44 stuff), and also
  added a note in pkg_postinst() that a dictionary will have to be
  installed.  Thanks to: arun@virginia.edu (Arun Thomas) in bugs #6757 and
  #6758.
 
  16 Aug 2002; Seemant Kulleen <seemant@gentoo.org>
  aspell-0.50_pre20020815.ebuild :

  version bump.

*aspell-0.50_pre20020811 (13 Aug 2002)

  13 Aug 2002; Seemant Kulleen <seemant@gentoo.org>
  aspell-0.50_pre20020811.ebuild :

  Version bump to newest snapshot -- bug fixes galore!

*aspell-0.50_pre20020730 (13 Aug 2002)

  13 Aug 2002; Seemant Kulleen <seemant@gentoo.org> aspell-0.50_pre20020730 :

  Version bump (long needed)

*aspell-0.33-7.1-r2 (24 Jul 2002)
  
  07 Aug 2002; Calum Selkirk <cselkirk@gentoo.org> aspell-0.33.7.1-r1.ebuild :

  Added ppc to KEYWORDS. (Gerk, aspell-0.33.7.1-r2.ebuild is masked for
  testing).

  06 Aug 2002; Mark Guertin <gerk@gentoo.org> :
  Added ppc to keywords

  24 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> aspell-0.33.7.1-r2.ebuild :
 
  This might fix the build problems with gcc 2.95.3 and glibc 2.2.5.

*aspell-0.33.7.1-r1 (21 Mar 2002)

  21 Mar 2002; Seemant Kulleen <seemant@gentoo.org> aspell-0.33.7.1-r1 :

  The documentation in HTML should not, and is not being, gzipped any more.


*aspell-0.33.7.1-r1 (12 Mar 2002)

  12 Mar 2002; Seemant Kulleen <seemant@gentoo.org> aspell-0.33.7.1-r1 :

  OK, finally this thing merges!  It has some _strange_ issues with optimisation
  levels. Specifically, they need to be specified _before_ ./configure.  Go
  figure.  Anyway, now this is compatible with the newest pspell library, not
  the older ones.  Also, this uses a patch from the author's page as well, in 
  order to actually compile.

*aspell-0.32.6 (1 Feb 2002)

  1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
  
  Added initial ChangeLog which should be updated whenever the package is
  updated in any way. This changelog is targetted to users. This means that the
  comments should well explained and written in clean English. The details about
  writing correct changelogs are explained in the skel.ChangeLog file which you
  can find in the root directory of the portage repository.