base-specs/vte.spec
author Jon Tibble <meths@btinternet.com>
Thu, 15 Mar 2012 09:58:35 +0000
branchs11express-2010-11
changeset 22104 cde243cbe3f6
parent 18153 2f222bb8f8c5
child 18204 c9e409e2b417
child 20196 a71e5d0d3281
permissions -rw-r--r--
Added tag oi_151a_prestable2 for changeset 47b3f775541a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for package vte
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
17933
73c13e70bf8a 2010-04-26 Brian Cameron <[email protected]>
yippi
parents: 17865
diff changeset
     4
# Copyright 2010 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
#
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: 16399
diff changeset
    10
17852
edfc096bfd70 2010-04-16 Christian Kelly <[email protected]>
chrisk
parents: 17807
diff changeset
    11
%define OSR LFI#105446 (gnome Exec. summary):n/a
16429
fe72291e50fd 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16399
diff changeset
    12
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
Name:         vte
14571
a943a025a41e 2008-11-06 Brian Cameron <[email protected]>
yippi
parents: 13814
diff changeset
    14
License:      LGPL v2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Group:        System/Libraries
18153
2f222bb8f8c5 2010-06-21 Brian Cameron <[email protected]>
yippi
parents: 17958
diff changeset
    16
Version:      0.24.2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Release:      1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Distribution: Java Desktop System
17865
b7ff02e93f66 2010-04-19 Christian Kelly <[email protected]>
chrisk
parents: 17857
diff changeset
    19
Vendor:       Gnome Community
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Summary:      Terminal Emulation Widget Library
17781
074db3c51640 2010-03-30 Christian Kelly <[email protected]>
chrisk
parents: 17393
diff changeset
    21
Source:       http://download.gnome.org/sources/%{name}/0.24/%{name}-%{version}.tar.bz2
17958
90dcf89467ee Fix patch comment.
yippi
parents: 17944
diff changeset
    22
# Note that this patch fixes a Sun Studio bug which causes VTE to fail to work 
90dcf89467ee Fix patch comment.
yippi
parents: 17944
diff changeset
    23
# properly when built with debug.  See GNOME bugzilla bug #575183 and bugster
90dcf89467ee Fix patch comment.
yippi
parents: 17944
diff changeset
    24
# CR #6941915.
90dcf89467ee Fix patch comment.
yippi
parents: 17944
diff changeset
    25
# date:2009-11-17 owner:yippi type:feature
16975
768225ddd3ae 2009-11-17 Brian Cameron <[email protected]>
yippi
parents: 16933
diff changeset
    26
Patch1:       vte-01-passfd.diff
17856
56aa7c60cb17 Add patch comment.
yippi
parents: 17852
diff changeset
    27
# date:2010-04-07 owner:yippi type:bug bugzilla:616001
17807
9f41d7d294b8 2010-04-07 Brian Cameron <[email protected]>
yippi
parents: 17781
diff changeset
    28
Patch2:       vte-02-configure.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}/doc
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:       /sbin/ldconfig
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 gtk2_version 2.10.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
Requires:      gtk2 >= %{gtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
BuildRequires: gtk2-devel >= %{gtk2_version}
16708
d5fc1ef4334d Use %default_python_version instead of %python_version.
yippi
parents: 16697
diff changeset
    39
BuildRequires: python >= %{default_python_version}
9397
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
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
VTE is a terminal emulation widget for GTK+, used in GNOME Terminal.
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
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
Summary:	Terminal Emulation Widget Development Library
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
Group:		Development/Libraries
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
Requires:	%{name} = %{version}-%{release}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
Requires:	gtk2-devel >= %{gtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
%description devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
VTE is a terminal emulation widget for GTK+, used in GNOME Terminal.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
%setup -q
16975
768225ddd3ae 2009-11-17 Brian Cameron <[email protected]>
yippi
parents: 16933
diff changeset
    55
%patch1 -p1
17857
b312e4d58364 Fix mistake in prior commit.
yippi
parents: 17856
diff changeset
    56
%patch2 -p1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
%build
16708
d5fc1ef4334d Use %default_python_version instead of %python_version.
yippi
parents: 16697
diff changeset
    59
export PYTHON="/usr/bin/python%{default_python_version}"
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
  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
    66
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
  CPUS=1
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
libtoolize --force
15421
67d28e5a99fc 2009-03-18 Brian Cameron <[email protected]>
yippi
parents: 15420
diff changeset
    72
gtkdocize
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
aclocal $ACLOCAL_FLAGS -I .
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
autoheader
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
16898
234fc486c000 2009-11-02 Ghee Teo <[email protected]>
gheet
parents: 16892
diff changeset
    78
export PYTHON=/usr/bin/python2.4
234fc486c000 2009-11-02 Ghee Teo <[email protected]>
gheet
parents: 16892
diff changeset
    79
CFLAGS="$RPM_OPT_FLAGS"			\
234fc486c000 2009-11-02 Ghee Teo <[email protected]>
gheet
parents: 16892
diff changeset
    80
./configure --prefix=%{_prefix}		\
234fc486c000 2009-11-02 Ghee Teo <[email protected]>
gheet
parents: 16892
diff changeset
    81
	    --sysconfdir=%{_sysconfdir} \
234fc486c000 2009-11-02 Ghee Teo <[email protected]>
gheet
parents: 16892
diff changeset
    82
	    --datadir=%{_datadir} 	\
234fc486c000 2009-11-02 Ghee Teo <[email protected]>
gheet
parents: 16892
diff changeset
    83
	    --libexecdir=%{_libexecdir} \
16933
560b6df9467d 2009-11-09 Brian Cameron <[email protected]>
yippi
parents: 16906
diff changeset
    84
	    %{gtk_doc_option}		\
560b6df9467d 2009-11-09 Brian Cameron <[email protected]>
yippi
parents: 16906
diff changeset
    85
%if %debug_build
16999
85b45aacc6b3 Fix indentation.
yippi
parents: 16998
diff changeset
    86
	    --enable-debug=yes		\
16933
560b6df9467d 2009-11-09 Brian Cameron <[email protected]>
yippi
parents: 16906
diff changeset
    87
%else
16999
85b45aacc6b3 Fix indentation.
yippi
parents: 16998
diff changeset
    88
	    --enable-debug=no		\
16933
560b6df9467d 2009-11-09 Brian Cameron <[email protected]>
yippi
parents: 16906
diff changeset
    89
%endif
16898
234fc486c000 2009-11-02 Ghee Teo <[email protected]>
gheet
parents: 16892
diff changeset
    90
234fc486c000 2009-11-02 Ghee Teo <[email protected]>
gheet
parents: 16892
diff changeset
    91
cp -rp python python2.4
234fc486c000 2009-11-02 Ghee Teo <[email protected]>
gheet
parents: 16892
diff changeset
    92
16892
003297457896 2009-10-30 Ghee Teo <[email protected]>
gheet
parents: 16745
diff changeset
    93
export PYTHON=/usr/bin/python%{default_python_version}
003297457896 2009-10-30 Ghee Teo <[email protected]>
gheet
parents: 16745
diff changeset
    94
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
CFLAGS="$RPM_OPT_FLAGS"			\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
./configure --prefix=%{_prefix}		\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
	    --sysconfdir=%{_sysconfdir} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
	    --datadir=%{_datadir} 	\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
	    --libexecdir=%{_libexecdir} \
16933
560b6df9467d 2009-11-09 Brian Cameron <[email protected]>
yippi
parents: 16906
diff changeset
   100
	    %{gtk_doc_option}		\
560b6df9467d 2009-11-09 Brian Cameron <[email protected]>
yippi
parents: 16906
diff changeset
   101
%if %debug_build
16999
85b45aacc6b3 Fix indentation.
yippi
parents: 16998
diff changeset
   102
	    --enable-debug=yes		\
16933
560b6df9467d 2009-11-09 Brian Cameron <[email protected]>
yippi
parents: 16906
diff changeset
   103
%else
16999
85b45aacc6b3 Fix indentation.
yippi
parents: 16998
diff changeset
   104
	    --enable-debug=no		\
16933
560b6df9467d 2009-11-09 Brian Cameron <[email protected]>
yippi
parents: 16906
diff changeset
   105
%endif
14825
8f84e70f4991 2008-12-26 Halton Huo <[email protected]>
halton
parents: 14719
diff changeset
   106
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
make -j $CPUS \
16708
d5fc1ef4334d Use %default_python_version instead of %python_version.
yippi
parents: 16697
diff changeset
   108
    pyexecdir=%{_libdir}/python%{default_python_version}/vendor-packages \
d5fc1ef4334d Use %default_python_version instead of %python_version.
yippi
parents: 16697
diff changeset
   109
    pythondir=%{_libdir}/python%{default_python_version}/vendor-packages
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
16892
003297457896 2009-10-30 Ghee Teo <[email protected]>
gheet
parents: 16745
diff changeset
   111
cd python2.4
003297457896 2009-10-30 Ghee Teo <[email protected]>
gheet
parents: 16745
diff changeset
   112
make -j $CPUS \
003297457896 2009-10-30 Ghee Teo <[email protected]>
gheet
parents: 16745
diff changeset
   113
    pyexecdir=%{_libdir}/python2.4/vendor-packages \
003297457896 2009-10-30 Ghee Teo <[email protected]>
gheet
parents: 16745
diff changeset
   114
    pythondir=%{_libdir}/python2.4/vendor-packages
003297457896 2009-10-30 Ghee Teo <[email protected]>
gheet
parents: 16745
diff changeset
   115
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
make DESTDIR=$RPM_BUILD_ROOT install \
16708
d5fc1ef4334d Use %default_python_version instead of %python_version.
yippi
parents: 16697
diff changeset
   118
    pyexecdir=%{_libdir}/python%{default_python_version}/vendor-packages \
d5fc1ef4334d Use %default_python_version instead of %python_version.
yippi
parents: 16697
diff changeset
   119
    pythondir=%{_libdir}/python%{default_python_version}/vendor-packages
16892
003297457896 2009-10-30 Ghee Teo <[email protected]>
gheet
parents: 16745
diff changeset
   120
cd python2.4
003297457896 2009-10-30 Ghee Teo <[email protected]>
gheet
parents: 16745
diff changeset
   121
make DESTDIR=$RPM_BUILD_ROOT install \
003297457896 2009-10-30 Ghee Teo <[email protected]>
gheet
parents: 16745
diff changeset
   122
    pyexecdir=%{_libdir}/python2.4/vendor-packages \
003297457896 2009-10-30 Ghee Teo <[email protected]>
gheet
parents: 16745
diff changeset
   123
    pythondir=%{_libdir}/python2.4/vendor-packages
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
#Copy zh_HK from zh_TW
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
#Fixes bug 4930405
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
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
   127
install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
15288
e06cad91bddc 2009-03-03 Brian Cameron <[email protected]>
yippi
parents: 15003
diff changeset
   128
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
# Clean up unpackaged files
15288
e06cad91bddc 2009-03-03 Brian Cameron <[email protected]>
yippi
parents: 15003
diff changeset
   130
find $RPM_BUILD_ROOT%{_libdir} -type f -name "*.a" -exec rm -f {} ';'
e06cad91bddc 2009-03-03 Brian Cameron <[email protected]>
yippi
parents: 15003
diff changeset
   131
find $RPM_BUILD_ROOT%{_libdir} -type f -name "*.la" -exec rm -f {} ';'
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
%postun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
%defattr(-,root,root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
%{_bindir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
%{_libdir}/*.so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
%attr(2711,root,utmp) %{_libexecdir}/gnome-pty-helper
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
%{_datadir}/%{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
%{_datadir}/locale/*/LC_MESSAGES/*.mo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
%{_mandir}/man1/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
%{_mandir}/man3/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
%defattr(-,root,root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
%{_datadir}/gtk-doc/html/%{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
%{_includedir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
%{_libdir}/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
%dir %{_libdir}/%{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
%{_libdir}/%{name}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
%{_libdir}/pkgconfig/*
16708
d5fc1ef4334d Use %default_python_version instead of %python_version.
yippi
parents: 16697
diff changeset
   160
%{_libdir}/python%{default_python_version}/vendor-packages/gtk-2.0/vtemodule.so
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
%changelog
18153
2f222bb8f8c5 2010-06-21 Brian Cameron <[email protected]>
yippi
parents: 17958
diff changeset
   163
* Mon Jun 21 2010 - [email protected]
2f222bb8f8c5 2010-06-21 Brian Cameron <[email protected]>
yippi
parents: 17958
diff changeset
   164
- Bump to 0.24.2.
17933
73c13e70bf8a 2010-04-26 Brian Cameron <[email protected]>
yippi
parents: 17865
diff changeset
   165
* Mon Apr 26 2010 - [email protected]
73c13e70bf8a 2010-04-26 Brian Cameron <[email protected]>
yippi
parents: 17865
diff changeset
   166
- Bump to 0.24.1.
17781
074db3c51640 2010-03-30 Christian Kelly <[email protected]>
chrisk
parents: 17393
diff changeset
   167
* Tue Mar 30 2010 - [email protected]
074db3c51640 2010-03-30 Christian Kelly <[email protected]>
chrisk
parents: 17393
diff changeset
   168
- Bump to 0.24.0.
17393
01537324580a 2010-01-18 Christian Kelly <[email protected]>
chrisk
parents: 17365
diff changeset
   169
* Mon Jan 18 2010 - [email protected]
01537324580a 2010-01-18 Christian Kelly <[email protected]>
chrisk
parents: 17365
diff changeset
   170
- Bump to 0.23.5.
17324
d4343b6ecfa5 2010-01-13 Christian Kelly <[email protected]>
chrisk
parents: 17102
diff changeset
   171
* Wed Jan 13 2010 - [email protected]
d4343b6ecfa5 2010-01-13 Christian Kelly <[email protected]>
chrisk
parents: 17102
diff changeset
   172
- Bump to 0.23.2.
17102
d645fee65704 2009-12-03 Christian Kelly <[email protected]>
chrisk
parents: 16999
diff changeset
   173
* Thu Dec  3 2009 - [email protected]
d645fee65704 2009-12-03 Christian Kelly <[email protected]>
chrisk
parents: 16999
diff changeset
   174
- Bump to 0.23.1.
16998
0bd1ddc9bef2 2009-11-18 Brian Cameron <[email protected]>
yippi
parents: 16975
diff changeset
   175
* Thu Nov 19 2009 - [email protected]
0bd1ddc9bef2 2009-11-18 Brian Cameron <[email protected]>
yippi
parents: 16975
diff changeset
   176
- Bump to 0.22.5.
16975
768225ddd3ae 2009-11-17 Brian Cameron <[email protected]>
yippi
parents: 16933
diff changeset
   177
* Tue Nov 17 2009 - [email protected]
768225ddd3ae 2009-11-17 Brian Cameron <[email protected]>
yippi
parents: 16933
diff changeset
   178
- Add patch vte-01-passfd.diff to revert the pass_fd function to use the same
768225ddd3ae 2009-11-17 Brian Cameron <[email protected]>
yippi
parents: 16933
diff changeset
   179
  code found in vte 0.17.4.  Without this fix, gnome-pty-helper does not work
768225ddd3ae 2009-11-17 Brian Cameron <[email protected]>
yippi
parents: 16933
diff changeset
   180
  if you build VTE with debug.
16906
067b19e06f97 2009-11-04 Brian Cameron <[email protected]>
yippi
parents: 16898
diff changeset
   181
* Wed Nov 04 2009 - [email protected]
067b19e06f97 2009-11-04 Brian Cameron <[email protected]>
yippi
parents: 16898
diff changeset
   182
- Bump to 0.22.3.
16745
af2d71f11c77 2009-10-14 Dave Lin <[email protected]>
davelam
parents: 16708
diff changeset
   183
* Wed Oct 14 2009 - [email protected]
16906
067b19e06f97 2009-11-04 Brian Cameron <[email protected]>
yippi
parents: 16898
diff changeset
   184
- Bump to 0.22.2.
16689
a2be2d840bd6 Fix comment.
yippi
parents: 16688
diff changeset
   185
* Fri Oct 02 2009 - [email protected]
a2be2d840bd6 Fix comment.
yippi
parents: 16688
diff changeset
   186
- Now build with Python 2.6.  Needed to fix CR #6885253.
16669
6d2e835402f8 2009-09-28 Dave Lin <[email protected]>
davelam
parents: 16610
diff changeset
   187
* Sat Sep 26 2009 - [email protected]
16906
067b19e06f97 2009-11-04 Brian Cameron <[email protected]>
yippi
parents: 16898
diff changeset
   188
- Bump to 0.22.1.
16669
6d2e835402f8 2009-09-28 Dave Lin <[email protected]>
davelam
parents: 16610
diff changeset
   189
- Reworked 01-fixcompile.diff.
16610
667806a42058 2009-09-22 Brian Cameron <[email protected]>
yippi
parents: 16500
diff changeset
   190
* Tue Sep 22 2009 - [email protected]
667806a42058 2009-09-22 Brian Cameron <[email protected]>
yippi
parents: 16500
diff changeset
   191
- Bump to 0.22.0.  Add patch vte-01-fixcompile.diff needed to compile.
667806a42058 2009-09-22 Brian Cameron <[email protected]>
yippi
parents: 16500
diff changeset
   192
  See bugzilla bug #596011.
16500
5917b9759d7e 2009-09-09 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   193
* Tue Sep 08 2009 - [email protected]
5917b9759d7e 2009-09-09 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   194
- Bump to 0.21.5.
16399
5e062641eab7 2009-08-27 Christian Kelly <[email protected]>
chrisk
parents: 16355
diff changeset
   195
* Thu Aug 27 2009 - [email protected]
5e062641eab7 2009-08-27 Christian Kelly <[email protected]>
chrisk
parents: 16355
diff changeset
   196
- Bump to 0.21.4.
16355
6670acfbf4c5 2009-08-25 Brian Cameron <[email protected]>
yippi
parents: 15898
diff changeset
   197
* Tue Aug 25 2009 - [email protected]
6670acfbf4c5 2009-08-25 Brian Cameron <[email protected]>
yippi
parents: 15898
diff changeset
   198
- Bump to 0.21.2.
15898
506cb946c09f 2009-06-15 Christian Kelly <[email protected]>
chrisk
parents: 15739
diff changeset
   199
* Mon Jun 15 2009 - [email protected]
506cb946c09f 2009-06-15 Christian Kelly <[email protected]>
chrisk
parents: 15739
diff changeset
   200
- Bump to 0.20.5.
15739
29aa88289437 2009-05-07 Brian Cameron <[email protected]>
yippi
parents: 15617
diff changeset
   201
* Thu May 07 2009 - [email protected]
29aa88289437 2009-05-07 Brian Cameron <[email protected]>
yippi
parents: 15617
diff changeset
   202
- Bump to 0.20.2.
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   203
* Tue Apr 14 2009 - [email protected]
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   204
- Bump to 0.20.1.
15420
5d358f5559eb 2009-03-18 Halton Huo <[email protected]>
halton
parents: 15288
diff changeset
   205
* Tue Mar 17 2009 - [email protected]
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   206
- Bump to 0.20.0.
15420
5d358f5559eb 2009-03-18 Halton Huo <[email protected]>
halton
parents: 15288
diff changeset
   207
- Remove upstreamed patches: static-func.diff, ncurses-typo.diff and
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   208
  alloca.diff.
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   209
- Add patch gtkdoc-rebase.diff to fix bugzilla #575793.
15288
e06cad91bddc 2009-03-03 Brian Cameron <[email protected]>
yippi
parents: 15003
diff changeset
   210
* Tue Mar 03 2009 - [email protected]
e06cad91bddc 2009-03-03 Brian Cameron <[email protected]>
yippi
parents: 15003
diff changeset
   211
- Use find command to remove .a and .la files.
15003
15111b64b8b1 2009-02-03 Christian Kelly <[email protected]>
chrisk
parents: 14827
diff changeset
   212
* Tue Feb 02 2009 - [email protected]
15111b64b8b1 2009-02-03 Christian Kelly <[email protected]>
chrisk
parents: 14827
diff changeset
   213
- Take out line that rm's gtk-2.0/*.a.
14825
8f84e70f4991 2008-12-26 Halton Huo <[email protected]>
halton
parents: 14719
diff changeset
   214
* Fri Dec 26 2008 - [email protected]
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   215
- Bump to 0.19.4.
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   216
- Add patch static-func.diff to fix bugzilla #565663.
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   217
- Add patch ncurses-typo.diff to fix bugzilla #565675.
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   218
- Add patch alloca.diff to fix bugzilla #565679.
14719
721b72daff40 2008-12-05 Brian Cameron <[email protected]>
yippi
parents: 14697
diff changeset
   219
* Fri Dec 05 2008 - [email protected]
721b72daff40 2008-12-05 Brian Cameron <[email protected]>
yippi
parents: 14697
diff changeset
   220
- Remove upstream patches vte-01-update-utmpx.diff and
721b72daff40 2008-12-05 Brian Cameron <[email protected]>
yippi
parents: 14697
diff changeset
   221
  vte-02-g11n-ambigous-wide.diff.
14697
44961511f070 bump to gnome2.25.2
davelam
parents: 14677
diff changeset
   222
* Wed Dec 03 2008 - [email protected]
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   223
- Bump to 0.19.1.
14677
62651f354cec 2008-11-28 Takao Fujiwara <[email protected]>
fujiwara
parents: 14571
diff changeset
   224
* Fri Nov 28 2008 - [email protected]
62651f354cec 2008-11-28 Takao Fujiwara <[email protected]>
fujiwara
parents: 14571
diff changeset
   225
- Add vte-02-g11n-ambigous-wide.diff to show some chars on Shift_JIS correctly.
13742
059286ef401c 2008-09-24 Christian Kelly <[email protected]>
chrisk
parents: 13471
diff changeset
   226
* Wed Sep 24 2008 - [email protected]
059286ef401c 2008-09-24 Christian Kelly <[email protected]>
chrisk
parents: 13471
diff changeset
   227
- Bump to 0.17.4.
13471
a79364c993f9 2008-09-09 Christian Kelly <[email protected]>
chrisk
parents: 13038
diff changeset
   228
* Tue Sep 09 2008 - [email protected]
a79364c993f9 2008-09-09 Christian Kelly <[email protected]>
chrisk
parents: 13038
diff changeset
   229
- Bump to 0.17.3.
13038
35e741a1b5a6 2008-08-05 Damien Carbery <[email protected]>
dcarbery
parents: 12601
diff changeset
   230
* Tue Aug 05 2008 - [email protected]
35e741a1b5a6 2008-08-05 Damien Carbery <[email protected]>
dcarbery
parents: 12601
diff changeset
   231
- Bump to 0.17.1.
12601
2754a357bd4a 2008-06-05 Damien Carbery <[email protected]>
dcarbery
parents: 12134
diff changeset
   232
* Thu Jun 05 2008 - [email protected]
2754a357bd4a 2008-06-05 Damien Carbery <[email protected]>
dcarbery
parents: 12134
diff changeset
   233
- Bump to 0.16.14.
12133
136283d9100c 2008-04-15 Brian Cameron <[email protected]>
yippi
parents: 11984
diff changeset
   234
* Tue Apr 15 2008 - [email protected]
136283d9100c 2008-04-15 Brian Cameron <[email protected]>
yippi
parents: 11984
diff changeset
   235
- Add patch vte-01-update-utmpx.diff patch.  This patch was written by
136283d9100c 2008-04-15 Brian Cameron <[email protected]>
yippi
parents: 11984
diff changeset
   236
  Arvind Samptur ([email protected]) to integrate into Solaris 10.
136283d9100c 2008-04-15 Brian Cameron <[email protected]>
yippi
parents: 11984
diff changeset
   237
  However, this patch has not able to go upstream in the 2.22 timeframe
136283d9100c 2008-04-15 Brian Cameron <[email protected]>
yippi
parents: 11984
diff changeset
   238
  so Arvind asked me to integrate this patch for now.
11842
ef341ae585f3 2008-03-11 Damien Carbery <[email protected]>
dcarbery
parents: 11411
diff changeset
   239
* Tue Mar 11 2008 - [email protected]
ef341ae585f3 2008-03-11 Damien Carbery <[email protected]>
dcarbery
parents: 11411
diff changeset
   240
- Bump to 0.16.13.
11411
08ce180f598d 2008-01-08 Damien Carbery <[email protected]>
dcarbery
parents: 11330
diff changeset
   241
* Tue Jan 08 2007 - [email protected]
08ce180f598d 2008-01-08 Damien Carbery <[email protected]>
dcarbery
parents: 11330
diff changeset
   242
- Bump to 0.16.12.
11330
f17af88e96f0 2007-12-18 Damien Carbery <[email protected]>
dcarbery
parents: 11280
diff changeset
   243
* Tue Dec 18 2007 - [email protected]
f17af88e96f0 2007-12-18 Damien Carbery <[email protected]>
dcarbery
parents: 11280
diff changeset
   244
- Bump to 0.16.11.
11280
426cb4b7de24 2007-12-04 Damien Carbery <[email protected]>
dcarbery
parents: 11278
diff changeset
   245
* Tue Dec 04 2007 - [email protected]
426cb4b7de24 2007-12-04 Damien Carbery <[email protected]>
dcarbery
parents: 11278
diff changeset
   246
- Bump to 0.16.10.
11278
4e1179edb328 2007-12-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11132
diff changeset
   247
* Mon Dec 03 2007 - [email protected]
4e1179edb328 2007-12-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11132
diff changeset
   248
- Remove vte-02-inputmethod-spotlocation.diff to replace the gtk patch.
11132
0183b8aba79a 2007-11-06 Brian Cameron <[email protected]>
yippi
parents: 10547
diff changeset
   249
* Tue Nov 06 2007 - [email protected]
0183b8aba79a 2007-11-06 Brian Cameron <[email protected]>
yippi
parents: 10547
diff changeset
   250
- Remove stale vte-03-selection-perf-improve.diff patch.  It does not 
0183b8aba79a 2007-11-06 Brian Cameron <[email protected]>
yippi
parents: 10547
diff changeset
   251
  improve performance and it was rejected by the maintainer.
10518
777c30fd4c7a 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10237
diff changeset
   252
* Tue Sep 18 2007 - [email protected]
11280
426cb4b7de24 2007-12-04 Damien Carbery <[email protected]>
dcarbery
parents: 11278
diff changeset
   253
- Bump to 0.16.9. Remove upstream patch, 03-cut-copy-paste-handle. Renumber
10518
777c30fd4c7a 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10237
diff changeset
   254
  rest.
10237
48765966733c 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10230
diff changeset
   255
* Tue Jul 31 2007 - [email protected]
48765966733c 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10230
diff changeset
   256
- Bump to 0.16.8.
10230
be2290ab3987 2007-07-30 Damien Carbery <[email protected]>
dcarbery
parents: 10076
diff changeset
   257
* Mon Jul 30 2007 - [email protected]
be2290ab3987 2007-07-30 Damien Carbery <[email protected]>
dcarbery
parents: 10076
diff changeset
   258
- Bump to 0.16.7.
10076
106c07853b64 2007-06-19 Damien Carbery <[email protected]>
dcarbery
parents: 9992
diff changeset
   259
* Tue Jun 19 2007 - [email protected]
106c07853b64 2007-06-19 Damien Carbery <[email protected]>
dcarbery
parents: 9992
diff changeset
   260
- Bump to 0.16.6.
9956
2bc3e93ff382 2007-05-29 Damien Carbery <[email protected]>
dcarbery
parents: 9947
diff changeset
   261
* Tue May 29 2007 - [email protected]
2bc3e93ff382 2007-05-29 Damien Carbery <[email protected]>
dcarbery
parents: 9947
diff changeset
   262
- Bump to 0.16.4. Remove upstream patches, 05-g11n-segv-preedit and 
2bc3e93ff382 2007-05-29 Damien Carbery <[email protected]>
dcarbery
parents: 9947
diff changeset
   263
  06-terminal-access-visibility-notify.
9947
bda65024ed5e 2007-05-25 Yi Jin <[email protected]>
yi.jin
parents: 9810
diff changeset
   264
* Fri May 25 2007 - [email protected]
bda65024ed5e 2007-05-25 Yi Jin <[email protected]>
yi.jin
parents: 9810
diff changeset
   265
- Add vte-06-terminal-access-visibility-notify.diff. Fixes 6556709.
bda65024ed5e 2007-05-25 Yi Jin <[email protected]>
yi.jin
parents: 9810
diff changeset
   266
  The signal callback function should return FALSE to let the rest of
bda65024ed5e 2007-05-25 Yi Jin <[email protected]>
yi.jin
parents: 9810
diff changeset
   267
  callback functions get called.
9810
c04eb9f27603 2007-04-30 Damien Carbery <[email protected]>
dcarbery
parents: 9798
diff changeset
   268
* Mon Apr 30 2007 - [email protected]
c04eb9f27603 2007-04-30 Damien Carbery <[email protected]>
dcarbery
parents: 9798
diff changeset
   269
- Bump to 0.16.3.
9798
1d39b518e5f7 2007-04-27 Takao Fujiwara <[email protected]>
fujiwara
parents: 9774
diff changeset
   270
* Fri Apr 27 2007 - [email protected]
1d39b518e5f7 2007-04-27 Takao Fujiwara <[email protected]>
fujiwara
parents: 9774
diff changeset
   271
- Add vte-05-g11n-segv-preedit.diff. Fixes 6548846
9774
02555d82e091 2007-04-24 Damien Carbery <[email protected]>
dcarbery
parents: 9755
diff changeset
   272
* Tue Apr 24 2007 - [email protected]
02555d82e091 2007-04-24 Damien Carbery <[email protected]>
dcarbery
parents: 9755
diff changeset
   273
- Bump to 0.16.2. Remove upstream patch 04-utf8-ambiguous. Renumber rest.
9729
d1c8489ce695 2007-04-12 Damien Carbery <[email protected]>
dcarbery
parents: 9720
diff changeset
   274
* Thu Apr 12 2007 - [email protected]
d1c8489ce695 2007-04-12 Damien Carbery <[email protected]>
dcarbery
parents: 9720
diff changeset
   275
- Remove upstream patch, 06-nullptr-check.
9720
18e085eedcd5 2007-04-11 Damien Carbery <[email protected]>
dcarbery
parents: 9668
diff changeset
   276
* Wed Apr 11 2007 - [email protected]
18e085eedcd5 2007-04-11 Damien Carbery <[email protected]>
dcarbery
parents: 9668
diff changeset
   277
- Bump to 0.16.1.
9668
5c8256e2a3b3 2007-04-04 Doug Scott <[email protected]>
drdoug
parents: 9543
diff changeset
   278
* Wed Apr  4 2007 - [email protected]
5c8256e2a3b3 2007-04-04 Doug Scott <[email protected]>
drdoug
parents: 9543
diff changeset
   279
- Added patch vte-06-nullptr-check.diff to fix bugzilla 425767.
9543
b77030628301 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9437
diff changeset
   280
* Tue Mar 13 2007 - [email protected]
b77030628301 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9437
diff changeset
   281
- Bump to 0.16.0.
9437
e5a1d2abb76f 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   282
* Mon Mar 05 2007 - [email protected]
e5a1d2abb76f 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   283
- Bump to 0.15.6.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   284
* Wed Feb 28 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   285
- Bump to 0.15.5. Remove upstream patch 06-environ.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   286
* Wed Feb 14 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   287
- Remove upstream patch, 06-vte-pty-open. Add patch, 06-environ to fix #407839.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   288
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   289
- Bump to 0.15.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   290
* Thu Feb 08 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   291
- Remove unneeded patch vte-01-vtefc.diff.  Now FC_WIDTH is defined on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   292
  Solaris, so it's no longer needed to wrap it with #ifdef FC_WIDTH.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   293
* Tue Jan 23 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   294
- Add patch, 07-vte-pty-open, to sync func declaration with definition; #400184.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   295
* Tue Jan 23 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   296
- Bump to 0.15.2. Remove upstream patch, 06-get-text. Renumber remainder.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   297
* Tue Jan 09 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   298
- Bump to 0.15.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   299
* Thu Dec 07 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   300
- Bump to 0.15.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   301
* Fri Nov  3 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   302
- use %gtk_doc_option in configure so that it can be disabled using
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   303
  --without-gtk-doc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   304
* Tue Oct 03 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   305
- Bump to 0.14.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   306
* Thu Sep 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   307
- Remove patch vte-08-pre-edit-crash-on-close.diff, as causing
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   308
  two bugs, 6453098, and 6465619, and removing does not re-introduce 6193929.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   309
* Tue Sep 05 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   310
- Bump to 0.14.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   311
* Fri Aug 25 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   312
- Bump to 0.13.7.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   313
* Mon Aug 21 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   314
- Bump to 0.13.6.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   315
* Tue Aug 01 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   316
- Bump to 0.13.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   317
* Tue Jul 25 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   318
- Remove upstream patch, 05-update-logout-record. Rename remaining.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   319
* Tue Jul 25 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   320
- Bump to 0.13.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   321
* Fri Jul 21 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   322
- Bump to 0.13.3 for gnome 2.15.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   323
- Remove patch vte-07-g11n-word-char.diff as this issue is addressed,
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   324
  slightly differently, in vte code. 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   325
* Fri Jun 23 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   326
- Bump to 0.12.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   327
* Thu Apr 27 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   328
- Remove upstream patch, vte-12-msgfmt-no-c-param.diff.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   329
* Thu Apr 27 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   330
- Bump to 1.12.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   331
* Tue Mar 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   332
- Add patch, 12-msgfmt-no-c-param, to remove '-c' param from msgfmt call. That
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   333
  switch breaks Solaris build.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   334
* Mon Mar 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   335
- Bump to 1.12.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   336
* Thu Mar  9 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   337
- Bump to 0.11.21.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   338
* Sun Feb 26 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   339
- Bump to 0.11.20.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   340
- Remove upstream patch, 08-logname. Renumber 12-g11n-word-char to 08.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   341
* Tue Feb 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   342
- Enable freetype test in configure. Somehow this makes it build.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   343
* Mon Feb 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   344
- Bump to 0.11.18.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   345
* Sun Jan 29 2006 - [email protected]
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   346
- Bump to 0.11.17.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   347
* Mon Jan 16 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   348
- Remove upstream patch 08-fix-crash; rename 13-logname to 08-logname.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   349
* Sun Jan 15 2006 - [email protected]
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   350
- Bump to 0.11.16.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   351
* Thu Oct 27 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   352
- move the python stuff from site-packages to vendor-packages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   353
* Tue Sep 06 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   354
- Remove upstream patch, vte-04-a11y-selection.diff. Reorder remaining.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   355
* Mon Sep 05 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   356
- Bump to 2.11.15.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   357
* Thu Aug 25 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   358
- Add python build dependency and add python modules back into %files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   359
* Wed Aug 24 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   360
- Remove python references as the module doesn't generate any.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   361
* Tue Aug 16 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   362
- Bump to 0.11.14.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   363
* Fri May 13 2005 - [email protected]
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   364
- Bump to 0.11.13.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   365
* Wed Mar 16 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   366
- Added vte-14-g11n-word-char.diff fo select localized strings exactly.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   367
  Fix 6241338.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   368
* Wed Nov 24 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   369
- Updated the patch vte-11-scrolling-perf-improve.diff to chnage 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   370
  vte input buffer size to 2K. Fixes bugtraq bug#6198452.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   371
  Patch reviewed by [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   372
* Fri Nov 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   373
- Added patch vte-13-preddit-crash-on-close.diff
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   374
  Bugster #6193929.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   375
* Fri Nov 05 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   376
- Added patch vte-12-selection-perf-improve.diff to improve selection
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   377
  performance.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   378
* Fri Oct 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   379
- Added patch vte-11-scrolling-perf-improve.diff to improve scrolling 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   380
  performance of gnome-terminal based on VTE. The patch improves the 
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   381
  performance of the issues mentioned in bugtraq bug #5014824. Most of 
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   382
  the patch is taken from the patch given to bugzilla bug #143914.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   383
* Thu Oct 28 2004 - [email protected]
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   384
- Add vte.1, libvte.3 man pages.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   385
* Wed Oct 27 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   386
- Add patch vte-10-get-text.diff to fix bugzilla 156161.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   387
* Mon Oct 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   388
- Add patch vte-09-fix-crash.diff to fix bug 5107420.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   389
* Sat Oct 09 2004 - [email protected]
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   390
- Add patch vte-08-utf8-ambiguous.diff to fix bug 5028816.
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   391
  gnome-terminal display full-width characters as half-width on UTF-8.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   392
* Fri Oct 08 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   393
- Added patch vte-07-update-logout-record.diff
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   394
  Fixes bug #5084840.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   395
* Mon Oct 04 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   396
- Added patch vte-06-cut-copy-paste-handle.diff to make Sun Cut,
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   397
  Copy, Paste keys work in gnome-terminal. Fixes bug #5098217.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   398
* Thu Aug 26 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   399
- Add patch vte-05-inputmethod-spotlocation.diff for bugzilla #150052,
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   400
  bugtraq #5080038.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   401
* Wed Aug 18 2004 - [email protected]
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   402
- added --enable-gtk-doc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   403
* Thu Jul 22 2004 - [email protected]
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   404
- Add patch vte-04-a11y-selection.diff for bugzilla #113590.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   405
* Sun Jul 11 2004 - [email protected]
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   406
- build fixup.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   407
* Thu Jul 08 2004 - [email protected]
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   408
- ported to rpm4.
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   409
- removed auto*-jds stuff, not needed with SuSE 9.1.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   410
* Thu Jul 08 2004 - [email protected]
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   411
- Updated l10n content to vte-l10n-po-1.2.tar.bz2.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   412
* Thu Jul 08 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   413
- updated vte.spec to remove the ifos from around gnome-pty-helper
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   414
  essentially yo revert back to what it was.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   415
* Wed Jul 07 2004 - [email protected]
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   416
- added "-j $CPUS" to make to speed up builds.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   417
* Tue Jun 22 2004 <[email protected]>
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   418
- Based on the 0.11.11 version, recreate the vte-03-fcconfig.diff patch.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   419
* Mon Jun 14 2004 [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   420
- Fixes stopper bug 5062671, not to use gnome-pty-helper on Solaris.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   421
  Essentially just don't include the binary in Solaris.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   422
* Fri Jun 11 2004 [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   423
- Added patch to add '-lglib-2.0' to src/Makefile.am to build on Solaris sparc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   424
* Thu Jun 10 2004 [email protected]
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   425
- Changed to use correct autotools, hence no longer need autotools patch.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   426
* Wed Jun 09 2004 [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   427
- Add '--disable-freetypetest' configure switch because S9x86 build fails when
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   428
  configure tries to run the test app, because /opt/jds/lib not in
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   429
  LD_LIBRARY_PATH or -R link parameter.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   430
* Tue Jun 08 2004 [email protected]
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   431
- Update to 0.11.11 tarball.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   432
* Mon May 17 2004 - <[email protected]>
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   433
- Fixed bug 5042257 by adding patch vte-02-fcconfig.diff.
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   434
  [Cinnabar Linux] The CJK font rendering in gnome-terminal is not acceptable.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   435
* Wed May 12 2004 - [email protected]
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   436
- Updated l10n content to vte-l10n-po-1.1.tar.bz2.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   437
* Mon Mar 29 2004 - [email protected]
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   438
- Updated l10n content to vte-l10n-po-1.0.tar.bz2.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   439
* Tue Feb 24 2004 - <[email protected]>
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   440
- Update Distro, l10n tarball.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   441
* Thu Feb 12 2004 - <[email protected]>
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   442
- Added patch #01 to create an *-uninstalled-pc.file.
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   443
- Autotoolize the build stage.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   444
* Fri Oct 17 2003 - <[email protected]> - 0.11.10-1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   445
- Uprevved to GNOME 2.4.0 version.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   446
- Changed source url.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   447
* Thu Aug 14 2003 - <[email protected]>
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   448
- remove *.a.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   449
* Tue May 13 2003 - [email protected]
15617
e402dcf7305c 2009-04-15 Brian Cameron <[email protected]>
yippi
parents: 15480
diff changeset
   450
- initial Sun release.