From f92cc0ab4c3489f5de1c9ba319fc73abca81fa156fd8edfdd6a62af22c529835 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 27 Jul 2008 23:10:13 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bcel?expand=0&rev=3 --- bcel.changes | 5 +++++ bcel.spec | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/bcel.changes b/bcel.changes index d9de32f..b550de6 100644 --- a/bcel.changes +++ b/bcel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 27 13:34:42 CEST 2008 - coolo@suse.de + +- avoid xerces and xml-commons (ant still works) + ------------------------------------------------------------------- Tue Jul 22 20:56:51 CEST 2008 - coolo@suse.de diff --git a/bcel.spec b/bcel.spec index 32351ce..31dbbdd 100644 --- a/bcel.spec +++ b/bcel.spec @@ -13,14 +13,15 @@ Name: bcel -BuildRequires: ant java-1_5_0-gcj-compat-devel regexp xml-commons-apis-bootstrap +BuildRequires: ant java-1_5_0-gcj-compat-devel regexp xerces-j2-bootstrap xml-commons-apis-bootstrap +#!BuildIgnore: xml-commons-apis xml-commons-resolver xml-commons xerces-j2 %define name bcel %define version 5.1 %define release 5jpp %define section free %define manual 0 Version: 5.1 -Release: 274 +Release: 276 Summary: Byte Code Engineering Library License: The Apache Software License Source0: http://jakarta.apache.org/builds/jakarta-bcel/release/v5.1/bcel-5.1-src.tar.gz @@ -177,6 +178,8 @@ fi # ----------------------------------------------------------------------------- %changelog +* Sun Jul 27 2008 coolo@suse.de +- avoid xerces and xml-commons (ant still works) * Tue Jul 22 2008 coolo@suse.de - build with gcj to avoid build cycle * Mon Sep 25 2006 skh@suse.de