Fix a doublefree bug
This commit is contained in:
parent
6ff48684d7
commit
1f41929fb7
@ -15,6 +15,8 @@ Name: yelp
|
||||
Version: 2.12.1
|
||||
Release: 1
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
# http://bugzilla.gnome.org/show_bug.cgi?id=319096
|
||||
Patch0: yelp-2.12.1-doublefree.patch
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
@ -55,6 +57,7 @@ one central tool.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .doublefree
|
||||
|
||||
%build
|
||||
%configure --with-mozilla=mozilla --disable-man --disable-info --disable-schemas-install
|
||||
@ -100,6 +103,9 @@ fi
|
||||
%{_datadir}/yelp
|
||||
|
||||
%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
|
||||
- Update to 2.12.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user