base-specs/yelp.spec
author dcarbery
Tue, 29 Jan 2008 17:16:20 +0000
changeset 11546 5472fd62fab6
parent 11510 b19dec4f9720
child 11553 d22409ceed2d
permissions -rw-r--r--
2008-01-29 Damien Carbery <[email protected]> * base-specs/nautilus.spec, base-specs/evolution.spec, base-specs/gnome-keyring.spec, base-specs/eel.spec, base-specs/deskbar-applet.spec, base-specs/file-roller.spec, base-specs/evolution-exchange.spec: Bump to 2.21.90. * base-specs/accerciser.spec: Bump to 1.1.90. * base-specs/libsoup.spec: Bump to 2.3.0.1. * base-specs/gtk2-engines.spec: Bump to 2.13.4. * patches/nautilus-07-lockdown.diff: Rework. * patches/nautilus-09-interface-changes.diff: Rework. * patches/evolution-07-lost-tab.diff: Rework. * base-specs/yelp.spec: Bump to 2.21.90. Remove upstream patch 03-search-crash-v2. * patches/yelp-03-search-crash-v2.diff: Removed, upstream. * base-specs/evince.spec: Bump to 2.21.90. Remove upstream patch 03-nautilus-dir. * patches/evince-03-nautilus-dir.diff: Removed, upstream. * base-specs/glib2.spec: Add patch 05-func to fix ??????. * patches/glib-05-func.diff: Added to change __FUNCTION__ to __func__. * include/prod.inc: Bump to 2.21.90. * SUNWgnome-games.spec: Remove empty %{_libdir}/ggz dir.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for package yelp 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
11411
08ce180f598d 2008-01-08 Damien Carbery <[email protected]>
dcarbery
parents: 11282
diff changeset
     4
# Copyright (c) 2008 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
# Owner: mattman
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
Name:         yelp
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
License:      GPL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
Group:        System/GUI/GNOME
11546
5472fd62fab6 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11510
diff changeset
    13
Version:      2.21.90
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
Release:      1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Distribution: Java Desktop System
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Vendor:	      Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Summary:      The GNOME Help Browser 
11280
426cb4b7de24 2007-12-04 Damien Carbery <[email protected]>
dcarbery
parents: 11221
diff changeset
    18
Source:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.21/%{name}-%{version}.tar.bz2
10647
f6b2ba0e2fff Correct or add patch metadata.
dcarbery
parents: 10506
diff changeset
    19
# date:2007-09-18 owner:dcarbery type:bug
10506
651b997d069b 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10498
diff changeset
    20
Patch1:       yelp-01-va-args.diff
11221
f763c651113d * base-specs/bug-buddy.spec : Update patch meta-data
mattman
parents: 10670
diff changeset
    21
# date:2007-10-18 owner:mattman type:bug bugster:6610215 bugzilla:493751
10670
ca9bce01934a * base-specs/yelp.spec : Add patch yelp-02-search-crash.diff to fix
mattman
parents: 10647
diff changeset
    22
Patch2:       yelp-02-search-crash.diff
11282
40382983a644 * base-specs/yelp.spec : Add patch to fix yelp search crasher :
mattman
parents: 11280
diff changeset
    23
# date:2007-12-04 owner:mattman type:bug bugster:6630773 bugzilla:501559
40382983a644 * base-specs/yelp.spec : Add patch to fix yelp search crasher :
mattman
parents: 11280
diff changeset
    24
Patch3:       yelp-03-search-crash-v2.diff
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
URL:          www.gnome.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
%define gconf_version 2.6.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
%define libxml2_version 2.6.5
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
%define gtk2_version 2.5.3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
%define libgtkhtml_version 2.6.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
%define gnome_vfs_version 2.6.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
%define libgnomeui_version 2.6.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
%define libbonobo_version 2.6.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
%define libglade_version 2.5.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
%define libxslt_version 1.1.14
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
%define gail_version 1.8.4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
%define pango_version 1.8.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
%define gnome_doc_utils_version 0.1.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
%define mozilla_version 1.7
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
%define mozilla_nspr_version 4.5.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
Requires: gtk2 >= %{gtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
Requires: gnome-vfs >= %{gnome_vfs_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
Requires: libgtkhtml >= %{libgtkhtml_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
Requires: libgnomeui >= %{libgnomeui_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
Requires: libbonobo >= %{libbonobo_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
Requires: libxslt >= %{libxslt_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
Requires: libglade >= %{libglade_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
Requires: libxml2 >= %{libxml2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
Requires: mozilla >= %{mozilla_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
Requires: mozilla-nspr >= %{mozilla_nspr_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
BuildRequires: pango-devel >= %{pango_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
BuildRequires: gtk2-devel >= %{gtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
BuildRequires: gnome-vfs-devel >= %{gnome_vfs_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
BuildRequires: libgtkhtml-devel >= %{libgtkhtml_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
BuildRequires: libbonobo-devel >= %{libbonobo_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
BuildRequires: libglade-devel >= %{libglade_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
BuildRequires: libxslt-devel >= %{libxslt_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
BuildRequires: gail-devel >= %{gail_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
BuildRequires: libxml2-devel >= %{libxml2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
BuildRequires: GConf >= %{gconf_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
BuildRequires: mozilla >= %{mozilla_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
BuildRequires: mozilla-nspr-devel >= %{mozilla_nspr_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
"Yelp" is the help browser for the GNOME 2.2 Desktop. It features man, info and docbook document sources.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
%setup -q
10506
651b997d069b 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10498
diff changeset
    75
%patch1 -p1
10670
ca9bce01934a * base-specs/yelp.spec : Add patch yelp-02-search-crash.diff to fix
mattman
parents: 10647
diff changeset
    76
%patch2 -p1
11282
40382983a644 * base-specs/yelp.spec : Add patch to fix yelp search crasher :
mattman
parents: 11280
diff changeset
    77
%patch3 -p1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
libtoolize --force
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
glib-gettextize -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
intltoolize --force --copy
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
aclocal $ACLOCAL_FLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
autoheader
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
%ifos solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
NO_RTTI=--enable-cpp-rtti
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
./configure \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
    --prefix=%{_prefix} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
    --datadir=%{_datadir}       \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
    --sysconfdir=%{_sysconfdir} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
    --libexecdir=%{_libexecdir} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
    --localstatedir=/var/lib $NO_RTTI
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
make -j $CPUS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
make install DESTDIR=$RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
#Copy zh_HK from zh_TW
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
#Fixes bug 4930405
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
11510
b19dec4f9720 2008-01-24 Glynn Foster <[email protected]>
gman
parents: 11411
diff changeset
   117
b19dec4f9720 2008-01-24 Glynn Foster <[email protected]>
gman
parents: 11411
diff changeset
   118
%post
b19dec4f9720 2008-01-24 Glynn Foster <[email protected]>
gman
parents: 11411
diff changeset
   119
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
b19dec4f9720 2008-01-24 Glynn Foster <[email protected]>
gman
parents: 11411
diff changeset
   120
SCHEMAS="yelp.schemas"
b19dec4f9720 2008-01-24 Glynn Foster <[email protected]>
gman
parents: 11411
diff changeset
   121
for S in $SCHEMAS; do
b19dec4f9720 2008-01-24 Glynn Foster <[email protected]>
gman
parents: 11411
diff changeset
   122
	gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
b19dec4f9720 2008-01-24 Glynn Foster <[email protected]>
gman
parents: 11411
diff changeset
   123
done
b19dec4f9720 2008-01-24 Glynn Foster <[email protected]>
gman
parents: 11411
diff changeset
   124
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
%defattr (-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
%{_datadir}/locale/*/LC_MESSAGES/*.mo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
%{_bindir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
%{_datadir}/icons
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
%{_datadir}/yelp
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
%{_datadir}/applications/yelp.desktop
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
%{_libdir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
%{_mandir}/man1/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
%{_sysconfdir}/gconf/schemas/yelp.schemas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
%changelog
11546
5472fd62fab6 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11510
diff changeset
   140
* Tue Jan 29 2008 - [email protected]
5472fd62fab6 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11510
diff changeset
   141
- Bump to 2.21.90.
5472fd62fab6 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11510
diff changeset
   142
11510
b19dec4f9720 2008-01-24 Glynn Foster <[email protected]>
gman
parents: 11411
diff changeset
   143
* Thu Jan 24 2008 - [email protected]
b19dec4f9720 2008-01-24 Glynn Foster <[email protected]>
gman
parents: 11411
diff changeset
   144
- Fix up gconf schema install.
b19dec4f9720 2008-01-24 Glynn Foster <[email protected]>
gman
parents: 11411
diff changeset
   145
b19dec4f9720 2008-01-24 Glynn Foster <[email protected]>
gman
parents: 11411
diff changeset
   146
* Tue Jan 08 2008 - [email protected]
11411
08ce180f598d 2008-01-08 Damien Carbery <[email protected]>
dcarbery
parents: 11282
diff changeset
   147
- Bump to 2.21.2.
08ce180f598d 2008-01-08 Damien Carbery <[email protected]>
dcarbery
parents: 11282
diff changeset
   148
11282
40382983a644 * base-specs/yelp.spec : Add patch to fix yelp search crasher :
mattman
parents: 11280
diff changeset
   149
* Tue Dec 04 2007 - [email protected]
40382983a644 * base-specs/yelp.spec : Add patch to fix yelp search crasher :
mattman
parents: 11280
diff changeset
   150
- Add patch 03-search-crash-v2 fix bugster:6630773 bugzilla:501559
40382983a644 * base-specs/yelp.spec : Add patch to fix yelp search crasher :
mattman
parents: 11280
diff changeset
   151
11280
426cb4b7de24 2007-12-04 Damien Carbery <[email protected]>
dcarbery
parents: 11221
diff changeset
   152
* Tue Dec 04 2007 - [email protected]
426cb4b7de24 2007-12-04 Damien Carbery <[email protected]>
dcarbery
parents: 11221
diff changeset
   153
- Bump to 2.21.1.
426cb4b7de24 2007-12-04 Damien Carbery <[email protected]>
dcarbery
parents: 11221
diff changeset
   154
10670
ca9bce01934a * base-specs/yelp.spec : Add patch yelp-02-search-crash.diff to fix
mattman
parents: 10647
diff changeset
   155
* Thu Oct 18 2007 - [email protected]
ca9bce01934a * base-specs/yelp.spec : Add patch yelp-02-search-crash.diff to fix
mattman
parents: 10647
diff changeset
   156
- Add patch 02-search-crash fix bugster:6610215 bugzilla:480876
ca9bce01934a * base-specs/yelp.spec : Add patch yelp-02-search-crash.diff to fix
mattman
parents: 10647
diff changeset
   157
10498
dedaba00d36f 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10327
diff changeset
   158
* Tue Sep 18 2007 - [email protected]
dedaba00d36f 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10327
diff changeset
   159
- Bump to 2.20.0.
10506
651b997d069b 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10498
diff changeset
   160
- Add patch 01-va-args to fix compilation issue.
10498
dedaba00d36f 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10327
diff changeset
   161
10327
fc6ac4e5fab4 2007-08-15 Damien Carbery <[email protected]>
dcarbery
parents: 10243
diff changeset
   162
* Wed Aug 15 2007 - [email protected]
fc6ac4e5fab4 2007-08-15 Damien Carbery <[email protected]>
dcarbery
parents: 10243
diff changeset
   163
- Bump to 2.19.90. Remove upstream patches, 01-macro-reference-crash and
fc6ac4e5fab4 2007-08-15 Damien Carbery <[email protected]>
dcarbery
parents: 10243
diff changeset
   164
  02-std-solaris.
fc6ac4e5fab4 2007-08-15 Damien Carbery <[email protected]>
dcarbery
parents: 10243
diff changeset
   165
10243
3a66e3917874 Missed last time.
dcarbery
parents: 10238
diff changeset
   166
* Wed Aug 01 2007 - [email protected]
3a66e3917874 Missed last time.
dcarbery
parents: 10238
diff changeset
   167
- Add patch, 02-std-solaris, to fix 462440.
3a66e3917874 Missed last time.
dcarbery
parents: 10238
diff changeset
   168
10238
56fbd3bc2aae 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10051
diff changeset
   169
* Tue Jul 31 2007 - [email protected]
56fbd3bc2aae 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10051
diff changeset
   170
- Bump to 2.19.1. Remove obsolete patches, 01-null-frag-id and
56fbd3bc2aae 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10051
diff changeset
   171
  02-empty-contents-list.
56fbd3bc2aae 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10051
diff changeset
   172
10051
5022f953487c * base-specs/yelp.spec : Add patch to fix bugster:6560664, bugzilla:447107
mattman
parents: 9731
diff changeset
   173
* Wed Jun 13 2007 - [email protected]
5022f953487c * base-specs/yelp.spec : Add patch to fix bugster:6560664, bugzilla:447107
mattman
parents: 9731
diff changeset
   174
- Fix crash for #6560664 patch in bugzilla #447107
5022f953487c * base-specs/yelp.spec : Add patch to fix bugster:6560664, bugzilla:447107
mattman
parents: 9731
diff changeset
   175
9731
dd11a211de8e 2007-04-12 Damien Carbery <[email protected]>
dcarbery
parents: 9711
diff changeset
   176
* Thu Apr 12 2007 - [email protected]
dd11a211de8e 2007-04-12 Damien Carbery <[email protected]>
dcarbery
parents: 9711
diff changeset
   177
- Bump to 2.18.1.
dd11a211de8e 2007-04-12 Damien Carbery <[email protected]>
dcarbery
parents: 9711
diff changeset
   178
dd11a211de8e 2007-04-12 Damien Carbery <[email protected]>
dcarbery
parents: 9711
diff changeset
   179
* Tue Apr 10 2007 - [email protected]
9711
b9cb010bc817 * base-specs/yelp.spec : fix bugster:6534411 bugzilla:428273, uninstalled
mattman
parents: 9538
diff changeset
   180
- New patch for 6534411, empty contents_list for locales throws critcal 
b9cb010bc817 * base-specs/yelp.spec : fix bugster:6534411 bugzilla:428273, uninstalled
mattman
parents: 9538
diff changeset
   181
- gnome-vfs warnings.
b9cb010bc817 * base-specs/yelp.spec : fix bugster:6534411 bugzilla:428273, uninstalled
mattman
parents: 9538
diff changeset
   182
9538
ffc0aaba7dc1 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   183
* Tue Mar 13 2007 - [email protected]
ffc0aaba7dc1 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   184
- Bump to 2.18.0.
ffc0aaba7dc1 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   185
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
* Mon Nov 27 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
- Bump to 2.16.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
* Tue Oct 03 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
- Bump to 2.16.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
* Mon Sep 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
- Bug  Bugster:6471853 / Bugzilla:318996 - Null frag_id crash, add local patch
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
* Mon Sep 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
- Bump to 2.16.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
* Tue Aug 08 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
- Bump to 2.15.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
* Mon Jul 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
- Bump to 2.15.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   204
* Fri Apr 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
- Bump to 2.14.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
* Mon Mar 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
- Bump to 2.14.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
* Mon Feb 27 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
- Bump to 2.13.6.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   213
* Mon Feb 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   214
- Bump to 2.13.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   215
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   216
* Tue Jan 31 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
- Bump to 2.13.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   218
- Remove upstream patch, 01-build-xlibs.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   219
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   220
* Mon Jan 19 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
- Add yelp-01-build-xlibs.diff so we can link
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
  against -lX11
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   224
* Mon Jan 19 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   225
- Bump to 2.13.3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   226
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   227
* Tue Dec 20 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
- Bump to 2.13.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   229
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   230
* Tue Nov 29 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   231
- Bump to 2.12.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   232
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   233
* Sat Sep 17 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   234
- Bump to 2.12.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   235
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   236
* Mon Sep 05 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   237
- Bump to 2.11.92.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   238
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   239
* Tue Aug 16 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   240
- Bump to 2.11.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   241
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   242
* Tue Jun 21 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   243
- Add requires for mozilla
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   244
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   245
* Wed Jun 08 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   246
- port to 2.10
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   247
- Remove patch yelp-01-empty-struct-build-fix.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   248
- Remove patch yelp-03-session-save.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   249
- Rename patch yelp-04-yelp-sections.diff to yelp-01-yelp-sections.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   250
- Remove patch yelp-06-yelp-pager.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   251
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   252
* Fri Feb 25 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   253
- #6233172, Add Actions section, change Development Section
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   254
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   255
* Thu Feb 17 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   256
- #6228279, yelp crash viewing jdsoverview.xml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   257
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   258
* Fri Dec 24 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   259
- Bug fix for 6186542, added zh_HK entry in l10n.xml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   260
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   261
* Mon Nov 15 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   262
- #6182913, patch yelp-04-help-sections.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   263
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   264
* Thu Jul 08 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   265
- Updated l10n content to yelp-l10n-po-1.2.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   266
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   267
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   268
- added "-j $CPUS" to make to speed up builds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   269
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   270
* Thu May 20 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   271
- added yelp-03-session-save.diff. Yelp is session aware now!
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   272
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   273
* Wed May 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   274
- Updated l10n content to yelp-l10n-po-1.1.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   275
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   276
* Thu May 06 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   277
- Bump to 2.6.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   278
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   279
* Mon Mar 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   280
- Updated l10n content to yelp-l10n-po-1.0.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   281
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   282
* Wed Mar 24 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   283
- Bump to 2.6.0. Remove the sed build fixes, rename the
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   284
  empty struct diff, and update the potfiles patch.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   285
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   286
* Mon Mar 22 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   287
- fix non-portable sed commands (bugzilla #134534)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   288
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   289
* Thu Mar 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   290
- Bump to 2.5.91
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   291
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   292
* Thu Mar 11 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   293
- added yelp-03-g11n-potfiles.diff 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   294
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   295
* Tue Feb 24 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   296
- Bump to 2.5.5
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   297
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   298
* Tue Feb 17 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   299
- two patches two fix a solaris build issues
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   300
- add ACLOCAL_FLAGS to aclocal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   301
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   302
* Fri Feb 06 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   303
- Bump to 2.5.4, remove two patches, update l10n tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   304
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   305
* Tue Dec 16 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   306
- Bump to 2.5.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   307
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   308
* Fri Oct 31 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   309
- Removed the Sun Supported menu entry since we're
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   310
  removing the Extras menu.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   311
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   312
* Mon Oct 13 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   313
- New 2.4 Tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   314
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   315
* Tue Oct 07 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   316
- Second Change For Help Section for Java Desktop System
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   317
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   318
* Fri Sep 26 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   319
- Modified Help Section for Java Desktop System
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   320
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   321
* Fri Aug 22 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   322
- categorycode patch
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   323
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   324
* Mon Aug 18 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   325
- Help sections patch
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   326
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   327
* Fri Aug 01 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   328
- Add menu categorization.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   329
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   330
* Wed Jul 23 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   331
- Add back window icon.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   332
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   333
* Thu Jul 10 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   334
- Added .po tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   335
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   336
* Wed Jun 25 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   337
- Add libexec/* to %files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   338
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   339
* Wed Jun 25 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   340
- Update the version of Yelp
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   341
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   342
* Wed May 14 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   343
- Initial Sun release