diff --git a/gnome-terminal.spec b/gnome-terminal.spec index 43143bc..65d97e1 100644 --- a/gnome-terminal.spec +++ b/gnome-terminal.spec @@ -13,7 +13,7 @@ Summary: GNOME Terminal Name: gnome-terminal Version: 2.0.1 -Release: 3 +Release: 4 URL: http://www.gnome.org Source0: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/gnome-terminal/%{name}-%{version}.tar.bz2 License: GPL @@ -39,6 +39,7 @@ BuildRequires: desktop-file-utils >= %{desktop_file_utils_version} Patch1: gnome-terminal-2.0.0.90-monospace.patch Patch2: gnome-terminal-2.0.0.90-padding.patch Patch3: gnome-terminal-2.0.1-newegg.patch +Patch4: profterm-match-regex.patch %description @@ -49,6 +50,7 @@ GNOME terminal emulator application. %patch1 -p1 -b .monospace %patch2 -p0 -b .padding %patch3 -p1 -b .newegg +%patch4 -p0 -b .match-regex %build @@ -94,6 +96,9 @@ gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gnome-terminal. %{_libdir}/bonobo %changelog +* Mon Sep 2 2002 Nalin Dahyabhai 2.0.1-4 +- fix incorrect regexp which matched newlines as parts of URLs (#71349) + * Fri Aug 23 2002 Jonathan Blandford - Clean up keyboard handling.