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