From 8d6639f18e10ef3fa8769c692dc2a28936ea3260 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:39:50 +0000 Subject: [PATCH] auto-import changelog data from expat-1.95.7-2.src.rpm Fri Jun 11 2004 Jeff Johnson 1.95.7-2 - fix: malloc failure from dbus test suite (#124747). --- expat.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/expat.spec b/expat.spec index 37b2f7f..3f62f13 100644 --- a/expat.spec +++ b/expat.spec @@ -1,12 +1,13 @@ Summary: A library for parsing XML. Name: expat Version: 1.95.7 -Release: 1.1 +Release: 2 Group: System Environment/Libraries Source: http://download.sourceforge.net/expat/expat-%{version}.tar.gz URL: http://sourceforge.net/projects/expat License: BSD Patch0: expat-1.95.7-xmlcall.patch +Patch1: http://ridley.csbnet.se/patches/expat-malloc-failure.diff BuildRoot: %{_tmppath}/%{name}-root %description @@ -20,7 +21,7 @@ register handlers. %package devel Summary: Libraries and include files to develop XML applications with expat. Group: Development/Libraries -Requires: expat = %{version} +Requires: expat = %{version}-%{release} %description devel The expat-devel package contains the libraries, include files and documentation @@ -29,6 +30,7 @@ to develop XML applications with expat. %prep %setup -q %patch0 -p1 -b .xmlcall +%patch1 -p0 -b .malloc %build @@ -62,6 +64,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_includedir}/*.h %changelog +* Fri Jun 11 2004 Jeff Johnson 1.95.7-2 +- fix: malloc failure from dbus test suite (#124747). + * Tue Mar 02 2004 Elliot Lee - rebuilt