diff --git a/vte.spec b/vte.spec index e025f84..4b89c6c 100644 --- a/vte.spec +++ b/vte.spec @@ -1,6 +1,6 @@ Name: vte Version: 0.15.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A terminal emulator License: LGPL Group: User Interface/X @@ -14,6 +14,8 @@ BuildRequires: perl-XML-Parser # initscripts creates the utmp group Prereq: initscripts +Patch0: vte-0.15.1-segfault.patch + %description VTE is a terminal emulator widget for use with GTK+ 2.0. @@ -30,6 +32,8 @@ package contains the files needed for building applications using VTE. %prep %setup -q +%patch0 -p1 -b .segfault + %build PYTHON=%{_bindir}/python`%{__python} -c "import sys ; print sys.version[:3]"` export PYTHON @@ -101,6 +105,10 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/gtk-doc/html/%{name} %{_libdir}/pkgconfig/* %changelog +* Tue Jan 10 2007 Behdad Esfahbod 0.15.1-2 +- Add vte-0.15.1-segfault.patch +- Fixes crasher on x86_64 (GNOME#394890) + * Tue Jan 09 2007 Behdad Esfahbod 0.15.1-1 - Update to 0.15.1