- Update to 2.11.91
- Backport patch from HEAD to hopefully fix crasher (rh #165977)
This commit is contained in:
parent
8430adeb5e
commit
73eec06f5e
@ -1 +1 @@
|
||||
gnome-menus-2.11.90.tar.bz2
|
||||
gnome-menus-2.11.91.tar.bz2
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
Summary: A menu system for the GNOME project
|
||||
Name: gnome-menus
|
||||
Version: 2.11.90
|
||||
Version: 2.11.91
|
||||
Release: 1
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
@ -18,6 +18,8 @@ Requires: python-abi = %{pyver}
|
||||
BuildRequires: glib2-devel >= 2.6.0
|
||||
BuildRequires: %{python}-devel >= 2.3.0
|
||||
|
||||
Patch0: gnome-menus-2.11.91-fix-notifies-memory-corruption.patch
|
||||
|
||||
%description
|
||||
gnome-menus is an implementation of the draft "Desktop
|
||||
Menu Specification" from freedesktop.org. This package
|
||||
@ -37,6 +39,8 @@ writing applications that use the GNOME menu system.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%patch0 -p1 -b .fix-notifies-memory-corruption
|
||||
|
||||
%build
|
||||
%configure \
|
||||
%if %{enable_debugging}
|
||||
@ -76,6 +80,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/gmenu-simple-editor
|
||||
%{_libdir}/python*/site-packages/GMenuSimpleEditor/*
|
||||
%{_datadir}/gnome-menus/glade/gmenu-simple-editor.glade
|
||||
%{_datadir}/applications/gmenu-simple-editor.desktop
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
@ -86,6 +91,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/gnome-menu-spec-test
|
||||
|
||||
%changelog
|
||||
* Tue Aug 16 2005 Mark McLoughlin <markmc@redhat.com> 2.11.91-1
|
||||
- Update to 2.11.91
|
||||
- Backport patch from HEAD to hopefully fix crasher (rh #165977)
|
||||
|
||||
* Wed Aug 03 2005 Ray Strode <rstrode@redhat.com> - 2.11.90-1
|
||||
- Update to upstream version 2.11.90
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user