base-specs/file-roller.spec
author Jon Tibble <meths@btinternet.com>
Thu, 15 Mar 2012 09:58:35 +0000
branchs11express-2010-11
changeset 22104 cde243cbe3f6
parent 18154 3ae47684c066
child 18204 c9e409e2b417
child 20189 35c8c1f24098
permissions -rw-r--r--
Added tag oi_151a_prestable2 for changeset 47b3f775541a
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
#
17069
dbf5156bc801 2009-12-01 Jeff Cai <[email protected]>
qc161282
parents: 16910
diff changeset
     8
%define owner jefftsai 
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
16426
6e0af232ec80 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16391
diff changeset
    10
17852
edfc096bfd70 2010-04-16 Christian Kelly <[email protected]>
chrisk
parents: 17781
diff changeset
    11
%define OSR LFI#105446 (gnome Exec. summary):n/a
16426
6e0af232ec80 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16391
diff changeset
    12
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
%include l10n.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
Name:         file-roller
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
License:      GPL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Group:        System/GUI/GNOME
18154
3ae47684c066 2010-06-21 Brian Cameron <[email protected]>
yippi
parents: 17939
diff changeset
    17
Version:      2.30.2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Release:      1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Distribution: Java Desktop System
17864
337913e88a9d 2010-04-19 Christian Kelly <[email protected]>
chrisk
parents: 17852
diff changeset
    20
Vendor:       Gnome Community
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
Summary:      An archive manager for GNOME
17781
074db3c51640 2010-03-30 Christian Kelly <[email protected]>
chrisk
parents: 17671
diff changeset
    22
Source:       http://ftp.gnome.org/pub/GNOME/sources/file-roller/2.30/%{name}-%{version}.tar.bz2
9417
551141824039 2007-03-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9410
diff changeset
    23
Source1:      %{name}-po-sun-%{po_sun_version}.tar.bz2
11352
7ff900bd185f 2007-12-26 Harry Fu <[email protected]>
funix
parents: 11247
diff changeset
    24
Source2:      l10n-configure.sh
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 12012
diff changeset
    25
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 12012
diff changeset
    26
Source3:                 l10n-configure.sh
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 12012
diff changeset
    27
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
# date:2003-07-24 type:branding owner:gman
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
Patch1:       file-roller-01-menu-entry.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
URL:          http://www.gnome.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
Docdir:       %{_defaultdocdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
Prereq:       GConf
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
%define scrollkeeper_version 0.3.14
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
%define nautilus_version 2.6.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
BuildRequires: scrollkeeper >= %{scrollkeeper_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
BuildRequires: nautilus-devel >= %{nautilus_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
Requires: nautilus >= %{nautilus_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
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
    45
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
    46
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
    47
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
    48
like tar and zip. The supported file types are -
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
 * Tar archives uncompressed (.tar) or compressed with
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
 * gzip (.tar.gz , .tgz)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
 * bzip (.tar.bz , .tbz)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
 * bzip2 (.tar.bz2 , .tbz2)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
 * compress (.tar.Z , .taz)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
 * lzop (.tar.lzo , .tzo)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
 * Zip archives (.zip)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
 * Jar archives (.jar , .ear , .war)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
 * Lha archives (.lzh)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
 * Rar archives (.rar)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
 * Single files compressed with gzip, bzip, bzip2, compress, lzop
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
%setup -q
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
%if %build_l10n
11352
7ff900bd185f 2007-12-26 Harry Fu <[email protected]>
funix
parents: 11247
diff changeset
    65
#bugster 6643604 
12012
36d40615f3e3 2008-04-03 Takao Fujiwara <[email protected]>
fujiwara
parents: 11844
diff changeset
    66
sh -x %SOURCE2 --disable-gnu-extensions
9417
551141824039 2007-03-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9410
diff changeset
    67
bzcat %SOURCE1 | tar xf -
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
cd po-sun; make; cd ..
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
%patch1 -p1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
for po in po/*.po; do
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
  dos2unix -ascii $po $po
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
done
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
  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
    82
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
libtoolize --force
10407
3172f39c4b0b 2007-08-30 Damien Carbery <[email protected]>
dcarbery
parents: 10381
diff changeset
    88
intltoolize --force --copy --automake
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 12012
diff changeset
    89
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 12012
diff changeset
    90
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 12012
diff changeset
    91
bash -x %SOURCE3 --enable-copyright
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 12012
diff changeset
    92
%endif
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 12012
diff changeset
    93
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
aclocal $ACLOCAL_FLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
autoheader
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
#FIXME: Disable scrollkeeper for now.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
CFLAGS="$RPM_OPT_FLAGS" \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
  ./configure \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
    --prefix=%{_prefix} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
    --libexecdir=%{_libexecdir} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
    --sysconfdir=%{_sysconfdir} \
17131
195b834cf8cf 2009-12-07 Jeff Cai <[email protected]>
qc161282
parents: 17069
diff changeset
   105
    --disable-scrollkeeper 
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
make -j $CPUS
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
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
make DESTDIR=$RPM_BUILD_ROOT install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
#Copy zh_HK from zh_TW
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
#Fixes bug 4930405
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
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
   115
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
   116
11442
41b4ce844578 2008-01-11 Damien Carbery <[email protected]>
dcarbery
parents: 11405
diff changeset
   117
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
   118
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
SCHEMAS="file-roller.schemas"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
 for S in $SCHEMAS; do
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
  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
   127
done
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
%doc AUTHORS NEWS README COPYING
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
%{_sysconfdir}/gconf/schemas/*.schemas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
%{_bindir}/file-roller
11442
41b4ce844578 2008-01-11 Damien Carbery <[email protected]>
dcarbery
parents: 11405
diff changeset
   134
%{_libdir}/nautilus/extensions-2.0/libnautilus-fileroller.so
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
%{_datadir}/applications/*.desktop
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
%{_datadir}/file-roller
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
%{_datadir}/gnome/help/file-roller
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
%{_datadir}/locale/*/LC_MESSAGES/*.mo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
%{_datadir}/omf/file-roller
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
%{_datadir}/pixmaps/*.png
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
%changelog
18154
3ae47684c066 2010-06-21 Brian Cameron <[email protected]>
yippi
parents: 17939
diff changeset
   143
* Mon Jun 21 2010 - [email protected]
3ae47684c066 2010-06-21 Brian Cameron <[email protected]>
yippi
parents: 17939
diff changeset
   144
- Bump to 2.30.2.
17939
cf75ccd2f979 2010-04-27 Brian Cameron <[email protected]>
yippi
parents: 17934
diff changeset
   145
* Tue Apr 27 2010 - [email protected]
cf75ccd2f979 2010-04-27 Brian Cameron <[email protected]>
yippi
parents: 17934
diff changeset
   146
- Bump to 2.30.1.1.
17934
a2a06609d9f0 2010-04-26 Christian Kelly <[email protected]>
chrisk
parents: 17864
diff changeset
   147
* Mon Apr 26 2010 - [email protected]
a2a06609d9f0 2010-04-26 Christian Kelly <[email protected]>
chrisk
parents: 17864
diff changeset
   148
- Bump to 2.30.1.
a2a06609d9f0 2010-04-26 Christian Kelly <[email protected]>
chrisk
parents: 17864
diff changeset
   149
* Mon Apr 26 2010 - [email protected]
a2a06609d9f0 2010-04-26 Christian Kelly <[email protected]>
chrisk
parents: 17864
diff changeset
   150
- Bump to 2.30.1
17781
074db3c51640 2010-03-30 Christian Kelly <[email protected]>
chrisk
parents: 17671
diff changeset
   151
* Tue Mar 30 2010 - [email protected]
074db3c51640 2010-03-30 Christian Kelly <[email protected]>
chrisk
parents: 17671
diff changeset
   152
- Bump to 2.30.0.
17671
025d1c91738f 2010-03-11 Christian Kelly <[email protected]>
chrisk
parents: 17614
diff changeset
   153
* Thu Mar 11 2010 - [email protected]
025d1c91738f 2010-03-11 Christian Kelly <[email protected]>
chrisk
parents: 17614
diff changeset
   154
- Bump to 2.29.92.
17614
8939e5c2192c 2010-03-01 Christian Kelly <[email protected]>
chrisk
parents: 17549
diff changeset
   155
* Mon Mar  1 2010 - [email protected]
8939e5c2192c 2010-03-01 Christian Kelly <[email protected]>
chrisk
parents: 17549
diff changeset
   156
- Bump to 2.29.91.
17549
chrisk
parents: 17485
diff changeset
   157
* Sun Feb 14 2010 - [email protected]
chrisk
parents: 17485
diff changeset
   158
- Bump to 2.29.90.
17485
c2fa865e9a4a 2010-02-01 Christian Kelly <[email protected]>
chrisk
parents: 17389
diff changeset
   159
* Mon Feb  1 2010 - [email protected]
c2fa865e9a4a 2010-02-01 Christian Kelly <[email protected]>
chrisk
parents: 17389
diff changeset
   160
- Bump to 2.29.5.
17389
950bdb3cfeff 2010-01-18 Christian Kelly <[email protected]>
chrisk
parents: 17131
diff changeset
   161
* Mon Jan 18 2010 - [email protected]
950bdb3cfeff 2010-01-18 Christian Kelly <[email protected]>
chrisk
parents: 17131
diff changeset
   162
- Bump to 2.29.4.
950bdb3cfeff 2010-01-18 Christian Kelly <[email protected]>
chrisk
parents: 17131
diff changeset
   163
- Remove file-roller-02-dbus.
17131
195b834cf8cf 2009-12-07 Jeff Cai <[email protected]>
qc161282
parents: 17069
diff changeset
   164
* Mon Dec 07 2009 - [email protected]
195b834cf8cf 2009-12-07 Jeff Cai <[email protected]>
qc161282
parents: 17069
diff changeset
   165
- Bump to 2.29.2
195b834cf8cf 2009-12-07 Jeff Cai <[email protected]>
qc161282
parents: 17069
diff changeset
   166
- Add patch -02-dbus to fix 603948
16819
bbd79b14ddfa 2009-10-20 Dave Lin <[email protected]>
davelam
parents: 16646
diff changeset
   167
* Tue Oct 20 2009 - [email protected]
bbd79b14ddfa 2009-10-20 Dave Lin <[email protected]>
davelam
parents: 16646
diff changeset
   168
- Bump to 2.28.1
16646
1abe87965170 2009-09-24 Dave Lin <[email protected]>
davelam
parents: 16550
diff changeset
   169
* Wed Sep 23 2009 - [email protected]
1abe87965170 2009-09-24 Dave Lin <[email protected]>
davelam
parents: 16550
diff changeset
   170
- Bump to 2.28.0
16550
7a099c62e375 2009-09-14 Dave Lin <[email protected]>
davelam
parents: 16434
diff changeset
   171
* Tue Sep 08 2009 - [email protected]
7a099c62e375 2009-09-14 Dave Lin <[email protected]>
davelam
parents: 16434
diff changeset
   172
- Bump to 2.27.92
16391
9206683f11ed 2009-08-27 Christian Kelly <[email protected]>
chrisk
parents: 16236
diff changeset
   173
* Thu Aug 27 2009 - [email protected]
9206683f11ed 2009-08-27 Christian Kelly <[email protected]>
chrisk
parents: 16236
diff changeset
   174
- Bump to 2.27.91.
16236
c3e5412ecbb7 2009-08-11 Christian Kelly <[email protected]>
chrisk
parents: 16224
diff changeset
   175
* Tue aug 11 2009 - [email protected]
c3e5412ecbb7 2009-08-11 Christian Kelly <[email protected]>
chrisk
parents: 16224
diff changeset
   176
- Bump to 2.27.90.
16155
f27abd8cf322 2009-07-28 Christian Kelly <[email protected]>
chrisk
parents: 16056
diff changeset
   177
* Tue Jul 28 2009 - [email protected]
f27abd8cf322 2009-07-28 Christian Kelly <[email protected]>
chrisk
parents: 16056
diff changeset
   178
- Bump to 2.27.3.
16056
3081bac78d06 2009-07-19 Christian Kelly <[email protected]>
chrisk
parents: 15919
diff changeset
   179
* Sun Jul 19 2009 - [email protected]
3081bac78d06 2009-07-19 Christian Kelly <[email protected]>
chrisk
parents: 15919
diff changeset
   180
- Bump to 2.27.2.
15919
61afaabf204b 2009-06-16 Christian Kelly <[email protected]>
chrisk
parents: 15875
diff changeset
   181
* Tue Jun 16 2009 - [email protected]
61afaabf204b 2009-06-16 Christian Kelly <[email protected]>
chrisk
parents: 15875
diff changeset
   182
- Bump to 2.27.1
61afaabf204b 2009-06-16 Christian Kelly <[email protected]>
chrisk
parents: 15875
diff changeset
   183
- Remove file-roller-02-add-folder.diff, upstream.
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   184
* Mon Jun 08 2009 - [email protected]
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   185
- Bump to 2.26.2.
15678
ffd9c989cfc6 2009-04-26 Harry Fu <[email protected]>
funix
parents: 15628
diff changeset
   186
* Sat Apr 26 2009 - [email protected]
ffd9c989cfc6 2009-04-26 Harry Fu <[email protected]>
funix
parents: 15628
diff changeset
   187
- Add patch to fix doo bug #8286.
15628
2d07f9379a86 2009-04-16 Dave Lin <[email protected]>
davelam
parents: 15586
diff changeset
   188
* Wed Apr 15 2009 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   189
- Bump to 2.26.1.
15628
2d07f9379a86 2009-04-16 Dave Lin <[email protected]>
davelam
parents: 15586
diff changeset
   190
- Removed upstreamed patch 02-zip-crash.diff.
15586
d75534c25f3b * base-specs/file-roller.spec : Removed old 02-zip-crash.diff as this
mattman
parents: 15411
diff changeset
   191
* Wed Apr 08 2009 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   192
- Remove original 02-zip-crash.diff as fixed in 2.26.0.
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   193
- Create new 02-zip-crash.diff for doo bug 7965.
15411
a66d8699729c * base-specs/file-roller.spec: Bump to 2.26.0.
davelam
parents: 15398
diff changeset
   194
* Tue Mar 17 2009 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   195
- Bump to 2.26.0.
15398
18c42d912f3e * base-specs/eog.spec: Bump to 2.25.92.
davelam
parents: 15130
diff changeset
   196
* Fri Mar 13 2009 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   197
- Bump to 2.25.92.
15130
cd4618f9f8d5 2009-02-18 Dave Lin <[email protected]>
davelam
parents: 15103
diff changeset
   198
* Wed Feb 18 2009 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   199
- Bump to 2.25.91.
15103
c7930d8a4ba6 2009-02-17 Dave Lin <[email protected]>
davelam
parents: 14945
diff changeset
   200
* Mon Feb 16 2009 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   201
- Bump to 2.25.90.
14945
b5ae4790780a 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 13812
diff changeset
   202
* Tue Jan 20 2009 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   203
- Bump to 2.25.2.
13812
e1859a6c5a03 base-specs/accerciser.spec: It's the 29th today
pale
parents: 13798
diff changeset
   204
* Mon Sep 29 2008 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   205
- Correct download URL.
13798
b0e1340e74df base-specs/file-roller.spec
chrisk
parents: 13464
diff changeset
   206
* Sat Sep 27 2008 - [email protected]
b0e1340e74df base-specs/file-roller.spec
chrisk
parents: 13464
diff changeset
   207
- Bump to 2.24.0.
13464
845ced4ab08a 2008-09-09 Christian Kelly <[email protected]>
chrisk
parents: 13203
diff changeset
   208
* Tue Sep 09 2008 - [email protected]
845ced4ab08a 2008-09-09 Christian Kelly <[email protected]>
chrisk
parents: 13203
diff changeset
   209
- Bump to 2.23.92.
13203
67e6cc5abf77 2008-08-20 Dave Lin <[email protected]>
davelam
parents: 13098
diff changeset
   210
* Thu Aug 21 2008 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   211
- Bump to 2.23.6.
13098
1431c5b6d91d * base-specs/file-roller.spec : New patch to fix bugster:6735865,
mattman
parents: 13024
diff changeset
   212
* Mon Aug 11 2008 - [email protected]
1431c5b6d91d * base-specs/file-roller.spec : New patch to fix bugster:6735865,
mattman
parents: 13024
diff changeset
   213
- New patch for zip view crash 02-zip-crash.diff
13024
c956e1afe471 2008-08-05 Damien Carbery <[email protected]>
dcarbery
parents: 12882
diff changeset
   214
* Tue Aug 05 2008 - [email protected]
c956e1afe471 2008-08-05 Damien Carbery <[email protected]>
dcarbery
parents: 12882
diff changeset
   215
- Bump to 2.23.5.
12882
7a0e9cb5084f 2008-07-22 Damien Carbery <[email protected]>
dcarbery
parents: 12684
diff changeset
   216
* Tue Jul 22 2008 - [email protected]
7a0e9cb5084f 2008-07-22 Damien Carbery <[email protected]>
dcarbery
parents: 12684
diff changeset
   217
- Bump to 2.23.4.
12684
4c1b414923a9 2008-06-17 Damien Carbery <[email protected]>
dcarbery
parents: 12572
diff changeset
   218
* Tue Jun 17 2008 - [email protected]
4c1b414923a9 2008-06-17 Damien Carbery <[email protected]>
dcarbery
parents: 12572
diff changeset
   219
- Bump to 2.23.3.
12572
acb8b72bd682 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12518
diff changeset
   220
* Tue Jun 03 2008 - [email protected]
acb8b72bd682 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12518
diff changeset
   221
- Bump to 2.23.2.
12518
4770517550c5 2008-05-28 Damien Carbery <[email protected]>
dcarbery
parents: 12372
diff changeset
   222
* Wed May 28 2008 - [email protected]
4770517550c5 2008-05-28 Damien Carbery <[email protected]>
dcarbery
parents: 12372
diff changeset
   223
- Bump to 2.23.1.
12372
3b39ab00abdf 2008-05-27 Damien Carbery <[email protected]>
dcarbery
parents: 12066
diff changeset
   224
* Tue May 27 2008 - [email protected]
3b39ab00abdf 2008-05-27 Damien Carbery <[email protected]>
dcarbery
parents: 12066
diff changeset
   225
- Bump to 2.22.3.
12066
63a1a8f4aa5c 2008-04-09 Damien Carbery <[email protected]>
dcarbery
parents: 12031
diff changeset
   226
* Wed Apr 09 2008 - [email protected]
63a1a8f4aa5c 2008-04-09 Damien Carbery <[email protected]>
dcarbery
parents: 12031
diff changeset
   227
- Bump to 2.22.2.
11844
6f77cd3aecf6 2008-03-11 Damien Carbery <[email protected]>
dcarbery
parents: 11725
diff changeset
   228
* Tue Mar 11 2008 - [email protected]
6f77cd3aecf6 2008-03-11 Damien Carbery <[email protected]>
dcarbery
parents: 11725
diff changeset
   229
- Bump to 2.22.0.
11725
b731d2d412a2 2008-02-26 Damien Carbery <[email protected]>
dcarbery
parents: 11621
diff changeset
   230
* Tue Feb 26 2008 - [email protected]
b731d2d412a2 2008-02-26 Damien Carbery <[email protected]>
dcarbery
parents: 11621
diff changeset
   231
- Bump to 2.21.92.
11621
eb1452b7ffc3 2008-02-12 Damien Carbery <[email protected]>
dcarbery
parents: 11546
diff changeset
   232
* Tue Feb 12 2008 - [email protected]
eb1452b7ffc3 2008-02-12 Damien Carbery <[email protected]>
dcarbery
parents: 11546
diff changeset
   233
- Bump to 2.21.91.
11546
5472fd62fab6 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11442
diff changeset
   234
* Tue Jan 29 2008 - [email protected]
5472fd62fab6 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11442
diff changeset
   235
- Bump to 2.21.2.
11442
41b4ce844578 2008-01-11 Damien Carbery <[email protected]>
dcarbery
parents: 11405
diff changeset
   236
* Fri Jan 11 2008 - [email protected]
41b4ce844578 2008-01-11 Damien Carbery <[email protected]>
dcarbery
parents: 11405
diff changeset
   237
- 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
   238
* Mon Jan 07 2008 - [email protected]
83dbd19ba377 2008-01-07 Damien Carbery <[email protected]>
dcarbery
parents: 11352
diff changeset
   239
- Bump to 2.21.1.
11352
7ff900bd185f 2007-12-26 Harry Fu <[email protected]>
funix
parents: 11247
diff changeset
   240
* Wed Dec 26 2007 - [email protected]
7ff900bd185f 2007-12-26 Harry Fu <[email protected]>
funix
parents: 11247
diff changeset
   241
- 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
   242
* Tue Nov 27 2007 - [email protected]
1923a32b2c35 2007-11-27 Damien Carbery <[email protected]>
dcarbery
parents: 10674
diff changeset
   243
- Bump to 2.20.2.
10674
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10498
diff changeset
   244
* Fri Oct 19 2007 - [email protected]
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10498
diff changeset
   245
- Bump to 2.20.1.
10498
dedaba00d36f 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10443
diff changeset
   246
* Tue Sep 18 2007 - [email protected]
dedaba00d36f 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10443
diff changeset
   247
- Bump to 2.20.0.
10443
04499c4f506c Add %changelog entries.
dcarbery
parents: 10442
diff changeset
   248
* Tue Sep 04 2007 - [email protected]
04499c4f506c Add %changelog entries.
dcarbery
parents: 10442
diff changeset
   249
- Bump to 2.19.92.
10407
3172f39c4b0b 2007-08-30 Damien Carbery <[email protected]>
dcarbery
parents: 10381
diff changeset
   250
* Thu Aug 30 2007 - [email protected]
3172f39c4b0b 2007-08-30 Damien Carbery <[email protected]>
dcarbery
parents: 10381
diff changeset
   251
- Add intltoolize call to update intltool scripts.
10381
2dd03f9270d0 2007-08-28 Damien Carbery <[email protected]>
dcarbery
parents: 10327
diff changeset
   252
* Tue Aug 28 2007 - [email protected]
2dd03f9270d0 2007-08-28 Damien Carbery <[email protected]>
dcarbery
parents: 10327
diff changeset
   253
- Bump to 2.19.91.
10327
fc6ac4e5fab4 2007-08-15 Damien Carbery <[email protected]>
dcarbery
parents: 10237
diff changeset
   254
* Wed Aug 15 2007 - [email protected]
fc6ac4e5fab4 2007-08-15 Damien Carbery <[email protected]>
dcarbery
parents: 10237
diff changeset
   255
- Bump to 2.19.90.
10237
48765966733c 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10182
diff changeset
   256
* Tue Jul 31 2007 - [email protected]
48765966733c 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10182
diff changeset
   257
- Bump to 2.19.4.
10182
36a5c358d3bf * base-specs/file-roller.spec : Remove obsolete patch :
mattman
parents: 10075
diff changeset
   258
* Wed Jul 11 2007 - [email protected]
36a5c358d3bf * base-specs/file-roller.spec : Remove obsolete patch :
mattman
parents: 10075
diff changeset
   259
- Remove obsolete patch file-roller-02-properties-dialog-crash.diff
10075
76dbb39857ac 2007-06-19 Damien Carbery <[email protected]>
dcarbery
parents: 9992
diff changeset
   260
* Tue Jun 19 2007 - [email protected]
76dbb39857ac 2007-06-19 Damien Carbery <[email protected]>
dcarbery
parents: 9992
diff changeset
   261
- Bump to 2.19.3.
9900
82b10f4a150d 2007-05-15 Damien Carbery <[email protected]>
dcarbery
parents: 9859
diff changeset
   262
* Tue May 15 2007 - [email protected]
82b10f4a150d 2007-05-15 Damien Carbery <[email protected]>
dcarbery
parents: 9859
diff changeset
   263
- Bump to 2.19.1.
9859
a93f245bf60d * base-specs/file-roller.spec: Bump to 2.18.2.
dcarbery
parents: 9712
diff changeset
   264
* Wed May 09 2007 - [email protected]
a93f245bf60d * base-specs/file-roller.spec: Bump to 2.18.2.
dcarbery
parents: 9712
diff changeset
   265
- Bump to 2.18.2.
a93f245bf60d * base-specs/file-roller.spec: Bump to 2.18.2.
dcarbery
parents: 9712
diff changeset
   266
* Tue Apr 10 2007 - [email protected]
9712
97913084016e 2007-04-10 Damien Carbery <[email protected]>
dcarbery
parents: 9538
diff changeset
   267
- Bump to 2.18.1.
9859
a93f245bf60d * base-specs/file-roller.spec: Bump to 2.18.2.
dcarbery
parents: 9712
diff changeset
   268
* Tue Mar 13 2007 - [email protected]
9538
ffc0aaba7dc1 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9457
diff changeset
   269
- Bump to 2.18.0.
9859
a93f245bf60d * base-specs/file-roller.spec: Bump to 2.18.2.
dcarbery
parents: 9712
diff changeset
   270
* Tue Mar 06 2007 - [email protected]
9457
8a53f65d1f5b 2007-03-06 Damien Carbery <[email protected]>
dcarbery
parents: 9417
diff changeset
   271
- Bump to 2.17.92.
9410
9950ff76d019 * base-specs/file-roller.spec : Add patch to fix crasher bug i
mattman
parents: 9400
diff changeset
   272
* Thu Mar 01 2007 - [email protected]
9950ff76d019 * base-specs/file-roller.spec : Add patch to fix crasher bug i
mattman
parents: 9400
diff changeset
   273
- 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
   274
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   275
- Add l10n tarball.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   276
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   277
- Bump to 2.17.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   278
* Tue Jan 23 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   279
- Bump to 2.17.90.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   280
* Tue Jan 09 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   281
- Bump to 2.17.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   282
* Tue Dec 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   283
- Bump to 2.17.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   284
* Tue Dec 05 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   285
- Bump to 2.17.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   286
* Fri Nov 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   287
- Add --libexecdir to configure call.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   288
* Thu Nov 23 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   289
- Remove upstream patch, 02-rpm-cpio.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   290
* Mon Nov 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   291
- Bump to 2.17.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   292
* Wed Oct 04 2006 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   293
- Add patch 02-rpm-cpio.diff : bugster : 6478062, bugzilla : 359629.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   294
* Tue Oct 03 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   295
- Bump to 2.16.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   296
* Wed Sep 27 2006 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   297
- file-roller-01-rename-contents.diff : bugster:6232106 / bugzilla:168287.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   298
- Remove fixed upstream.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   299
* Wed Sep 27 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   300
- 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
   301
  CR 6397899.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   302
- Re-align the remaining patches.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   303
* Mon Sep 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   304
- Bump to 2.16.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   305
* Tue Aug 22 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   306
- Bump to 2.15.93.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   307
* Wed Aug 09 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   308
- Bump to 2.15.92.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   309
* Tue Aug 08 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   310
- Bump to 2.15.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   311
* Mon Jul 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   312
- Bump to 2.15.90.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   313
* Wed Jul 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   314
- Bump to 2.15.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   315
* Fri Jun 02 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   316
- Add patch to update the menu entry.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   317
* Wed Apr 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   318
- Call dos2unix to fix po files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   319
* Tue Apr 18 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   320
- Bump to 2.14.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   321
* Tue Apr 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   322
- Bump to 2.14.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   323
* Tue Mar 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   324
- Bump to 2.14.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   325
* Tue Feb 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   326
- Bump to 2.13.92.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   327
* Tue Feb 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   328
- Bump to 2.13.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   329
* Tue Jan 31 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   330
- Remove obsolete patch, 01-rm-jar-association. Reorder remainder.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   331
* Tue Jan 31 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   332
- Bump to 2.13.90.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   333
* Sun Jan 22 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   334
- Remove upstream patch, 02-move-menuitem. Renumber rest.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   335
* Tue Jan 17 2006 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   336
- Bump to 2.13.4.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   337
* Sat Jan 07 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   338
- 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
   339
* Tue Jan 03 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   340
- Bump to 2.13.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   341
* Tue Nov 29 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   342
- remove javahelp stuff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   343
* Tue Nov 29 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   344
- Bump to 2.12.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   345
* Tue Oct 11 2005 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   346
- Bump to 2.12.1.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   347
* Sat Sep 17 2005 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   348
- Bump to 2.12.0.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   349
* Mon Sep 05 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   350
- Bump to 2.11.92.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   351
* Mon Aug 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   352
- Bump to 2.11.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   353
* Fri May 20 2005 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   354
- Bump to 2.10.3.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   355
* Tue Mar 15 2005 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   356
- add patch for 6238712.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   357
* Wed Mar 02 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   358
- 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
   359
  overwrite if the file/directory already exists.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   360
* Tue Jan 25 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   361
- Update docs with Linux specific tarball from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   362
* Fri Jan 14 2005 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   363
- Updated l10n help tarball for cinnabar-linux.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   364
* Thu Oct 28 2004 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   365
- Updated l10n help tarball and added pt_BR.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   366
* Mon Oct 18 2004 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   367
- file-roller-09-extract-password.diff added.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   368
* Fri Sep 10 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   369
- 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
   370
  dnd crash. Fixes bugtraq #5098546.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   371
* Mon Aug 30 2004 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   372
- Add file-roller-07-g11n-potfiles.diff.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   373
* Wed Aug 25 2004 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   374
- Added l10n help contents.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   375
* Fri Aug 20 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   376
- Integrate updated docs tarball from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   377
* Thu Aug 05 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   378
- Incorporate new docs tarball from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   379
* Tue Jul 27 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   380
- Fix the file extraction for .zip/.jar.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   381
* Thu Jul 08 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   382
- 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
   383
* Wed Jul 07 2004 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   384
- ported to rpm4.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   385
* Wed Jul 07 2004 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   386
- added "-j $CPUS" to make to speed up builds.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   387
* Mon Jul 05 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   388
- 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
   389
  folder addition in an archive.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   390
* Wed Jun 09 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   391
- Modified patch file-roller-04-set-path-gtar.diff to use putenv instead of
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   392
  setenv.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   393
* Wed Jun 09 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   394
- Added patch file-roller-04-set-path-gtar.diff to /usr/sfw/bin so that
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   395
  gtar is picked up instead of tar.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   396
* Fri May 28 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   397
- Incorporate new docs tarball from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   398
* Fri May 14 2004 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   399
- Do not show the password in plain text:
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   400
  file-roller-03-password-invisible.diff.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   401
* Wed May 12 2004 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   402
- Updated l10n content to file-roller-l10n-po-1.1.tar.bz2.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   403
* Tue May 04 2004 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   404
- Bump to 2.6.1.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   405
* Tue Apr 27 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   406
- Move the position of "Archive Manager" from "System Tools"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   407
  to "Accessories" in panel menu.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   408
* Sun Apr 18 2004 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   409
- enable javahelp conversion on Solaris.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   410
* Tue Apr 13 2004 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   411
- upgraded tarball.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   412
* Thu Apr 01 2004 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   413
- javahelp conversion.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   414
* Mon Mar 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   415
- 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
   416
* Tue Mar 16 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   417
- Remove validation of archive check since the patch is 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   418
  wrong.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   419
* Tue Mar 16 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   420
- Bump to 2.5.7 and remove localized documentation
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   421
  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
   422
  patch and l10n patches.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   423
* Wed Feb 25 2004 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   424
- change tar jxvf to bzcat | tar xf -.
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   425
- use proper path macros instead of hardcoded paths.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   426
* Wed Dec 17 2003 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   427
- Bump to 2.5.4, re-apply patches 01/02.
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   428
- Add l10n and patch 03.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   429
- Add libtoolize/automake etc...
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   430
* Wed Dec 17 2003 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   431
- Bump to 2.5.0.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   432
* Fri Oct 31 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   433
- Remove the Sun Supported keyword from the 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   434
  desktop file.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   435
* Mon Oct 13 2003 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   436
- tarball upgrade.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   437
* Fri Sep 26 2003 - <[email protected]>
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   438
- integrate Sun docs.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   439
* Thu Aug 14 2003 - <[email protected]>
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   440
- remove *.a, *.la.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   441
* Thu Aug 07 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   442
- Update tarball, bump version, reset release.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   443
* Wed Jul 30 2003 - Laszlo [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   444
- added file-roller-02-validate-new-archive.diff.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   445
* Tue May 13 2002 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15749
diff changeset
   446
- initial package for GNOME 2.2.