- fix 64bit pointer problem that caused the panel to crash
This commit is contained in:
parent
9f1814861e
commit
ca85052f96
@ -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 <katzj@redhat.com> - 2.9.90-4
|
||||
- fix 64bit pointer problem that caused the panel to crash
|
||||
|
||||
* Wed Mar 2 2005 Mark McLoughlin <markmc@redhat.com> 2.9.90-3
|
||||
- Turn off debugging by default
|
||||
- Rebuild with gcc4
|
||||
|
Loading…
Reference in New Issue
Block a user