diff --git a/.cvsignore b/.cvsignore index 7c400e8..c9540bb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -vte-0.15.1.tar.bz2 +vte-0.15.2.tar.bz2 diff --git a/sources b/sources index 4dd5d39..34cbfb7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9f04d80da655ef4bc9eee9d64a75ee0b vte-0.15.1.tar.bz2 +9d2201583040c116f72da3c780895bc7 vte-0.15.2.tar.bz2 diff --git a/vte.spec b/vte.spec index 4b89c6c..a984148 100644 --- a/vte.spec +++ b/vte.spec @@ -1,6 +1,6 @@ Name: vte -Version: 0.15.1 -Release: 2%{?dist} +Version: 0.15.2 +Release: 1%{?dist} Summary: A terminal emulator License: LGPL Group: User Interface/X @@ -14,8 +14,6 @@ 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. @@ -32,8 +30,6 @@ 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 @@ -105,6 +101,10 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/gtk-doc/html/%{name} %{_libdir}/pkgconfig/* %changelog +* Tue Jan 22 2007 Behdad Esfahbod 0.15.2-1 +- Update to 0.15.2 +- Drop upstreamed vte-0.15.1-segfault.patch + * Tue Jan 10 2007 Behdad Esfahbod 0.15.1-2 - Add vte-0.15.1-segfault.patch - Fixes crasher on x86_64 (GNOME#394890)