This commit is contained in:
Matthias Clasen 2007-05-30 02:09:07 +00:00
commit df4606500a
3 changed files with 8 additions and 8 deletions

View file

@ -1 +1 @@
vte-0.16.3.tar.bz2
vte-0.16.4.tar.bz2

View file

@ -1 +1 @@
a35cb0694159a9782fe43f49215c1bf5 vte-0.16.3.tar.bz2
495149d3c81168895293fc4db19a5eeb vte-0.16.4.tar.bz2

View file

@ -1,13 +1,11 @@
Name: vte
Version: 0.16.3
Release: 2%{?dist}
Version: 0.16.4
Release: 1%{?dist}
Summary: A terminal emulator
License: LGPL
Group: User Interface/X
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source: ftp://ftp.gnome.org/pub/GNOME/sources/vte/0.16/%{name}-%{version}.tar.bz2
# Fix from upstream for http://bugzilla.gnome.org/show_bug.cgi?id=433776
Patch0: vte-0.16.3-preedit-crash.patch
Source: http://download.gnome.org/sources/vte/0.16/%{name}-%{version}.tar.bz2
BuildRequires: gtk2-devel, pygtk2-devel, python-devel, ncurses-devel
BuildRequires: gettext
@ -32,7 +30,6 @@ package contains the files needed for building applications using VTE.
%prep
%setup -q
%patch0 -p0 -b .preedit-crash
%build
PYTHON=%{_bindir}/python`%{__python} -c "import sys ; print sys.version[:3]"`
@ -104,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/gtk-doc/html/%{name}
%{_libdir}/pkgconfig/*
%changelog
* Tue May 29 2007 Matthias Clasen <mclasen@redhat.com> 0.16.4-1
- Update to 0.16.4
* Fri May 4 2007 Matthias Clasen <mclasen@redhat.com> 0.16.3-2
- Fix a gnome-terminal crash with input methods