libIDL.spec
author dermotm
Mon, 24 Jul 2006 12:30:39 +0000
branchgnome-2-10
changeset 19949 94f49bf19351
parent 19719 d184ca39d269
permissions -rw-r--r--
access control test #4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19212
diff changeset
     1
#
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19212
diff changeset
     2
# spec file for package libIDL
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19212
diff changeset
     3
#
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19212
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19212
diff changeset
     5
# This file and all modifications and additions to the pristine
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19212
diff changeset
     6
# package are under the same license as the package itself.
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19212
diff changeset
     7
#
9
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
     8
Name:         libIDL
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 9
diff changeset
     9
License:      LGPL
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 9
diff changeset
    10
Group:        System/Libraries
19211
7dcee5ec07ab 2005-05-06 Glynn Foster <[email protected]>
gman
parents: 5370
diff changeset
    11
Version:      0.8.5
7dcee5ec07ab 2005-05-06 Glynn Foster <[email protected]>
gman
parents: 5370
diff changeset
    12
Release:      1
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19212
diff changeset
    13
Distribution: Java Desktop System
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
    14
Vendor:       Sun Microsystems, Inc.
182
ad006afc1616 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 177
diff changeset
    15
Summary:      IDL parsing library
1642
1a2233015772 *** empty log message ***
laca
parents: 1611
diff changeset
    16
Source:       http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-%{version}.tar.bz2
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1195
diff changeset
    17
Source1:      libIDL-2.3.gz
176
7d9477cdb075 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    18
URL:          http://www.gnome.org
7d9477cdb075 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    19
Docdir:       %{_defaultdocdir}/doc
9
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
    20
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 9
diff changeset
    21
AutoReqProv:  on
1080
497903a49ccb 2003-08-19 Glynn Foster <[email protected]>
gman
parents: 1058
diff changeset
    22
Prereq:       /sbin/ldconfig
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 9
diff changeset
    23
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
    24
%define glib2_version 2.4.0
182
ad006afc1616 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 177
diff changeset
    25
%define pkgconfig_version 0.15.0
ad006afc1616 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 177
diff changeset
    26
ad006afc1616 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 177
diff changeset
    27
Requires:      glib2 >= %{glib2_version}
ad006afc1616 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 177
diff changeset
    28
BuildRequires: glib2-devel >= %{glib2_version}
ad006afc1616 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 177
diff changeset
    29
BuildRequires: pkgconfig >= %{pkgconfig_version}
9
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
    30
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
    31
%description
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
    32
libIDL is a small library for creating parse trees of CORBA v2.2
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
    33
compliant Interface Definition Language (IDL) files, which is a
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
    34
specification for defining interfaces which can be used between
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
    35
different CORBA implementations.
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
    36
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
    37
%package devel
182
ad006afc1616 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 177
diff changeset
    38
Summary:      IDL parsing library development libraries and header files.
ad006afc1616 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 177
diff changeset
    39
Group:        Development/Languages/Other
176
7d9477cdb075 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    40
Requires:     %{name} = %{version}
182
ad006afc1616 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 177
diff changeset
    41
Requires:     glib2-devel >= %{glib2_version}
9
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
    42
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
    43
%description devel
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
    44
libIDL is a small library for creating parse trees of CORBA v2.2
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
    45
compliant Interface Definition Language (IDL) files, which is a
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
    46
specification for defining interfaces which can be used between
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
    47
different CORBA implementations.
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
    48
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
    49
%prep
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
    50
%setup -q
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
    51
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    52
%ifos solaris
4271
eb46de360ab6 2004-10-18 Laszlo Peter <[email protected]>
laca
parents: 4133
diff changeset
    53
%ifarch amd64 sparcv9
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    54
cd ..
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    55
cp -rp libIDL-%{version} libIDL-%{version}-64
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    56
%endif
4127
69ec35a2e770 * Temp disable 64-building on x86.
dc144907
parents: 4121
diff changeset
    57
%endif
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    58
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    59
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    60
9
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
    61
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    62
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    63
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    64
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    65
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    66
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3679
diff changeset
    67
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    68
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    69
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    70
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    71
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    72
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    73
CONFLAGS="--prefix=%{_prefix} --infodir=%{_infodir}"
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    74
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    75
%ifos solaris
4271
eb46de360ab6 2004-10-18 Laszlo Peter <[email protected]>
laca
parents: 4133
diff changeset
    76
%ifarch amd64 sparcv9
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    77
CPUS=$(($CPUS*4))
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    78
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    79
cd ../libIDL-%version-64
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    80
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    81
export CFLAGS="$CFLAGS64"
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    82
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH64"
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    83
export CC=${CC64:-$CC}
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    84
save_PATH="$PATH"
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    85
ccdir=`dirname $CC`
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    86
export PATH=$ccdir:$PATH
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    87
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    88
./configure $CONFLAGS					\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    89
            --bindir=%{_bindir}/%{_arch64}		\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    90
            --libdir=%{_libdir}/%{_arch64}		\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    91
            --libexecdir=%{_libexecdir}/%{_arch64}	\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    92
            --sysconfdir=%{_sysconfdir}/%{_arch64}
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    93
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    94
make -j $CPUS
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    95
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    96
cd ../libIDL-%version
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
    97
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    98
export CFLAGS="$CFLAGS32"
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    99
export RPM_OPT_FLAGS="$CFLAGS"
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   100
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH32"
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   101
export CC=${CC32:-$CC}
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   102
export PATH="$save_PATH"
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   103
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   104
%endif
4127
69ec35a2e770 * Temp disable 64-building on x86.
dc144907
parents: 4121
diff changeset
   105
%endif
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   106
176
7d9477cdb075 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
   107
CFLAGS="$RPM_OPT_FLAGS"				\
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   108
./configure $CONFLAGS				\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   109
            --sysconfdir=%{_sysconfdir}
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   110
make -j $CPUS
9
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
   111
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
   112
%install
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   113
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   114
%ifos solaris
4271
eb46de360ab6 2004-10-18 Laszlo Peter <[email protected]>
laca
parents: 4133
diff changeset
   115
%ifarch amd64 sparcv9
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   116
cd ../libIDL-%version-64
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   117
make install DESTDIR=$RPM_BUILD_ROOT
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   118
cd ../libIDL-%version
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   119
%endif
4127
69ec35a2e770 * Temp disable 64-building on x86.
dc144907
parents: 4121
diff changeset
   120
%endif
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   121
176
7d9477cdb075 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
   122
make DESTDIR=$RPM_BUILD_ROOT install
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1195
diff changeset
   123
install -d $RPM_BUILD_ROOT/usr/share/man/man3
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1195
diff changeset
   124
install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT/usr/share/man/man3
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   125
rm $RPM_BUILD_ROOT%{_libdir}/*.a
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   126
rm $RPM_BUILD_ROOT%{_libdir}/*.la
9
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
   127
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
   128
%clean
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
   129
rm -rf $RPM_BUILD_ROOT
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
   130
176
7d9477cdb075 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
   131
%post
7d9477cdb075 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
   132
/sbin/ldconfig
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 9
diff changeset
   133
176
7d9477cdb075 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
   134
%postun
7d9477cdb075 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
   135
/sbin/ldconfig
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 9
diff changeset
   136
9
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
   137
%files
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
   138
%defattr(-,root,root)
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   139
%{_libdir}/*.so.*
9
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
   140
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
   141
%files devel
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
   142
%defattr(-,root,root)
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 9
diff changeset
   143
%{_bindir}/*
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 9
diff changeset
   144
%{_libdir}/pkgconfig/*.pc
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   145
%{_libdir}/*.so
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 9
diff changeset
   146
%{_includedir}/*
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1195
diff changeset
   147
%{_mandir}/man3/*
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   148
%{_infodir}/*.info.gz
9
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
   149
624412444874 2003-05-12 Niall Power <[email protected]>
niall
parents:
diff changeset
   150
%changelog
19212
77535de70882 2005-05-06 Glynn Foster <[email protected]>
gman
parents: 19211
diff changeset
   151
* Fri May 06 2005 - [email protected]
19211
7dcee5ec07ab 2005-05-06 Glynn Foster <[email protected]>
gman
parents: 5370
diff changeset
   152
- Bump to 0.8.5
7dcee5ec07ab 2005-05-06 Glynn Foster <[email protected]>
gman
parents: 5370
diff changeset
   153
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   154
* Fri Oct 29 2004 - [email protected]
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   155
- use $CC64 for the 64-bit build if defined
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   156
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   157
* Sat Oct  2 2004 - [email protected]
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   158
- Create 64bit libraries for Solaris
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4007
diff changeset
   159
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   160
* Thu Jul 08 2004 - [email protected]
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   161
- ported to rpm4
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   162
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   163
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   164
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   165
1551
f75c7b98ea13 2003-01-28 Laszlo Peter <[email protected]>
laca
parents: 1543
diff changeset
   166
* Wed Jan 28 2004 - <[email protected]> 0.8.3-1
f75c7b98ea13 2003-01-28 Laszlo Peter <[email protected]>
laca
parents: 1543
diff changeset
   167
- Upgrade to 0.8.3
f75c7b98ea13 2003-01-28 Laszlo Peter <[email protected]>
laca
parents: 1543
diff changeset
   168
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1195
diff changeset
   169
* Mon Dec 15 2003 - <[email protected]>
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1195
diff changeset
   170
- Add back the man pages.
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1195
diff changeset
   171
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   172
* Thu Aug 14 2003 - <[email protected]>
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   173
- move lib*.so to -devel, remove *.a, *.la
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   174
912
ab3ee6052cf8 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   175
* Fri Aug 01 2003 - <[email protected]> 0.8.2-1
ab3ee6052cf8 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   176
- Upgrade to 0.8.2
ab3ee6052cf8 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   177
ab3ee6052cf8 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   178
* Tue May 20 2003 - <[email protected]>
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 9
diff changeset
   179
- initial Sun release