- Add patch to fix "duplicate entries after upgrade" issue (gnome #313624)

This commit is contained in:
Mark McLoughlin 2005-08-18 08:20:09 +00:00
parent 73eec06f5e
commit 32e3fb8b3e

View File

@ -7,7 +7,7 @@
Summary: A menu system for the GNOME project Summary: A menu system for the GNOME project
Name: gnome-menus Name: gnome-menus
Version: 2.11.91 Version: 2.11.91
Release: 1 Release: 2
License: LGPL License: LGPL
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.gnome.org/ URL: http://www.gnome.org/
@ -19,6 +19,7 @@ BuildRequires: glib2-devel >= 2.6.0
BuildRequires: %{python}-devel >= 2.3.0 BuildRequires: %{python}-devel >= 2.3.0
Patch0: gnome-menus-2.11.91-fix-notifies-memory-corruption.patch Patch0: gnome-menus-2.11.91-fix-notifies-memory-corruption.patch
Patch1: gnome-menus-2.11.91-fix-entry-directories.patch
%description %description
gnome-menus is an implementation of the draft "Desktop gnome-menus is an implementation of the draft "Desktop
@ -40,6 +41,7 @@ writing applications that use the GNOME menu system.
%setup -q %setup -q
%patch0 -p1 -b .fix-notifies-memory-corruption %patch0 -p1 -b .fix-notifies-memory-corruption
%patch1 -p1 -b .fix-entry-directories
%build %build
%configure \ %configure \
@ -91,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/gnome-menu-spec-test %{_bindir}/gnome-menu-spec-test
%changelog %changelog
* Thu Aug 18 2005 Mark McLoughlin <markmc@redhat.com> 2.11.91-2
- Add patch to fix "duplicate entries after upgrade" issue (gnome #313624)
* Tue Aug 16 2005 Mark McLoughlin <markmc@redhat.com> 2.11.91-1 * Tue Aug 16 2005 Mark McLoughlin <markmc@redhat.com> 2.11.91-1
- Update to 2.11.91 - Update to 2.11.91
- Backport patch from HEAD to hopefully fix crasher (rh #165977) - Backport patch from HEAD to hopefully fix crasher (rh #165977)