auto-import changelog data from expat-1.95.7-2.src.rpm
Fri Jun 11 2004 Jeff Johnson <jbj@jbj.org> 1.95.7-2 - fix: malloc failure from dbus test suite (#124747).
This commit is contained in:
parent
3084980c42
commit
8d6639f18e
@ -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 <jbj@jbj.org> 1.95.7-2
|
||||
- fix: malloc failure from dbus test suite (#124747).
|
||||
|
||||
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user