base-specs/yelp.spec
author dcarbery
Tue, 03 Jun 2008 14:14:42 +0000
changeset 12570 a1b3a4defa67
parent 12317 3fcd4711a274
child 12657 e57a13ed8c60
permissions -rw-r--r--
2008-06-03 Damien Carbery <[email protected]> * base-specs/orca.spec, base-specs/gnome-terminal.spec: Bump to 2.23.3. * base-specs/at-spi.spec: Bump to 1.23.3. * patches/gnome-terminal-01-menu-entry.diff: Rework. * base-specs/yelp.spec: Bump to 2.23.1. Remove upstream patch 03-g11n-cast-iteration. Renumber remainder. * patches/yelp-03-g11n-cast-iteration.diff: Removed, upstream. * patches/yelp-03-using-firefox3-gecko.diff: Added, renamed from 04. * base-specs/gtkhtml.spec: Bump to 3.23.3.
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
12570
a1b3a4defa67 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12317
diff changeset
    13
Version:      2.23.1
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 
12570
a1b3a4defa67 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12317
diff changeset
    18
Source:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.23/%{name}-%{version}.tar.bz2
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11883
diff changeset
    19
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11883
diff changeset
    20
Source1:                 l10n-configure.sh
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11883
diff changeset
    21
%endif
10647
f6b2ba0e2fff Correct or add patch metadata.
dcarbery
parents: 10506
diff changeset
    22
# date:2007-09-18 owner:dcarbery type:bug
10506
651b997d069b 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10498
diff changeset
    23
Patch1:       yelp-01-va-args.diff
11221
f763c651113d * base-specs/bug-buddy.spec : Update patch meta-data
mattman
parents: 10670
diff changeset
    24
# 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
    25
Patch2:       yelp-02-search-crash.diff
12174
1efbf64d652c * base-specs/yelp.spec, patches/yelp-04-using-firefox3-gecko.diff: build
hawklu
parents: 12071
diff changeset
    26
# date:2008-04-20 owner:hawklu type:bug 
12570
a1b3a4defa67 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12317
diff changeset
    27
##Patch3:       yelp-03-using-firefox3-gecko.diff
12174
1efbf64d652c * base-specs/yelp.spec, patches/yelp-04-using-firefox3-gecko.diff: build
hawklu
parents: 12071
diff changeset
    28
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
URL:          www.gnome.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
%define gconf_version 2.6.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
%define libxml2_version 2.6.5
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
%define gtk2_version 2.5.3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
%define libgtkhtml_version 2.6.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
%define gnome_vfs_version 2.6.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
%define libgnomeui_version 2.6.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
%define libbonobo_version 2.6.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
%define libglade_version 2.5.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
%define libxslt_version 1.1.14
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
%define gail_version 1.8.4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
%define pango_version 1.8.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
%define gnome_doc_utils_version 0.1.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
%define mozilla_version 1.7
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
%define mozilla_nspr_version 4.5.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
Requires: gtk2 >= %{gtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
Requires: gnome-vfs >= %{gnome_vfs_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
Requires: libgtkhtml >= %{libgtkhtml_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
Requires: libgnomeui >= %{libgnomeui_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
Requires: libbonobo >= %{libbonobo_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
Requires: libxslt >= %{libxslt_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
Requires: libglade >= %{libglade_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
Requires: libxml2 >= %{libxml2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
Requires: mozilla >= %{mozilla_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
Requires: mozilla-nspr >= %{mozilla_nspr_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
BuildRequires: pango-devel >= %{pango_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
BuildRequires: gtk2-devel >= %{gtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
BuildRequires: gnome-vfs-devel >= %{gnome_vfs_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
BuildRequires: libgtkhtml-devel >= %{libgtkhtml_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
BuildRequires: libbonobo-devel >= %{libbonobo_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
BuildRequires: libglade-devel >= %{libglade_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
BuildRequires: libxslt-devel >= %{libxslt_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
BuildRequires: gail-devel >= %{gail_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
BuildRequires: libxml2-devel >= %{libxml2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
BuildRequires: GConf >= %{gconf_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
BuildRequires: mozilla >= %{mozilla_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
BuildRequires: mozilla-nspr-devel >= %{mozilla_nspr_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
"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
    76
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
%setup -q
10506
651b997d069b 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10498
diff changeset
    79
%patch1 -p1
10670
ca9bce01934a * base-specs/yelp.spec : Add patch yelp-02-search-crash.diff to fix
mattman
parents: 10647
diff changeset
    80
%patch2 -p1
12570
a1b3a4defa67 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12317
diff changeset
    81
##%patch3 -p1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
  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
    90
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
libtoolize --force
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
glib-gettextize -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
intltoolize --force --copy
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11883
diff changeset
    98
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11883
diff changeset
    99
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11883
diff changeset
   100
bash -x %SOURCE1 --enable-copyright
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11883
diff changeset
   101
%endif
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11883
diff changeset
   102
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
aclocal $ACLOCAL_FLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
autoheader
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
%ifos solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
NO_RTTI=--enable-cpp-rtti
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
./configure \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
    --prefix=%{_prefix} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
    --datadir=%{_datadir}       \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
    --sysconfdir=%{_sysconfdir} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
    --libexecdir=%{_libexecdir} \
12317
3fcd4711a274 2008-05-16 Damien Carbery <[email protected]>
dcarbery
parents: 12181
diff changeset
   117
    --with-gecko=firefox \
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
    --localstatedir=/var/lib $NO_RTTI
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
make -j $CPUS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
make install DESTDIR=$RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
#Copy zh_HK from zh_TW
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
#Fixes bug 4930405
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
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
   126
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
   127
b19dec4f9720 2008-01-24 Glynn Foster <[email protected]>
gman
parents: 11411
diff changeset
   128
%post
b19dec4f9720 2008-01-24 Glynn Foster <[email protected]>
gman
parents: 11411
diff changeset
   129
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
b19dec4f9720 2008-01-24 Glynn Foster <[email protected]>
gman
parents: 11411
diff changeset
   130
SCHEMAS="yelp.schemas"
b19dec4f9720 2008-01-24 Glynn Foster <[email protected]>
gman
parents: 11411
diff changeset
   131
for S in $SCHEMAS; do
b19dec4f9720 2008-01-24 Glynn Foster <[email protected]>
gman
parents: 11411
diff changeset
   132
	gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
b19dec4f9720 2008-01-24 Glynn Foster <[email protected]>
gman
parents: 11411
diff changeset
   133
done
b19dec4f9720 2008-01-24 Glynn Foster <[email protected]>
gman
parents: 11411
diff changeset
   134
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
%defattr (-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
%{_datadir}/locale/*/LC_MESSAGES/*.mo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
%{_bindir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
%{_datadir}/icons
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
%{_datadir}/yelp
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
%{_datadir}/applications/yelp.desktop
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
%{_libdir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
%{_mandir}/man1/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
%{_sysconfdir}/gconf/schemas/yelp.schemas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
%changelog
12570
a1b3a4defa67 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12317
diff changeset
   150
* Tue Jun 03 2008 - [email protected]
a1b3a4defa67 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12317
diff changeset
   151
- Bump to 2.23.1. Remove upstream patch 03-g11n-cast-iteration. Renumber
a1b3a4defa67 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12317
diff changeset
   152
  remainder.
a1b3a4defa67 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12317
diff changeset
   153
12317
3fcd4711a274 2008-05-16 Damien Carbery <[email protected]>
dcarbery
parents: 12181
diff changeset
   154
* Fri May 16 2008 - [email protected]
3fcd4711a274 2008-05-16 Damien Carbery <[email protected]>
dcarbery
parents: 12181
diff changeset
   155
- Disable Brian's patch, 04-using-firefox3-gecko, to build against firefox 2
3fcd4711a274 2008-05-16 Damien Carbery <[email protected]>
dcarbery
parents: 12181
diff changeset
   156
  because FF3 is not stable enough to be the default broswer in Nevada.
3fcd4711a274 2008-05-16 Damien Carbery <[email protected]>
dcarbery
parents: 12181
diff changeset
   157
12181
c5d2f3abc686 Add missing ChangeLog entry; fix date in %changelog entry.
dcarbery
parents: 12174
diff changeset
   158
* Mon Apr 21 2008 - [email protected]
12174
1efbf64d652c * base-specs/yelp.spec, patches/yelp-04-using-firefox3-gecko.diff: build
hawklu
parents: 12071
diff changeset
   159
- Add patch yelp-04-using-firefox3-gecko.diff:
1efbf64d652c * base-specs/yelp.spec, patches/yelp-04-using-firefox3-gecko.diff: build
hawklu
parents: 12071
diff changeset
   160
  build yelp with firefox3 devel package
1efbf64d652c * base-specs/yelp.spec, patches/yelp-04-using-firefox3-gecko.diff: build
hawklu
parents: 12071
diff changeset
   161
12071
bc965b34358f 2008-04-09 Damien Carbery <[email protected]>
dcarbery
parents: 12031
diff changeset
   162
* Wed Apr 09 2008 - [email protected]
bc965b34358f 2008-04-09 Damien Carbery <[email protected]>
dcarbery
parents: 12031
diff changeset
   163
- Bump to 2.22.1.
bc965b34358f 2008-04-09 Damien Carbery <[email protected]>
dcarbery
parents: 12031
diff changeset
   164
11883
0b35f9962939 2008-03-20 Takao Fujiwara <[email protected]>
fujiwara
parents: 11829
diff changeset
   165
* Thu Mar 20 2008 - [email protected]
0b35f9962939 2008-03-20 Takao Fujiwara <[email protected]>
fujiwara
parents: 11829
diff changeset
   166
- Add yelp-03-g11n-cast-iteration.diff to avoid fr crash. CR 6656484.
0b35f9962939 2008-03-20 Takao Fujiwara <[email protected]>
fujiwara
parents: 11829
diff changeset
   167
11829
3c4ccf04fc37 2008-03-10 Damien Carbery <[email protected]>
dcarbery
parents: 11553
diff changeset
   168
* Mon Mar 10 2008 - [email protected]
3c4ccf04fc37 2008-03-10 Damien Carbery <[email protected]>
dcarbery
parents: 11553
diff changeset
   169
- Bump to 2.22.0.
3c4ccf04fc37 2008-03-10 Damien Carbery <[email protected]>
dcarbery
parents: 11553
diff changeset
   170
11546
5472fd62fab6 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11510
diff changeset
   171
* Tue Jan 29 2008 - [email protected]
11553
d22409ceed2d 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11546
diff changeset
   172
- Bump to 2.21.90. Remove upstream patch 03-search-crash-v2. 
11546
5472fd62fab6 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11510
diff changeset
   173
11510
b19dec4f9720 2008-01-24 Glynn Foster <[email protected]>
gman
parents: 11411
diff changeset
   174
* Thu Jan 24 2008 - [email protected]
b19dec4f9720 2008-01-24 Glynn Foster <[email protected]>
gman
parents: 11411
diff changeset
   175
- Fix up gconf schema install.
b19dec4f9720 2008-01-24 Glynn Foster <[email protected]>
gman
parents: 11411
diff changeset
   176
b19dec4f9720 2008-01-24 Glynn Foster <[email protected]>
gman
parents: 11411
diff changeset
   177
* Tue Jan 08 2008 - [email protected]
11411
08ce180f598d 2008-01-08 Damien Carbery <[email protected]>
dcarbery
parents: 11282
diff changeset
   178
- Bump to 2.21.2.
08ce180f598d 2008-01-08 Damien Carbery <[email protected]>
dcarbery
parents: 11282
diff changeset
   179
11282
40382983a644 * base-specs/yelp.spec : Add patch to fix yelp search crasher :
mattman
parents: 11280
diff changeset
   180
* Tue Dec 04 2007 - [email protected]
40382983a644 * base-specs/yelp.spec : Add patch to fix yelp search crasher :
mattman
parents: 11280
diff changeset
   181
- 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
   182
11280
426cb4b7de24 2007-12-04 Damien Carbery <[email protected]>
dcarbery
parents: 11221
diff changeset
   183
* Tue Dec 04 2007 - [email protected]
426cb4b7de24 2007-12-04 Damien Carbery <[email protected]>
dcarbery
parents: 11221
diff changeset
   184
- Bump to 2.21.1.
426cb4b7de24 2007-12-04 Damien Carbery <[email protected]>
dcarbery
parents: 11221
diff changeset
   185
10670
ca9bce01934a * base-specs/yelp.spec : Add patch yelp-02-search-crash.diff to fix
mattman
parents: 10647
diff changeset
   186
* 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
   187
- 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
   188
10498
dedaba00d36f 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10327
diff changeset
   189
* Tue Sep 18 2007 - [email protected]
dedaba00d36f 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10327
diff changeset
   190
- Bump to 2.20.0.
10506
651b997d069b 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10498
diff changeset
   191
- Add patch 01-va-args to fix compilation issue.
10498
dedaba00d36f 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10327
diff changeset
   192
10327
fc6ac4e5fab4 2007-08-15 Damien Carbery <[email protected]>
dcarbery
parents: 10243
diff changeset
   193
* Wed Aug 15 2007 - [email protected]
fc6ac4e5fab4 2007-08-15 Damien Carbery <[email protected]>
dcarbery
parents: 10243
diff changeset
   194
- 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
   195
  02-std-solaris.
fc6ac4e5fab4 2007-08-15 Damien Carbery <[email protected]>
dcarbery
parents: 10243
diff changeset
   196
10243
3a66e3917874 Missed last time.
dcarbery
parents: 10238
diff changeset
   197
* Wed Aug 01 2007 - [email protected]
3a66e3917874 Missed last time.
dcarbery
parents: 10238
diff changeset
   198
- Add patch, 02-std-solaris, to fix 462440.
3a66e3917874 Missed last time.
dcarbery
parents: 10238
diff changeset
   199
10238
56fbd3bc2aae 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10051
diff changeset
   200
* Tue Jul 31 2007 - [email protected]
56fbd3bc2aae 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10051
diff changeset
   201
- 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
   202
  02-empty-contents-list.
56fbd3bc2aae 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10051
diff changeset
   203
10051
5022f953487c * base-specs/yelp.spec : Add patch to fix bugster:6560664, bugzilla:447107
mattman
parents: 9731
diff changeset
   204
* Wed Jun 13 2007 - [email protected]
5022f953487c * base-specs/yelp.spec : Add patch to fix bugster:6560664, bugzilla:447107
mattman
parents: 9731
diff changeset
   205
- 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
   206
9731
dd11a211de8e 2007-04-12 Damien Carbery <[email protected]>
dcarbery
parents: 9711
diff changeset
   207
* Thu Apr 12 2007 - [email protected]
dd11a211de8e 2007-04-12 Damien Carbery <[email protected]>
dcarbery
parents: 9711
diff changeset
   208
- Bump to 2.18.1.
dd11a211de8e 2007-04-12 Damien Carbery <[email protected]>
dcarbery
parents: 9711
diff changeset
   209
dd11a211de8e 2007-04-12 Damien Carbery <[email protected]>
dcarbery
parents: 9711
diff changeset
   210
* Tue Apr 10 2007 - [email protected]
9711
b9cb010bc817 * base-specs/yelp.spec : fix bugster:6534411 bugzilla:428273, uninstalled
mattman
parents: 9538
diff changeset
   211
- 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
   212
- gnome-vfs warnings.
b9cb010bc817 * base-specs/yelp.spec : fix bugster:6534411 bugzilla:428273, uninstalled
mattman
parents: 9538
diff changeset
   213
9538
ffc0aaba7dc1 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   214
* Tue Mar 13 2007 - [email protected]
ffc0aaba7dc1 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   215
- Bump to 2.18.0.
ffc0aaba7dc1 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   216
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
* Mon Nov 27 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   218
- Bump to 2.16.2.
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
* Tue Oct 03 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
- Bump to 2.16.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
* Mon Sep 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   224
- 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
   225
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   226
* Mon Sep 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   227
- Bump to 2.16.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   229
* Tue Aug 08 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   230
- Bump to 2.15.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   231
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   232
* Mon Jul 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   233
- Bump to 2.15.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   234
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   235
* Fri Apr 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   236
- Bump to 2.14.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   237
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   238
* Mon Mar 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   239
- Bump to 2.14.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   240
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   241
* Mon Feb 27 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   242
- Bump to 2.13.6.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   243
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   244
* Mon Feb 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   245
- Bump to 2.13.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   246
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   247
* Tue Jan 31 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   248
- Bump to 2.13.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   249
- Remove upstream patch, 01-build-xlibs.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   250
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   251
* Mon Jan 19 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   252
- 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
   253
  against -lX11
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
* Mon Jan 19 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   256
- Bump to 2.13.3
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
* Tue Dec 20 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   259
- Bump to 2.13.2
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
* Tue Nov 29 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   262
- Bump to 2.12.2.
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
* Sat Sep 17 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   265
- Bump to 2.12.0
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
* Mon Sep 05 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   268
- Bump to 2.11.92.
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
* Tue Aug 16 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   271
- Bump to 2.11.1.
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
* Tue Jun 21 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   274
- Add requires for mozilla
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
* Wed Jun 08 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   277
- port to 2.10
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   278
- Remove patch yelp-01-empty-struct-build-fix.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   279
- Remove patch yelp-03-session-save.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   280
- 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
   281
- Remove patch yelp-06-yelp-pager.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   282
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   283
* Fri Feb 25 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   284
- #6233172, Add Actions section, change Development Section
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
* Thu Feb 17 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   287
- #6228279, yelp crash viewing jdsoverview.xml
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
* Fri Dec 24 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   290
- 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
   291
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   292
* Mon Nov 15 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   293
- #6182913, patch yelp-04-help-sections.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
* Thu Jul 08 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   296
- 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
   297
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   298
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   299
- added "-j $CPUS" to make to speed up builds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   300
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   301
* Thu May 20 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   302
- 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
   303
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   304
* Wed May 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   305
- 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
   306
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   307
* Thu May 06 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   308
- Bump to 2.6.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   309
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   310
* Mon Mar 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   311
- 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
   312
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   313
* Wed Mar 24 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   314
- 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
   315
  empty struct diff, and update the potfiles patch.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   316
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   317
* Mon Mar 22 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   318
- fix non-portable sed commands (bugzilla #134534)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   319
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   320
* Thu Mar 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   321
- Bump to 2.5.91
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   322
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   323
* Thu Mar 11 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   324
- added yelp-03-g11n-potfiles.diff 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   325
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   326
* Tue Feb 24 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   327
- Bump to 2.5.5
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   328
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   329
* Tue Feb 17 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   330
- two patches two fix a solaris build issues
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   331
- add ACLOCAL_FLAGS to aclocal
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
* Fri Feb 06 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   334
- 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
   335
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   336
* Tue Dec 16 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   337
- Bump to 2.5.1
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
* Fri Oct 31 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   340
- Removed the Sun Supported menu entry since we're
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   341
  removing the Extras menu.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   342
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   343
* Mon Oct 13 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   344
- New 2.4 Tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   345
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   346
* Tue Oct 07 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   347
- Second Change For Help Section for Java Desktop System
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   348
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   349
* Fri Sep 26 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   350
- Modified Help Section for Java Desktop System
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   351
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   352
* Fri Aug 22 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   353
- categorycode patch
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   354
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   355
* Mon Aug 18 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   356
- Help sections patch
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   357
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   358
* Fri Aug 01 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   359
- Add menu categorization.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   360
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   361
* Wed Jul 23 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   362
- Add back window icon.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   363
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   364
* Thu Jul 10 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   365
- Added .po tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   366
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   367
* Wed Jun 25 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   368
- Add libexec/* to %files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   369
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   370
* Wed Jun 25 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   371
- Update the version of Yelp
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   372
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   373
* Wed May 14 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   374
- Initial Sun release