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