From 2f70c1ec78c997460e02782e38b43b461ca26a68 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Feb 09 2006 05:11:51 +0000 Subject: fix open link menuitems --- diff --git a/gnome-terminal.spec b/gnome-terminal.spec index 749fddb..494fcbd 100644 --- a/gnome-terminal.spec +++ b/gnome-terminal.spec @@ -13,12 +13,15 @@ Summary: GNOME Terminal Name: gnome-terminal Version: 2.13.90 -Release: 1.1 +Release: 2 URL: http://www.gnome.org/ Source0: gnome-terminal-%{version}.tar.bz2 Source1: ne.po Patch0: gnome-terminal-2.12.0-inputmethod.patch +# fixed in 2.13.91 Patch1: gnome-terminal-2.13.90-invisible-char.patch +# fixed in 2.13.91 +Patch2: gnome-terminal-2.13.90-link.patch License: GPL Group: User Interface/Desktops @@ -55,6 +58,7 @@ GNOME terminal emulator application. cp ${RPM_SOURCE_DIR}/ne.po po %patch0 -p1 -b .inputmethod %patch1 -p0 -b .invisible-char +%patch2 -p1 -b .link %build @@ -103,6 +107,9 @@ gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gnome-terminal. %{_libdir}/bonobo %changelog +* Thu Feb 9 2006 Matthias Clasen - 2.13.90-2 +- Re-add "Open Link" menuitems + * Tue Feb 07 2006 Jesse Keating - 2.13.90-1.1 - rebuilt for new gcc4.1 snapshot and glibc changes