base-specs/file-roller.spec
author dcarbery
Wed, 28 May 2008 15:56:21 +0000
changeset 12518 4770517550c5
parent 12372 3b39ab00abdf
child 12572 acb8b72bd682
permissions -rw-r--r--
2008-05-28 Damien Carbery <[email protected]> * base-specs/accerciser.spec: Bump to 1.3.1. * base-specs/eog.spec: Bump to 2.23.2. * base-specs/file-roller.spec, base-specs/gedit.spec, base-specs/zenity.spec, base-specs/libsoup.spec: Bump to 2.23.1. * base-specs/gcalctool.spec: Bump to 5.23.2.
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 file-roller
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
11405
83dbd19ba377 2008-01-07 Damien Carbery <[email protected]>
dcarbery
parents: 11352
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
%include l10n.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
Name:         file-roller
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
License:      GPL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
Group:        System/GUI/GNOME
12518
4770517550c5 2008-05-28 Damien Carbery <[email protected]>
dcarbery
parents: 12372
diff changeset
    14
Version:      2.23.1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Release:      1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Distribution: Java Desktop System
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Vendor:       Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Summary:      An archive manager for GNOME
12518
4770517550c5 2008-05-28 Damien Carbery <[email protected]>
dcarbery
parents: 12372
diff changeset
    19
Source:       http://ftp.gnome.org/pub/GNOME/sources/file-roller/2.23/%{name}-%{version}.tar.bz2
9417
551141824039 2007-03-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9410
diff changeset
    20
Source1:      %{name}-po-sun-%{po_sun_version}.tar.bz2
11352
7ff900bd185f 2007-12-26 Harry Fu <[email protected]>
funix
parents: 11247
diff changeset
    21
Source2:      l10n-configure.sh
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 12012
diff changeset
    22
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 12012
diff changeset
    23
Source3:                 l10n-configure.sh
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 12012
diff changeset
    24
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
# date:2003-07-24 type:branding owner:gman
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
Patch1:       file-roller-01-menu-entry.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
URL:          http://www.gnome.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
Docdir:       %{_defaultdocdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
Prereq:       GConf
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 scrollkeeper_version 0.3.14
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
%define nautilus_version 2.6.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
BuildRequires: scrollkeeper >= %{scrollkeeper_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
BuildRequires: nautilus-devel >= %{nautilus_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
Requires: nautilus >= %{nautilus_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
File Roller is an archive manager for the GNOME environment.  This means that
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
you can : create and modify archives; view the content of an archive; view a
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
file contained in the archive; extract files from the archive.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
File Roller is only a front-end (a graphical interface) to archiving programs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
like tar and zip. The supported file types are -
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
 * Tar archives uncompressed (.tar) or compressed with
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
 * gzip (.tar.gz , .tgz)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
 * bzip (.tar.bz , .tbz)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
 * bzip2 (.tar.bz2 , .tbz2)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
 * compress (.tar.Z , .taz)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
 * lzop (.tar.lzo , .tzo)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
 * Zip archives (.zip)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
 * Jar archives (.jar , .ear , .war)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
 * Lha archives (.lzh)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
 * Rar archives (.rar)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
 * Single files compressed with gzip, bzip, bzip2, compress, lzop
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
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
%setup -q
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
%if %build_l10n
11352
7ff900bd185f 2007-12-26 Harry Fu <[email protected]>
funix
parents: 11247
diff changeset
    62
#bugster 6643604 
12012
36d40615f3e3 2008-04-03 Takao Fujiwara <[email protected]>
fujiwara
parents: 11844
diff changeset
    63
sh -x %SOURCE2 --disable-gnu-extensions
9417
551141824039 2007-03-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9410
diff changeset
    64
bzcat %SOURCE1 | tar xf -
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
cd po-sun; make; cd ..
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
%patch1 -p1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
for po in po/*.po; do
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
  dos2unix -ascii $po $po
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
done
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
  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
    79
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
libtoolize --force
10407
3172f39c4b0b 2007-08-30 Damien Carbery <[email protected]>
dcarbery
parents: 10381
diff changeset
    85
intltoolize --force --copy --automake
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 12012
diff changeset
    86
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 12012
diff changeset
    87
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 12012
diff changeset
    88
bash -x %SOURCE3 --enable-copyright
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 12012
diff changeset
    89
%endif
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 12012
diff changeset
    90
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
aclocal $ACLOCAL_FLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
autoheader
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
#FIXME: Disable scrollkeeper for now.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
CFLAGS="$RPM_OPT_FLAGS" \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
  ./configure \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
    --prefix=%{_prefix} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
    --libexecdir=%{_libexecdir} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
    --sysconfdir=%{_sysconfdir} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
    --disable-scrollkeeper
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
make -j $CPUS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
make DESTDIR=$RPM_BUILD_ROOT install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
#Copy zh_HK from zh_TW
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
#Fixes bug 4930405
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
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
   112
install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
11442
41b4ce844578 2008-01-11 Damien Carbery <[email protected]>
dcarbery
parents: 11405
diff changeset
   115
rm $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.0/libnautilus-fileroller.a
41b4ce844578 2008-01-11 Damien Carbery <[email protected]>
dcarbery
parents: 11405
diff changeset
   116
rm $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.0/libnautilus-fileroller.la
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
rm -rf $RPM_BUILD_ROOT
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
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
SCHEMAS="file-roller.schemas"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
 for S in $SCHEMAS; do
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
  gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
done
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
%doc AUTHORS NEWS README COPYING
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
%{_sysconfdir}/gconf/schemas/*.schemas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
%{_bindir}/file-roller
11442
41b4ce844578 2008-01-11 Damien Carbery <[email protected]>
dcarbery
parents: 11405
diff changeset
   133
%{_libdir}/nautilus/extensions-2.0/libnautilus-fileroller.so
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
%{_datadir}/applications/*.desktop
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
%{_datadir}/file-roller
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
%{_datadir}/gnome/help/file-roller
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
%{_datadir}/locale/*/LC_MESSAGES/*.mo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
%{_datadir}/omf/file-roller
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
%{_datadir}/pixmaps/*.png
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
%changelog
12518
4770517550c5 2008-05-28 Damien Carbery <[email protected]>
dcarbery
parents: 12372
diff changeset
   142
* Wed May 28 2008 - [email protected]
4770517550c5 2008-05-28 Damien Carbery <[email protected]>
dcarbery
parents: 12372
diff changeset
   143
- Bump to 2.23.1.
12372
3b39ab00abdf 2008-05-27 Damien Carbery <[email protected]>
dcarbery
parents: 12066
diff changeset
   144
* Tue May 27 2008 - [email protected]
3b39ab00abdf 2008-05-27 Damien Carbery <[email protected]>
dcarbery
parents: 12066
diff changeset
   145
- Bump to 2.22.3.
12066
63a1a8f4aa5c 2008-04-09 Damien Carbery <[email protected]>
dcarbery
parents: 12031
diff changeset
   146
* Wed Apr 09 2008 - [email protected]
63a1a8f4aa5c 2008-04-09 Damien Carbery <[email protected]>
dcarbery
parents: 12031
diff changeset
   147
- Bump to 2.22.2.
11844
6f77cd3aecf6 2008-03-11 Damien Carbery <[email protected]>
dcarbery
parents: 11725
diff changeset
   148
* Tue Mar 11 2008 - [email protected]
6f77cd3aecf6 2008-03-11 Damien Carbery <[email protected]>
dcarbery
parents: 11725
diff changeset
   149
- Bump to 2.22.0.
11725
b731d2d412a2 2008-02-26 Damien Carbery <[email protected]>
dcarbery
parents: 11621
diff changeset
   150
* Tue Feb 26 2008 - [email protected]
b731d2d412a2 2008-02-26 Damien Carbery <[email protected]>
dcarbery
parents: 11621
diff changeset
   151
- Bump to 2.21.92.
11621
eb1452b7ffc3 2008-02-12 Damien Carbery <[email protected]>
dcarbery
parents: 11546
diff changeset
   152
* Tue Feb 12 2008 - [email protected]
eb1452b7ffc3 2008-02-12 Damien Carbery <[email protected]>
dcarbery
parents: 11546
diff changeset
   153
- Bump to 2.21.91.
11546
5472fd62fab6 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11442
diff changeset
   154
* Tue Jan 29 2008 - [email protected]
5472fd62fab6 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11442
diff changeset
   155
- Bump to 2.21.2.
11442
41b4ce844578 2008-01-11 Damien Carbery <[email protected]>
dcarbery
parents: 11405
diff changeset
   156
* Fri Jan 11 2008 - [email protected]
41b4ce844578 2008-01-11 Damien Carbery <[email protected]>
dcarbery
parents: 11405
diff changeset
   157
- Update path to nautilus extension dir s/extensions-1.0/extensions-2.0/.
11405
83dbd19ba377 2008-01-07 Damien Carbery <[email protected]>
dcarbery
parents: 11352
diff changeset
   158
* Mon Jan 07 2008 - [email protected]
83dbd19ba377 2008-01-07 Damien Carbery <[email protected]>
dcarbery
parents: 11352
diff changeset
   159
- Bump to 2.21.1.
11352
7ff900bd185f 2007-12-26 Harry Fu <[email protected]>
funix
parents: 11247
diff changeset
   160
* Wed Dec 26 2007 - [email protected]
7ff900bd185f 2007-12-26 Harry Fu <[email protected]>
funix
parents: 11247
diff changeset
   161
- Add l10n-configure.sh to remove "%-m" and "%-d". Fixes 6643604
11247
1923a32b2c35 2007-11-27 Damien Carbery <[email protected]>
dcarbery
parents: 10674
diff changeset
   162
* Tue Nov 27 2007 - [email protected]
1923a32b2c35 2007-11-27 Damien Carbery <[email protected]>
dcarbery
parents: 10674
diff changeset
   163
- Bump to 2.20.2.
10674
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10498
diff changeset
   164
* Fri Oct 19 2007 - [email protected]
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10498
diff changeset
   165
- Bump to 2.20.1.
10498
dedaba00d36f 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10443
diff changeset
   166
* Tue Sep 18 2007 - [email protected]
dedaba00d36f 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10443
diff changeset
   167
- Bump to 2.20.0.
10443
04499c4f506c Add %changelog entries.
dcarbery
parents: 10442
diff changeset
   168
* Tue Sep 04 2007 - [email protected]
04499c4f506c Add %changelog entries.
dcarbery
parents: 10442
diff changeset
   169
- Bump to 2.19.92.
10407
3172f39c4b0b 2007-08-30 Damien Carbery <[email protected]>
dcarbery
parents: 10381
diff changeset
   170
* Thu Aug 30 2007 - [email protected]
3172f39c4b0b 2007-08-30 Damien Carbery <[email protected]>
dcarbery
parents: 10381
diff changeset
   171
- Add intltoolize call to update intltool scripts.
10381
2dd03f9270d0 2007-08-28 Damien Carbery <[email protected]>
dcarbery
parents: 10327
diff changeset
   172
* Tue Aug 28 2007 - [email protected]
2dd03f9270d0 2007-08-28 Damien Carbery <[email protected]>
dcarbery
parents: 10327
diff changeset
   173
- Bump to 2.19.91.
10327
fc6ac4e5fab4 2007-08-15 Damien Carbery <[email protected]>
dcarbery
parents: 10237
diff changeset
   174
* Wed Aug 15 2007 - [email protected]
fc6ac4e5fab4 2007-08-15 Damien Carbery <[email protected]>
dcarbery
parents: 10237
diff changeset
   175
- Bump to 2.19.90.
10237
48765966733c 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10182
diff changeset
   176
* Tue Jul 31 2007 - [email protected]
48765966733c 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10182
diff changeset
   177
- Bump to 2.19.4.
10182
36a5c358d3bf * base-specs/file-roller.spec : Remove obsolete patch :
mattman
parents: 10075
diff changeset
   178
* Wed Jul 11 2007 - [email protected]
36a5c358d3bf * base-specs/file-roller.spec : Remove obsolete patch :
mattman
parents: 10075
diff changeset
   179
- Remove obsolete patch file-roller-02-properties-dialog-crash.diff
10075
76dbb39857ac 2007-06-19 Damien Carbery <[email protected]>
dcarbery
parents: 9992
diff changeset
   180
* Tue Jun 19 2007 - [email protected]
76dbb39857ac 2007-06-19 Damien Carbery <[email protected]>
dcarbery
parents: 9992
diff changeset
   181
- Bump to 2.19.3.
9900
82b10f4a150d 2007-05-15 Damien Carbery <[email protected]>
dcarbery
parents: 9859
diff changeset
   182
* Tue May 15 2007 - [email protected]
82b10f4a150d 2007-05-15 Damien Carbery <[email protected]>
dcarbery
parents: 9859
diff changeset
   183
- Bump to 2.19.1.
9859
a93f245bf60d * base-specs/file-roller.spec: Bump to 2.18.2.
dcarbery
parents: 9712
diff changeset
   184
* Wed May 09 2007 - [email protected]
a93f245bf60d * base-specs/file-roller.spec: Bump to 2.18.2.
dcarbery
parents: 9712
diff changeset
   185
- Bump to 2.18.2.
a93f245bf60d * base-specs/file-roller.spec: Bump to 2.18.2.
dcarbery
parents: 9712
diff changeset
   186
* Tue Apr 10 2007 - [email protected]
9712
97913084016e 2007-04-10 Damien Carbery <[email protected]>
dcarbery
parents: 9538
diff changeset
   187
- Bump to 2.18.1.
9859
a93f245bf60d * base-specs/file-roller.spec: Bump to 2.18.2.
dcarbery
parents: 9712
diff changeset
   188
* Tue Mar 13 2007 - [email protected]
9538
ffc0aaba7dc1 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9457
diff changeset
   189
- Bump to 2.18.0.
9859
a93f245bf60d * base-specs/file-roller.spec: Bump to 2.18.2.
dcarbery
parents: 9712
diff changeset
   190
* Tue Mar 06 2007 - [email protected]
9457
8a53f65d1f5b 2007-03-06 Damien Carbery <[email protected]>
dcarbery
parents: 9417
diff changeset
   191
- Bump to 2.17.92.
9410
9950ff76d019 * base-specs/file-roller.spec : Add patch to fix crasher bug i
mattman
parents: 9400
diff changeset
   192
* Thu Mar 01 2007 - [email protected]
9950ff76d019 * base-specs/file-roller.spec : Add patch to fix crasher bug i
mattman
parents: 9400
diff changeset
   193
- Add patch file-roller-02-properties-dialog-crash.diff
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
- Add l10n tarball.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
- Bump to 2.17.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
* Tue Jan 23 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
- Bump to 2.17.90.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
* Tue Jan 09 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
- Bump to 2.17.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
* Tue Dec 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
- Bump to 2.17.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   204
* Tue Dec 05 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
- Bump to 2.17.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
* Fri Nov 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
- Add --libexecdir to configure call.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
* Thu Nov 23 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
- Remove upstream patch, 02-rpm-cpio.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
* Mon Nov 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
- Bump to 2.17.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
* Wed Oct 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   213
- Add patch 02-rpm-cpio.diff : bugster : 6478062, bugzilla : 359629
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   214
* Tue Oct 03 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   215
- Bump to 2.16.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   216
* Wed Sep 27 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
- file-roller-01-rename-contents.diff : bugster:6232106 / bugzilla:168287
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   218
- Remove fixed upstream.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   219
* Wed Sep 27 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   220
- Remove patch 01-zip-command.diff, re-enable password option for archives 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
  CR 6397899.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
- Re-align the remaining patches.
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
- Bump to 2.16.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   225
* Tue Aug 22 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   226
- Bump to 2.15.93.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   227
* Wed Aug 09 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
- Bump to 2.15.92.
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
* Mon Jul 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   232
- Bump to 2.15.90.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   233
* Wed Jul 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   234
- Bump to 2.15.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   235
* Fri Jun 02 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   236
- Add patch to update the menu entry.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   237
* Wed Apr 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   238
- Call dos2unix to fix po files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   239
* Tue Apr 18 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   240
- Bump to 2.14.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   241
* Tue Apr 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   242
- Bump to 2.14.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   243
* Tue Mar 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   244
- Bump to 2.14.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   245
* Tue Feb 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   246
- Bump to 2.13.92.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   247
* Tue Feb 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   248
- Bump to 2.13.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   249
* Tue Jan 31 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   250
- Remove obsolete patch, 01-rm-jar-association. Reorder remainder.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   251
* Tue Jan 31 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   252
- Bump to 2.13.90.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   253
* Sun Jan 22 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   254
- Remove upstream patch, 02-move-menuitem. Renumber rest.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   255
* Tue Jan 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   256
- Bump to 2.13.4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   257
* Sat Jan 07 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   258
- Remove ref to bonobo files that are no longer present.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   259
* Tue Jan 03 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   260
- Bump to 2.13.3.
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
- remove javahelp stuff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   263
* Tue Nov 29 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   264
- Bump to 2.12.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   265
* Tue Oct 11 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   266
- Bump to 2.12.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   267
* Sat Sep 17 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   268
- Bump to 2.12.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   269
* Mon Sep 05 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   270
- Bump to 2.11.92.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   271
* Mon Aug 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   272
- Bump to 2.11.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   273
* Fri May 20 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   274
- Bump to 2.10.3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   275
* Tue Mar 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   276
- add patch for 6238712
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   277
* Wed Mar 02 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   278
- Add patch so that renaming archive contents, prompts for an
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   279
  overwrite if the file/directory already exists.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   280
* Tue Jan 25 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   281
- Update docs with Linux specific tarball from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   282
* Fri Jan 14 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   283
- Updated l10n help tarball for cinnabar-linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   284
* Thu Oct 28 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   285
- Updated l10n help tarball and added pt_BR
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   286
* Mon Oct 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   287
- file-roller-09-extract-password.diff added
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   288
* Fri Sep 10 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   289
- Added patch file-roller-08-fix-dnd-crash.diff to fix the desktop icon
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   290
  dnd crash. Fixes bugtraq #5098546.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   291
* Mon Aug 30 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   292
- Add file-roller-07-g11n-potfiles.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   293
* Wed Aug 25 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   294
- Added l10n help contents
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   295
* Fri Aug 20 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   296
- Integrate updated docs tarball from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   297
* Thu Aug 05 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   298
- Incorporate new docs tarball from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   299
* Tue Jul 27 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   300
- Fix the file extraction for .zip/.jar.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   301
* Thu Jul 08 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   302
- Updated l10n content to file-roller-l10n-po-1.2.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   303
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   304
- ported to rpm4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   305
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   306
- added "-j $CPUS" to make to speed up builds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   307
* Mon Jul 05 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   308
- Added patch file-roller-05-add-folder-option.diff to add the feature of 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   309
  folder addition in an archive.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   310
* Wed Jun 09 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   311
- Modified patch file-roller-04-set-path-gtar.diff to use putenv instead of
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   312
  setenv
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   313
* Wed Jun 09 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   314
- Added patch file-roller-04-set-path-gtar.diff to /usr/sfw/bin so that
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   315
  gtar is picked up instead of tar
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   316
* Fri May 28 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   317
- Incorporate new docs tarball from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   318
* Fri May 14 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   319
- Don't show the password in plain text: file-roller-03-password-invisible.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   320
* Wed May 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   321
- Updated l10n content to file-roller-l10n-po-1.1.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   322
* Tue May 04 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   323
- Bump to 2.6.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   324
* Tue Apr 27 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   325
- Move the position of "Archive Manager" from "System Tools"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   326
  to "Accessories" in panel menu.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   327
* Sun Apr 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   328
- enable javahelp conversion on Solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   329
* Tue Apr 13 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   330
- upgraded tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   331
* Thu Apr 01 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   332
- javahelp conversion
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   333
* Mon Mar 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   334
- Updated l10n content to file-roller-l10n-po-1.0.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   335
* Tue Mar 16 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   336
- Remove validation of archive check since the patch is 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   337
  wrong.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   338
* Tue Mar 16 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   339
- Bump to 2.5.7 and remove localized documentation
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   340
  tarball as it no longer makes sense. Remove the menu
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   341
  patch and l10n patches.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   342
* Wed Feb 25 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   343
- change tar jxvf to bzcat | tar xf - 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   344
- use proper path macros instead of hardcoded paths
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   345
* Wed Dec 17 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   346
- Bump to 2.5.4, re-apply patches 01/02
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   347
- Add l10n and patch 03
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   348
- Add libtoolize/automake etc...
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   349
* Wed Dec 17 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   350
- Bump to 2.5.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   351
* Fri Oct 31 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   352
- Remove the Sun Supported keyword from the 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   353
  desktop file.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   354
* Mon Oct 13 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   355
- tarball upgrade
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   356
* Fri Sep 26 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   357
- integrate Sun docs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   358
* Thu Aug 14 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   359
- remove *.a, *.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   360
* Thu Aug 07 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   361
- Update tarball, bump version, reset release.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   362
* Wed Jul 30 2003 - Laszlo [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   363
- added file-roller-02-validate-new-archive.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   364
* Tue May 13 2002 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   365
- initial package for GNOME 2.2