From 4a3fcc982058bc18c00626d68e2e196b80462adb Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:40:09 +0000 Subject: [PATCH] auto-import changelog data from expat-1.95.7-4.src.rpm Wed Jun 16 2004 Jeff Johnson 1.95.7-4 - add -fPIC (#125586). --- expat.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/expat.spec b/expat.spec index 76d71d4..e7b91f1 100644 --- a/expat.spec +++ b/expat.spec @@ -1,7 +1,7 @@ Summary: A library for parsing XML. Name: expat Version: 1.95.7 -Release: 3 +Release: 4 Group: System Environment/Libraries Source: http://download.sourceforge.net/expat/expat-%{version}.tar.gz URL: http://sourceforge.net/projects/expat @@ -33,7 +33,7 @@ to develop XML applications with expat. %patch1 -p0 -b .malloc %build - +export CFLAGS="%{optflags} -fPIC" %configure make %{?_smp_mflags} @@ -64,6 +64,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_includedir}/*.h %changelog +* Wed Jun 16 2004 Jeff Johnson 1.95.7-4 +- add -fPIC (#125586). + * Tue Jun 15 2004 Elliot Lee - rebuilt