From 7e6629fbd645f3b8337fa7c2c25eb668426bcbdc Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 09:28:41 +0000 Subject: [PATCH] auto-import changelog data from openjade-1.3-14.src.rpm Fri Apr 27 2001 Bill Nottingham - rebuild for C++ exception handling on ia64 - build with optimization on ia64 --- openjade.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/openjade.spec b/openjade.spec index dcedd42..20a926a 100644 --- a/openjade.spec +++ b/openjade.spec @@ -1,7 +1,7 @@ Summary: A DSSSL implementation. Name: openjade Version: 1.3 -Release: 13 +Release: 14 Prereq: sgml-common >= 0.5 Source: http://download.sourceforge.net/openjade/openjade-%{version}.tar.gz Patch0: openjade-1.3-decl.patch @@ -39,9 +39,6 @@ XML, RTF, TeX, MIF (FrameMaker), SGML or XML. %build cp config/configure.in . -%ifarch ia64 -export CXXFLAGS="-O0" -%endif %ifarch alpha export CXXFLAGS="-O0" %endif @@ -95,6 +92,10 @@ rm -rf $RPM_BUILD_ROOT %{prefix}/include/* %changelog +* Fri Apr 27 2001 Bill Nottingham +- rebuild for C++ exception handling on ia64 +- build with optimization on ia64 + * Tue Mar 13 2001 Tim Waugh - Avoid creating bogus TeX output for section headings containing special characters (#bug 31525).