vte.spec
author dcarbery
Fri, 24 Nov 2006 16:37:59 +0000
branch217update
changeset 19096 d542fc2c823e
parent 8564 df62c23d2955
child 8709 b1d6def4fe33
permissions -rw-r--r--
Merged trunk changes r9797:9829 into 217update branch.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8564
df62c23d2955 assign owners to spec files
laca
parents: 8501
diff changeset
     1
#
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     2
# spec file for package vte
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     3
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     5
# This file and all modifications and additions to the pristine
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     6
# package are under the same license as the package itself.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     7
#
8564
df62c23d2955 assign owners to spec files
laca
parents: 8501
diff changeset
     8
# Owner: yippi
df62c23d2955 assign owners to spec files
laca
parents: 8501
diff changeset
     9
#
59
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    10
Name:         vte
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 64
diff changeset
    11
License:      LGPL
223
4d94c423788e 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    12
Group:        System/Libraries
8248
5faf472cdda9 2006-10-03 Damien Carbery <[email protected]>
dc144907
parents: 8201
diff changeset
    13
Version:      0.14.1
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    14
Release:      1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    15
Distribution: Java Desktop System
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
    16
Vendor:       Sun Microsystems, Inc.
223
4d94c423788e 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    17
Summary:      Terminal Emulation Widget Library
8063
19d5439965dd 2006-09-04 Damien Carbery <[email protected]>
dc144907
parents: 7981
diff changeset
    18
Source:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.14/%{name}-%{version}.tar.bz2
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    19
Source1:      vte.1.gz
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    20
Source2:      libvte.3.gz
3100
499eafbb1c5a 2004-06-10 Johan Steyn <[email protected]>
johan
parents: 3074
diff changeset
    21
Patch1:       vte-01-vtefc.diff
7509
33597f80a7ed 2006-06-23 Brian Cameron <[email protected]>
bc99092
parents: 7169
diff changeset
    22
Patch2:       vte-02-fcconfig.diff
33597f80a7ed 2006-06-23 Brian Cameron <[email protected]>
bc99092
parents: 7169
diff changeset
    23
Patch3:	      vte-03-inputmethod-spotlocation.diff
33597f80a7ed 2006-06-23 Brian Cameron <[email protected]>
bc99092
parents: 7169
diff changeset
    24
Patch4:       vte-04-cut-copy-paste-handle.diff
7752
4abd61edfaf7 2006-07-25 Damien Carbery <[email protected]>
dc144907
parents: 7749
diff changeset
    25
Patch5:       vte-05-utf8-ambiguous.diff
4abd61edfaf7 2006-07-25 Damien Carbery <[email protected]>
dc144907
parents: 7749
diff changeset
    26
Patch6:       vte-06-get-text.diff
4abd61edfaf7 2006-07-25 Damien Carbery <[email protected]>
dc144907
parents: 7749
diff changeset
    27
Patch7:       vte-07-selection-perf-improve.diff
223
4d94c423788e 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    28
URL:          http://www.gnome.org
59
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    29
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
223
4d94c423788e 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    30
Docdir:	      %{_defaultdocdir}/doc
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 64
diff changeset
    31
AutoReqProv:  on
1080
497903a49ccb 2003-08-19 Glynn Foster <[email protected]>
gman
parents: 1058
diff changeset
    32
Prereq:       /sbin/ldconfig
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 64
diff changeset
    33
7686
cdf230ad390e 2006-07-21 Padraig O'Briain <[email protected]>
padraigo
parents: 7509
diff changeset
    34
%define gtk2_version 2.10.0
6193
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6156
diff changeset
    35
%define python_version 2.4
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 64
diff changeset
    36
224
c11b8c287337 *** empty log message ***
gman
parents: 223
diff changeset
    37
Requires:      gtk2 >= %{gtk2_version}
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 64
diff changeset
    38
BuildRequires: gtk2-devel >= %{gtk2_version}
6193
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6156
diff changeset
    39
BuildRequires: python >= %{python_version}
59
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    40
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    41
%description
223
4d94c423788e 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    42
VTE is a terminal emulation widget for GTK+, used in GNOME Terminal.
59
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    43
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    44
%package devel
223
4d94c423788e 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    45
Summary:	Terminal Emulation Widget Development Library
4d94c423788e 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    46
Group:		Development/Libraries
4d94c423788e 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    47
Requires:	%{name} = %{version}-%{release}
224
c11b8c287337 *** empty log message ***
gman
parents: 223
diff changeset
    48
Requires:	gtk2-devel >= %{gtk2_version}
59
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    49
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    50
%description devel
223
4d94c423788e 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    51
VTE is a terminal emulation widget for GTK+, used in GNOME Terminal.
59
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    52
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    53
%prep
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 64
diff changeset
    54
%setup -q
1632
e91e1faf1ff3 2004-02-12 Niall Power - <[email protected]>
niall
parents: 1609
diff changeset
    55
%patch1 -p1
3134
a437d393fd90 * vte.spec: Add patch to specify libglib-2.0.so in src/Makefile.am
dc144907
parents: 3120
diff changeset
    56
%patch2 -p1
3179
0ceb3f475efa * Tue Jun 22 2004 <[email protected]>
fzhang
parents: 3143
diff changeset
    57
%patch3 -p1
3394
df2b70cc269e 2004-07-22 Padraig O'Briain <[email protected]>
padraigo
parents: 3320
diff changeset
    58
%patch4 -p1
3778
c82b0b74cfbb * vte.spec: Update
tajima
parents: 3723
diff changeset
    59
%patch5 -p1
4134
af8d8868e1b5 2004-10-04 Narayana Pattipati <[email protected]>
naren
parents: 4133
diff changeset
    60
%patch6 -p1
4195
37a634831e77 2004-10-08 Archana Shah <[email protected]>
archana
parents: 4134
diff changeset
    61
%patch7 -p1
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    62
59
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    63
%build
3100
499eafbb1c5a 2004-06-10 Johan Steyn <[email protected]>
johan
parents: 3074
diff changeset
    64
%ifos linux
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    65
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    66
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    67
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    68
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3779
diff changeset
    69
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    70
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    71
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    72
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    73
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    74
1632
e91e1faf1ff3 2004-02-12 Niall Power - <[email protected]>
niall
parents: 1609
diff changeset
    75
libtoolize --force
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    76
aclocal $ACLOCAL_FLAGS -I .
1632
e91e1faf1ff3 2004-02-12 Niall Power - <[email protected]>
niall
parents: 1609
diff changeset
    77
autoheader
e91e1faf1ff3 2004-02-12 Niall Power - <[email protected]>
niall
parents: 1609
diff changeset
    78
automake -a -c -f
e91e1faf1ff3 2004-02-12 Niall Power - <[email protected]>
niall
parents: 1609
diff changeset
    79
autoconf
e91e1faf1ff3 2004-02-12 Niall Power - <[email protected]>
niall
parents: 1609
diff changeset
    80
223
4d94c423788e 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    81
CFLAGS="$RPM_OPT_FLAGS"			\
4d94c423788e 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    82
./configure --prefix=%{_prefix}		\
1693
6ecbfa2c698b *** empty log message ***
laca
parents: 1657
diff changeset
    83
	    --sysconfdir=%{_sysconfdir} \
8201
7fa5b3a0a509 2006-09-27 Padraig O'Briain <[email protected]>
padraigo
parents: 8137
diff changeset
    84
	    --datadir=%{_datadir} 	\
3723
31d7411d681a 2004-08-25 Brian Cameron <[email protected]>
bc99092
parents: 3679
diff changeset
    85
	    --libexecdir=%{_libexecdir} \
8501
26c68499ea0c 2006-11-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 8248
diff changeset
    86
	    %{gtk_doc_option}
6193
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6156
diff changeset
    87
make -j $CPUS \
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6156
diff changeset
    88
    pyexecdir=%{_libdir}/python%{python_version}/vendor-packages \
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6156
diff changeset
    89
    pythondir=%{_libdir}/python%{python_version}/vendor-packages
59
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    90
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    91
%install
6193
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6156
diff changeset
    92
make DESTDIR=$RPM_BUILD_ROOT install \
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6156
diff changeset
    93
    pyexecdir=%{_libdir}/python%{python_version}/vendor-packages \
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6156
diff changeset
    94
    pythondir=%{_libdir}/python%{python_version}/vendor-packages
1445
7ed512e207c0 2003-12-16 Glynn Foster <[email protected]>
gman
parents: 1278
diff changeset
    95
#Copy zh_HK from zh_TW
7ed512e207c0 2003-12-16 Glynn Foster <[email protected]>
gman
parents: 1278
diff changeset
    96
#Fixes bug 4930405
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1445
diff changeset
    97
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1445
diff changeset
    98
install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
4357
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4334
diff changeset
    99
install -d $RPM_BUILD_ROOT%{_mandir}/man1
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4334
diff changeset
   100
install -d $RPM_BUILD_ROOT%{_mandir}/man3
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   101
install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT%{_mandir}/man1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   102
install --mode=0644 %SOURCE2 $RPM_BUILD_ROOT%{_mandir}/man3
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   103
# Clean up unpackaged files
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   104
rm $RPM_BUILD_ROOT%{_libdir}/*.a
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   105
rm $RPM_BUILD_ROOT%{_libdir}/*.la
6193
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6156
diff changeset
   106
rm $RPM_BUILD_ROOT%{_libdir}/python2.4/vendor-packages/gtk-2.0/*.a
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6156
diff changeset
   107
rm $RPM_BUILD_ROOT%{_libdir}/python2.4/vendor-packages/gtk-2.0/*.la
5591
8d174028da2b * vte.spec: Add python build dependency and add python modules back into %files.
dc144907
parents: 5572
diff changeset
   108
59
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   109
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   110
%clean
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   111
rm -rf $RPM_BUILD_ROOT
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   112
223
4d94c423788e 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
   113
%post
4d94c423788e 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
   114
/sbin/ldconfig
59
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   115
223
4d94c423788e 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
   116
%postun
4d94c423788e 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
   117
/sbin/ldconfig
59
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   118
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   119
%files
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   120
%defattr(-,root,root)
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   121
%{_bindir}/*
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   122
%{_libdir}/*.so*
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 64
diff changeset
   123
%attr(2711,root,utmp) %{_libexecdir}/gnome-pty-helper
59
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   124
%{_datadir}/%{name}
1921
c9adb5820de7 Update Distro, l10n & files
mattk
parents: 1876
diff changeset
   125
%{_datadir}/locale/*/LC_MESSAGES/*.mo
4357
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4334
diff changeset
   126
%{_mandir}/man1/*
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4334
diff changeset
   127
%{_mandir}/man3/*
59
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   128
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   129
%files devel
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   130
%defattr(-,root,root)
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   131
%{_datadir}/gtk-doc/html/%{name}
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   132
%{_includedir}/*
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   133
%{_libdir}/*.so
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   134
%dir %{_libdir}/%{name}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   135
%{_libdir}/%{name}/*
59
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   136
%{_libdir}/pkgconfig/*
6193
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 6156
diff changeset
   137
%{_libdir}/python2.4/vendor-packages/gtk-2.0/vtemodule.so
59
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   138
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   139
%changelog
8501
26c68499ea0c 2006-11-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 8248
diff changeset
   140
* Fri Nov  3 2006 - [email protected]
26c68499ea0c 2006-11-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 8248
diff changeset
   141
- use %gtk_doc_option in configure so that it can be disabled using
26c68499ea0c 2006-11-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 8248
diff changeset
   142
  --without-gtk-doc
8248
5faf472cdda9 2006-10-03 Damien Carbery <[email protected]>
dc144907
parents: 8201
diff changeset
   143
* Tue Oct 03 2006 - [email protected]
5faf472cdda9 2006-10-03 Damien Carbery <[email protected]>
dc144907
parents: 8201
diff changeset
   144
- Bump to 0.14.1.
8137
49d99390765c Bugs : 6463098, 6465619 fixed by removing this patch, does not re-introduce original solaris only bug of 6193929.
mattk
parents: 8063
diff changeset
   145
* Thu Sep 14 2006 - [email protected]
49d99390765c Bugs : 6463098, 6465619 fixed by removing this patch, does not re-introduce original solaris only bug of 6193929.
mattk
parents: 8063
diff changeset
   146
- Remove patch vte-08-pre-edit-crash-on-close.diff, as causing
49d99390765c Bugs : 6463098, 6465619 fixed by removing this patch, does not re-introduce original solaris only bug of 6193929.
mattk
parents: 8063
diff changeset
   147
  two bugs, 6453098, and 6465619, and removing does not re-introduce 6193929.
8063
19d5439965dd 2006-09-04 Damien Carbery <[email protected]>
dc144907
parents: 7981
diff changeset
   148
* Tue Sep 05 2006 - [email protected]
19d5439965dd 2006-09-04 Damien Carbery <[email protected]>
dc144907
parents: 7981
diff changeset
   149
- Bump to 0.14.0.
7981
60f9a4ff9d0e 2006-08-25 Damien Carbery <[email protected]>
dc144907
parents: 7939
diff changeset
   150
* Fri Aug 25 2006 - [email protected]
8063
19d5439965dd 2006-09-04 Damien Carbery <[email protected]>
dc144907
parents: 7981
diff changeset
   151
- Bump to 0.13.7.
7939
8154247887e3 2006-08-21 Damien Carbery <[email protected]>
dc144907
parents: 7839
diff changeset
   152
* Mon Aug 21 2006 - [email protected]
8154247887e3 2006-08-21 Damien Carbery <[email protected]>
dc144907
parents: 7839
diff changeset
   153
- Bump to 0.13.6.
7839
83afe8589a89 2006-08-01 Damien Carbery <[email protected]>
dc144907
parents: 7752
diff changeset
   154
* Tue Aug 01 2006 - [email protected]
83afe8589a89 2006-08-01 Damien Carbery <[email protected]>
dc144907
parents: 7752
diff changeset
   155
- Bump to 0.13.5.
7749
121d02c1bec1 2006-07-25 Damien Carbery <[email protected]>
dc144907
parents: 7686
diff changeset
   156
* Tue Jul 25 2006 - [email protected]
7752
4abd61edfaf7 2006-07-25 Damien Carbery <[email protected]>
dc144907
parents: 7749
diff changeset
   157
- Remove upstream patch, 05-update-logout-record. Rename remaining.
4abd61edfaf7 2006-07-25 Damien Carbery <[email protected]>
dc144907
parents: 7749
diff changeset
   158
* Tue Jul 25 2006 - [email protected]
7749
121d02c1bec1 2006-07-25 Damien Carbery <[email protected]>
dc144907
parents: 7686
diff changeset
   159
- Bump to 0.13.4.
7686
cdf230ad390e 2006-07-21 Padraig O'Briain <[email protected]>
padraigo
parents: 7509
diff changeset
   160
* Fri Jul 21 2006 - [email protected]
cdf230ad390e 2006-07-21 Padraig O'Briain <[email protected]>
padraigo
parents: 7509
diff changeset
   161
- Bump to 0.13.3 for gnome 2.15.
cdf230ad390e 2006-07-21 Padraig O'Briain <[email protected]>
padraigo
parents: 7509
diff changeset
   162
- Remove patch vte-07-g11n-word-char.diff as this issue is addressed,
cdf230ad390e 2006-07-21 Padraig O'Briain <[email protected]>
padraigo
parents: 7509
diff changeset
   163
  slightly differently, in vte code. 
7509
33597f80a7ed 2006-06-23 Brian Cameron <[email protected]>
bc99092
parents: 7169
diff changeset
   164
* Fri Jun 23 2006 - [email protected]
33597f80a7ed 2006-06-23 Brian Cameron <[email protected]>
bc99092
parents: 7169
diff changeset
   165
- Bump to 0.12.2.
7150
6f18987f4cb6 2006-04-27 Damien Carbery <[email protected]>
dc144907
parents: 6937
diff changeset
   166
* Thu Apr 27 2006 - [email protected]
7169
d044dabdf986 2006-04-28 Damien Carbery <[email protected]>
dc144907
parents: 7150
diff changeset
   167
- Remove upstream patch, vte-12-msgfmt-no-c-param.diff.
d044dabdf986 2006-04-28 Damien Carbery <[email protected]>
dc144907
parents: 7150
diff changeset
   168
* Thu Apr 27 2006 - [email protected]
7150
6f18987f4cb6 2006-04-27 Damien Carbery <[email protected]>
dc144907
parents: 6937
diff changeset
   169
- Bump to 1.12.1.
6937
65124c45ab3b 2006-03-14 Damien Carbery <[email protected]>
dc144907
parents: 6913
diff changeset
   170
* Tue Mar 14 2006 - [email protected]
65124c45ab3b 2006-03-14 Damien Carbery <[email protected]>
dc144907
parents: 6913
diff changeset
   171
- Add patch, 12-msgfmt-no-c-param, to remove '-c' param from msgfmt call. That
65124c45ab3b 2006-03-14 Damien Carbery <[email protected]>
dc144907
parents: 6913
diff changeset
   172
  switch breaks Solaris build.
6913
e6551604cc00 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6897
diff changeset
   173
* Mon Mar 13 2006 - [email protected]
e6551604cc00 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6897
diff changeset
   174
- Bump to 1.12.0.
6897
c601676c3363 2006-03-09 Damien Carbery <[email protected]>
dc144907
parents: 6852
diff changeset
   175
* Thu Mar  9 2006 - [email protected]
c601676c3363 2006-03-09 Damien Carbery <[email protected]>
dc144907
parents: 6852
diff changeset
   176
- Bump to 0.11.21.
6851
c7d3b36377a4 2006-02-26 Damien Carbery <[email protected]>
dc144907
parents: 6765
diff changeset
   177
* Sun Feb 26 2006 - [email protected]
c7d3b36377a4 2006-02-26 Damien Carbery <[email protected]>
dc144907
parents: 6765
diff changeset
   178
- Bump to 0.11.20.
6852
cfdfbe93c8d5 2006-02-26 Damien Carbery <[email protected]>
dc144907
parents: 6851
diff changeset
   179
- Remove upstream patch, 08-logname. Renumber 12-g11n-word-char to 08.
6765
a48e1d5d97d7 2006-02-14 Damien Carbery <[email protected]>
dc144907
parents: 6736
diff changeset
   180
* Tue Feb 14 2006 - [email protected]
a48e1d5d97d7 2006-02-14 Damien Carbery <[email protected]>
dc144907
parents: 6736
diff changeset
   181
- Enable freetype test in configure. Somehow this makes it build.
6736
3e46807ada02 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6684
diff changeset
   182
* Mon Feb 13 2006 - [email protected]
3e46807ada02 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6684
diff changeset
   183
- Bump to 0.11.18.
6684
45823e136c53 2006-01-29 Damien Carbery <[email protected]>
dc144907
parents: 6566
diff changeset
   184
* Sun Jan 29 2006 - [email protected]
45823e136c53 2006-01-29 Damien Carbery <[email protected]>
dc144907
parents: 6566
diff changeset
   185
- Bump to 0.11.17
6566
03f3b9642812 * vte.spec: Remove upstream patch 08-fix-crash; rename 13-logname to 08-logname.
dc144907
parents: 6564
diff changeset
   186
* Mon Jan 16 2006 - [email protected]
03f3b9642812 * vte.spec: Remove upstream patch 08-fix-crash; rename 13-logname to 08-logname.
dc144907
parents: 6564
diff changeset
   187
- Remove upstream patch 08-fix-crash; rename 13-logname to 08-logname.
6564
480b9993069a * control-center.spec, eog.spec, gcalctool.spec, gdm.spec, gedit.spec,
dc144907
parents: 6200
diff changeset
   188
* Sun Jan 15 2006 - [email protected]
480b9993069a * control-center.spec, eog.spec, gcalctool.spec, gdm.spec, gedit.spec,
dc144907
parents: 6200
diff changeset
   189
- Bump to 0.11.16
6200
19ff8721b8f2 add %changelog entries (:
laca
parents: 6193
diff changeset
   190
* Thu Oct 27 2005 - [email protected]
19ff8721b8f2 add %changelog entries (:
laca
parents: 6193
diff changeset
   191
- move the python stuff from site-packages to vendor-packages
5726
5037bad22620 * vte.spec: Remove upstream patch, vte-04-a11y-selection.diff.
dc144907
parents: 5719
diff changeset
   192
* Tue Sep 06 2005 - [email protected]
5037bad22620 * vte.spec: Remove upstream patch, vte-04-a11y-selection.diff.
dc144907
parents: 5719
diff changeset
   193
- Remove upstream patch, vte-04-a11y-selection.diff. Reorder remaining.
5719
2e95a68e5ca1 * GConf.spec at-spi.spec atk.spec bug-buddy.spec eel.spec eog.spec
dc144907
parents: 5591
diff changeset
   194
* Mon Sep 05 2005 - [email protected]
2e95a68e5ca1 * GConf.spec at-spi.spec atk.spec bug-buddy.spec eel.spec eog.spec
dc144907
parents: 5591
diff changeset
   195
- Bump to 2.11.15.
5591
8d174028da2b * vte.spec: Add python build dependency and add python modules back into %files.
dc144907
parents: 5572
diff changeset
   196
* Thu Aug 25 2005 - [email protected]
8d174028da2b * vte.spec: Add python build dependency and add python modules back into %files.
dc144907
parents: 5572
diff changeset
   197
- Add python build dependency and add python modules back into %files.
5572
2dcd5743aa67 * vte.spec: Remove python references as the module doesn't generate any.
dc144907
parents: 5565
diff changeset
   198
* Wed Aug 24 2005 - [email protected]
2dcd5743aa67 * vte.spec: Remove python references as the module doesn't generate any.
dc144907
parents: 5565
diff changeset
   199
- Remove python references as the module doesn't generate any.
5548
ddbd17ae3838 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   200
* Tue Aug 16 2005 - [email protected]
ddbd17ae3838 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   201
- Bump to 0.11.14.
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   202
* Fri May 13 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   203
- Bump to 0.11.13
5254
97fa770d8a3c 2005-03-17 Takao Fujiwara <[email protected]>
fujiwara
parents: 5237
diff changeset
   204
* Wed Mar 16 2005 - [email protected]
97fa770d8a3c 2005-03-17 Takao Fujiwara <[email protected]>
fujiwara
parents: 5237
diff changeset
   205
- Added vte-14-g11n-word-char.diff fo select localized strings exactly.
97fa770d8a3c 2005-03-17 Takao Fujiwara <[email protected]>
fujiwara
parents: 5237
diff changeset
   206
  Fix 6241338.
4629
c197c178ff8f 2004-11-24 Narayana Pattipati <[email protected]>
naren
parents: 4579
diff changeset
   207
* Wed Nov 24 2004 - [email protected]
c197c178ff8f 2004-11-24 Narayana Pattipati <[email protected]>
naren
parents: 4579
diff changeset
   208
- Updated the patch vte-11-scrolling-perf-improve.diff to chnage 
c197c178ff8f 2004-11-24 Narayana Pattipati <[email protected]>
naren
parents: 4579
diff changeset
   209
  vte input buffer size to 2K. Fixes bugtraq bug#6198452.
c197c178ff8f 2004-11-24 Narayana Pattipati <[email protected]>
naren
parents: 4579
diff changeset
   210
  Patch reviewed by [email protected]
4553
a7efb2047b08 2004-11-12 Suresh Chandrasekharan <[email protected]>
sureshc
parents: 4541
diff changeset
   211
* Fri Nov 12 2004 - [email protected]
a7efb2047b08 2004-11-12 Suresh Chandrasekharan <[email protected]>
sureshc
parents: 4541
diff changeset
   212
- Added patch vte-13-preddit-crash-on-close.diff
a7efb2047b08 2004-11-12 Suresh Chandrasekharan <[email protected]>
sureshc
parents: 4541
diff changeset
   213
  Bugster #6193929
4471
67fd1b98240d 2004-11-08 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4455
diff changeset
   214
* Fri Nov 05 2004 - [email protected]
67fd1b98240d 2004-11-08 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4455
diff changeset
   215
- Added patch vte-12-selection-perf-improve.diff to improve selection
67fd1b98240d 2004-11-08 Balamurali Viswanathan <[email protected]>
bviswa
parents: 4455
diff changeset
   216
  performance 
4384
752b90910e6b 2004-10-29 Narayana Pattipati <[email protected]>
naren
parents: 4357
diff changeset
   217
* Fri Oct 29 2004 - [email protected]
752b90910e6b 2004-10-29 Narayana Pattipati <[email protected]>
naren
parents: 4357
diff changeset
   218
- Added patch vte-11-scrolling-perf-improve.diff to improve scrolling 
752b90910e6b 2004-10-29 Narayana Pattipati <[email protected]>
naren
parents: 4357
diff changeset
   219
  performance of gnome-terminal based on VTE. The patch improves the 
752b90910e6b 2004-10-29 Narayana Pattipati <[email protected]>
naren
parents: 4357
diff changeset
   220
  performance of the issues mentioned in bugtraq bug#5014824. Most of 
752b90910e6b 2004-10-29 Narayana Pattipati <[email protected]>
naren
parents: 4357
diff changeset
   221
  the patch is taken from the patch given to bugzilla bug#143914.
4357
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4334
diff changeset
   222
* Thu Oct 28 2004 - [email protected]
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4334
diff changeset
   223
- Add vte.1, libvte.3 man pages
4334
7fa4c5064d9e 2004-10-27 Padraig O'Briain <[email protected]>
padraigo
parents: 4277
diff changeset
   224
* Wed Oct 27 2004 - [email protected]
7fa4c5064d9e 2004-10-27 Padraig O'Briain <[email protected]>
padraigo
parents: 4277
diff changeset
   225
- Add patch vte-10-get-text.diff to fix bugzilla 156161.
4277
3a0eb3e3dbd3 2004-10-18 Padraig O'Briain <[email protected]>
padraigo
parents: 4276
diff changeset
   226
* Mon Oct 18 2004 - [email protected]
3a0eb3e3dbd3 2004-10-18 Padraig O'Briain <[email protected]>
padraigo
parents: 4276
diff changeset
   227
- Add patch vte-09-fix-crash.diff to fix bug 5107420.
4212
2ffaf1fb64e8 * Sat Oct 09 2004 - [email protected]
fzhang
parents: 4195
diff changeset
   228
* Sat Oct 09 2004 - [email protected]
2ffaf1fb64e8 * Sat Oct 09 2004 - [email protected]
fzhang
parents: 4195
diff changeset
   229
- Add patch vte-08-utf8-ambiguous.diff to fix bug 5028816
8501
26c68499ea0c 2006-11-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 8248
diff changeset
   230
  gnome-terminal display full-width characters as half-width on UTF-8
4195
37a634831e77 2004-10-08 Archana Shah <[email protected]>
archana
parents: 4134
diff changeset
   231
* Fri Oct 08 2004 - [email protected]
37a634831e77 2004-10-08 Archana Shah <[email protected]>
archana
parents: 4134
diff changeset
   232
- Added patch vte-07-update-logout-record.diff
37a634831e77 2004-10-08 Archana Shah <[email protected]>
archana
parents: 4134
diff changeset
   233
  Fixes bug#5084840
4134
af8d8868e1b5 2004-10-04 Narayana Pattipati <[email protected]>
naren
parents: 4133
diff changeset
   234
* Mon Oct 04 2004 - [email protected]
af8d8868e1b5 2004-10-04 Narayana Pattipati <[email protected]>
naren
parents: 4133
diff changeset
   235
- Added patch vte-06-cut-copy-paste-handle.diff to make Sun Cut,
af8d8868e1b5 2004-10-04 Narayana Pattipati <[email protected]>
naren
parents: 4133
diff changeset
   236
  Copy, Paste keys work in gnome-terminal. Fixes bug#5098217
3779
5744d1e09d7f fix typo in the changelog comment.
tajima
parents: 3778
diff changeset
   237
* Thu Aug 26 2004 - [email protected]
3778
c82b0b74cfbb * vte.spec: Update
tajima
parents: 3723
diff changeset
   238
- Add patch vte-05-inputmethod-spotlocation.diff for bugzilla #150052,
8501
26c68499ea0c 2006-11-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 8248
diff changeset
   239
  bugtraq #5080038
3723
31d7411d681a 2004-08-25 Brian Cameron <[email protected]>
bc99092
parents: 3679
diff changeset
   240
* Wed Aug 18 2004 - [email protected]
31d7411d681a 2004-08-25 Brian Cameron <[email protected]>
bc99092
parents: 3679
diff changeset
   241
- added --enable-gtk-doc
3394
df2b70cc269e 2004-07-22 Padraig O'Briain <[email protected]>
padraigo
parents: 3320
diff changeset
   242
* Thu Jul 22 2004 - [email protected]
df2b70cc269e 2004-07-22 Padraig O'Briain <[email protected]>
padraigo
parents: 3320
diff changeset
   243
- Add patch vte-04-a11y-selection.diff for bugzilla #113590
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   244
* Sun Jul 11 2004 - [email protected]
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   245
- build fixup
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   246
* Thu Jul 08 2004 - [email protected]
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   247
- ported to rpm4
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   248
- removed auto*-jds stuff, not needed with SuSE 9.1
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3276
diff changeset
   249
* Thu Jul 08 2004 - [email protected]
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3276
diff changeset
   250
- Updated l10n content to vte-l10n-po-1.2.tar.bz2
3276
545f2edc3179 2004-07-08 Ghee Teo <[email protected]>
gheet
parents: 3263
diff changeset
   251
* Thu Jul 08 2004 - [email protected]
545f2edc3179 2004-07-08 Ghee Teo <[email protected]>
gheet
parents: 3263
diff changeset
   252
- updated vte.spec to remove the ifos from around gnome-pty-helper
545f2edc3179 2004-07-08 Ghee Teo <[email protected]>
gheet
parents: 3263
diff changeset
   253
  essentially yo revert back to what it was.
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   254
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   255
- added "-j $CPUS" to make to speed up builds
3179
0ceb3f475efa * Tue Jun 22 2004 <[email protected]>
fzhang
parents: 3143
diff changeset
   256
* Tue Jun 22 2004 <[email protected]>
0ceb3f475efa * Tue Jun 22 2004 <[email protected]>
fzhang
parents: 3143
diff changeset
   257
- Based on the 0.11.11 version, recreate the vte-03-fcconfig.diff patch
0ceb3f475efa * Tue Jun 22 2004 <[email protected]>
fzhang
parents: 3143
diff changeset
   258
* Mon Jun 14 2004 [email protected]
3143
fdb17ce1036e 2004-06-14 Ghee Teo <[email protected]>
gheet
parents: 3134
diff changeset
   259
- Fixes stopper bug 5062671, not to use gnome-pty-helper on Solaris.
fdb17ce1036e 2004-06-14 Ghee Teo <[email protected]>
gheet
parents: 3134
diff changeset
   260
  Essentially just don't include the binary in Solaris.
3134
a437d393fd90 * vte.spec: Add patch to specify libglib-2.0.so in src/Makefile.am
dc144907
parents: 3120
diff changeset
   261
* Fri Jun 11 2004 [email protected]
a437d393fd90 * vte.spec: Add patch to specify libglib-2.0.so in src/Makefile.am
dc144907
parents: 3120
diff changeset
   262
- Added patch to add '-lglib-2.0' to src/Makefile.am to build on Solaris sparc.
3100
499eafbb1c5a 2004-06-10 Johan Steyn <[email protected]>
johan
parents: 3074
diff changeset
   263
* Thu Jun 10 2004 [email protected]
499eafbb1c5a 2004-06-10 Johan Steyn <[email protected]>
johan
parents: 3074
diff changeset
   264
- Changed to use correct autotools, hence no longer need autotools patch
3074
0fac5b0204cf vte.spec: Add '--disable-freetypetest' configure switch because S9x86 build
dc144907
parents: 3053
diff changeset
   265
* Wed Jun 09 2004 [email protected]
0fac5b0204cf vte.spec: Add '--disable-freetypetest' configure switch because S9x86 build
dc144907
parents: 3053
diff changeset
   266
- Add '--disable-freetypetest' configure switch because S9x86 build fails when
0fac5b0204cf vte.spec: Add '--disable-freetypetest' configure switch because S9x86 build
dc144907
parents: 3053
diff changeset
   267
  configure tries to run the test app, because /opt/jds/lib not in
0fac5b0204cf vte.spec: Add '--disable-freetypetest' configure switch because S9x86 build
dc144907
parents: 3053
diff changeset
   268
  LD_LIBRARY_PATH or -R link parameter.
0fac5b0204cf vte.spec: Add '--disable-freetypetest' configure switch because S9x86 build
dc144907
parents: 3053
diff changeset
   269
* Tue Jun 08 2004 [email protected]
3053
8c2818c35e11 2004-06-08 Johan Steyn <[email protected]>
johan
parents: 2958
diff changeset
   270
- Update to 0.11.11 tarball
2774
ac3c1c7dda57 * Mon May 17 2004 - <[email protected]>
fzhang
parents: 2736
diff changeset
   271
* Mon May 17 2004 - <[email protected]>
ac3c1c7dda57 * Mon May 17 2004 - <[email protected]>
fzhang
parents: 2736
diff changeset
   272
- Fixed bug 5042257 by adding patch vte-02-fcconfig.diff
ac3c1c7dda57 * Mon May 17 2004 - <[email protected]>
fzhang
parents: 2736
diff changeset
   273
  [Cinnabar Linux] The CJK font rendering in gnome-terminal is not acceptable
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   274
* Wed May 12 2004 - [email protected]
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   275
- Updated l10n content to vte-l10n-po-1.1.tar.bz2
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   276
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   277
- Updated l10n content to vte-l10n-po-1.0.tar.bz2
1921
c9adb5820de7 Update Distro, l10n & files
mattk
parents: 1876
diff changeset
   278
* Tue Feb 24 2004 - <[email protected]>
c9adb5820de7 Update Distro, l10n & files
mattk
parents: 1876
diff changeset
   279
- Update Distro, l10n tarball
1657
98a74901392e *** empty log message ***
mattk
parents: 1632
diff changeset
   280
* Thu Feb 12 2004 - <[email protected]>
1632
e91e1faf1ff3 2004-02-12 Niall Power - <[email protected]>
niall
parents: 1609
diff changeset
   281
- Added patch #01 to create an *-uninstalled-pc.file
e91e1faf1ff3 2004-02-12 Niall Power - <[email protected]>
niall
parents: 1609
diff changeset
   282
- Autotoolize the build stage
1278
19d807571a6e Uprevved vte to GNOME 2.4.0 version.
mt93683
parents: 1195
diff changeset
   283
* Fri Oct 17 2003 - <[email protected]> - 0.11.10-1
19d807571a6e Uprevved vte to GNOME 2.4.0 version.
mt93683
parents: 1195
diff changeset
   284
- Uprevved to GNOME 2.4.0 version.
19d807571a6e Uprevved vte to GNOME 2.4.0 version.
mt93683
parents: 1195
diff changeset
   285
- Changed source url.
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   286
* Thu Aug 14 2003 - <[email protected]>
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   287
- remove *.a
59
4aa39593af1e 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   288
* Tue May 13 2003 - [email protected]
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents: 64
diff changeset
   289
- initial Sun release