- 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
|
Summary: A menu system for the GNOME project
|
||||||
Name: gnome-menus
|
Name: gnome-menus
|
||||||
Version: 2.9.90
|
Version: 2.9.90
|
||||||
Release: 3
|
Release: 4
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gnome.org/
|
URL: http://www.gnome.org/
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
|
Patch0: gnome-menus-2.9.90-64bit.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
Requires: redhat-menus >= 1.0
|
Requires: redhat-menus >= 1.0
|
||||||
|
|
||||||
@ -29,6 +30,7 @@ writing applications that use the GNOME menu system.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1 -b .64bit
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -70,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 2 2005 Mark McLoughlin <markmc@redhat.com> 2.9.90-3
|
||||||
- Turn off debugging by default
|
- Turn off debugging by default
|
||||||
- Rebuild with gcc4
|
- Rebuild with gcc4
|
||||||
|
Loading…
Reference in New Issue
Block a user