base-specs/gnome-terminal.spec
author yippi
Thu, 31 May 2012 20:16:52 +0000
changeset 22481 1ff6784d9b6f
parent 22420 06a88950b579
permissions -rw-r--r--
2012-05-31 Brian Cameron <[email protected]> * base-specs/shared-mime-info.spec: Bump to 1.0. * base-specs/nautilus.spec, base-specs/pulseaudio.spec, base-specs/gnome-settings-daemon.spec, specs/SUNWdconf.spec: Add patch comments. * base-specs/gnome-panel.spec: Add --disable-telepathy-glib so it does not build with this module we do not deliver.
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 gnome-terminal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
21785
0499d1ec612e 2011-05-11 Padraig O'Briain <[email protected]>
padraig
parents: 21783
diff changeset
     4
# Copyright (c) 2010, 2011 Oracle and/or its affiliates. All rights reserved.
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
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16429
diff changeset
     8
%define owner yippi
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
16429
fe72291e50fd 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16355
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
16429
fe72291e50fd 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16355
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:         gnome-terminal
21345
90fea4cd5a03 Fix license.
yippi
parents: 20343
diff changeset
    15
License:      GPL v2, LGPL v2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Group:        System/GUI/GNOME
22420
06a88950b579 2012-05-04 Brian Cameron <[email protected]>
yippi
parents: 22198
diff changeset
    17
Version:      3.4.1.1
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:      GNOME Terminal
22420
06a88950b579 2012-05-04 Brian Cameron <[email protected]>
yippi
parents: 22198
diff changeset
    22
Source:       http://download.gnome.org/sources/%{name}/3.4/%{name}-%{version}.tar.xz
9400
f3c0f4f1c2ee update to delete references to linux manpages
laca
parents: 9397
diff changeset
    23
Source1:      %{name}-po-sun-%{po_sun_version}.tar.bz2
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11844
diff changeset
    24
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11844
diff changeset
    25
Source2:                 l10n-configure.sh
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11844
diff changeset
    26
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
#owner:yippi date:2006-05-04 type:branding
11331
4e42ea91d20d 2007-12-18 Damien Carbery <[email protected]>
dcarbery
parents: 11330
diff changeset
    28
Patch1:       gnome-terminal-01-menu-entry.diff
21783
a5103b3a93a5 2011-05-11 Padraig O'Briain <[email protected]>
padraig
parents: 21596
diff changeset
    29
#owner:padraig date:2011-05-10 type:branding bugster:7043502
22162
28963895fef8 2011-10-04 Brian Cameron <[email protected]>
yippi
parents: 22032
diff changeset
    30
Patch2:       gnome-terminal-02-fix-doc.diff
28963895fef8 2011-10-04 Brian Cameron <[email protected]>
yippi
parents: 22032
diff changeset
    31
Patch3:       gnome-terminal-03-fix-l10n-doc.diff
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
URL:          http://www.gnome.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
Docdir:       %{_defaultdocdir}/%{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
Prereq:       GConf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
%define libglade_version 2.6.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
%define libgnomeui_version 2.4.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
%define vte_version 0.13.3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
%define startup_notification_version 0.5
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
%define scrollkeeper_version 0.3.12
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
BuildRequires: libglade-devel >= %{libglade_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
BuildRequires: vte-devel >= %{vte_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
BuildRequires: startup-notification-devel >= %{startup_notification_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
BuildRequires: scrollkeeper >= %{scrollkeeper_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
Requires:      libglade >= %{libglade_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
Requires:      libgnomeui >= %{libgnomeui_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
Requires:      vte >= %{vte_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
Requires:      startup-notification >= %{startup_notification_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
GNOME Terminal application, which uses the VTE terminal emulation widget.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
%setup -q
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
%if %build_l10n
9400
f3c0f4f1c2ee update to delete references to linux manpages
laca
parents: 9397
diff changeset
    60
bzcat %SOURCE1 | tar xf -
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
cd po-sun; make; cd ..
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
%patch1 -p1
21596
473a97f5e312 Added patch to add explicit dependency on ICE.
davelam
parents: 21345
diff changeset
    64
%patch2 -p1
21783
a5103b3a93a5 2011-05-11 Padraig O'Briain <[email protected]>
padraig
parents: 21596
diff changeset
    65
%patch3 -p1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
# dos2unix to fix 400207.
9762
e141fc170c52 2007-04-19 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9751
diff changeset
    68
dos2unix -ascii po/be.po po/be.po
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
  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
    77
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
intltoolize --force --copy --automake
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11844
diff changeset
    83
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11844
diff changeset
    84
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11844
diff changeset
    85
bash -x %SOURCE2 --enable-copyright
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11844
diff changeset
    86
%endif
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11844
diff changeset
    87
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
libtoolize --force
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
aclocal $ACLOCAL_FLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
CFLAGS="$RPM_OPT_FLAGS"			\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
./configure --prefix=%{_prefix}		\
11132
0183b8aba79a 2007-11-06 Brian Cameron <[email protected]>
yippi
parents: 10518
diff changeset
    95
	    --sysconfdir=%{_sysconfdir} \
0183b8aba79a 2007-11-06 Brian Cameron <[email protected]>
yippi
parents: 10518
diff changeset
    96
	    --disable-scrollkeeper
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
make -j $CPUS
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
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
make DESTDIR=$RPM_BUILD_ROOT install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
chmod 644 $RPM_BUILD_ROOT%{_datadir}/gnome/help/gnome-terminal/*/*.xml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
rm -rf $RPM_BUILD_ROOT/usr/var/scrollkeeper
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
#Copy zh_HK from zh_TW
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
#Fixes bug 4930405
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
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
   109
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
   110
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
rm -rf $RPM_BUILD_ROOT
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
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
SCHEMAS="gnome-terminal.schemas"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
for S in $SCHEMAS; do
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
        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
   119
done
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
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
%defattr (-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
%{_datadir}/applications/gnome-terminal.desktop
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
%{_datadir}/gnome/help/gnome-terminal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
%{_datadir}/omf/gnome-terminal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
%{_datadir}/locale/*/LC_MESSAGES/gnome-terminal.mo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
%{_libdir}/bonobo/servers/gnome-terminal.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
%{_sysconfdir}/gconf/schemas/gnome-terminal.schemas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
%{_datadir}/pixmaps/gnome-terminal.png
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
%{_datadir}/gnome-terminal/glade/gnome-terminal.glade2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
%{_bindir}/gnome-terminal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
%{_mandir}/man1/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
%changelog
22420
06a88950b579 2012-05-04 Brian Cameron <[email protected]>
yippi
parents: 22198
diff changeset
   135
* Wed May 09 2012 - [email protected]
06a88950b579 2012-05-04 Brian Cameron <[email protected]>
yippi
parents: 22198
diff changeset
   136
- Bump to 3.4.1.1.
22198
c07430be2af1 2011-10-21 Brian Cameron <[email protected]>
yippi
parents: 22162
diff changeset
   137
* Wed Oct 19 2011 - [email protected]
c07430be2af1 2011-10-21 Brian Cameron <[email protected]>
yippi
parents: 22162
diff changeset
   138
- Bump to 3.2.1.
22162
28963895fef8 2011-10-04 Brian Cameron <[email protected]>
yippi
parents: 22032
diff changeset
   139
* Tue Oct 04 2011 - [email protected]
28963895fef8 2011-10-04 Brian Cameron <[email protected]>
yippi
parents: 22032
diff changeset
   140
- Bump to 3.2.0.
21783
a5103b3a93a5 2011-05-11 Padraig O'Briain <[email protected]>
padraig
parents: 21596
diff changeset
   141
* Wed May 11 2010 - [email protected]
a5103b3a93a5 2011-05-11 Padraig O'Briain <[email protected]>
padraig
parents: 21596
diff changeset
   142
- Add patch -fix-doc to fix CR 7042502
18153
2f222bb8f8c5 2010-06-21 Brian Cameron <[email protected]>
yippi
parents: 18120
diff changeset
   143
* Mon Jun 21 2010 - [email protected]
2f222bb8f8c5 2010-06-21 Brian Cameron <[email protected]>
yippi
parents: 18120
diff changeset
   144
- Bump to 2.30.2.
18120
112ce7a96880 2010-06-08 Brian Cameron <[email protected]>
yippi
parents: 18050
diff changeset
   145
* Fri Jun 11 2010 - [email protected]
112ce7a96880 2010-06-08 Brian Cameron <[email protected]>
yippi
parents: 18050
diff changeset
   146
- Add patch gnome-terminal-02-encoding.diff to fix doo bug #16186.
17933
73c13e70bf8a 2010-04-26 Brian Cameron <[email protected]>
yippi
parents: 17864
diff changeset
   147
* Mon Apr 26 2010 - [email protected]
73c13e70bf8a 2010-04-26 Brian Cameron <[email protected]>
yippi
parents: 17864
diff changeset
   148
- Bump to 2.30.1.
17781
074db3c51640 2010-03-30 Christian Kelly <[email protected]>
chrisk
parents: 17699
diff changeset
   149
* Tue Mar 30 2010 - [email protected]
074db3c51640 2010-03-30 Christian Kelly <[email protected]>
chrisk
parents: 17699
diff changeset
   150
- Bump to 2.30.0.
17699
32d70839c160 2010-03-12 Christian Kelly <[email protected]>
chrisk
parents: 17394
diff changeset
   151
* Sat Mar 13 2010 - [email protected]
32d70839c160 2010-03-12 Christian Kelly <[email protected]>
chrisk
parents: 17394
diff changeset
   152
- Bump to 2.29.92.
17378
f746fb22b7d1 2010-01-17 Christian Kelly <[email protected]>
chrisk
parents: 16818
diff changeset
   153
* Mon Jan 18 2010 - [email protected]
17394
367996006aeb 2010-01-18 Christian Kelly <[email protected]>
chrisk
parents: 17378
diff changeset
   154
- Bump to 2.29.6.
367996006aeb 2010-01-18 Christian Kelly <[email protected]>
chrisk
parents: 17378
diff changeset
   155
* Mon Jan 18 2010 - [email protected]
17378
f746fb22b7d1 2010-01-17 Christian Kelly <[email protected]>
chrisk
parents: 16818
diff changeset
   156
- Bump to 2.29.1.
16818
d436387b28e0 2009-10-20 Brian Cameron <[email protected]>
yippi
parents: 16614
diff changeset
   157
* Tue Oct 20 2009 - [email protected]
d436387b28e0 2009-10-20 Brian Cameron <[email protected]>
yippi
parents: 16614
diff changeset
   158
- Bump to 2.28.1.
16610
667806a42058 2009-09-22 Brian Cameron <[email protected]>
yippi
parents: 16500
diff changeset
   159
* Tue Sep 22 2009 - [email protected]
667806a42058 2009-09-22 Brian Cameron <[email protected]>
yippi
parents: 16500
diff changeset
   160
- Bump to 2.28.0.
16500
5917b9759d7e 2009-09-09 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   161
* Tue Sep 08 2009 - [email protected]
5917b9759d7e 2009-09-09 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   162
- Bump to 2.27.92.
16355
6670acfbf4c5 2009-08-25 Brian Cameron <[email protected]>
yippi
parents: 16142
diff changeset
   163
* Tue Aug 25 2009 - [email protected]
6670acfbf4c5 2009-08-25 Brian Cameron <[email protected]>
yippi
parents: 16142
diff changeset
   164
- Bump to 2.27.91.
16142
bff17b6c7f24 2009-07-28 Christian Kelly <[email protected]>
chrisk
parents: 15785
diff changeset
   165
* Tue Jul 28 2009 - [email protected]
bff17b6c7f24 2009-07-28 Christian Kelly <[email protected]>
chrisk
parents: 15785
diff changeset
   166
- Bump to 2.26.3.1.
15785
45292655acd1 2009-05-20 Brian Cameron <[email protected]>
yippi
parents: 15617
diff changeset
   167
* Wed May 20 2009 - [email protected]
45292655acd1 2009-05-20 Brian Cameron <[email protected]>
yippi
parents: 15617
diff changeset
   168
- Bump to 2.26.2.
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15421
diff changeset
   169
* Tue Apr 14 2009 - [email protected]
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15421
diff changeset
   170
- Bump to 2.26.1.
15421
67d28e5a99fc 2009-03-18 Brian Cameron <[email protected]>
yippi
parents: 15115
diff changeset
   171
* Wed Mar 18 2009 - [email protected]
67d28e5a99fc 2009-03-18 Brian Cameron <[email protected]>
yippi
parents: 15115
diff changeset
   172
- Bump to 2.26.0.
15115
88a73ea540c5 2009-02-17 Dave Lin <[email protected]>
davelam
parents: 14947
diff changeset
   173
* Tue Feb 17 2009 - [email protected]
88a73ea540c5 2009-02-17 Dave Lin <[email protected]>
davelam
parents: 14947
diff changeset
   174
- Bump to 2.25.91
88a73ea540c5 2009-02-17 Dave Lin <[email protected]>
davelam
parents: 14947
diff changeset
   175
- Removed upstreamed patch 02-gthread.diff.
14945
b5ae4790780a 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14825
diff changeset
   176
* Tue Jan 20 2009 - [email protected]
b5ae4790780a 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14825
diff changeset
   177
- Bump to 2.25.5.  Remove upstream patch gnome-terminal-02-aa-no-xrender.diff.
b5ae4790780a 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14825
diff changeset
   178
  Add patch gnome-terminal-02-gthread.diff needed for code to compile.
13742
059286ef401c 2008-09-24 Christian Kelly <[email protected]>
chrisk
parents: 13649
diff changeset
   179
* Wed Sep 24 2008 - [email protected]
059286ef401c 2008-09-24 Christian Kelly <[email protected]>
chrisk
parents: 13649
diff changeset
   180
- Bump to 2.24.0.
059286ef401c 2008-09-24 Christian Kelly <[email protected]>
chrisk
parents: 13649
diff changeset
   181
- Rework gnome-terminal-01-menu-entry.diff.
13649
c8f5a54799c5 2008-09-18 Brian Cameron <[email protected]>
yippi
parents: 13347
diff changeset
   182
* Wed Sep 17 2008 - [email protected]
c8f5a54799c5 2008-09-18 Brian Cameron <[email protected]>
yippi
parents: 13347
diff changeset
   183
- Add gnome-terminal-02-aa-no-xrender.diff patch so that anti-aliasing is
c8f5a54799c5 2008-09-18 Brian Cameron <[email protected]>
yippi
parents: 13347
diff changeset
   184
  turned on when Xrender is not present.  Otherwise gnome-terminal looks
c8f5a54799c5 2008-09-18 Brian Cameron <[email protected]>
yippi
parents: 13347
diff changeset
   185
  really bad with Xsun, which normally doesn't have Xrender.  Partially
c8f5a54799c5 2008-09-18 Brian Cameron <[email protected]>
yippi
parents: 13347
diff changeset
   186
  fixes bug #6712204.
13347
f11adfde63f9 2008-09-01 Christian Kelly <[email protected]>
chrisk
parents: 13119
diff changeset
   187
* Mon Sep 01 2008 - [email protected]
f11adfde63f9 2008-09-01 Christian Kelly <[email protected]>
chrisk
parents: 13119
diff changeset
   188
- Bumped to 2.23.91.
13110
7bb14c176801 2008-08-13 Wang Xin <[email protected]>
jedy
parents: 13020
diff changeset
   189
* Wed Aug 13 2008 - [email protected]
7bb14c176801 2008-08-13 Wang Xin <[email protected]>
jedy
parents: 13020
diff changeset
   190
- Add root-terminal.desktop according to UI spec of OpenSolaris 2008.11.
13020
e09ec68dcfdf 2008-08-05 Christian Kelly <[email protected]>
chrisk
parents: 12692
diff changeset
   191
* Tue Aug 05 2008 - [email protected]
e09ec68dcfdf 2008-08-05 Christian Kelly <[email protected]>
chrisk
parents: 12692
diff changeset
   192
- Bump to 2.23.6.
12692
bea062e03ce4 2008-06-18 Damien Carbery <[email protected]>
dcarbery
parents: 12684
diff changeset
   193
* Wed Jun 18 2008 - [email protected]
bea062e03ce4 2008-06-18 Damien Carbery <[email protected]>
dcarbery
parents: 12684
diff changeset
   194
- Bump to 2.23.4.2.
12682
1a1be652584b 2008-06-17 Damien Carbery <[email protected]>
dcarbery
parents: 12601
diff changeset
   195
* Tue Jun 17 2008 - [email protected]
12684
4c1b414923a9 2008-06-17 Damien Carbery <[email protected]>
dcarbery
parents: 12682
diff changeset
   196
- Bump to 2.23.4.1.
4c1b414923a9 2008-06-17 Damien Carbery <[email protected]>
dcarbery
parents: 12682
diff changeset
   197
* Tue Jun 17 2008 - [email protected]
12682
1a1be652584b 2008-06-17 Damien Carbery <[email protected]>
dcarbery
parents: 12601
diff changeset
   198
- Bump to 2.23.4.
12601
2754a357bd4a 2008-06-05 Damien Carbery <[email protected]>
dcarbery
parents: 12570
diff changeset
   199
* Thu Jun 05 2008 - [email protected]
2754a357bd4a 2008-06-05 Damien Carbery <[email protected]>
dcarbery
parents: 12570
diff changeset
   200
- Bump to 2.23.3.1.
12570
a1b3a4defa67 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12372
diff changeset
   201
* Tue Jun 03 2008 - [email protected]
a1b3a4defa67 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12372
diff changeset
   202
- Bump to 2.23.3.
12372
3b39ab00abdf 2008-05-27 Damien Carbery <[email protected]>
dcarbery
parents: 12031
diff changeset
   203
* Tue May 27 2008 - [email protected]
3b39ab00abdf 2008-05-27 Damien Carbery <[email protected]>
dcarbery
parents: 12031
diff changeset
   204
- Bump to 2.22.2.
11844
6f77cd3aecf6 2008-03-11 Damien Carbery <[email protected]>
dcarbery
parents: 11742
diff changeset
   205
* Tue Mar 11 2008 - [email protected]
6f77cd3aecf6 2008-03-11 Damien Carbery <[email protected]>
dcarbery
parents: 11742
diff changeset
   206
- Bump to 2.22.0.
11742
99a669a8bfa1 Commit files missed earlier. ChangeLog entries already present.
dcarbery
parents: 11629
diff changeset
   207
* Wed Feb 27 2008 - [email protected]
99a669a8bfa1 Commit files missed earlier. ChangeLog entries already present.
dcarbery
parents: 11629
diff changeset
   208
- Bump to 2.21.92.
11629
8e7c5251aa1d 2008-02-13 Damien Carbery <[email protected]>
dcarbery
parents: 11619
diff changeset
   209
* Wed Feb 13 2008 - [email protected]
8e7c5251aa1d 2008-02-13 Damien Carbery <[email protected]>
dcarbery
parents: 11619
diff changeset
   210
- Bump to 2.21.91.1.
11619
142af4376d61 2008-02-12 Damien Carbery <[email protected]>
dcarbery
parents: 11563
diff changeset
   211
* Tue Feb 12 2008 - [email protected]
142af4376d61 2008-02-12 Damien Carbery <[email protected]>
dcarbery
parents: 11563
diff changeset
   212
- Bump to 2.21.91.
11563
13f59da7a1ea 2008-01-30 Damien Carbery <[email protected]>
dcarbery
parents: 11455
diff changeset
   213
* Wed Jan 30 2008 - [email protected]
13f59da7a1ea 2008-01-30 Damien Carbery <[email protected]>
dcarbery
parents: 11455
diff changeset
   214
- Bump to 2.21.90.
11455
fcc2a4036871 2008-01-15 Damien Carbery <[email protected]>
dcarbery
parents: 11350
diff changeset
   215
* Tue Jan 15 2008 - [email protected]
fcc2a4036871 2008-01-15 Damien Carbery <[email protected]>
dcarbery
parents: 11350
diff changeset
   216
- Bump to 2.21.5.
11350
b882c0a98c18 2007-12-23 Damien Carbery <[email protected]>
dcarbery
parents: 11337
diff changeset
   217
* Sun Dec 23 2007 - [email protected]
b882c0a98c18 2007-12-23 Damien Carbery <[email protected]>
dcarbery
parents: 11337
diff changeset
   218
- Bump to 2.21.4 because glib 2.15.0 has been released.
11337
93fb1fde318e 2007-12-19 Damien Carbery <[email protected]>
dcarbery
parents: 11331
diff changeset
   219
* Wed Dec 19 2007 - [email protected]
93fb1fde318e 2007-12-19 Damien Carbery <[email protected]>
dcarbery
parents: 11331
diff changeset
   220
- Unbump to 2.21.3 because 2.21.4 requires glib 2.15.0 which has not yet been
93fb1fde318e 2007-12-19 Damien Carbery <[email protected]>
dcarbery
parents: 11331
diff changeset
   221
  released.
11330
f17af88e96f0 2007-12-18 Damien Carbery <[email protected]>
dcarbery
parents: 11319
diff changeset
   222
* Tue Dec 18 2007 - [email protected]
11331
4e42ea91d20d 2007-12-18 Damien Carbery <[email protected]>
dcarbery
parents: 11330
diff changeset
   223
- Bump to 2.21.4. Remove upstream patch 01-encodings. Rename remainder.
11284
808cdd6b8f63 2007-12-05 Brian Cameron <[email protected]>
yippi
parents: 11247
diff changeset
   224
* Wed Dec 05 2007 - [email protected]
808cdd6b8f63 2007-12-05 Brian Cameron <[email protected]>
yippi
parents: 11247
diff changeset
   225
- Bump to 2.21.3.  Remove patch gnome-terminal-03-fix-focus.diff and
808cdd6b8f63 2007-12-05 Brian Cameron <[email protected]>
yippi
parents: 11247
diff changeset
   226
  gnome-terminal-04-window-resizing.diff.  I verified that the bugster bugs
808cdd6b8f63 2007-12-05 Brian Cameron <[email protected]>
yippi
parents: 11247
diff changeset
   227
  #6462305 and #6463098 are no longer issues with the latest gnome-terminal,
808cdd6b8f63 2007-12-05 Brian Cameron <[email protected]>
yippi
parents: 11247
diff changeset
   228
  so these patches are no longer needed.
11247
1923a32b2c35 2007-11-27 Damien Carbery <[email protected]>
dcarbery
parents: 11132
diff changeset
   229
* Tue Nov 27 2007 - [email protected]
1923a32b2c35 2007-11-27 Damien Carbery <[email protected]>
dcarbery
parents: 11132
diff changeset
   230
- Bump to 2.18.3.
11132
0183b8aba79a 2007-11-06 Brian Cameron <[email protected]>
yippi
parents: 10518
diff changeset
   231
* Tue Nov 06 2007 - [email protected]
0183b8aba79a 2007-11-06 Brian Cameron <[email protected]>
yippi
parents: 10518
diff changeset
   232
- Add --disable-scrollkeeper to configure.
10518
777c30fd4c7a 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 9762
diff changeset
   233
* Tue Sep 18 2007 - [email protected]
777c30fd4c7a 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 9762
diff changeset
   234
- Bump to 2.18.2.
9762
e141fc170c52 2007-04-19 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9751
diff changeset
   235
* Thu Apr 19 2007 - [email protected]
e141fc170c52 2007-04-19 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9751
diff changeset
   236
- add -ascii option to dos2unix so that utf8 strings are not messed up
9541
a0dcf5ed9ff0 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9437
diff changeset
   237
* Tue Mar 13 2007 - [email protected]
a0dcf5ed9ff0 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9437
diff changeset
   238
- Bump to 2.18.0.
9437
e5a1d2abb76f 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   239
* Mon Mar 05 2007 - [email protected]
e5a1d2abb76f 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   240
- Bump to 2.17.92.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   241
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   242
- Add l10n tarball.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   243
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   244
- Bump to 2.17.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   245
* Wed Jan 24 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   246
- dos2unix be.po to fix 400207. Uncomment patch4 - reworked by dkenny.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   247
* Tue Jan 23 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   248
- Bump to 2.17.90. Comment out patch4, asking owner (dkenny) to rework it.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   249
* Wed Nov 22 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   250
- Backport CVS HEAD fix for bugzilla bug#342968 and bugster#6463098 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   251
* Tue Oct 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   252
- Add patch gnome-terminal-03-fix-focus.diff for bug 6462305
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   253
* Tue Oct 03 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   254
- Bump to 2.16.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   255
* Tue Sep 05 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   256
- Bump to 2.16.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   257
* Tue Aug 01 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   258
- Bump to 2.15.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   259
* Tue Jul 25 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   260
- Bump to 2.15.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   261
* Fri Jul 21 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   262
- Bump to 2.15.2 for GNOME 2.15.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   263
- Remove patch gnome-terminal-02-xft-pangoxft.diff as its change
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   264
  is already present.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   265
* Fri Jun 23 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   266
- Bump to 2.14.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   267
* Fri May 05 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   268
- Move terminal to system tools rather than accessories.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   269
* Mon Apr 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   270
- Bump to 2.14.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   271
* Mon Mar 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   272
- Bump to 2.14.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   273
* Sun Mar  5 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   274
- Bump to 2.13.93.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   275
* Fri Feb 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   276
- Add patch, 02-xft-pangoxft, to get build info for Xrender.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   277
* Mon Feb 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   278
- Bump to 2.13.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   279
* Tue Jan 31 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   280
- Bump to 2.13.90.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   281
* Fri Jan 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   282
- Bump to 2.13.3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   283
* Tue Jan 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   284
- Bump to 2.13.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   285
* Sun Jan 15 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   286
- Bump to 2.13.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   287
* Sat Jan 07 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   288
- Call intltoolize to process intltool-update/merge.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   289
* Tue Dec 20 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   290
- Bump to 2.13.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   291
* Tue Nov 29 2005 - laca.com
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   292
- remove javahelp stuff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   293
* Sat Sep 17 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   294
- Bump to 2.12.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   295
* Mon Sep 05 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   296
- Bump to 2.11.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   297
* Mon Aug 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   298
- Bump to 2.11.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   299
* Fri May 13 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   300
- Bump 2.10.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   301
* Tue Jan 25 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   302
- Incorporate Linux specific docs tarball from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   303
* Fri Jan 14 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   304
- Updated l10n help tarball for cinnabar-linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   305
* Thu Oct 28 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   306
- Updated l10n help tarball and added pt_BR
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   307
* Wed Aug 25 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   308
- Updated l10n help contents with patch
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   309
* Mon Aug 16 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   310
- Updated /usr/share/gnome/help/gnome-terminal/*/*.xml to 0644 for Solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   311
  integration.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   312
* Thu Aug 05 2004 [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   313
- Incorporate new docs tarball from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   314
* Thu Jul 08 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   315
- Updated l10n content to gnome-terminal-l10n-po-1.2.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   316
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   317
- added "-j $CPUS" to make to speed up builds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   318
* Fri Jun 25 2004 [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   319
- Modified gnome-terminal-04-encodings.diff to correct the
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   320
  encoding names.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   321
* Wed Jun 09 2004 [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   322
- Added gnome-terminal-04-encodings.diff to fix the problem of 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   323
  encodings not being listed on Solaris. Bug #5043182.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   324
  Uploaded the patch in bugzilla - bug #144000.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   325
* Wed Jun 02 2004 [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   326
- Incorporate new docs tarball from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   327
* Tue May 25 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   328
- Added gnome-terminal-03-g11n-potfiles.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   329
* Wed May 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   330
- Updated l10n content to gnome-terminal-l10n-po-1.1.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   331
* Fri May 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   332
- Updated tarball to 2.6.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   333
* Sun Apr 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   334
- enable javahelp conversion on Solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   335
* Fri Apr 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   336
- Updated tarball to 2.6.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   337
* Thu Apr 01 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   338
- Javahelp conversion
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   339
* Mon Mar 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   340
- Updated l10n content to gnome-terminal-l10n-po-1.0.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   341
* Tue Mar 16 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   342
- Added gnome-terminal-01-g11n-schemas.diff to fix 4980332
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   343
- Added gnome-terminal-02-g11n-potfiles.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   344
* Wed Feb 18 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   345
- Bump to 2.5.5
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   346
* Tue Dec 16 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   347
- Bump to 2.5.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   348
* Fri Oct 31 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   349
- Remove the Sun Supported keyword, since we're removing 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   350
  Extras now.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   351
* Fri Oct 17 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   352
- Upgraded to 2.4.0 for Quicksilver build.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   353
  removed patch  gnome-terminal-01-config-add-1l0n-help.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   354
  and modified patch gnome-terminal-02-menu-entry.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   355
  to make it gnome-terminal-01-menu-entry.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   356
* Fri Sep 26 2003 Laszlo Peter <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   357
- Intergate Sun docs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   358
* Tue Aug 26 2003 Michael Twomey <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   359
- Updated to 0.2 l10n docs tarball to fix seriesid issues.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   360
- Added GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL to make install.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   361
* Fri Aug 01 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   362
- Add supported menu category
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   363
* Fri Jul 25 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   364
- uses scrollkeeper for postinstall - add a dependency
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   365
* Wed Jul 09 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   366
- add in sun po files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   367
* Wed May 14 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   368
- Created new spec file for gnome-terminal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   369