- Add patch to fix "duplicate entries after upgrade" issue (gnome #313624)
This commit is contained in:
parent
73eec06f5e
commit
32e3fb8b3e
@ -7,7 +7,7 @@
|
||||
Summary: A menu system for the GNOME project
|
||||
Name: gnome-menus
|
||||
Version: 2.11.91
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.gnome.org/
|
||||
@ -19,6 +19,7 @@ BuildRequires: glib2-devel >= 2.6.0
|
||||
BuildRequires: %{python}-devel >= 2.3.0
|
||||
|
||||
Patch0: gnome-menus-2.11.91-fix-notifies-memory-corruption.patch
|
||||
Patch1: gnome-menus-2.11.91-fix-entry-directories.patch
|
||||
|
||||
%description
|
||||
gnome-menus is an implementation of the draft "Desktop
|
||||
@ -40,6 +41,7 @@ writing applications that use the GNOME menu system.
|
||||
%setup -q
|
||||
|
||||
%patch0 -p1 -b .fix-notifies-memory-corruption
|
||||
%patch1 -p1 -b .fix-entry-directories
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -91,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/gnome-menu-spec-test
|
||||
|
||||
%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
|
||||
- Update to 2.11.91
|
||||
- Backport patch from HEAD to hopefully fix crasher (rh #165977)
|
||||
|
Loading…
Reference in New Issue
Block a user