From 548eb64a1d8729b6b62cfb1bddaf160c2c0e2683 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Thu, 1 Sep 2005 20:59:23 +0000 Subject: - truncate long window titles to 512 characters (bug 164071) --- metacity.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'metacity.spec') diff --git a/metacity.spec b/metacity.spec index e4d3271..7a071b3 100644 --- a/metacity.spec +++ b/metacity.spec @@ -3,7 +3,7 @@ Summary: Metacity window manager Name: metacity Version: 2.11.2 -Release: 2 +Release: 3 URL: http://ftp.gnome.org/pub/gnome/sources/metacity/ Source0: %{name}-%{version}.tar.bz2 License: GPL @@ -23,6 +23,7 @@ Requires: startup-notification >= 0.7 Requires: redhat-artwork >= 0.62 Patch0: metacity-2.4.13.90-ctrlaltdel.patch +Patch1: metacity-2.11.2-truncate-long-window-titles.patch %description @@ -33,6 +34,7 @@ GNOME 2. %setup -q %patch0 -p1 -b .ctrlaltdel +%patch1 -p1 -b .truncate-long-window-titles %build @@ -106,6 +108,9 @@ done %{_mandir}/man1/* %changelog +* Thu Sep 1 2005 Ray Strode 2.11.2-3 +- truncate long window titles to 512 characters (bug 164071) + * Tue Aug 16 2005 Warren Togami 2.11.2-2 - rebuild for new cairo -- cgit