From 81481f224896418894e9ce90c4c6a2b4c9003a3e Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Oct 31 2004 15:44:14 +0000 Subject: - Stop using patch previous patch for now until certain unaddressed issues with it are resolved. --- diff --git a/vte.spec b/vte.spec index 634a30a..115c8a9 100644 --- a/vte.spec +++ b/vte.spec @@ -33,7 +33,7 @@ package contains the files needed for building applications using VTE. %patch1 -p1 -b .debug-row-numbers %patch2 -p1 -b .im-preedit-crash %patch3 -p1 -b .vertical-scroll-ctrl-seq -%patch4 -p1 -b .fix-update-order.patch +#%patch4 -p1 -b .fix-update-order.patch %build if [ -x %{_bindir}/python2.2 ]; then @@ -105,6 +105,10 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/*.a %{_libdir}/pkgconfig/* %changelog +* Sun Oct 31 2004 Ray Strode 0.11.11-9 +- Stop using patch previous patch for now until certain + unaddressed issues with it are resolved. + * Fri Oct 29 2004 Ray Strode 0.11.11-8 - Commit patch from Owen to avoid scrolling invalid regions.