From 73eec06f5e3d590ddebd4564a087cfc10035033f Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 16 Aug 2005 13:44:40 +0000 Subject: [PATCH] - Update to 2.11.91 - Backport patch from HEAD to hopefully fix crasher (rh #165977) --- .cvsignore | 2 +- gnome-menus.spec | 11 ++++++++++- sources | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 15ef24a..5831752 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-menus-2.11.90.tar.bz2 +gnome-menus-2.11.91.tar.bz2 diff --git a/gnome-menus.spec b/gnome-menus.spec index 63b5af7..281efb2 100644 --- a/gnome-menus.spec +++ b/gnome-menus.spec @@ -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 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 - 2.11.90-1 - Update to upstream version 2.11.90 diff --git a/sources b/sources index 66d7c6c..ed78f0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fb9f887d75a5f945e541fcce45bc6f32 gnome-menus-2.11.90.tar.bz2 +7e90fda926e28dc31043281562a83da4 gnome-menus-2.11.91.tar.bz2