Fix a doublefree bug

This commit is contained in:
Matthias Clasen 2005-10-17 18:09:58 +00:00
parent 6ff48684d7
commit 1f41929fb7

View File

@ -15,6 +15,8 @@ Name: yelp
Version: 2.12.1 Version: 2.12.1
Release: 1 Release: 1
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
# http://bugzilla.gnome.org/show_bug.cgi?id=319096
Patch0: yelp-2.12.1-doublefree.patch
License: GPL License: GPL
Group: Applications/System Group: Applications/System
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
@ -55,6 +57,7 @@ one central tool.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .doublefree
%build %build
%configure --with-mozilla=mozilla --disable-man --disable-info --disable-schemas-install %configure --with-mozilla=mozilla --disable-man --disable-info --disable-schemas-install
@ -100,6 +103,9 @@ fi
%{_datadir}/yelp %{_datadir}/yelp
%changelog %changelog
* Mon Oct 17 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.1-2
- Fix a double-free bug
* Thu Sep 29 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.1-1 * Thu Sep 29 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.1-1
- Update to 2.12.1 - Update to 2.12.1