From e21e5da374c84306385b78f6c96904d4a5625419ea3520bcce0c08de63fbb74c Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 29 Jul 2008 22:46:16 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xalan-j2?expand=0&rev=3 --- xalan-j2.changes | 10 ++++++++++ xalan-j2.spec | 10 +++++++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/xalan-j2.changes b/xalan-j2.changes index 529536f..61a05d8 100644 --- a/xalan-j2.changes +++ b/xalan-j2.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jul 28 15:15:42 CEST 2008 - ro@suse.de + +- use xml-commons-apis-bootstrap instead of xml-commons-apis + +------------------------------------------------------------------- +Mon Jul 28 09:04:55 CEST 2008 - coolo@suse.de + +- buildignore xml-commons (ant works without it) + ------------------------------------------------------------------- Mon Jul 21 17:40:03 CEST 2008 - coolo@suse.de diff --git a/xalan-j2.spec b/xalan-j2.spec index e5c2d23..95985cc 100644 --- a/xalan-j2.spec +++ b/xalan-j2.spec @@ -13,14 +13,14 @@ Name: xalan-j2 -BuildRequires: ant bcel java_cup jlex servletapi5 xml-commons-apis +BuildRequires: ant bcel java_cup jlex servletapi5 xml-commons-apis-bootstrap BuildRequires: java-1_5_0-gcj-compat-devel xerces-j2-bootstrap -#!BuildIgnore: xerces-j2 +#!BuildIgnore: xerces-j2 xml-commons xml-commons-resolver xml-commons-apis %define section free %define version 2.7.0 %define cvs_version 2_7_0 Version: 2.7.0 -Release: 207 +Release: 217 Summary: Java XSLT processor License: The Apache Software License Source0: http://www.apache.org/dist/xml/xalan-j/source/xalan-j_%{cvs_version}-src.tar.gz @@ -240,6 +240,10 @@ ln -s %{name}-%{version} %{_javadocdir}/%{name} %{_datadir}/%{name} %changelog +* Mon Jul 28 2008 ro@suse.de +- use xml-commons-apis-bootstrap instead of xml-commons-apis +* Mon Jul 28 2008 coolo@suse.de +- buildignore xml-commons (ant works without it) * Mon Jul 21 2008 coolo@suse.de - build against gcj to avoid bootstrap problems * Thu Sep 21 2006 skh@suse.de