From ca85052f967f2ed1fbb483d5ca9c33788516cf0f Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Fri, 4 Mar 2005 19:23:10 +0000 Subject: [PATCH] - fix 64bit pointer problem that caused the panel to crash --- gnome-menus.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnome-menus.spec b/gnome-menus.spec index 3c6aa5e..7a7adf2 100644 --- a/gnome-menus.spec +++ b/gnome-menus.spec @@ -4,11 +4,12 @@ Summary: A menu system for the GNOME project Name: gnome-menus Version: 2.9.90 -Release: 3 +Release: 4 License: LGPL Group: System Environment/Libraries URL: http://www.gnome.org/ Source0: %{name}-%{version}.tar.bz2 +Patch0: gnome-menus-2.9.90-64bit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: redhat-menus >= 1.0 @@ -29,6 +30,7 @@ writing applications that use the GNOME menu system. %prep %setup -q +%patch0 -p1 -b .64bit %build %configure \ @@ -70,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Mar 4 2005 Jeremy Katz - 2.9.90-4 +- fix 64bit pointer problem that caused the panel to crash + * Wed Mar 2 2005 Mark McLoughlin 2.9.90-3 - Turn off debugging by default - Rebuild with gcc4